Documentation

crm.dealcategory.default.set

crm.dealcategory.default.set(
   name
)

The method writes settings for general deal category.

Parameters

Parameter Description Available from version
name General category name

Examples

BX24.callMethod(
           "crm.dealcategory.default.set", 
         { "name": "" }, 
         function(result) 
         {
             if(result.error())
                 console.error(result.error());
             else
                 console.dir(result.data());
         }
     );


© «Bitrix24», 2001-2023
Up