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.

Using OrderBy method multiple time in Script?

Vivek Verma
Giga Sage

Hi Experts,

I need to understand the, How to use OrderBy method multiple times in script.

find_real_file.png

11 REPLIES 11

THIS is what I was looking for! Thank you, Chuck.
ServiceNow is such a black box for partial-devs like myself. We only have access to scripting in the PA modules (platform/performance analytics) but that leaves a lot not visible to us.

 

nannielf
Tera Expert

Hi!
1. What is 

UpdateProjectTaskWBS

 ?
2. If we use "child" in script after child.query, is it the whole GlideRecord('pm_project_task') or only the part of table after query?