sale.propertygroup.getFields
sale.propertygroup.getFields()
The method returns fields of property group.
Returned fields:
Field | Description |
---|---|
id | Property group ID. |
personTypeId | Payer type ID. |
name | Name. |
sort | Sorting. |
Parameters
No parameters.
Examples
BX24.callMethod( 'sale.propertygroup.getFields', {}, function(result) { if(result.error()) console.error(result.error().ex); else console.log(result.data()); });
© «Bitrix24», 2001-2024