-
Implementing client side search using Javascript in salesforce
Hi everyone,
I am a beginner in using Javascript for my VF pages, I have a visualforce page which searches an account on the basis of account name from all the accounts displayed on the page (all the accounts are fetched using a SOQL query in the page controller).
Right now I have implemented the search with an apex controller, which uses an SOQL query from the server side to fetch the account.
How can I implement this by using Javascript on my page?
Any suggestions or resources to study are appreciated.
Thanks
Log In to reply.
Popular Salesforce Blogs
The Growing Importance of Data Privacy in Software Development
A shared concern in today’s society especially for the new age companies and consumers as well as the government performing their duties is data privacy.…
Create Record Types Unit | Salesforce Developer Guide
Simply put, Salesforce record types allow you to recommend alternative business procedures, choice list values, and page layouts to different users. By supplying distinct checklist…
Flow Builder and Approval Process in Salesforce
Flow Builder is the interface where Flows can be designed and tested. The below screenshot shows the Flow builder screen, and the following table explains…
Popular Salesforce Videos
Why Sinergify is best-of-breed Salesforce-Jira Connector
Salesforce and Jira Integration have been simplified with Sinergify. The product allows for seamless integration between both instances and offers numerous benefits including effective collaboration…
Automate Simple Business Processes with Process Builder | Salesforce Trailhead
In this video, we working on the Trailhead challenge Lightning Flow unit Automate Simple Business Processes with Process Builder where a lot of trailblazers face…
Add Styles and Data to a Salesforce Lightning Web Component
After completing this unit, you’ll be able to: Use CSS and Lightning Design System with a component. Get data from a Salesforce org. Deploy your…