Where is "Dentist Name or Practice Title" stored?
-
- Posts: 293
- Joined: Mon Apr 22, 2013 8:49 am
- Location: Dallas, TX
- Contact:
Where is "Dentist Name or Practice Title" stored?
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?
preference table where the PrefName column is set to 'PracticeTitle'. The actual value will be in the corresponding ValueString column.
The best thing about a boolean is even if you are wrong, you are only off by a bit.
Jason Salmon
Open Dental Software
http://www.opendental.com
Jason Salmon
Open Dental Software
http://www.opendental.com
-
- Posts: 361
- Joined: Mon Feb 25, 2008 3:09 am
Re: Where is "Dentist Name or Practice Title" stored?
Did you try,
Setup, Miscellaneous, Text Title box?
drtmz
Setup, Miscellaneous, Text Title box?
drtmz
-
- Posts: 293
- Joined: Mon Apr 22, 2013 8:49 am
- Location: Dallas, TX
- Contact:
Re: Where is "Dentist Name or Practice Title" stored?
Perfect, thank you!jsalmon wrote:preference table where the PrefName column is set to 'PracticeTitle'. The actual value will be in the corresponding ValueString column.