What's New
General Information
crm.deal.add
crm.deal.delete
crm.deal.fields
crm.deal.get
crm.deal.list
crm.deal.productrows.get
crm.deal.productrows.set
crm.deal.update
crm.deal.recurring.add
crm.deal.recurring.delete
crm.deal.recurring.expose
crm.deal.recurring.fields
crm.deal.recurring.get
crm.deal.recurring.list
crm.deal.recurring.update
crm.deal.userfield.add
crm.deal.userfield.get
crm.deal.userfield.update
crm.deal.userfield.delete
crm.deal.userfield.list
crm.deal.contact.add
crm.deal.contact.fields
crm.deal.contact.items.get
crm.deal.contact.items.set
crm.deal.contact.items.delete
crm.deal.contact.delete
CRM Constants
Table Structure
crm.deal.contact.fields
crm.deal.contact.fields()
Returns field descriptions for the deal-contact link used by methods of family crm.deal.contact.*, that is by crm.deal.contact.items.get, crm.deal.contact.items.set, crm.deal.contact.add and etc.
Parameters
No parameters.
Example
BX24.callMethod( "crm.deal.contact.fields", {}, function(result) { if(result.error()) console.error(result.error()); else console.dir(result.data()); } );
© «Bitrix24», 2001-2023
Up