SOQL statements cannot query aggregate relationships more than 1 level away from the root entity object. SOQL QUERY: Example1: SELECT Id, Name, (SELECT WhoId, WhatId, Subject, AccountId, (SELECT Id, EventId, …
Sakthivel Madesh
Sakthivel Madesh
3x Salesforce MVP | Platform Champion | 22x Salesforce Certified | MuleSoft Certified | All Star Ranger | TechForce Services | Sydney | Australia
-
-
What is ERT Member? ERT stands for Emergency Response Team – an organizational initiative to handle any emergency situation to safeguard associates. Who can become an ERT member? Any associate (male or …
-
Where the Event Invitee list stored in SFDC Object? Events details stored in EVENT Object and Event Invitee list stored in the EventRelations Salesforce Standard Object. How to retrive the …
-
How to print the page using javascript? 1) Print Window On Load: using page load we can print easily print the page: <script type=”text/javascript”> window.onload = function() { window.print(); } …
- ConfigurationSALESFORCESalesforce Interview Questions
Is it possible to create Lookup or Master-Detail Relationship from Activity Object (Task/Event)
Is it possible to create Lookup or Master-Detail Relationship from Activity Object (Task/Event)? No, it is not possible to create Lookup or Master-Detail Relationship from Activity Object (Task/Event). Event we …
-
How to use Salesforce Multipicklist field in SOQL? Consider here BillingState is a Multipicklist and we need to list out only certain states like California and New York. We can …
-
Is it possible to change the Field Data Type from Text to Formula in Salesforce Object? No, its not possible. Formula fields are a read-only fields that cannot be converted …
- SALESFORCE
What types of fileds we cannot reference in the source Object while creating lookup filter criteria in Salesforce
What types of fileds we cannot reference in the source Object while creating lookup filter criteria in Salesforce: Lookup filter criteria cannot reference the following types of fields on the …
-
Consideration about Salesforce Picklist field using in the Forumula field if you refer in your fromula creation times as a Picklist field then you get the below error, Error: Picklist …
-
What is true of a lookup relationship? Both the parent and child objects have their own sharing rules. The child object can be either a standard or custom object. When …