Page 1 of 1

Hook Request

Posted: Mon Sep 09, 2019 7:20 am
by pmehrkens
We are looking at hooking into the claim submission process in order to prevalidate claims and un-ready claims prior to the claim queue being pulled.

Given that, it seems there are a few places that are would potentially work.
ContrStaff.butSendClaims_Click
FormClaimsSend.FormClaimsSend_Load
Claims.GetQueueList

I think

Code: Select all

Plugins.HookAddCode(this, “FormClaimsSend.Load_Start”);
is likely cleanest and useful to others.

Re: Hook Request

Posted: Mon Sep 09, 2019 8:22 am
by cmcgehee
We should be able to get this added for you. To clarify, do you only want it added to FormClaimsSend.FormClaimsSend_Load?

Re: Hook Request

Posted: Mon Sep 09, 2019 8:31 am
by pmehrkens
Yes; the others are only offered as alternatives.

Re: Hook Request

Posted: Mon Sep 09, 2019 10:34 am
by PatrickC
Hook has been added to FormClaimsSend.FormClaimsSend_Load, and will be included in Beta version 19.2.23.