crmAccountContextSet: "crmAccountContextSet" = 'crmAccountContextSet'

Method name for PRE crmAccountContextSetPre and POST crmAccountContextSet

This method will trigger in CRM, if you are on account page.

Example: (Basic)

export const crmAccountContextSet = async ({ api, payload }) => {
// TODO: Add your code
return;
}

Generated using TypeDoc