Hook Request
Posted: Mon Sep 30, 2019 7:43 am
Good morning! We need the following hooks added please:
Please let me know if there's any additional information I need to provide.
Code: Select all
if(Plugins.HookMethod(this, "FormPayPlan.butAdj_Click_beginning", PatCur, _listAdjustments, _listPayPlanCharges, _payPlanCur))
{
return;
}
Plugins.HookAddCode(this, "FormPayPlan.Load_end", PatCur, IsNew);
Plugins.HookAddCode(this, "FormPayPlan.butDelete_Click_end", PatCur, _payPlanCur);
Plugins.HookAddCode(this, "FormPayPlanChargeEdit.Load_end", PatCur);
Plugins.HookAddCode(this, "ContrAccount.AddAdjustmentToSelectedProcsHelper_beginning", PatCur, gridPayPlan);