Const
Method name for PRE compensationsListDataLoadPre and POST compensationsListDataLoad
compensationsListDataLoadPre
compensationsListDataLoad
This method will trigger in CRM, when compensation plan List is loaded.
Additional Properties:
response
export const compensationsListDataLoad = async ({ api, response }) => { // TODO: Add your code return;} Copy
export const compensationsListDataLoad = async ({ api, response }) => { // TODO: Add your code return;}
Method name for PRE
compensationsListDataLoadPreand POSTcompensationsListDataLoadThis method will trigger in CRM, when compensation plan List is loaded.
Additional Properties:
response: Returns list of the compensation plan.