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

Forum Posts

Resolved! Script to Add Role to Existing Role?

Good Morning Experts, We have a requirement to add a new role to an existing role. The issue is the existing role already has 130K+ users inheriting it, so when attempting to add the new role via UI it updates 10K users at a time and then times out. ...

J Benson by Tera Contributor
  • 918 Views
  • 4 replies
  • 1 helpfuls

Require help for Reporting schedule job

Hi Team,There was a new requirement for change module, Based on the plan start date we need to check the every week Thursday after 1 PM to next week Thursday before 1 PM what are the changes are in pending approval, those changes we need to send the ...

suresh m2 by Tera Contributor
  • 358 Views
  • 2 replies
  • 0 helpfuls

Resolved! Need to update request table in flow designer

Once, RITM task was closed complete need to update the fields in flow designer.Need to update sc_request table in flow designer. The fields were request state. When I try to add action in flow designer and select sc_request as table. In record I will...

Deepika43_0-1695206140840.png Deepika43_1-1695206182011.png
Deepika43 by Tera Contributor
  • 1111 Views
  • 2 replies
  • 4 helpfuls

Servicenow Form on workday

Hi experts,We have a requirement to create a Record Producer with some variables which create a HR case when submitted.But this record producer needs to be hosted on workday site.Workday users will fill submit this form and it should create a HRcase....

si21 by Tera Guru
  • 276 Views
  • 1 replies
  • 1 helpfuls

Look up script in a DATE field

Hello, Please I need a look up script that will ONLY allow the current or future date to be selected in the date field. Thank you.

Austine by Tera Contributor
  • 145 Views
  • 1 replies
  • 0 helpfuls

Look up script on a DATE field

Hello, Please I need a look up script that will ONLY allow the current or future date to be selected in the date field. Thank you.

Austine by Tera Contributor
  • 219 Views
  • 3 replies
  • 0 helpfuls

HI All

my sctask two variables automatic Disabled1.RITM2.Requestedfor How to Retrieve two variable ?    

bashashaik_0-1695183240044.png
basha shaik by Tera Contributor
  • 324 Views
  • 5 replies
  • 1 helpfuls

Help with the below Business rule

Hi All ,  I am using the below script in one my function in my Business rule , the entire script is written in the function  function change(){if(task == 'change_request'){ var changeSysId = current.document_id ;var assignedto = current.approver.sys_...