Resolved! hiding tab component based on custom role
Hi How to hide tab component based on custom role? Thanks in advance
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
Hi How to hide tab component based on custom role? Thanks in advance
Can any one give me business scenario where we need of both ??
I would like to hide the attachment below, be it in image format or files.How could I do it?*I want to hide only a specific attachment.
Hi Guys, I am working on the service portal where mistakenly I deleted the one of the instance in a row now, I am trying to get it back. But when I try to add instance in a column it does not show me option for Instance with link and tend to create ...
In ServiceNow scripting, making the right choice between arrays and sets can mean the difference between a smooth-running script and a headache-inducing one. Both data structures have their strengths and weaknesses, and knowing when to use each can h...
Hello Experts, In my current project, we have a requirement to import thousands of wiki pages in ServiceNow as Knowledge Articles. Is it possible? If yes please help me with the process. I know we can import word files but not sure about wiki pages. ...
Hi, I have an import set api to create change requests. Based on few conditions I want to add multiple Affected CI's to the Change request once its created. I am trying to do this using the onbefore Transform script but it's not adding the CI's to Af...
Hi everyone! I would like to ask how to write a script for the condition : If account field contains "OOO" and if account field does not contain "NA" Here's what I did : var str = current.getValue("u_account"); if((str.contains("OOO")) && (str.d...
In what condition we use push and pull connector in Event Management ServiceNow ?
Hi Team,In the current scenario, the user exports data from the servicenow table into an Excel spreadsheet, makes updates to the spreadsheet, and then loads it back into ServiceNow. The requirement is that when the user uploads the Excel file, only o...
We have had a business case come up where users in the 'caller' field that have the 'itil' role need to receive our email notification when anything is added to the worknotes even if they are not @mentioned. My thought was I could dot walk a conditio...
I want to restrict to the admin to impersonate the other user for HRSD module.
Hello Guys, We are seeing duplicate record numbers on our contracts table. I have run the script to identify how many duplicate record numbers are there and I see more than 100 records. How can we address this issue? Thanks,Rocky.
Hi Experts, I'm working on Virtual Agent (Chat Bot) in ServiceNow, I have a requirement to set-up OOB Survey at the end of the chat conversation. Could anyone guide me where I can set-up Post Chat survey. I found a YouTube video which explains only a...
I need some help on a public record producer. First off this is not my design I picked up a horrible process and just trying to remedy it. I have a record producer that has a category and subcategory field. The category field is a select box and is w...