Practice questions 41-60
- Universal Containers are loading and updating millions of open and completed task records as part of their Salesforce implementation. They notice that task records that are not in an Open state (they are not set with a status of Completed) lock several records at a time. What is the reason for this behavior? Pick two answers:
- Tasks in an Open state that are updated will lock the
Account
record and the records referenced by theWhoId
andWhatId
fields of theTask
record - Tasks in a Completed state that are inserted will lock the
Account
record and the records referenced by theWhoId
andWhatId
fields of theTask
record, but only if theTask
record activity date is not blank ornull
- Tasks in an Open state that are updated will lock the
Account
record and the records referenced by theWhoId
andWhatId
fields of theTask
record, but only if theTask
record activity date is not blank ornull
- Tasks in a Completed state that are updated will lock the
Account
record...
- Tasks in an Open state that are updated will lock the