Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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

Forum Posts

Resolved! Records per page in Related List

How can we set the number of records a user can see in a page of Related List. Right now, the user can see 10 records per page, how to set it to 20 records per page for Related List.

SakshamB by Tera Contributor
  • 1229 Views
  • 7 replies
  • 2 helpfuls

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
  • 4732 Views
  • 5 replies
  • 4 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
  • 815 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  
  • 809 Views
  • 1 replies
  • 0 helpfuls