How to check which tables on the database are being used on an appoinment ?

This forum is for programmers who have questions about the source code.
Post Reply
victoracho
Posts: 12
Joined: Sun May 12, 2024 4:49 pm

How to check which tables on the database are being used on an appoinment ?

Post by victoracho » Mon Jun 17, 2024 2:29 pm

Hello there, I've being digging around a little bit with open dental for a while, I work with the bitrix24 crm as well, and I've being asked to find a way when an appointment is filled on the crm, it has to be reflected as well on the schedule of open dental. Can anyone tell me which tables are being added whenever an appointment is being added on OD, maybe a little approach of which fields and tables are being filled doing so, thanks for y'all.

justine
Posts: 284
Joined: Tue Dec 28, 2021 7:59 am

Re: How to check which tables on the database are being used on an appoinment ?

Post by justine » Tue Jun 18, 2024 9:21 am

victoracho wrote:
Mon Jun 17, 2024 2:29 pm
Hello there, I've being digging around a little bit with open dental for a while, I work with the bitrix24 crm as well, and I've being asked to find a way when an appointment is filled on the crm, it has to be reflected as well on the schedule of open dental. Can anyone tell me which tables are being added whenever an appointment is being added on OD, maybe a little approach of which fields and tables are being filled doing so, thanks for y'all.
Hello victoracho,

Safely reading/writing to Open Dental's database can be done via the API. Please see API Setup to get started.

Thanks!

Post Reply