Resolved! need to close RITM after all sc_tasks are completed
For one RITM, we built two sc_tasks. When I try to close one sc_task, RITM closes but another sc_task remains open. Can somebody assist me in closing all sc_tasks before RITM closes?
We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More
For one RITM, we built two sc_tasks. When I try to close one sc_task, RITM closes but another sc_task remains open. Can somebody assist me in closing all sc_tasks before RITM closes?
We added language plugins for two languages (Japanese and Chinese). Those plugins installed translations for all labels in the sytem, and also added language mechanism for those articles to knowledge articles. We need to add additional languages (eg...
I'm trying to add a PDF of a Visio diagram into a Knowledge Base Article to where you can zoom in and out on the detail. I was able to add it, but when saving the Knowledge article to preview, The preview is blank, and part of the code is missing. Ha...
We have a requirement to show the incidents on the reports to external users on CSM portal. But external users do not have access to incident data. So it is showing as ACL issue.We gave snc_internal and external roles to the incident ACL record. But ...
Hi All, we have external portal which will show list of customer cases in read only view (no editing allowed). If user click the case number, I want that user to be redirected to ServiceNow CSM workspace. Can you please let me know how to create this...
Hi, When emails are sent directly from an opened case, we have ensured that the sent emails can be seen directly in the activity stream of a case. However the emails can not be seen on the activity stream of the request on the Employee Center?How ca...
Hi, is it possible to allow the person listed in the 'Manager' field on the Groups form the ability to manage that teams membership to, i.e. add/remove users? Is the Manager field used in any process or role that I need to grant/configure or is it j...
Hello All, Am creating some response templates in Snow but those are not visible in CSM configurable workspace can someone help me on this. I've changed the screen condition of agent assist but still unable to load response templates. Getting this me...
When I am login with tier-1 agent having ITIL role and service desk it is redirecting to service operation workspace by default. but it should go to native UI home page.
Hi All, I'm looking into service bridge as a potential for integrating with other ServiceNow instances for basic tasks, but I'm struggling to establish what level of dependency there is on CSM. 1: Is CSM a functional pre-requisite on the provider in...
We are looking to allow our internal users to create cases on behalf of our customers. For tracking purposes, we want to see which internal employee raised the case. I have two links here that look to do the same thing. I'm confused on what the main ...
How to create incident report without kb.which table need to be use, could you please let me know.
I have a question about chatting on the service portal.A user is chatting with a live agent in the service portal.When the agent enters the case number (CS0001579) or knowledge number (KB0010019), the user sees the card view as follows instead of sim...
Hi All, Can any one please help with the requirement.When a user cancels , the pop-up should require a in that popup only user to input a cancellation reason.- and that comment popup should be mandatory when we click on cancel.- after that it shoul...
I have an UI Action which set values for a field and then using g_form.save() , saves the form. This is working absolutely fine with admin user but with other user it is not working as per expectation. g_form.setValue('state', '5'); g_form.save(); I ...