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

Forum Posts

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
  • 313 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
  • 1043 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
  • 249 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
  • 132 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
  • 175 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
  • 274 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_...

Need to fix the below script in Business rule

I want to implement the logic of when the approver is assigned to or requested by it should skip the logic in the below Business rule using an if condition ?  if(task == 'change_request'){var changeSysId = current.document_id;var assignedto = current...