Get parent records with atleast one child record in SOQL
Sample Query: SELECT Id, Name FROM Account WHERE Id IN (SELECT AccountId FROM Contact) Cheers!!!
Sample Query: SELECT Id, Name FROM Account WHERE Id IN (SELECT AccountId FROM Contact) Cheers!!!
Sample Query: SELECT Id, Name FROM Account WHERE Id NOT IN (SELECT AccountId FROM Contact) Cheers!!!
Public Calendars: Use public calendars to manage department or project schedules. Resources Calendars: Use resource calendars to manage resources such as conference rooms and projectors. 1. Go to Public Calendars ....
Sample Code: if ( CustomSettingsName__c.getValues(UserInfo.getUserId()) != null ) { //do something since it contains the user id } Cheers!!!
Sample Package.xml: <?xml version="1.0" encoding="UTF-8"?> <Package xmlns=""> <types> <members>*</members> <name>Letterhead</name> </types> <version>31.0</version> </Package> Cheers!!!
1. Go to the following website. https://trailhead.salesforce.com/en/credentials/verification/ 2. Search and verify the Salesforce Certifications by Name or Email. https://youtu.be/cNQqQEOjCsc
Sample Package.xml: <?xml version="1.0" encoding="UTF-8"?> <Package xmlns=""> <types> <members>*</members> <name>CustomLabel</name> </types> <version>31.0</version> </Package> Cheers!!!
If you face MISSING_ARGUMENT, Id not specified in an update call in LREngine, use the below code while updating if ( masters.size() > 0) { update masters; } Cheers!!!
1) Where you write code like .NET use Visual Source Safe , what Salesforce use ? Salesforce keeps the code in Force.com 2) If there are multiple developers, whose code ....
Opportunity Teams in Salesforce help multiple Sales Reps/Users to better collaborate on the opportunities by defining a role for each team member, setting record-level access individually, and viewing teams in ....