crm.deal.recurring.list
crm.deal.recurring.list ()
The method returns list of settings for recurring deal templates by the filter.
When selected, use the mask "*" to select all fields (without user and multiple fields).
Parameters
She description of list methods.
Example:
BX24.callMethod( "crm.deal.recurring.list", { order: { "DEAL_ID": "ASC" }, filter: { ">COUNTER_REPEAT": 5 }, select: [ "ID", "DEAL_ID ", "NEXT_EXECUTION", "LAST_EXECUTION", "CATEGORY_ID", "IS_LIMIT" ] }, function(result) { if(result.error()) console.error(result.error()); else { console.dir(result.data()); if(result.more()) result.next(); } } );
© «Bitrix Inc.»,
2001-2021,
«Bitrix Inc.», 2021
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.