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
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()); } );
© «Bitrix Inc.»,
2001-2019,
«Bitrix Inc.», 2019
User Comments
User comments are not part of official documentation. Use information provided by other users in the comments at your own risk.The User Comments section is not to be used as a feature discussion board. Only registered users can post comments. Your comment will be visible once it has been approved by the moderator.