bizproc.robot.list
This method returns list of automation rules, registered by the application.
Example
BX24.callMethod( 'bizproc.robot.list', {}, function(result) { if(result.error()) alert("Error: " + result.error()); else alert("Success: " + result.data().join(', ')); } );
© «Bitrix24», 2001-2024