What is Wrapper Class and Use of Wrapper Class in Salesforce? A wrapper or container class is a class, a data structure, or an abstract data type whose instances are …
SALESFORCE
-
-
Salesforce Useful Links Apex Developer’s Guide AppExchange API Developer’s Guide AJAX Developer’s Guide Bulk API Developer’s Guide Force.com Developer’s Network Force.com Migration Tool Guide Salesforce Ideas SOQL/SOSL Reference System Status …
-
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, …
-
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 …
- 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 …