
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-15-2017 12:04 PM
In a scoped application (not Service Catalog) I have a workflow that creates an approval for the manager to approve a job description. The creation of the approval (rejection/approvals) is working fine. But I do not see any emails that an approval request was created, approved or rejected. Shouldn't an event be triggered a approval request is generated? What am I missing?
Solved! Go to Solution.
- Labels:
-
Scoped App Development

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-15-2017 08:44 PM
I figured it out and it works now.
When the approval is created by the workflow it creates an event called: "x_conym_hr_jd.approval.inserted" in the event log.
In order to be able to run the notification by event I created the event in my scoped application (with Studio) and it gave me "x_conym_hr."
Big difference "_" vs. "."
I actually had to register the event in the Global application because Studio in the scoped application would not let me create the event properly it with a "_".

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-15-2017 02:56 PM
Oh and other emails do go out with now issue.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-15-2017 04:08 PM
The Approval Email works fine now?
Please mark this response as correct or helpful if it assisted you with your question.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-15-2017 05:37 PM
No 😞

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-15-2017 08:44 PM
I figured it out and it works now.
When the approval is created by the workflow it creates an event called: "x_conym_hr_jd.approval.inserted" in the event log.
In order to be able to run the notification by event I created the event in my scoped application (with Studio) and it gave me "x_conym_hr."
Big difference "_" vs. "."
I actually had to register the event in the Global application because Studio in the scoped application would not let me create the event properly it with a "_".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-12-2018 07:42 AM
Hi,
Can you please elaborate step by step how this is achieved.