StandAlone Custom Table And Approver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-29-2023 07:48 AM
Hi Everyone,
I have created a student standalone table and I wanted to create approval on the create/update record of the student table. Please advise.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-29-2023 07:53 AM
Hi @mrfahadmuhd
Greetings!!
You can create a Flow
Trigger
Create / Update
Select your table
Action
Ask for approval
Like this
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-29-2023 07:55 AM
Hello @mrfahadmuhd ,
You can create a Workflow on the student standalone table with the triggered condition as certain field on you student standalone table changes to a specific value.
And on the workflow canvas, you can either 'Approval - User' or 'Approval - Group' action as per your requirement to send the approval to a specific user or to a specific group.
If the above solution resolve your issue, Please mark the solution as 'Accepted Solution' and mark it as 'Helpful'.
Thank You!
Prathamesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-29-2023 08:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-29-2023 08:03 AM
Hello @mrfahadmuhd , Have you verified whether your workflow is correctly triggered or not? Or the IF condition block that you have used in your workflow returns with TRUE value to triggered the approvals to the manager?
Thanks!