Policy Templates

Policy templates are ready-to-use threshold gates for the most common financial and sales controls. Each template maps to a specific ERP feature toggle — enable the toggle, instantiate the template, set your numbers, and activate.

Workflow Management — policy template catalog
Workflow Management — policy template catalog

How to use a policy template

Step 1 — Enable the toggle

In Workflow → Settings, turn on the toggle the template depends on (shown in the tables below).

Step 2 — Instantiate

In Workflow → Policies, click New from Template and choose the template.

Step 3 — Set your thresholds

Replace the placeholder numbers with your own bands (e.g. change 50,000,000 to your PO limit).

Step 4 — Prioritise and activate

Set the priority so specific rules evaluate before general ones, then set the policy Active.


Approval threshold templates

TemplateSubjectConditionOutcomeToggle
PO approval thresholdPurchase OrdertotalAmount > NRequire approvalpo_amount_threshold
SO approval thresholdSales OrdertotalAmount > NRequire approvalso_amount_threshold
PO always requires approvalPurchase OrderalwaysRequire approvalrequire_po_approval
SO always requires approvalSales OrderalwaysRequire approvalrequire_so_approval
Expense thresholdExpense Claimamount > NRequire approvalpo_amount_threshold*

*Expense gating reuses the general amount-threshold behaviour; pair it with the appropriate expense approval workflow.


Credit-check templates

TemplateSubjectConditionOutcomeToggle
Credit limit blockSales OrderorderTotal + outstandingBalance > creditLimitBlockcustomer_credit_limit_check
Credit limit warnSales OrderoutstandingBalance > 0.8 × creditLimitRequire approvalcustomer_credit_limit_check

Discount gate templates

TemplateSubjectConditionOutcomeToggle
Discount price approvalQuote / Sales OrderdiscountPercent > NRequire price approvalprice_approval_on_discount
Deep-discount escalationQuote / Sales OrderdiscountPercent > 25Require approval (senior)price_approval_on_discount

Multi-level & parallel templates

TemplateSubjectBehaviourToggle
Two-level finance ladderInvoice / POManager → Finance (serial)multi_level_approval
Three-level executive ladderPO / CapExDept Head → Finance → CFO (serial)multi_level_approval
Dual-control parallelPayment batchTwo approvers, both required (parallel)parallel_approval
Multi-level leaveLeave RequestManager → HR when longmulti_level_leave_approval
⚠️

Multi-level and parallel templates only take effect when multi_level_approval / parallel_approval are enabled. Without them the chain collapses to a single approver.


Toggle reference

ToggleControls
po_amount_thresholdPurchase-order amount gate
so_amount_thresholdSales-order amount gate
require_po_approvalMaster switch: POs need approval
require_so_approvalMaster switch: SOs need approval
price_approval_on_discountDiscount-driven price approval
customer_credit_limit_checkCredit-limit block/warn
multi_level_approvalSerial multi-step chains
parallel_approvalParallel (all-required) approvers
multi_level_leave_approvalLeave escalation chains
delegationApprover delegation (see Delegation)

FAQ

Q: Do I still need a workflow after a policy template? A: For threshold gates that require approval, yes — the policy decides whether, and a workflow routes who. Block-outcome policies (credit limit) can stand alone.

Q: Can I change a template’s toggle mapping? A: The mapping is fixed by design — each template exists to make one toggle usable. Enable the listed toggle for the template to have effect.