File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Server-Side Components/Inbound Actions/Create Problem from Email Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 1+ Create Problem from Inbound Email Actions
2+
3+ 1 . Create a Inbound Email Action for Problem record.
4+ 2 . Select the Target Table as Problem [ problem] .
5+ 3 . Select Action type as Record Action.
6+ 4 . In the When to run Tab select Type as "New", we can required roles as well.
7+ 5 . Add the required conditions - "Subject -> contains -> Problem".
8+ 6 . Write the script in the Actions Tab.
9+ 7 . Glide the Problem Table and assign the short_description from the email subject else "No Subject".
10+ 8 . And assign the description from the email body_text else "No Description Provided".
11+ 9 . Assign the caller_id from the email.from.
12+ 10 . Set the default values such category, impact, urgency etc.
13+ 11 . Followed by it will create the Problem whenever an email subject contains the Problem.
You can’t perform that action at this time.
0 commit comments