function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Keith Lee 25Keith Lee 25 

Recommendation for building a search app

I have a custom object called Inventory__c. I would like to build a Lightning App that allows my sales team to easily search for Inventory.  They should be able to search by any of the following fields: Number__c (text), Description__c (text), or Location__c (lookup).  It would return those three fields and the Stock__c.

What would you recommend to build something like this?  I would like for it to be a Lightning App since my entire team is out in the field and use their phones/iPads to use Salesforce.  
NagendraNagendra (Salesforce Developers) 
Hi Keith,

May I suggest you please refer to below blog post which has a step by step explanation for the same. Hope this helps.

Kindly mark this as solved if the reply was helpful.

Thanks,
Nagendra
Keith Lee 25Keith Lee 25
Thank you @Nagendra but that isn't helpful.  That is for Workato.  I'm looking to do this within Salesforce without having to purchase any apps.