B
B
BeEasyO2018-07-27 10:42:48
1C-Bitrix
BeEasyO, 2018-07-27 10:42:48

How to bind to property value update event?

There is a function CIBlockPropertyEnum::Update(); It has no events of its own. Whether there is an opportunity with usage D7 somehow to catch the moment of change of value of property?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Panteleev, 2018-07-27
@s_panteleev

The class CIBlockPropertyEnumin D7 has an analogue −\Bitrix\Iblock\PropertyEnumerationTable
OnBeforeAdd (параметры: fields)
OnAdd (параметры: fields)
OnAfterAdd (параметры: fields, primary)
OnBeforeUpdate (параметры: primary, fields)
OnUpdate (параметры: primary, fields)
OnAfterUpdate (параметры: primary, fields)
OnBeforeDelete (параметры: primary)
OnDelete (параметры: primary)
OnAfterDelete (параметры: primary)
More about events - https://dev.1c-bitrix.ru/learning/course/index.php...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question