OnTaskCommentAdd
This event is triggered when adding comments to a task.
Response fields:
Field | Description |
---|---|
FIELDS_BEFORE | task fields prior to the event. If accessible fields are unavailable, this field will contain undefined value. |
FIELDS_AFTER | take fields after the event. If accessible fields are unavailable, this field will contain undefined value. |
IS_ACCESSIBLE_BEFORE | specifies if a task was accessible prior to the event (to be read). Possible values:
|
IS_ACCESSIBLE_AFTER | if a task became accessible after the event, or not (for read). Possible values:
|
Example for field values:
$arEventFields = array( 'FIELDS_BEFORE' => array('ID' => $taskId), // modified comment ID 'FIELDS_AFTER' => array('ID' => $taskId), // modified comment ID 'IS_ACCESSIBLE_BEFORE' => 'undefined', // verification for task accessibility to be read was not performed 'IS_ACCESSIBLE_AFTER' => 'undefined' // verification for task accessibility to be read was not performed );
© «Bitrix Inc.»,
2001-2021,
«Bitrix Inc.», 2021
User Comments
User comments are not part of official documentation. Use information provided by other users in the comments at your own risk.The User Comments section is not to be used as a feature discussion board. Only registered users can post comments. Your comment will be visible once it has been approved by the moderator.