Table of Contents | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
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:
Your app uses two CRM configurations: crm_config_account and crm_config_opportunity
You set up an Interceptor while the app is using crm_config_account
Result: The Interceptor will only work with crm_config_account
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.
...