How to add glide_list for existing variable attribute?

hemanth16
Tera Contributor

Hi,

 

There ia already existing variable attribute : ref_auto_completer=AJAXTableCompleter,ref_ac_columns=user_name;email;manager,ref_ac_order_by=name,no_filter

 

For list collector type in ATF I need to add glide_list 

 

How can I add glide_list for the above variable attribute?

 

Any suggestion?

 

Thanks in Advance!!

1 ACCEPTED SOLUTION

Aman Kumar S
Kilo Patron

just append at the end with a comma

ref_auto_completer=AJAXTableCompleter,ref_ac_columns=user_name;email;manager,ref_ac_order_by=name,no_filter,types=glide_list

Best Regards
Aman Kumar

View solution in original post

2 REPLIES 2

Aman Kumar S
Kilo Patron

just append at the end with a comma

ref_auto_completer=AJAXTableCompleter,ref_ac_columns=user_name;email;manager,ref_ac_order_by=name,no_filter,types=glide_list

Best Regards
Aman Kumar

Hi @Aman Kumar S .

Seems like this type=glide_list not working.

On native view its displaying non glide stype.

 

-Thanks,

AshishKM

 

 

 


Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution