- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-20-2018 08:13 PM
Hello,
I have more than 10 approvals that goes to different users and groups. These requests generated as user selects variables, in this case I am trying to add comments to the approval form to let user know what he is trying to approve. Please let me know if there is any way to add comments or have a description field. Thanks!
Solved! Go to Solution.
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-22-2018 05:07 PM
Thanks for the reply Bryan. I found a way to add a comment/activities by gliding approval table. To achieve this, I've created a run-script activity right after the approval activity. Once the approval request in place, my script run, look for current item's request and add a comment to let approval user know some information. Do you think this process affect anything or not a best practice to do? Thanks!
Note: This is only related to one particular Catalog Item.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-22-2018 04:46 PM
Is it not slight overkill to move the information into the approval form when the information can be easily accessed from the OOTB Approving field. I'm not saying it can't be done, I am just questioning the requirement behind it. Adding further config to your instance moves it away from OOTB and causes complexity when upgrading.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-22-2018 05:07 PM
Thanks for the reply Bryan. I found a way to add a comment/activities by gliding approval table. To achieve this, I've created a run-script activity right after the approval activity. Once the approval request in place, my script run, look for current item's request and add a comment to let approval user know some information. Do you think this process affect anything or not a best practice to do? Thanks!
Note: This is only related to one particular Catalog Item.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-22-2018 06:44 PM
I don't think it'll affect anything, just seems a bit too much, but hey, it's your show really. You can do as you please. If it works for you, then go for it! If it's just for this one item then it should even more so be ok.
Glad you figured it out!
Please mark Helpful/Correct, if applicable. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-21-2018 03:32 AM
Hi Paul,
I need the same functionality, so could you please help with the script you have written in Runscript please.