Workplace Approvals not working

AnirudhKumar
Mega Sage
Mega Sage

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?

1 ACCEPTED SOLUTION

AnirudhKumar
Mega Sage
Mega Sage

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 😊

View solution in original post

7 REPLIES 7

Mark Manders
Mega Patron

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

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!?

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @AnirudhKumar 

 

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]

****************************************************************************************************************

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!)