Anand Kumar P
Giga Patron
Options
- Post History
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
on 12-08-2024 11:19 AM
The Washington DC release introduces a powerful new method, “addExtraField(),” within the GlideRecord API, aimed at simplifying the management of dot-walked fields in your scripts.
Historically, accessing dot-walked field data required several database calls one for each field in the path complicating script logic and impacting performance. With the introduction of “addExtraField(),” those issues are now a thing of the past! This method enables you to fetch dot-walked field data with a single database query, enhancing code clarity and operational efficiency.
Here’s an example illustrating how to use “addExtraField()” to retrieve a caller’s location name.
Labels: