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

Forum Posts

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  
  • 729 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  
  • 545 Views
  • 3 replies
  • 0 helpfuls

Navigator available commands

Can anyone point me to a list or suggest a list of available "Filter Navigator" commands.xxx and/or best practices. ie: I seen commands such as Tablename . list Stats . do etc.      

Chuck S1 by Tera Contributor
  • 4500 Views
  • 8 replies
  • 3 helpfuls