Mention changing what may cause data loss?
Answer / Pankaj Shahi
Data loss in Salesforce can occur due to various changes such as accidentally deleting records, undelete conflicts, or mass deletions without a backup. Additionally, data loss can happen when manually overwriting existing records with incorrect or incomplete information.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is Approval Processing?
Can you create a roll-up summary field in a lookup relation? State the number of such fields to be created for an object.
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 )
How many ways we can call the apex class?
Will one workflow effects another workflow?
What are the different types of custom settings in salesforce?
Can you throw some light on assignment rules? How do you set up an assignment rule?
How to unit test code which has logic around the created date?
What are the Best Practices of Creating Contact Sharing Rules?
Can you tell me about export and export all with reference to data loader?
What is the difference between SOQL and SOSL?
What is the use of the static resource in salesforce?