Outcome. When a deal's amount moves by more than a set percentage in either direction, the sales channel gets a Slack message flagging the change, so a large discount or a scope increase gets noticed without an approval step slowing the deal down.
flowchart TD
A[amount_change_pct recalculates] --> B{Increase >= threshold?}
B -->|yes| C[Send Slack: amount increased]
B -->|no| D{Decrease <= negative threshold?}
D -->|yes| E[Send Slack: amount decreased]
D -->|no| F[No alert, within normal range]
C --> G[Set previous_amount_snapshot = current amount]
E --> G
F --> G

When to use it, when not to
- UseUse it for visibility on meaningful amount swings, a deep discount, a scope expansion, a data-entry correction, without blocking the deal from moving forward.
- UseUse it as an early-warning signal that feeds a manual conversation, not as a gate; this fiche never stops the deal or requires sign-off.
- SkipDo not use it for small, routine amount tweaks. Set the threshold high enough that only genuinely large swings alert, or the channel becomes noise.
- SkipDo not use this pattern if an approval workflow already exists for discounts above a threshold. That is a control; this fiche is only a notification and the two easily overlap if not coordinated.
or the reporting and alerts pack, 39 EUR
One-time, excl. VAT. 30-day refund, no questions asked. Founding prices until 31 October, then 199 and 59 EUR. Includes every spec added later, up to the full 500, and the one-click installer on the full library. Building on client portals? The agency licence at 449 EUR covers unlimited client portals.





