Use Reference Qualifier with sys_m2m_template.do?

cbarlock
Kilo Guru

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?

3 REPLIES 3

Maik Skoddow
Tera Patron
Tera Patron
Hi Chris open list control and make field "Edit default filter" visible. Then you can define conditions for filtering the offered values of the slushbucket. Kind regards Maik

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

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.