Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
minLevel1
maxLevel2
outlinefalse
typelist
printablefalse

How to Create Interceptor in Pricefx

Prerequisites: Make sure you have the Develop Interceptors role assigned.

...

Interceptors are specific to each CRM configuration.

Example scenario:

  1. Your app uses two CRM configurations: crm_config_account and crm_config_opportunity

  2. You set up an Interceptor while the app is using crm_config_account

  3. Result: The Interceptor will only work with crm_config_account

  4. Important: crm_config_opportunity will not have this Interceptor and you need to set it seperatly for crm_config_opportunity.

In simpler terms, when you set up an Interceptor, it only applies to the specific CRM configuration you're currently using. Other CRM configurations in your app won't automatically get the same Interceptor.

How to Create Interceptor in IntelliJ

Prerequisites: Make sure you have the Develop Interceptors role assigned.

...