crm.catalog.list
Returns a list of existing commercial catalogs.
Parameters
See the list method reference for further information.
Example
BX24.callMethod( "crm.catalog.list", {}, function(result) { if(result.error()) console.error(result.error()); else { console.dir(result.data()); if(result.more()) result.next(); } } );
© «Bitrix24», 2001-2024