Hook event for - FormClaimPayEdit Load_end

This forum is for programmers who have questions about the source code.
Post Reply
pid_user
Posts: 67
Joined: Thu Jun 04, 2015 9:31 am

Hook event for - FormClaimPayEdit Load_end

Post by pid_user » Fri May 22, 2020 7:14 am

Hi,

I would like to have access to the form FormClaimPayEdit. So, i request to create a hook event having this form's object and for that a load_end event can work, which would be similar to the access to FormPayment's load event, which is:

HookAddCode : "FormPayment.Load_end"

Looking forward to your response.

Thanks.

User avatar
cmcgehee
Posts: 711
Joined: Tue Aug 25, 2015 5:06 pm
Location: Salem, Oregon

Re: Hook event for - FormClaimPayEdit Load_end

Post by cmcgehee » Tue May 26, 2020 7:35 am

Hi pid_user, would you like us to pass any additional fields or variables as arguments to the FormClaimPayEdit hook?
Chris McGehee
Open Dental Software
http://www.opendental.com

pid_user
Posts: 67
Joined: Thu Jun 04, 2015 9:31 am

Re: Hook event for - FormClaimPayEdit Load_end

Post by pid_user » Wed May 27, 2020 1:00 am

Yes,

I require ClaimPaymentCur and PatNum as parameter of the hook event. Please pass that also.

Thanks

User avatar
cmcgehee
Posts: 711
Joined: Tue Aug 25, 2015 5:06 pm
Location: Salem, Oregon

Re: Hook event for - FormClaimPayEdit Load_end

Post by cmcgehee » Wed May 27, 2020 9:51 am

It doesn't look like PatNum exists in this class. Would you mind writing out the exact like of code you would like us to insert?
Chris McGehee
Open Dental Software
http://www.opendental.com

pid_user
Posts: 67
Joined: Thu Jun 04, 2015 9:31 am

Re: Hook event for - FormClaimPayEdit Load_end

Post by pid_user » Wed May 27, 2020 10:04 pm

It would be great if i get PatNum along with ClaimPaymentCur as parameters.

User avatar
cmcgehee
Posts: 711
Joined: Tue Aug 25, 2015 5:06 pm
Location: Salem, Oregon

Re: Hook event for - FormClaimPayEdit Load_end

Post by cmcgehee » Thu May 28, 2020 7:02 am

Please list the exact line of code you would like us to add, and we will add it if it is possible.
Chris McGehee
Open Dental Software
http://www.opendental.com

pid_user
Posts: 67
Joined: Thu Jun 04, 2015 9:31 am

Re: Hook event for - FormClaimPayEdit Load_end

Post by pid_user » Fri May 29, 2020 8:07 am

Please create a hook event for FormClaimPayEdit on it's load end.
For which i need a below parameter to be passed -
ClaimPaymentCur

Ultimately my hookevent should look something like this :
Plugins.HookAddCode(this,"FormClaimPayEdit.Load_end",ClaimPaymentCur);

User avatar
cmcgehee
Posts: 711
Joined: Tue Aug 25, 2015 5:06 pm
Location: Salem, Oregon

Re: Hook event for - FormClaimPayEdit Load_end

Post by cmcgehee » Mon Jun 01, 2020 7:10 am

Thanks, we'll get that added.
Chris McGehee
Open Dental Software
http://www.opendental.com

joes
Posts: 239
Joined: Tue Aug 13, 2019 12:41 pm

Re: Hook event for - FormClaimPayEdit Load_end

Post by joes » Wed Jun 03, 2020 8:16 am

This hook is now available in version 20.2.14.
Joe Sullivan
Open Dental Software
http://www.opendental.com

Post Reply