How to send approval based on RITM value?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2023 03:18 AM
Hi Team,
I have one catalog item in which there is one select box variable with 4 choices value.
A- general access 90
B - general access 92
C - advance access 90
D - advance access 92
SO I have to send approval only when user select option C or D( advance access 90 or advance access 92)
I have created one notification on sysapproval_approver table but there In filter condition I am not able to dot walk on variable
Please help me here how can I achieve which code I need to write on advance condition So I can send approval based on the variable?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2023 03:32 AM
Hi Anshul,
I want send approval notification only when user select specific choice value on select box variable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2023 03:34 AM - edited 09-25-2023 03:39 AM
Hi @lucky24,
You can add a Switch condition in the workflow like below.
If you want to send an approval you can send using Approval - User or Approval - Group activity.
Also join the activity for the A or B option accordingly.
Please mark this answer as correct and helpful if it solves your issue.
Regards,
Siva Jyothi M.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2023 03:44 AM
Use "If" the logic in the flow and use ask for approval activity for the approval
I hope this will help you solve your problem. Please mark it as Accepted and Helpful.
Thanks and Regards,
Anshul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2023 04:09 AM
Hi Anshul,
I am able to send approval but I have to send approval notification on(sysapproval_approver) table
I have created 1 event registry and 1 notification and trying to fired through flow but not getting succeed
I tried with below flow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2023 04:51 AM
@lucky24,
I think your table name is incorrect. It's sysevent_register table.