New Hook Request - PracticeGenius

This forum is for programmers who have questions about the source code.
Post Reply
msneen
Posts: 4
Joined: Wed Feb 08, 2017 10:42 am

New Hook Request - PracticeGenius

Post by msneen » Sun Jul 19, 2020 5:30 pm

Hi,We have a plug-in for Open Dental to integrate with our Rewards Program and would like to request another hook on the last line
of private void FormRecallsPat_FormClosing(object sender,FormClosingEventArgs e), FormRecallsPat.cs line 217 ish
(of version Open Dental version 19.4.45.0)

Code: Select all

Plugins.HookAddCode(this, "FormRecallsPat.FormClosing_end", PatNum);

PatrickC
Posts: 56
Joined: Thu Jun 06, 2019 11:37 am

Re: New Hook Request - PracticeGenius

Post by PatrickC » Mon Jul 20, 2020 10:35 am

Your hook has been added and backported to beta 20.2.30.
Patrick Carlson
Open Dental Software
http://www.opendental.com

Post Reply