The following post explains how to send a complex, stylized table formatted email with data records from your Salesforce system. For this, we will be using Visualforce Email Template, Visualforce Component with an apex custom controller. The visualforce component will be placed in the email template; the custom controller will pull the required data from Salesforce using …
Visualforce Pagination with Dynamic Search
This post has a working example of dynamic search in a Visualforce page and the results shown with pagination. There are 4 field search criteria including date fields too which makes it more interesting. The results upon clicking Search will display below the Search section with 4 buttons to paginate. The Next/Last Page buttons grey …
Continue reading "Visualforce Pagination with Dynamic Search"