ITSM forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

RITM Reopen button not working properly

Hello All, I Created a custom widget and Mapped in Standard Ticket Configurations of sc_req_item Action Widget.Widget Details: var table = $sp.getParameter("table");var sys_id = $sp.getParameter("sys_id");// Valid GlideRecord    var gr = new GlideRec...

Abdul333_0-1717416083789.png Abdul333_1-1717416293952.png
Abdul333 by Tera Contributor
  • 479 Views
  • 1 replies
  • 0 helpfuls

Resolved! UAT Testing Test Scripts

Hello, We are into an early stage in ServiceNow implementation. I am wondering if anyone could share the UAT testing test scripts for the following modules? 1. Incident 2. Change 3. Problem 4. Service Request 5. Knowledge

Imran Shad by Mega Expert
  • 7620 Views
  • 5 replies
  • 5 helpfuls

SCTASK auto closer logic in flow designer

Hi All,As per my requirement i have created 3 SCTASK and in else condition I am creating 2 SCTASK , for this both condition I apply the auto SCTASK closer logic .once the SCTASK created based on created date the all sctask should be auto close in 7 d...

Barathk by Tera Contributor
  • 954 Views
  • 4 replies
  • 0 helpfuls

filed length modification is not effective through update set

Hi All,I have increase the length of the created by filed in attachment table and captured the change in an update set.When I deployed to higher instance, the length of the filed is updated but not effective, so the issue our business facing is not r...

learn nv by Tera Contributor
  • 667 Views
  • 4 replies
  • 1 helpfuls

Name change in worknotes

Hi All,My requirement is whenever there is a change in state happens then in work notes system's name should come instead of user's name. State change is happening with before business rule . Can someone help me in this issue? Attached is the screens...

1000174902.jpg

Need to populate groupmembers based on group

Hello,We have 2 reference fields on form. 1 is referring to group table & other is group member table.My requirement here is to Populate group members in 2nd reference field based on the group that we have selected in 1st reference field.Can anyone h...

Vinay49 by Tera Expert
  • 1040 Views
  • 6 replies
  • 4 helpfuls

Regarding Transfer of Universal Request to other departments

Hi,I have a requirement that I want to have a "Transfer" button on Universal Request record and on click of it should show a modal popup which gives a list of departments to transfer the universal request to eg - Universal request to be transferred t...

apoorvarkea by Mega Contributor
  • 442 Views
  • 1 replies
  • 0 helpfuls

Transfer of Universal Request to other departments

Hi,I have a requirement that I want to have a "Transfer" button on Universal Request record and on click of it should show a modal popup which gives a list of departments to transfer the universal request to eg - Universal request to be transferred t...

Apu1 by Tera Contributor
  • 813 Views
  • 1 replies
  • 0 helpfuls

Hide and show fields on form based on roles

Hi All,im having a requirement where on the form im having state and assigned to fieldsthese 2 fields should not be visible to the contact but it has to be visible for fulfillers (assignment group)please help me how i can achieve it Both in portal an...

Renu9 by Tera Contributor
  • 1551 Views
  • 7 replies
  • 2 helpfuls

Transform map script use case

I want to import an excel with fields like sr_no, name, phone and with 100 records. scenario is that , I want to only insert records after 50th records and also if in any record phone field value is empty then that record should not be inserted. how ...

Hiteish222 by Kilo Guru
  • 553 Views
  • 1 replies
  • 0 helpfuls

How to add dynamic values to list collector from api response

Hi all,We have a requirement where we have to select more than one item (multi select).Multiselect is only possible through List collector, however the problem is data is dynamically populated through json response.So the question is how can we dynam...