- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2025 04:31 PM - edited 02-05-2025 04:38 PM
Hi Team!
I want to add a field to a table containing a list of tables determined by a script. I'm struggling to find the best way to do this. So far, I have a Choice field and am using the Calculated Value. I'd like to do a GlideRecord call on another table, which will give me back my list of 5-10 tablenames that I want to present in my list. The
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2025 05:38 PM
Option 1 with interface
Option 2 with script include and GlideRecord
Hi Mikehall
You can create a list field type in the table and configure the table you want.
You can set up a simple filter or change it to dynamic and create an include script to make the glide in the table return the desired values.
Please mark the answer as correct if it helped in any way.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2025 04:35 PM
Hello
Do you can details more your ask?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2025 04:36 PM
Hello
do you can details more your ask?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2025 05:30 PM
Hi @mikehall - What's the use case? Have you considered a reference field (referencing sys_db_object) with a dynamic reference qualifier?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2025 05:38 PM
Option 1 with interface
Option 2 with script include and GlideRecord
Hi Mikehall
You can create a list field type in the table and configure the table you want.
You can set up a simple filter or change it to dynamic and create an include script to make the glide in the table return the desired values.
Please mark the answer as correct if it helped in any way.