Resolved! How to open the List of Dashboards in serviecnow
Hi,How to open the List of Dashboards in servicenow ?
Hi,How to open the List of Dashboards in servicenow ?
I have data in expiration date field in string format, i have to convert it to date and time to update it to Expiry date field.same goes with below screenshot also
Hello Everyone,I need help in extracting email addresses from error string. The error string will look like this. 450 4.1.2 <eample@example.com>: Recipient address rejected: domain not found I tried different RegEx but no luck. Any help is appreciate...
Hello Dear Service Now experts, Perhaps, someone could give a hint on how to overcome the following difficulty. I have a workflow that is triggered by REST API call. The purpose of a workflow is to create an incident record for AZURE Service Health a...
Is there a document that describes the fields in the CMDB and their intended use of that field? We are loading application services and I want to make sure the fields align.
Hello, I want to restrict an ITIL user to view only Incidents assigned to their group. Thanks Ram
Hi All, Need help. If we can give the role---> snc _ platform _ rest _ api _ access to the integration user what type of operations that user can perform. Please explain me. Thanks in advance.
Hey folks,Currently I have one variable field which is multiselect. Each option has different approval groups to approve. When user selects multiple option it should trigger all approvers group of each option at same time. For this I used 'do the fol...
Hello,I want to increase the dialog window size . I am using g_modal since the dialog window is supposed to opened in workspace.Below is the script I am using:g_modal.showFrame({ url: '/sn_hr_ws_case_creation.do?sysparm_user=' + USER, t...
I have a department IT that has several departments within the IT department. When configuring Universal Request, I have set up service sets for IT and each child department. Since all departments are within IT, when I configured services in Univer...
Hello there, I have a simple request to update an existing UI Policy with new conditions. When updating the UI Policy – this works for new records, good, but it affects existing records, where now the variable shows in existing records, when it shoul...
Hey Community, I have a requirement to create percentage type report in ServiceNow. I tried finding it under report but was not able to find. Hoping to get some help here. Thanks
Hi AllMay I know how to hide the "This survey is in regards to Incident: " blue color InfoMessage box from the assessment_take2 public page.I am seeing the below behavior.When user is logged in: This message is being displayed on top and the RP.getPa...
I have below valuesa = {"name1":"value1", "name2":"value2"}b={"name3":"value3"} and i need to get result added as below:c= {"name1":"value1", "name2":"value2","name3":"value3"} To set value into a Name-Value Pair type field . Please suggest a script ...
Hi All, The below code is working in BR but not in a scheduled job so what is the best way to replace gr.addQuery('sys_id', current.sys_id); in a scheduled job run script? var gr = new GlideRecord('u_custom_integration'); gr.addQuery('sys_id', curren...