What is a record of data?
Answer / Shiv Shankar Prasad
In Salesforce, a record represents a single instance of a business object (such as an Account or Opportunity). Each record contains specific data fields that store information about the object. Records can be created, edited, and deleted by users with appropriate permissions.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the term 'Data Skew' in Salesforce?
What is Apex?
Can we disable locker service? : salesforce lightning component
How many custom fields can I created in an object? : salesforce admin
What is the difference between trigger. New, trigger. Old, trigger.newmap and trigger.oldmap?
How you can use datetime field as a criteria in soql query ?
How will you deploy? Have you ever involved in deployment?
Is there is any option to specify time zone for uploading records in apex data loader? : salesforce Data Management
Can you edit an apex trigger/ apex class in production environment? Can you edit a visual force page in production environment? : salesforce crm
What will happen if we undelete the deleted junction object?
How to identify if a class is a test class?
What is a trigger? What are the types of triggers?