- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-30-2017 12:53 PM
Hi All,
We are implementing a service now from scratch. I am seeing there are additional comments on Request, RITM as well as on Sc_Task.
The requester can only see additional comments of Request from Portal. And fulfiller can only see the additional comments from sc_task.
I want to know what is the best practice of using the additional comments.
Should I copy Request additional comments to sc_task and vice-versa so that requester and fulfiller both see the same additional comments and skip the RITM additional comments because it is of no use? If I do the same then how do I avoid the infinite loop?
In my organization, 1 Req will only have 1 RITM, but 1 RITM can have more than 1 task. If I need to copy Request additional comments to task, I need to copy in all sc_task. And when any fulfiller will add any additional comments on sc_task, I need to copy it to Request so that requester can see the fulfiller comments on Portal.
Any comments would be helpful.
Solved! Go to Solution.
- Labels:
-
User Interface (UI)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-30-2017 01:48 PM
Hello Varun,
This is a very common question! Best practice in my experience is to hide the REQ for end users. Typically it is easier for the end users to deal with a single ticket and the RITM level is the natural ticket for them to know. However, this does take a bit of configuration. Including changing the portal to show RITMs in the menus and lists. And changing the notifications to navigate to the portal (this needs to be changed regardless)
As to end user - fulfiller communication, the RITM is often the place where this should occur, set up notifications / inbound actions on the RITM and train fulfiller to go up a level to communicate since sc_tasks just have work notes. I have seen and implemented business rules for some clients that carry additional comments up to the RITM and back down so that fulfillers can live at the task level while end users only see RITMs. Both work.
If you opt to try and use REQ as the point of contact you will have to add additional comments and work notes to the REQ.
In short no matter what you choose there is going to be some configuration involved and the most important part is that you get to a process that works for both the end users and fulfillers. But I would recommend using the RITM as the primary record for communication.
Best,
Andrew

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-09-2022 02:11 AM
Hey Jeff, this is the difficulty you will face im afraid. When you have multiple tasks open at the same time, it can get a little messy if people are commenting on the tasks at the same time and customers responding via the RITM.
I ended up with slightly different scripts for my instance that has a query to only post to active tasks, the comment to the ritm also includes the SCTASK reference that the comment is related to and then I gradually moved away from having multiple tasks open at the same time. But this may not be possible in your setup due to the processes that you have in place.