Overview of Events When Working with Custom Fields in Estimates

Events allow applications to respond to changes almost in real-time: receiving notifications about the creation, updating, or deletion of custom fields in estimates.

Detailed work with events is described in the article Concept and Benefits of Event Handling.

Quick navigation: all events

How to Receive Events

You can subscribe to events for custom fields in estimates through:

An example of a handler for the event is described in the article How to Test Your Handler for Handling Bitrix24 Events.

Server Availability for Sending and Receiving Events

The event handler server must be accessible from the outside. To configure the accessibility of the event handler server and application, refer to the article Required network access.

For cloud Bitrix24, no additional configuration is required. For on-premise Bitrix24, configure accessibility on the server or hosting according to the article Required network access.

Overview of Events

Scope: crm

Who can subscribe: any user

Event

Triggered

onCrmQuoteUserFieldAdd

When a custom field is added manually or via the method crm.quote.userfield.add

onCrmQuoteUserFieldUpdate

When a custom field is updated manually or via the method crm.quote.userfield.update

onCrmQuoteUserFieldDelete

When a custom field is deleted manually or via the method crm.quote.userfield.delete

onCrmQuoteUserFieldSetEnumValues

When the set of values for a list-type custom field is changed manually or via the method crm.quote.userfield.update