Pricefx Interceptor API
    Preparing search index...

    Variable compensationsListDataLoadConst

    compensationsListDataLoad: "compensationsListDataLoad" = 'compensationsListDataLoad'

    Method name for PRE compensationsListDataLoadPre and POST compensationsListDataLoad

    This method will trigger in CRM, when compensation plan List is loaded.

    Additional Properties:

    • response: Returns list of the compensation plan.
    export const compensationsListDataLoad = async ({ api, response }) => {
    // TODO: Add your code
    return;
    }