How can we call child component controller method from the parent component controller method? : salesforce lightning component
512What is datetime format supported in .csv file for upload in salesforce? : salesforce Data Management
589Is there is any option to specify time zone for uploading records in apex data loader? : salesforce Data Management
483What is difference between “export” and “export all” in apex data loader? : salesforce Data Management
474Can we avoid duplicates using apex data loader which we can do through import wizard? : salesforce Data Management
509Is it necessary to define an explicit primary key in custom objects? : salesforce Data Management
497
What is the use of communities in salesforce ?
What is the difference between the normal “insert” operation and “database.insert” operation ? Which is preferred over the other and why ?
Explain what do you understand by data skew in salesforce.
What are the different ways to Share a record?
Is there any issue with joined report?
How to get the picklist value in apex class?
List of global value providers?
What is conditional highlighting in salesforce reports? State some limitations.
Can you use group by clause inside inner query in soql? Like select id, name,(select count(id),name from contacts group by name having count(id) > 1 )
Explain skinny table in salesforce?
Explain the dashboard component of Table?
What are the benefits of the “one trigger per object” design pattern?
What is manual sharing?
How to create roll-up summary field on lookup relation?
What is the difference between Trigger and Workflow?