1. Is it possible?
Yes, but not fully with out-of-the-box workflows. Standard BC workflows trigger on document status changes, approvals, or field changes, not directly on “notes.” You’d need either:
> A custom field on Sales Header for “Requested Discount,” or
> A Power Automate flow that monitors changes (including notes).
2. Triggering based on Sales Header notes/fields
> Notes themselves cannot be used in workflow conditions.
> If you create a custom field (e.g., “Discount Requested”) instead of relying on a free-text note, then a workflow (or Power Automate) can trigger when that field is updated.
3. Ensuring each discount has its own approval
> Create each discount as an “Approval type” in workflow conditions, keyed on the Discount Requested field.
> Alternatively, use Power Automate to spin off parallel approval requests for each discount selected.
4. Best structure
> Replace Notes with a dedicated field or lookup table of discounts on Sales Header.
> Configure Approval Workflows (or Power Automate approvals) per discount type.
> After approval, allow the Sales Line with the discount item to be entered.
In short: Use a controlled field instead of Notes, trigger approvals off that field, and define one workflow per discount type. Notes alone won’t drive approvals.
Thanks
Rishabh