Reference qualifier for active records

Shaik22
Tera Expert

Hi,

I have a variable the type is look up select box.Out of all records i need to seggregate only active records.How to acheive this by using reference qualifier?

1 ACCEPTED SOLUTION

Sulabh Garg
Mega Sage
Mega Sage

Hello Shaik,

Please see the below variable of Lookup select box type, You can just mention 'active=true' as per below screenshot in reference qualifier.

find_real_file.png

 

Please Mark ✅ Correct/helpful, if applicable, Thanks!! 

Regards

Sulabh Garg

Please Mark ✅ Correct/helpful, if applicable, Thanks!!
Regards
Sulabh Garg

View solution in original post

9 REPLIES 9

Shaik22
Tera Expert

How should i add reference qualifier for only active records in this variable.

find_real_file.png

Try below

find_real_file.png

Please Mark ✅ Correct/helpful, if applicable, Thanks!!
Regards
Sulabh Garg

Hi Shaikh,

                  In Reference qualifier field type  javascript:'active=true'

Kartik Sethi
Tera Guru
Tera Guru

Hi @Shaik

You can add the reference qualifier directly like:

active=true

Please mark my answer as correct if this solves your issues!

If it helped you in any way then please mark helpful!

 

Thanks and regards,

Kartik

Aniket Sawant2
Giga Guru

Hi,

use following values in type specification in lookup select box variable

find_real_file.png

 

 

reference qualifier as javascript :'Active=true';

variable attibute as ref_qual_elements=your_variable_name

Kindly mark correct and helpful if applicable

Regards,

Aniket S