How to add active users in advanced reference qualifier condition

Hareesha
Tera Contributor

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

Aniket Chavan
Tera Sage
Tera Sage

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())

AniketChavan_0-1707802685359.png

 

Please Mark Correct if this solves your query and also mark 👍Helpful if you find my response worthy based on the impact.

 

Thanks,

Aniket