Pricefx Interceptor API
    Preparing search index...

    Variable compensationsDetailNewConst

    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>.

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