Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2022 03:32 AM
Hi All,
I need to know how to setup out of office feature in my PDI
Please guide me step by step
Thanks
Solved! Go to Solution.
1 ACCEPTED SOLUTION

Community Alums
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2022 03:35 AM
Hi @Tammar Haider ,
I think the following extensions have to be done:
Event Registry:
- Register an event with name "question.autoresponder"
In your Inbound Email Action:
- Check whether the Question Area record has checked "Out of office".
- If so trigger an event with
- Event Name = "question.autoresponder"
- Glide Record Object = current
- parm1 = Caller's email address
- parm2 = <whatever you want to add>
Outbound Notification:
- Create an Outbound Notification with
- Send when = "Event is fired"
- Event name = "question.autoresponder"
- Event parm 1 contains recipient = checked
- What it will contain = <create the email to caller>
Scheduled Script:
- Create a new Scheduled Script
- it should run once a day
- it iterates all Question Area records an checks
- whether "Start date" is reached or over and "Out of Office" is not checked
- if so, check "Out of Office" and update
- whether "End date" is reached or over and "Out of Office" is checked
- if so, uncheck "Out of Office" and update
1 REPLY 1

Community Alums
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2022 03:35 AM
Hi @Tammar Haider ,
I think the following extensions have to be done:
Event Registry:
- Register an event with name "question.autoresponder"
In your Inbound Email Action:
- Check whether the Question Area record has checked "Out of office".
- If so trigger an event with
- Event Name = "question.autoresponder"
- Glide Record Object = current
- parm1 = Caller's email address
- parm2 = <whatever you want to add>
Outbound Notification:
- Create an Outbound Notification with
- Send when = "Event is fired"
- Event name = "question.autoresponder"
- Event parm 1 contains recipient = checked
- What it will contain = <create the email to caller>
Scheduled Script:
- Create a new Scheduled Script
- it should run once a day
- it iterates all Question Area records an checks
- whether "Start date" is reached or over and "Out of Office" is not checked
- if so, check "Out of Office" and update
- whether "End date" is reached or over and "Out of Office" is checked
- if so, uncheck "Out of Office" and update