g_modal - ShowFields with glide_list
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2025 06:53 AM
Hi,
Does anyone have any documentation on how this method works?
example
type: 'glide_list',
name: 'recipients',
label: getMessage('Get Recipients'),
reference: 'sys_user,
query: 'active=true',
referringTable: 'incident',
mandatory: true,
referringRecordId: g_form.getUniqueValue(),
value : g_form.getDisplayValue('assigned_to'),
displayValue: g_form.getDisplayValue('assigned_to')
dictionary: {
reference: 'sys_user'
}
My use case is to pop up a modal in Workspace from an incident record and at that point allow a user to click on glidelist field and search for any active user.
It always returns no records.
Anyone have any examples they have got working as well as any links to documentation for this method?