crm.dealcategory.fields
Scope: catalog Permissions to execute: for all
crm.dealcategory.fields
Returns field description for deal categories.
Parameters
No parameters
Example
BX24.callMethod( "crm.dealcategory.fields", {}, function(result) { if(result.error()) console.error(result.error()); else console.dir(result.data()); } );
Fields
Field | Description | Type | Note |
---|---|---|---|
CREATED_DATA | Date created | datetime | Read only |
ID | Deal category ID | integer | Read only |
IS_LOCKED | Locked | char | Read only |
NAME | Category name | string | Required |
SORT | Sorting | integer |
© «Bitrix24», 2001-2024