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!
Discussion posts and replies are publicly visible
If you use a standard Record picker, you shouldn't have to do anything special.
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
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.