Resolved! How to create
Hello Friends, I have some for some testing purpose.How to do it /Please suggest
Hello Friends, I have some for some testing purpose.How to do it /Please suggest
Hello friends, How to do it. Please suggest. Thank you
Hi all, I have a requirement in change , based upon the selection of CMDB CI group Request needs to go to Particular CI Approval group How can i achieve this Approver group is change_approver how can i sent request to the particular group
Hi,I need to prepare below 2 reports and then calculate percentage using a formula indicator:I have a catalog item with 2 variables : joining date and target date1. First report should show all SCTASKS created 10 business days (excluding Sat, sun and...
Hi all,i have a requirement when a record is updated in sc_item_variables_task table (MRVS) it is creating duplicates here is the script they used after insert business rule (function executeRule(current, previous /*null when async*/) { var qList = [...
Hi Trying to create RITM using inbound action and below cart APItarget table: sc_req_itemcreateRequest();function createRequest() {var cartId = GlideGuid.generate(null);var cart = new Cart(cartId);//give sys_id of catalog itemvar item = cart.addIte...
I recall a community post where a member said that it is best practice to move data from Production to Test; then to Dev but to move code from Dev to Test, to Production. I can't seem to find that post now. Can someone provide best practice to move d...
Hello All, We got a requirement from customer like when RITM gets updated or any comments added in the RITM then an email notification will be send to User/Group Watchlist members. For that I created a Variable Set, in that i have created 2 variables...
Is there a way besides going to the System Logs mentioned in the below article to identify if the user who is viewing the form is being impersonated by another user? https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0717055 So fo...
Hi All,I want to hide the submit button on a specific catalog item based on a condition.I tried using a UI policy but it's executed after the page has loaded. Because the page is heavy, it takes a second and the user can see the submit button before ...
I want the Catalog Item variable of date/time (could be single line text) in the service portal to NOT show seconds or milliseconds. I understand this can be set on the display for user preferences, however, two things, it is already set to not show...
When the approver goes to approval table to approve the request.Once the approver clicks on Approve UI action button, he should receive a confirmation box saying ' Do you want to approve the request or you still want to continue reviewing? 'If approv...
My team currently has already existing a Knowledge Feedback notification that triggers when Comments>Is Not Empty. We are employing Knowledge Feedback Tasks and need those to trigger to the same ownership group when tasks are created. The problem I a...
A group would like to use a catalog item to take requests for changing firewall rules. Their needs consist of taking in: 1. A firewall rule name2. A source IP3. A destination IP4. A destination port I can configure this for a single request, but the...
I am using an asynchronous BR where I am unable to update the current field value directly; instead, I have to use current. Update to achieve it. Is there any other way to accomplish this? Additionally, I have included a REST call in the BR.