Hook request -> FormTxtMsgEdit -> SendText

This forum is for programmers who have questions about the source code.
Post Reply
jaynahar
Posts: 40
Joined: Wed Apr 23, 2014 6:35 am

Hook request -> FormTxtMsgEdit -> SendText

Post by jaynahar » Fri Apr 17, 2015 6:59 am

if(Plugins.HookMethod(this,"FormTxtMsgEdit.SendText_Start2",patNum,wirelessPhone,message,txtMsgOk)) {
return true;
}
Please help add above hookmethod for FormTxtMsgEdit.cs in SendText method.
If possible, please backport to 14.2

Please do let me know if any other information is needed on this front.
Thank you!

jaynahar
Posts: 40
Joined: Wed Apr 23, 2014 6:35 am

Re: Hook request -> FormTxtMsgEdit -> SendText

Post by jaynahar » Wed Apr 22, 2015 11:35 am

Please help add this hook.

allends
Posts: 235
Joined: Fri Aug 23, 2013 11:29 am

Re: Hook request -> FormTxtMsgEdit -> SendText

Post by allends » Wed Apr 22, 2015 2:45 pm

I have added this hook to the next beta update v15.1.22. Sadly, I can't backport the hook to a non-beta version. Hooks would require another release of a stable version and that is against our current policy.

From http://opendental.com/manual/plugins.html
In addition to the obvious buttons from Program Links, any number of hooks are allowed. We add them quickly and we backport them to the beta version so you can get going right away. Once we define a hook and what information it will pass, a plug-in can start to make use of it. We expect there to eventually be hooks in thousands of locations throughout the program. Almost anything can be done with hooks and plug-ins that can be done by directly altering the main program. Hooks are requested in the developer's forum. We do not add plug-ins to the OpenDentBusiness project.
Allen
Open Dental Software
http://www.opendental.com

jaynahar
Posts: 40
Joined: Wed Apr 23, 2014 6:35 am

Re: Hook request -> FormTxtMsgEdit -> SendText

Post by jaynahar » Thu Apr 23, 2015 9:30 am

THANK YOU!

Post Reply