gs.getUser.isMemberOf is not working in scoped application
Hello , In list control for one of related lists gs.getUser.isMemberOf isn't working. Can somebody please help here
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
Hello , In list control for one of related lists gs.getUser.isMemberOf isn't working. Can somebody please help here
Hello Team, Can anyone elaborate on this? I have not filled up both workflow and execution plan as I am using BR to generate SCTasks based on a MRVS rows. Is it mandatory to fill in these?
Hi, I want to auto populate the field DESC with the description of the incident selected in field INC. Once the incident has been selected, the description of the incident should auto fill. How can this be achieved with a catalog client script to do ...
I'm working on email notification and need to configure clickable record in the notification. Below mention are the tries: 1. Number: ${number} 2. Number: ${number.URI} 3.Number: ${number.URI.REF} -->> This is not working at all. Configurations are a...
I would like to change the display column of reference table in Service catalog variables. For example, the table has two columns, category and type, and service catalog has two variables, that are reference same table. I would like to display one re...
Hi all, I was trying to add 'Create Request' button on Incident form that should redirect to service catalog page, and after opening one of the request form from there it should have some fields like 'requested_for', 'short_description' auto-filled (...
Hello Team, we don't want users should submit the form if they havn't entered the assignment group i have wrote a on submit client script but its not working function onSubmit() { //Type appropriate comment here, and begin script below var assi...
I am trying to update the Requested For information on a variable set within Requester Details for a Request where the user that originally submitted the Request has either left the organization or had a name change that resulted in a new username.I...
I try to find out all the users who are using ITSM subscription via REST call. I try to find all the roles associated with the subscription, then find users assigned with each roles. However the number of roles I got from REST API call tolicense_role...
Hi, I am able to see the info region data in the portal but Granular delegate is unable to see those details And the standard Ticket Information is, Please help me in resolving this. Thanks in Advance. Thanks and Regards, Allu Gopal.
Hi Team, How to add/remove fields in 'show all ci' list in 'CMDB Groups'. Need to add few fields and remove in this list. Regards, Anto.
We've got a service that has a lot of variables and when trying to add them, we've noticed there is a point where variables can no longer be added. We're able to move the variables from the left hand side of the variables list to the right hand side ...
Hi AllI am a newbie to ServiceNow so please excuse me or asking lame questions. I am trying to move update sets from Dev > QA > PROD and I am exploring 2 options as of now: Export Update Set to XMLUpdate Sources Please guide me which should be better...
Hi, I have a requirement when we attach any files in task after close completing the task the file should get deleted. If we use workflow the workflow contains so many items so the changes will be for all items but i need it particularly for 2 items ...
HI,I have written below onSubmit client script to trigger the alert message when the user clicks on SAVE Button(UI action), which is working fine, but the alert message is triggering even after saving the form.function onSubmit() {alert("Validation i...