Table of Contents | ||
---|---|---|
|
Why is Interceptor working on the account page, but is not working on the opportunity page?
Check Configuration > CRM Integration > Interceptors in both pages:
If one of the iFrames is showing that Interceptor is not set, then most likely it happened because each iFrame has it own CRM configuration (this is correct), for example:
iFrame in the Account Page is using crm_config_account
iFrame in the Opportunity Page is using crm_config_opportunity
Simply set same Interceptor on Opportunity Page from pricefx, or if you want to use Pricefx Studio/Pricefx Code find CRM config which is used by opportunity and add new field "interceptor": "name of the interceptor"
.
Why do I keep getting Promise<Pending>
when using API?
...