How to increase "select lookup box" type limitations?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2020 03:29 AM
Hi,
In one of my catalog items variable, I am using a type "Select Lookup Box", which is referring to user table [Based on requirement.].
I have 50k+ active users record but select lookup box type is only allowing 10k choices in it as per the below screen shot.
Please suggest me how can I increase the limitation on this variable?
- Labels:
-
User Interface (UI)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2020 03:35 AM
Hi Ganesh,
Is there any specific need to show it as Select box? Can't a field/variable of type reference be used?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2020 05:34 AM
Actually my requirement is to display user name as well as email Id and user may enter user name or email Id to fill the variable value, so I am using select lookup box type but its displaying on 10k records!!!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2020 06:00 AM
Hi Ganesh,
In that case you can use the dictionary attributes (ref_ac_columns) for the Reference field. So, either by Email or User name system will find match from the table refernced.
Refer link for a check.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2020 06:24 AM
Hello,
The problem here is I need to search the user by using name only, I can't search with a email Id. One more thing, only name is going to display in the variable not email ID.
I wanted to display name as well as email ID in the variable.
Hope you got my point where I stuck