Setting invoices to go into a pending state to be reviewed before the approval process may be a good best practice if your company is impacted by one of the following scenarios:
Setting invoices to go into a pending state to be reviewed before the approval process may be a good best practice if your company is impacted by one of the following scenarios:
Invoices can be set to automatically go into a pending state at the following levels:
All future invoices for all accounts within a client can be set to automatically go into a pending state by enabling the inv_approval_req_ind client setting.
Because of the impact this setting would have on your Aria client instance, this setting must be turned on by Aria Customer Support. If you would like this setting enabled, please send a service request by submitting a Parature support ticket.
Note: If this setting is enabled, all accounts will inherit this setting when they are created moving forward. All previously created accounts need to be updated to reflect this change.
All invoices for an account can be set to automatically go into a pending state via the UI by selecting the This account DOES require manual approval of pending invoices toggle within the Approval Required Flag tab of an account.
Note: If the Approval Required Flag is not visible, your Aria administrator may have to enable this module by navigating to Configuration > Security > Account Access > Account Overview and changing the Approval Required Flag Display to On.
All invoices for an account can also be set to automatically go into a pending state by setting the <invoice_approval_required> parameter to True on either the create_acct_complete or update_acct_complete API.
An individual invoice can be set to go into a pending state via the UI by choosing to generate an invoice from the Invoices tab and selecting Pending Invoice from the list of generation options.
An individual invoice can also be set to go into a pending state by setting the <force_pending> parameter to True on the gen_invoice API.