Use Reference Qualifier with sys_m2m_template.do?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2021 10:46 AM
I got a slushbucket working today using sys_m2m_template.do and an "Edit..." UI action. Yeah! However, I would like to limit the available records it displays. This sounds like a reference qualifier -- but I don't know how to specify this using the template. Is this possible?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2021 09:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2021 12:19 PM
Hi Chris,
Did my reply answer your question?
If so, please mark the appropriate response as "correct" so that the question will appear as resolved for other users who may have a similar question in the future.
If not, please tell me what you are still missing!
Many thanks & kind regards
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2021 12:24 PM
Helpful, but not in my case. I needed a more complicated GlideRecord query. Turns out, most of my pain was because SN did not create ACLs for my sys_m2m tables. Once I added them, stuff started working as expected without me having to write a custom "Edit..." UI action.