can i create separate approval notification for change, kb and item request ?

NethraG
Tera Contributor

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.

1 ACCEPTED SOLUTION

Hello Nethra,

Upon closer analysis, I realized it's the sysapproval_approver table. Therefore, the correct dot walk path is below:

  1. Show related fields;

  2. Approval for -> Task Fields;

  3. Requested Item (+);

  4. Item -> Catalog Item Fields;

  5. Category.


This path ensures you are looking at the specific item definition associated with the request being approved.

Best regards,
Brandão.


View solution in original post

5 REPLIES 5

Hello Nethra,

Upon closer analysis, I realized it's the sysapproval_approver table. Therefore, the correct dot walk path is below:

  1. Show related fields;

  2. Approval for -> Task Fields;

  3. Requested Item (+);

  4. Item -> Catalog Item Fields;

  5. Category.


This path ensures you are looking at the specific item definition associated with the request being approved.

Best regards,
Brandão.