compensationsListPreferencesLoad: "compensationsListPreferencesLoad" = 'compensationsListPreferencesLoad'

Method name for PRE compensationsListPreferencesLoadPre and POST compensationsListPreferencesLoad

Method can be used to modify preferences object before applying preferences on compensation plan list page /#/sc/compensation-plans/<compensationPlanId>.

Notes: Ensure that the preferences object is returned at the end of the method; otherwise, the preference list will be empty!

Additional Properties:

  • preferences: Returns list of preferences which can be edited.

Example: (Basic)

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

Generated using TypeDoc