function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Manogna KoviManogna Kovi 

log questions


Can anyone help me out on thisquestions .I shall appreciate for your help
 
 
3)In a log if all the accounts are deleted from a system.
The client wants to know which user has deleted the accounts ,name ,modified and time frame??
The client is a non techinal person doesnot have any knowledge of the system??
 
4)what are the different sandboxes?
5)what are the ids which gets generated in the sandboxes??
6)what is the major difference b/w the sandboxes??
 
7)I have written a test code in the sandbox and gives me 100% code coverage??
but once i send it to production it gives me 0% code coverage??what will be issue??
 
Thanks in Advance
KrishnaAvvaKrishnaAvva
Hi Manogna,

For the first question, we can prepare a custom object for logging and log all the details from a delete trigger.
Rest of them look like interview questions and can be easily  be answered by googling.

Regards,
Krishna Avva