Versions Compared

Key

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

...

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

quoteAPI: is only available in the Quoting module.

...

In api parameter, the most commonly used functions are:

crmManager: InterceptorMethodAPI | crmManager https://pricefx.atlassian.net/wiki/spaces/INTERC/pages/5497094200/Common+Interceptor+API#crmManager allows you to access CRM system, but it is only available inside CRM system.
notify: InterceptorMethodAPI | notify https://pricefx.atlassian.net/wiki/spaces/INTERC/pages/5497094200/Common+Interceptor+API#notify is used for calling notification.
navigate: InterceptorMethodAPI | navigate https://pricefx.atlassian.net/wiki/spaces/INTERC/pages/5497094200/Common+Interceptor+API#navigate with this function, you can navigate to other pages or even create new quote with selected type.

This is not all you can do with api. Explore InterceptorMethodAPI Interceptor API and find more functions that you can call from api.

...