
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2024 05:49 PM
I'm trying to test the approval process in WSD.
I have a space that 'requires approval'. When I make a reservation from the portal, the reservation record says its 'awaiting approval' but no approvals are triggered.
I tried all the Workplace Approval Configurations, nothing happens.
Could someone tell me what am I missing?
Solved! Go to Solution.
- Labels:
-
Architect

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2024 05:56 AM
Found the issue, guys!
The Flow that triggers the approval was erroring out due to a Restricted Caller Access. Something was modified (I didn't dive into this), and that caused the Access privilege to go to 'Denied'.
Turned it back on to 'Allowed', now approvals fire off 😊
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2024 01:47 AM
How are you setting the approval? Is it a BR, a flow, a workflow? You will need to create the record when setting it to 'awaiting approval'
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2024 05:39 AM
That question is enlightening.
I always assumed that WSD would automatically trigger the approvals when the conditions satisfy. The trouble I had was finding where this logic is so I could debug why the approvals didn't fire.
Maybe I should just create my logic to fire them off when state goes to awaiting approval!?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2024 02:40 AM
Is the users are active ?
Approval going to valid users?
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
03-12-2024 05:37 AM
The approval users are valid, Atul.
What I'm unable to trace is the actual script/component that fires off the approvals.
The WSD portal is strung together with many Widgets and ng-templates , each with a crazy ton of code (there's one with over 4000 lines of code!)