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 …
Salesforce
- APEXSALESFORCESalesforce CustomizationSalesforce.comVisual ForceVisualforce
- APEXSALESFORCESalesforce CustomizationSalesforce.comSOQLVisualforce
How to get the logged in User Profile Name using Apex Class
How to get the logged in User Profile Name using Apex Class? We can able to get the profile details using the Profile Standard Object SOQL Query: Select Id, Name …
- APEXSALESFORCESalesforce CustomizationSalesforce.comSOQLVisualforce
How to get the Role name and Profile Name from User Object using SOQL
How to get the Role name and Profile Name from User Object using SOQL We can able to get the Role Name and Profile Name details from User Standard Object …
- 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 …
- JAVASCRIPTSALESFORCESalesforce CustomizationSalesforce.comVisualforce
Pass the Picklist value in Javascript Onchange using Visualforce page
Pass the Picklist value in Javascript Onchange using Visualforce page Visualforce page use the below codes: <apex:inputField value=”{!Account.Status}” onchange=”foo(this.id);” id=”AccStatus”/> Even better approach will be to send current element to …
-
Salesforce Certified Platform App Builder Transition Exam – Sample Question & Answers 1) When should a system administrator consider using the Salesforce AppExchange? (Choose 2) To submit ideas for Salesforce …
-
Salesforce App Builder Dumps Certification Question and Answers – Part 4 31) Which components can be added to a lightning app on custom Object? (choose 3) a) Visualforce b) Standard …