Hook Request
Posted: Mon Sep 09, 2019 7:20 am
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
is likely cleanest and useful to others.
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”);