Life Cycle of Salesforce
1. Plan 2. Analyze 3. Design 4. Build 5. Validate 6. Deploy Cheers!!!
1. Plan 2. Analyze 3. Design 4. Build 5. Validate 6. Deploy Cheers!!!
Permission to create Campaign in Salesforce Marketing User check box on the user detail is required to create Campaigns. Marketing Users can view, create, edit, and delete Campaigns as long ....
To know about Picklist replace option, check the below link https://www.infallibletechie.com/2013/03/what-is-use-of-replace-in-picklist-in.html To know the status, check the below 1. Once you replace, you will be able to see a screen ....
Sample SOQL: List<Account> listAccount = [SELECT Id, Name FROM Account WHERE Id IN (SELECT AccountId FROM Opportunity)]; system.debug('Output is ' + listAccount); Cheers!!!
Sample Class: public class LeadCreation { public Lead objLead; public String lastName; public LeadCreation() { } ....
1. Go to Report Types. 2. Create a new Lead Report Type. 3. Save the Custom Lead Report Type. 4. Click "Edit Layout". 5. Select "Add fields related via lookup". ....
Sample Apex Class: public class Sample { public Sample() { } public PageReference goToInfallible() { PageReference pg = ....
The customer engagement score is a single number that is used to measure how engaged your customers and free trial prospects are. Each customer has their own score based on ....
Custom Metadata Types https://www.infallibletechie.com/2015/11/custom-metadata-types.html CRUD for External Objects Salesforce now supports CRUD permission for External Objects records. Lightning Experience Sales Wave Analytics App Omni-Channel Lightning Experiece for Custom Objects Next ....
Mobile devices can lose connection at any time, and environments such as hospitals and airplanes often prohibit connectivity. To handle these situations, it’s important that your mobile apps continue to ....