rbf_runtrigger callback function

Posted by Rollbase User on 05-May-2013 14:59

Hi, It looks like that the rbf_runtrigger API always returns false in the Callback parameter. Could you please give an detailed example how to handle this? Please check also the documentation: - rbf_runTrigger(objName, id, triggerId, checkCondition) - page 209. The Callback parameter is missing - a typo: callback: function to be called whet AJAX request returns (optional). Will receive single parameter: true or false depending on whether trigger has actually ran. Whet should be When

All Replies

Posted by Admin on 08-May-2013 12:40

Typo is fixed.



If callback() function receives "false" as parameter it signals that trigger did not run (conditions not met).

This thread is closed