How do I get the column label of a specified field in a View field specified in a View table?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2022 01:41 AM - edited 10-05-2022 07:35 PM
When I use GlideRecord('Database view name'), I can get the field label of the record if the record exists in the list screen of the Database view, but if the record does not exist, I cannot get the field label. However, if the record does not exist, the field label cannot be obtained.
Can I use GlideReocrd to get the column label name of the field specified in the View Field from the View table setting?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2022 01:56 AM
I did not get you query, when you say column label what do you mean the name which you can select for the fields will be the same as they are on the actual table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2022 05:31 PM
Dear Saurav11
We would like to use GlideReocrd to get the column labels of the fields[View fields] in the table specified[View tables] in the Database View.
