Lightning Basic Question and Answers Q1. Can we show lightning component in classic? Yes No Q2. Which part of Lightning Components are client-side? Apex Controller Lightning Controller Q3. What are …
Sakthivel Madesh
Sakthivel Madesh
3x Salesforce MVP | Platform Champion | 22x Salesforce Certified | MuleSoft Certified | All Star Ranger | TechForce Services | Sydney | Australia
-
- Force.comSALESFORCESalesforce ConfigurationSalesforce Customization
Users Freeze or UnFreeze in Salesforce using Script
Users Freeze or UnFreeze in Salesforce using Script User Freeze/Unfreeze information captured in the UserLogin Object. User Freeze/Unfreeze is possible in two ways: Using DataLoader Execute scripts in Developer console -> …
- ConfigurationSALESFORCESalesforce Configuration
Tab is not visible even though tab settings is Default On in Salesforce
Tab is not visible even though tab settings is Default On in Salesforce Tab is not visible even though tab settings is Default On in Salesforce, the problem you are having …
-
Different Types of Salesforce Deployment Methods Salesforce Deployment method is nothing but moving Salesforce metadata from one Salesforce organization to another Salesforce organization (from Sandbox to Sandbox/Sandbox to Production). There …
-
Salesforce Certified Platform Developer –1 Spring ’17 Release Exam Q & A 1. Which component type will display the details of the parent Account from a custom Lightning record page …
-
Salesforce Certified Developer-401 Spring ’17 Release Exam Q & A 1.Which three actions does the Global Action Menu Support? Choose 3 answers? A.Create records B.Take notes C.Create posts D.Launch Visualforce …
-
Salesforce Certified Administrator– Spring ’17 Release Exam Q & A 1.Universal Containers uses web-to-lead. How can an Administrator help sales representatives focus on legitimate prospects rather than unqualified leads? A.Use …
-
Salesforce Certified Platfrom App Builder– Spring ’17 Release Exam Q & A 1.Which three options are available for assigning access to Lightning Pages using Lightning App Builder? Choose 3 answers? …
- APEXSALESFORCESalesforce CustomizationSalesforce.com
How to Find Salesforce Object ID Prefix using apex class?
How to Find Salesforce Object ID Prefix using apex class? In salesforce every stranded and custom object has specific id. i.e: first 3 digits of an Id is an identifier …
-
Update Date values in Salesforce Custom button to example to update the date custom field called AssignementDate__c field in Lead object then use the below code in the custom button …