/
HookEventType
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.
, multiple selections available,
Related content
Event Hook Logic
Event Hook Logic
More like this
Events
More like this
EventType Class
EventType Class
Read with this
CustomFormStatus
CustomFormStatus
More like this
Whitelisted Objects/Classes
Whitelisted Objects/Classes
Read with this
Application Module
Application Module
More like this
Found an issue in documentation? Write to us.