Justin
Posts: 0
Joined: Wed Apr 29, 2015 9:49 pm

What is a good way to select from multiple search results?

Just to give some background, I'm creating an app to create a record in Salesforce. However, we have a lot of accounts in our instance (over 15,000) and some of them have the same name. I've created a search that returns the results to a storage variable and I know how to display them in a grid, but I'd really like to give the user the ability to select which account they wanted from the list (displaying both name and address.) Has anyone else run into a similar case, and if so, how did you go about resolving it?

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

What is a good way to select from multiple search results?

Hello Justin,

Use checkboxes to select multiple results:
https://devcenter.appery.io/documenta...

Return to “Issues”