Question about customer picker field

Hi, I'm using a custom picker field in my UI. Say I have 1000 data to search for, but i want the custom picker field to only show 20 suggestions with each keyword I typed. Is there any way to do that?

OriginalPostID-214635

OriginalPostID-214635

  Discussion posts and replies are publicly visible

Parents
  • You can't use the first 20 records that you are bringing in the local!data as the Source. You either all records in the load variable or query the DB directly in the Suggest function. If you have large number of records in the table then I'd discourage you from bringing all the data in the load variable, instead you should query the DB with filters. Hope this helps.
Reply
  • You can't use the first 20 records that you are bringing in the local!data as the Source. You either all records in the load variable or query the DB directly in the Suggest function. If you have large number of records in the table then I'd discourage you from bringing all the data in the load variable, instead you should query the DB with filters. Hope this helps.
Children
No Data