Tag: Visualforce
Custom font in Visualforce Page
We can use custom fonts in the Visualforce page using Salesforce Static Resources. Following are the steps to use custom fonts: In Setup, use the Quick Find box to find Static Resources and create new a resource with ZIP of
View State Problem in Salesforce
View State in Salesforce It is a state that holds tags, field values and all component of controller except transient type. The maximum size limit of visualforce page is 132KB. If the size increase it results in View state problem.
Style your existing Visualforce page with Lightning Experience
Style your existing Visualforce page with Lightning Experience You can view your existing Visualforce page with lightning experience by simply adding a lightningStylesheets=”True” attribute in the tag. This tag will work with Salesforce for Android, Salesforce for iOS, or Salesforce
Hide Record IDs in URL on listview Custom Button click in Salesforce
Open Visualforce page on Custom Button click and hide Record ids in URL Problem:- How to hide the selected record Ids in the Url while using the listview Custom Button? Solution:- Create custom button on any object having content source