HookEventType

You can add an event hook logic before or after certain actions happen in the system.

The events can happen generally before (PRE) or after (POST) a certain action. This fact is reflected in the name of the hook event type.

The currently available event hooks are:

QUOTE_TO_DEAL_PRE – This hook will be called at the moment, when the system needs to transition the quoteStatus from OFFER to DEAL. The hook logic will decide, if the transition is allowed or not.

Found an issue in documentation? Write to us.