- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2024 04:02 AM - edited 05-09-2024 04:04 AM
There is a Catalog "Report an Incident" and under that there is field "Watchlist" and the field type is :List Collector
So the end user wants that to add more attributes in the Watchlist field like: EMAIL ID,DEPARTMENT, MANAGER, LOCATION .
As there might be many users with the same name and they are not active also, so it is creating issue to the end user to distinguish which user needs to be add in the Watchlist
I am using ref_ac_columns=department;email;manager;location under Variable Attribute
But only user name is coming up.
Please suggest
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2024 04:15 AM - edited 05-09-2024 04:23 AM
Hi @shubhi211
change your attribute like as below.
ref_ac_columns=user_name;email,ref_auto_completer=AJAXTableCompleter"
Thanks
dgarad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2024 04:15 AM - edited 05-09-2024 04:23 AM
Hi @shubhi211
change your attribute like as below.
ref_ac_columns=user_name;email,ref_auto_completer=AJAXTableCompleter"
Thanks
dgarad