Resolved! Run a business rule from a background script
Is there a way that i can run a business rule from a background script to modify records that were skipped on insert: (function executeRule(current, previous /*null when async*/) { var manufacturer=current.company.getValue('sys_id'); var warrant...