crm.requisite.userfield.add
Scope: catalog Permissions to execute: for all
crm.requisite.userfield.add(fields)
Creates new user field for requisites.
System limitation for field name - 20 characters. Prefix UF_CRM_is always added to the user field name. As a result, the actual name length - 13 characters.
Parameters
Parameter | Description |
---|---|
fields | Set of fields - is an array (“updated field"=>”value”[, ...]), containing user file description. Full description of fields can be returned by calling crm.userfield.fields method. |
LIST | Contains set of values for custom field List. Specified when creating/updating a field. Each value is an array containing fields:
|
Example
BX24.callMethod( "crm.requisite.userfield.add", { fields: { "ENTITY_ID": "CRM_REQUISITE", "FIELD_NAME": "MY_STRING", "EDIT_FORM_LABEL": "My string", "USER_TYPE_ID": "string", "XML_ID": "MY_STRING", "SETTINGS": { "DEFAULT_VALUE": "Hello, world!" } } }, function(result) { if(result.error()) console.error(result.error()); else console.dir(result.data()); } );
© «Bitrix24», 2001-2024