Documentation

SPA events

Scope: catalog Permissions to execute: for all

Events:

  • onCrmTypeAdd - when creating new SPA.
  • onCrmTypeUpdate - when updating SPA settings.
  • onCrmTypeDelete - when deleting an SPA.

Even handler will receive the data in the following format:


[
    'FIELDS' => [
        'ID' => $id,
    ],
]

where $id - SPA ID (primary key and not type ID).



© «Bitrix24», 2001-2024