ItemCategory
Class handles table with SPA pipelines.
Find more about pipelines in the new API.
Inheritance chain
Descendant to class Bitrix\Main\ORM\Data\DataManager.
\Bitrix\Crm\Model\ItemCategoryTable extends \Bitrix\Main\ORM\Data\DataManager
Table fields
Field | Description | Required |
---|---|---|
ID | Identifier. | Yes |
ENTITY_TYPE_ID | Type ID in CRM. Invariable parameter: it can be specified only when creating an entity. | |
IS_DEFAULT | Flag for default pipeline. Set of pipelines with the same ENTITY_TYPE_ID can contain only single entity with IS_DEFAULT = 'Y' . | |
CREATED_DATE | Pipeline creation date. | |
NAME | Pipeline name. | |
SORT | Sorting index. |
Presently the table is used for storage of SPA pipelines only.
Pipeline cannot be deleted if this pipeline is default or at least a single element is attached to this pipeline.
Scripts are launched after new pipeline is created in onAfterAdd
.
Class methods
Field value generation
Method | Description | Available from version |
---|---|---|
public static function deleteByEntityTypeId( int $entityTypeId ): Result | Method deletes all entries, binded to the $entityTypeId . |
© «Bitrix24», 2001-2024