Using OrderBy method multiple time in Script?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-23-2020 04:45 AM
Hi Experts,
I need to understand the, How to use OrderBy method multiple times in script.
Labels:
- Labels:
-
Scripting and Coding
11 REPLIES 11
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-04-2024 01:29 PM
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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2024 11:23 PM
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?