How to setup Approval and email notification and reminders for Space Request in WSD module

mangeshbodh
Tera Contributor

Hi Team,

 

I am new to the platform and working on 1 requirement to setup the Approval process for Space request or reserving a request. Is there a step by step guide that can help me setup approvals ?

like Create Approval Rules/Business Rules, Setup Users/Managers for Approvals, Enable email notifications. 

2 ACCEPTED SOLUTIONS

Hi @mangeshbodh 

 

Did you check the option Requires Approval on the space form which you are trying to reserve?

Additionally, I see in your "configuration inside the reservation approval definition" condition, 0 records found. You need fine tune your condition. 

 

Hope it helps!

--Raj

View solution in original post

Finally I was able to work it through. Thanks for your inputs. on the approval definition condition returning 0 results and require approval setting on space. I had to configure 3,4 things.

1. Set Requires Approval on space records.(along with is reservable true)

2. Changed the Override Approval Policy to "No Override" instead of "No Approval Needed". (on Reservable module configuration related list in reservable module record (Desk, Conference room etc) ).

I am now trying to figure out how we can send email notifications and push notifications.

 

Thanks,

Mangesh

View solution in original post

7 REPLIES 7

Mark Manders
Mega Patron

How are the reservations done? Is it through catalog items? Then you can just use OOB approval actions in the (work)flow behind them. OOB notifications will take care of the emails, as they are probably already send on other approvals.


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark

Ankur Bawiskar
Tera Patron
Tera Patron

@mangeshbodh 

what's the current process?

If you are using OOTB sysapproval_approver table to add approval request then already OOTB email is there on that table which will send email to approver

AnkurBawiskar_0-1751872109799.png

 

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Raj_Esh
Kilo Sage
Kilo Sage

Hi @mangeshbodh 

 

In WSD Reservation approvals are handlled little different than other modules. Although the approvals gets inserted in sysapproval_approver table. 

 

Goto sn_wsd_core_approval_definition, configure a condition

Create configuration in sn_wsd_core_approval_configuration which will be linked to sn_wsd_core_approval_definition. And in sn_wsd_core_performer_criteria here you will have to create a Criteria. where the Group of approvals will be part of for approvals. 

 

Hope it helps.

 

 

--Raj

Hi @Raj_Esh 

I see these in our demo env. under Workplace Core --> Approval Definition.

 

mangeshbodh_0-1751896708138.png

and below configuration inside the reservation approval definition.

mangeshbodh_1-1751896795101.png

I have added workplace manager for testing purpose to see if request is being sent to any of the group members. but when I reserve a space it gets confirmed.

 

I was also looking at the approval engines but didn't know if changing it to Approval rules work. earlier it was turn Engines off

 

Thanks,

Mangesh