send approval notification based on catalog item variable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2023 06:41 AM
Hi Team,
I have one catalog item in which One select box variable with 4 choice value so I have to send only approval notification for 2 choice value.
A- Gen access 20.04
B- gen access 20.04
C- advance access 20.04
D- advance access 20.04
When user select value C or D {D- advance access 20.04 or C- advance access 20.04} only that time I have to send approval Notification .
I was unable to dot walk variable in filter condition due to notification is on sysapproval_approver table so I have written code in advance condition
I am able to see variable value in system logs but notification is not getting trigger .
Please How help me here with approval notification for specific variable ?
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2023 06:55 AM
Hi @lucky24,
Please make sure:
Your simple condition is also evaluating to true.
There is a valid recipient.
Recipient notification is enabled.
Recipient has an active notification device.
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.