What are local and global ids with respect to lightning component?
Answer / Jaipradeep
Local ID is a unique identifier for a record within a single Salesforce org, while Global ID is a unique identifier for a record across multiple orgs.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you write a unit test for a trigger whose only function is to make a callout?
What is the use of “all rows” in soql?
What is an app in salesforce and what are the types of apps?
What is standard list controller? : salesforce visualforce
What is dataloader?
How can you lock record using soql so that it cannot be modified by other user?
What are the types of custom settings in salesforce? What is the advantage of using custom settings? : salesforce crm
When will be use the data loader?
What is the difference between Salesforce license and Force.com License?
Is there is any way through which validation rule is bypassed while doing upload through data loader but not when user is creating record from user interface?
Differentiate between triggers and workflows?
Explain the difference between trigger.new and trigger.newmap?