Configuration item
Already there is an existing reference qualifier with script include then how to do modification
Already there is an existing reference qualifier with script include then how to do modification
How to write the BR for this query? For Normal/Emergency changes I want approvers not to be the person who raised the change or is assigned theTo prevent self approvals "marking their own homework"..
In previous ServiceNow versions, the Standard Change Proposal process was managed using Workflows. However, with the latest Yokohama release, this process has been modernised and is now powered by Flow Designer! What's the Impac...
Hi Experts,We are trying to implement Advanced work assignment for HR agent workspace and I need to do a POC.Where should I start.What are the use cases for this AWA concept.What are things that should be noted while we implement thisPlease guide me ...
How to add underline to the assessment as shown in image and remove underline for below related record?
If I do the "Action on selected Rows" and "Add tag" and add a tag, it works perfect. But if I do it in reverse and use the "Remove Tag" option, the screen refreshes but the tag is NOT removed. I've done it 100 times from various filters/search screen...
I have a requirement to send an email with an excel attachment containing the records based on a query in a custom table. Detailed Explanation:1) Email should be triggered to Department head after 35 days when users in that department doesn't made re...
We have hidden incidents from all users and made only visible to "Desktop support" group members.Now , We have requirement to make incidents visible to the user selected in "Requested For" variable on record producer.
"Work notes on incident forms where the assignment group is 'Desktop support' should be visible only to members of the 'Desktop support' group."Can we restrict Create and Read access of Incidents to only 'Desktop support' group members?
Hi,I have a table "u_comp_test" where i have created a tab section (Test1) and added fields reference of a different table "u_comp_test1". When a field update is made for the fields of "u_comp_test1". I need the audit records of "u_comp_test1" within...
I have below 2 variable, based on group selection , group member should get populated [each group has only one member] 1.approval_group: referring to sys_user_group table2.approver: referring to sys_user tabletried below script, its not populating me...
Hello Community,First, wanted to be clear about some acronyms I may use (I think most may understand)- REQ (Request)- RITM (Requested Item)- CR (Change Request)- INC (Incident)Hoping to find some guidance around an issue that my team is experiencing ...
I am currently working on enhancing our Change Management process within ServiceNow and noticed that our existing Risk Assessment Form only evaluates the risk score within a Change Request. I would like to develop an Impact Assessment Form to accurat...
Hi , i have been trying to close the parent ritm when all the childs are closed. here is the before update BR with condition state changed to closed completevar count=0;var tasks = new GlideRecord('sc_task');tasks.addQuery('request_item',current.requ...
I have a requirement where i have a list collector type variable on my catalog item and client need to show up a download option or button right beside of that listcollector variable. when that variable will carry 10 values at that time someone can ...