ServiceNow AI Platform forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Resolved! Client Script needed on change Script needed

Hi All, My Requirement  Add Group Members , this field should allow only if they added more than 20 members in the list (This will allow only to select more than 20 members to be added in group) Add Group Members field need to be added (This will all...

Saib1_0-1730975175350.png
Saib1 by Tera Guru
  • 581 Views
  • 5 replies
  • 0 helpfuls

Resolved! Time format is showing from 1970

Hi Team, Below is the script I have written to do some time calculation var sla = new GlideRecord('task_sla');        sla.addQuery('task', current.sys_id.toString());        sla.addEncodedQuery('sla.target=resolution');        sla.setLimit(1);       ...

Community Alums by Community Alums  
  • 623 Views
  • 1 replies
  • 0 helpfuls

Need to integrate Servicenow with Azure

Hi Team, There is a requirement to integrate ServiceNow with Microsoft Azure.Requirement is user will submit a catalog request for VDI access in Azure , once request is approved, a cloud VDI is provisioned/allocated to the user.Can someone tell how t...

Community Alums by Community Alums  
  • 442 Views
  • 3 replies
  • 0 helpfuls