Get particular fields in table by using GlideRecord
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2025 09:49 PM
Hello Community,
I'm curious is there a way to query only specific fields (like two or three) from a table? Since the GlideRecord object retrieves all fields by default, it can impact performance in my scenario. Ideally, I want to fetch only certain fields so that the GlideRecord contains just those fields. While I know we can query records, what if we want to specify which fields to retrieve? Is there a method or approach to accomplish this?
Thanks in advance.
Regards,
Kaka
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2025 10:16 PM