How to add active users in advanced reference qualifier condition
- 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())
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-12-2024 09:14 PM
Hi @Hareesha ,
This reference qualifier field is referencing to User table?
If yes then just add like below n try
javascript:"active=true^roles="+SNC.PPMConfig.getProjectRole('manager', current.getTableName())
Thanks,
Danish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-12-2024 09:53 PM
Hi @Hareesha ,
If the response helped u plz mark it as solution accepted n close the thread so that it could benefit other users to find the right answer.
Thanks,
Danish

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-12-2024 09:21 PM
Hi @Hareesha
Please update as below:
javascript:"active=true^roles="+SNC.PPMConfig.getProjectRole('manager', current.getTableName())
Aman Kumar

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-12-2024 09:22 PM
Hi @Hareesha
Add javascript: 'active=true'; in your code and try.
Please mark correct answer if it will help you.