- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-20-2019 01:27 AM
what can be the interview questions on both Inbound and outbound email Integrations?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-20-2019 06:21 AM
HI,
1) how to call email script into notification?
Answer: ${mail_script:nameofmailscript}
2)Why template.print is use in mail script?
Answer: to print the results to notification.
3) When you create a notification, you use email template which has subject and body in it. Also the notification has subject and body? WHich will get priority?
Answer: notification subject and body will get priority. If notification doesnot have subject or body it will be used from template.
4) Why do we use email layout?
Answer:Email layout is reusable template which can be used in many notifications.
5) Can we access event param in mail scripts?
Answer: Yes we can use them as event.param1 or event.param2.
6) Why we use omit watermark checkbox?
Answer: So outbound emails will not have watermark.
7) Significance of each parameter in mail script
(function runMailScript(/* GlideRecord */ current, /* TemplatePrinter */ template,
/* Optional EmailOutbound */ email, /* Optional GlideRecord */ email_action,
/* Optional GlideRecord */ event)
😎 HOw to add people in cc and bcc using script in notification?
Answer:addAddress(String type, String address, String displayname):
type can be cc or bcc.
9) gs.eventQueue has how many parameter's?
AnsweR: 5
10)How many ways notification can be triggered?
Answer: event, record insert / update, trigger from flow designer, workflow.
11) What is the user of send to event creator?
Answer: Person who triggers the event will receive the notification if this box is true.
Thanks,
Ashutosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-30-2023 09:58 AM
Hi,
I want interview questions related to update sets and Import sets can anyone help me?