Lightning Message Service (LMS) is generally available from Summer ’20 onwards, In this post & video to sharing how we can leverage it to communicate between Visualforce and Lightning Components …
Visualforce Page
-
-
How to Replace String Values in Visualforce Page SUBSTITUTE – new text for old text in a text string. Example: {!SUBSTITUTE(Lead.Company, ” “, “”)} //Remove the Space in Lead Company {!SUBSTITUTE(Account.Name, “”, “”)} //Remove dot value in Account Nmae <apex:outputText value=”{! SUBSTITUTE( …
- APEXSALESFORCESalesforce CustomizationSalesforce.comVisualforce
How to set the default Account Owner Value in Visualforce using Apex Class?
How to set the default Account Owner Value in Visualforce using Apex Class? If you only want this defaulting to happen when the Visualforce page is used you can use …
- APEXSALESFORCESalesforce CustomizationSalesforce.comVisual ForceVisualforce
How to access custom labels dynamically in visualforce page?
How to access custom labels dynamically in visualforce page? No, you can’t reference labels dynamically in apex. However, you can reference them dynamically from visualforce so you can put them …
- APEXSALESFORCESalesforce CustomizationSalesforce.comVisualforce
How to get the apex:inputText fields values into the apex controller class from visualforce page?
How to get the apex:inputText fields values into the apex controller class from visualforce page? VF page having some apex:inputText fields and one custom button and on clicking of the …
- APEXSALESFORCESalesforce CustomizationSalesforce.comVisualforce
How to Save a record Without the ValidationRule fire on the Visualforce Page?
How to Save a record Without the ValidationRule fire on the Visualforce Page? normally if we have the validation rules, then the conditions meet true as per the validation rules …
- APEXSALESFORCESalesforce CustomizationSalesforce.comVisualforce
Save the Attachment using Apex Class and Visualforce Page in Salesforce
Save the Attachment using Apex Class and Visualforce Page in Salesforce Attachment field allows users to be able to attach notes and attachments to custom object records. This allows you …
- APEXSALESFORCESalesforce CustomizationSalesforce.comVisual ForceVisualforce
Displaying default picklist value on Visualforce page using apex class controller
Displaying default picklist value on Visualforce page using apex class controller Here, we do not need to use SOQL and thus eliminates the Salesforce Governer limitations. Check the default checkbox …
- APEXInterview Questions and AnswersSalesforceSALESFORCESalesforce CustomizationTechnical Interview Questions and AnswersVisualforce
What are the different types of controllers use in a visualforce page
What are the different types of controllers use in a visualforce page There are three types: 1) Standard Controller – Let’s you access the standard functions (Save, Edit, Delete etc) …
- APEXInterview Questions and AnswersSalesforceSALESFORCESalesforce Interview QuestionsTechnical Interview Questions and Answers
Salesforce Interview Questions for Cognizant
Salesforce Interview Questions for Cognizant 1) What is the advantage of using custom settings? 2) For which criteria in workflow “time dependent workflow action” cannot be created? 3) What are …