Database View querying
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-21-2015 05:38 AM
Hi,
I want to query a view, I am using GlideRecord to query the same, Will GlideRecord work? or do we have to use any other way to query the view.I am not able to understand how to refer to the fields either.Can any one help me out in querying the view and refering to its fields.
Thanks
Uma

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-21-2015 06:58 AM
It's not dot but underscore ...
Try
gr.abc_name
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2015 03:28 AM
Thank you Kala.
It was referring to the wrong field, I checked in relationship and mapped the field from there , now its working.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2015 03:33 AM
Can you close off the question and mark the response as answer/helpful if it helped you ? Thanks ....