Page 1 of 1

Where is "Dentist Name or Practice Title" stored?

Posted: Thu Jun 05, 2014 1:43 pm
by KevinRossen
I've searched the documentation page and can't find where/if the dentist name or practice title from setup>practice is stored? Is it kept in the database or somewhere else?

Re: Where is "Dentist Name or Practice Title" stored?

Posted: Thu Jun 05, 2014 3:39 pm
by jsalmon
preference table where the PrefName column is set to 'PracticeTitle'. The actual value will be in the corresponding ValueString column.

Re: Where is "Dentist Name or Practice Title" stored?

Posted: Thu Jun 05, 2014 4:53 pm
by Tom Zaccaria
Did you try,
Setup, Miscellaneous, Text Title box?

drtmz

Re: Where is "Dentist Name or Practice Title" stored?

Posted: Thu Jun 05, 2014 9:22 pm
by KevinRossen
jsalmon wrote:preference table where the PrefName column is set to 'PracticeTitle'. The actual value will be in the corresponding ValueString column.
Perfect, thank you!