Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

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

Forum Posts

What is dictionary override in ServiceNow?

Using dictionary override, you can override several field properties in an extended table. For instance, when you extend a changing table from the task table and the status field is read-only, you can use dictionary override to change this to non-rea...

leighame by Kilo Contributor
  • 9721 Views
  • 5 replies
  • 6 helpfuls

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
  • 1980 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  
  • 1532 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  
  • 1393 Views
  • 3 replies
  • 0 helpfuls