compensationsDetailNew: "compensationsDetailNew" = 'compensationsDetailNew'

Method name for PRE compensationsDetailNewPre and POST compensationsDetailNew

This event initiates when the New Compensation Plan button is pressed at /#/sc/compensation-plans. The method is activated following the recalculation and backend saving of a new compensation plan, redirecting the user to the compensation plan detail page at /#/sc/compensation-plans/<compensationPlanId>.

Example: (Basic)

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

Generated using TypeDoc