Skip to main content
December 2, 2024
Question

Memory Threshold issue

  • December 2, 2024
  • 3 replies
  • 0 views

Hello,

I have a use case where i have to provide all record Id's and record name in Picker Field. Users can select from it. I have been fetching only id and name column from DB table . Now the records count is less ,so it is fine. But in future if I have more Records what would be the Best Approach I can take on this. 

Thanks in Advance!

3 replies

mathieud0001
December 2, 2024

If you use a standard Record picker, you shouldn't have to do anything special.

December 2, 2024

We are using custom Picker as we have to show both Id and name of records for user . we used to fetch data and creating local variable by merging both Id and name and passing this Local Variable to rule at suggestion function

mathieud0001
December 2, 2024

That is easily addressable by creating a custom record field to concatenate the fields and simply use that as the title field for the record.