Const
Method name for PRE crmAccountContextSetPre and POST crmAccountContextSet
crmAccountContextSetPre
crmAccountContextSet
This method will trigger in CRM, if you are on account page.
export const crmAccountContextSet = async ({ api, payload }) => { // TODO: Add your code return;} Copy
export const crmAccountContextSet = async ({ api, payload }) => { // TODO: Add your code return;}
Method name for PRE
crmAccountContextSetPre
and POSTcrmAccountContextSet
This method will trigger in CRM, if you are on account page.