User Scripting — Unapprove Event

Create scripts which are triggered when the following are unapproved:

User events and typical scripting use case for scripts triggered by each event.

The format to use for when an “unapprove” argument is passed is:

          function main(type) {
     if (type == 'unapprove') {
          // custom unapprove actions
     }
} 

        

To enable this feature, contact SuiteProjects Pro Support.