Documentation

crm.activity.binding.add

crm.activity.binding.add({activityId: number, entityTypeId: number, entityId: number)

Adding a binding.

Parameters

Parameter Description
activityIdactivity identifier
entityTypeIdelement type identifier (List of available types)
entityIdelement identifier

On success, method returns true.


Binding of activity is possible only to the element to which the current user has permission for editing.


Example

crm.activity.binding.add?activityId=1&entityTypeId=4&entityId=1000

Successful result:
{
	"result": true
}


© «Bitrix24», 2001-2024