rbv_api.isUI()
Purpose
Returns true if the trigger was called or a formula containing this
method was invoked from a regular UI page.
Note: This method returns false if called outside of a trigger
Syntax
rbv_api.isUI()
Parameters
None
N/A
Return value
true or false
Example
if (rbv_api.isUI()) rbv_api.print("Called from UI page");