Get a list of available columns from Extended table
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-20-2017 12:37 PM
Hello.
I have some columns in a table (ParentTable). It is used as parent table for some other tables (Child1, Child2, ...).
How can I get in 1 request all column name from child table and in parent table ?
When opening System Definition -> Tables -> Child2, Table Columns is showing columns from both child and parent tables, but when using GlideRecord("sys_dictionary"), it is showing only columns from child table.
Labels:
- Labels:
-
Scripting and Coding
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-20-2017 12:57 PM
I need column names and labels available from both parent and child tables.