Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Here you can find all available interceptor Method Names.

How to Use Interceptor Methods

On the top level of the JS file, you can declare multiple interceptor methods.

...

image-20241009-103139.pngImage Added

Interceptor Method Parameters

...

api: is a common parameter for all interceptor methods , https://pricefx.atlassian.net/wiki/x/OACnRwE .

quoteAPI: is only available in the Quoting module CLIC Method Interceptor API .

compensationPlanAPI: is only available in the Sales Compensations module CLIC Method Interceptor API .

contractAPI: is only available in the Agreements & Promotions module CLIC Method Interceptor API .

rebateAgreementAPI: is only available in the Rebates module CLIC Method Interceptor API .

opportunityId: is available in methods with action OpportunityAssign.

...