The ‘My Data’ Lightning App was not found
If you face "The 'My Data' Lightning App was not found", do the following. 1. Register in My Domain. 2. Install the Package only after successful domain registration. You will ....
If you face "The 'My Data' Lightning App was not found", do the following. 1. Register in My Domain. 2. Install the Package only after successful domain registration. You will ....
1. Go to Mass Email Users. 2. Create a view or select a view. Click "Go" button. 3. Create an email template for next step. Select the users and click ....
Sample Code for Contains condition: [contains(text(), "Test")] Sample Code for Equals condition: [text() = 'Test'] We have to use equal to (=) operator for Equals Condition in Selenium IDE.
If Lookup Icon not visible in Lookup field using apex:inputField, remove standardStylesheets="false" from apex:page tag. Else use the below CSS .lookupInput { display: inline; vertical-align: middle; ....
Lightning: 1. Go to Opportunity Settings in Setup. 2. Enable "Prompt users to add products to opportunities". Classic: 1. Go to Opportunity Settings. 2. Enable "Prompt users to add products ....
1. Create a JAVA Class. 2. Enter class name and Save it. 3. Create a method inside the class. In my case I have created startTest(). 3. Include @Test annotation. 4. Use ....
To Register SFDC Dev 401 Certification, follow the below steps. Similarly, you can register other Salesforce Certification Exams. 1. Visit https://www.webassessor.com/salesforce and create a new account for you. 2. Click '+' adjacent ....
Custom fields Custom objects Apex classes Apex triggers Apex components Visualforce pages S-controls RecordTypes Profiles Field level security Help text on custom fields Sales, Lead, Cases Processes Custom applications (tabsets) ....
1. Open the component in Developer Console. 2. Go to File --> Delete. Cheers!!!
1. Right Click the field and select "Manage Field Permissions". 2. Set the Field Permissions. Cheers!!!