Trigger examples
Explore scenarios to gain insights into how to customize the conditions for approval policies with practical situations, and adapt them to fit the distinctive needs and goals of your organization.
Overview
On this page, we delve into a variety of real-world scenarios of conditions for triggering approval policies. These scenarios are designed to help you understand how approval policies can be automatically set to specific invoices and how to customize these conditions to address specific operational, compliance, and governance needs within your organization.
- The conditions mentioned on this page are designed using the MoniteScript and must be inserted into the
trigger
field. Check the Evaluated string section for further information about the syntax. - The
event_name
field is mandatory. - The
if
,then
, andelse
statements are not allowed into thetrigger
field.
By invoice amount
Set an approval policy for all invoices worth more than 300 EUR:
If you receive invoices in multiple currencies, you can convert the amount to some base currency to use the same threshold for all invoices:
With specific currencies
Set an approval policy for all invoices with specific currencies, in this case, EUR and USD:
With specific tags
Set an approval policy for all invoices containing one of the specific tags:
From a specific project
Set an approval policy for all invoices related to specific projects:
For specific counterparts
Set an approval policy for all invoices from a specific list of counterparts:
For specific users
Set an approval policy for all invoices from a specific list of users:
By amount, currency, tags, AND specific counterpart
Set an approval policy for all invoices worth more than 1000 EUR, from a specific counterpart AND with specific tags:
By counterpart, plus amount OR specific tag
Set an approval policy for all invoices from a specific counterpart worth more than $300 OR with a specific tag: