What's New
General Information
CRM Constants
Table Structure
crm.quote.add
crm.quote.delete
crm.quote.fields
crm.quote.get
crm.quote.list
crm.quote.productrows.get
crm.quote.productrows.set
crm.quote.update
crm.quote.userfield.add
crm.quote.userfield.delete
crm.quote.userfield.get
crm.quote.userfield.list
crm.quote.userfield.update
crm.quote.userfield.get
Scope: catalog Permissions to execute: for all
crm.quote.userfield.get(id)
Returns a user field for estimates by ID.
Parameters
Parameter | Description |
---|---|
id | User field ID. |
Example
var id = prompt("Enter ID"); BX24.callMethod( "crm.quote.userfield.get", { id: id }, function(result) { if(result.error()) console.error(result.error()); else console.dir(result.data()); } );
© «Bitrix24», 2001-2024