Search found 4 matches

by msneen
Sun Jul 19, 2020 5:30 pm
Forum: Developers
Topic: New Hook Request - PracticeGenius
Replies: 1
Views: 2855

New Hook Request - PracticeGenius

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) Plugins.HookA...
by msneen
Mon Jan 06, 2020 2:19 pm
Forum: Developers
Topic: Re-Enable hook
Replies: 2
Views: 12091

Re-Enable hook

Hi, One of the hooks for our plugin was commented out in a recent version of open dental. Could we get it re-enabled/uncommented? Version: 19.3.38.0 Class Name: ContrApptJ.cs Line Number: 255 //Plugins.HookAddCode(this, "ContrAppt.ContrApptSheet2_MouseUp_end",appt,apptOld); The hook was enabled in p...
by msneen
Tue Apr 25, 2017 2:31 pm
Forum: Developers
Topic: Plugin questions
Replies: 4
Views: 10208

Re: Plugin questions

I work with Practice Genius, and we would be interested in your suggested method of initializing / installing our plugin as well.
by msneen
Fri Mar 10, 2017 1:19 pm
Forum: Developers
Topic: Hook Request - Practice Genius
Replies: 2
Views: 7336

Hook Request - Practice Genius

Hi, We're writing a plug-in for Open Dental to integrate with our Rewards Program and would like to request some hooks FormApptEdit After Line 3696 Plugins.HookAddCode(null, "FormApptEdit.butDelete_Click_end", AptCur); FormApptEdit After Line 3801, add 2 parameters Plugins.HookAddCode(this,"FormAppt...