How to add active users in advanced reference qualifier condition
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2024 09:12 PM
I have one advanced reference qualifier condition for a field now i want to add active users to that existing condition. how can i add? Thanks!
existing condition : javascript:"roles="+SNC.PPMConfig.getProjectRole('manager', current.getTableName())
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2024 09:38 PM
Hello @Hareesha ,
Please give a try to the below ref qualifier and see how it works for you.
javascript:"active=true^roles=" + SNC.PPMConfig.getProjectRole('manager', current.getTableName())
Please Mark ✅Correct if this solves your query and also mark 👍Helpful if you find my response worthy based on the impact.
Thanks,
Aniket