crm.userfield.types
crm.userfield.types
Returns list of user field types.
Contains description of the following types:
- string
- integer
- double
- boolean
- datetime
- enumeration
- iblock_section
- iblock_element
- employee
- crm_status
- crm
Example
BX24.callMethod( "crm.userfield.types", {}, function(result) { if(result.error()) console.error(result.error()); else console.dir(result.data()); } );
© «Bitrix24», 2001-2024