- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Wednesday
I want to create a customized notification for approval for software requests, hardware requests, changes, and KB articles. However, when the one I have created for the software request triggers when a KB article is published, or a change request is made. Software request is approved via email, as many managers don't have an ITIL role. I am working on ITSM module.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Wednesday
Hello Nethra,
Upon closer analysis, I realized it's the sysapproval_approver table. Therefore, the correct dot walk path is below:
Show related fields;
Approval for -> Task Fields;
Requested Item (+);
Item -> Catalog Item Fields;
Category.
This path ensures you are looking at the specific item definition associated with the request being approved.
Best regards,
Brandão.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Wednesday
Hello Nethra,
Upon closer analysis, I realized it's the sysapproval_approver table. Therefore, the correct dot walk path is below:
Show related fields;
Approval for -> Task Fields;
Requested Item (+);
Item -> Catalog Item Fields;
Category.
This path ensures you are looking at the specific item definition associated with the request being approved.
Best regards,
Brandão.
