What's New
General Information
CRM Constants
Table Structure
crm.product.add
crm.product.delete
crm.product.fields
crm.product.get
crm.product.list
crm.product.property.add
crm.product.property.delete
crm.product.property.enumeration.fields
crm.product.property.fields
crm.product.property.get
crm.product.property.list
crm.product.property.settings.fields
crm.product.property.types
crm.product.property.update
crm.product.update
crm.product.property.settings.fields
crm.product.property.settings.fields(propertyType, userType)
Returns field description for additional settings of product user type properties.
Parameters
Parameter | Description |
---|---|
propertyType | Type of property. |
userType | Property user type. |
Example
BX24.callMethod( "crm.product.property.settings.fields", {propertyType: "S", userType: "HTML"}, function(result) { if(result.error()) console.error(result.error()); else console.dir(result.data()); } );
© «Bitrix24», 2001-2023
Up