What's New
General Information
CRM Constants
crm.dealcategory.add
crm.dealcategory.delete
crm.dealcategory.fields
crm.dealcategory.default.get
crm.dealcategory.default.set
crm.dealcategory.get
crm.dealcategory.list
crm.dealcategory.stage.list
crm.dealcategory.status
crm.dealcategory.update
Table Structure
crm.dealcategory.default.get
Scope: catalog Permissions to execute: for all
crm.dealcategory.default.get( )
Method reads general category settings for deals.
Parameters
No parameters
Example
BX24.callMethod( "crm.dealcategory.default.get", {}, function(result) { if(result.error()) console.error(result.error()); else console.dir(result.data()); } );
Result:
{ID: 0, NAME: "General"}
© «Bitrix24», 2001-2024