Trigger
The Trigger is a Business Rule which stipulates the conditions under which Messages will be sent for the process concerned.
Last updated
Was this helpful?
The Trigger is a Business Rule which stipulates the conditions under which Messages will be sent for the process concerned.
Last updated
Was this helpful?
Was this helpful?
(function executeRule(current, previous /*null when async*/) {
x_snd_eb.ws_console.logExecute('Business rule: [S] Unifi ' + current.getTableName() + ' trigger rule', function () {
x_snd_eb.ActivityLog.setDocument(current, 'sys_script');
x_snd_eb.Message.processOutbound(current);
});
})(current, previous);