Which two features should be considered during this solution implementation? Universal Containers wants to create a way to store sensitive Invoice Data in Salesforce. A User who owns an Account should not see every Invoice, but only invoices that they or their subordinates own.
A. Ensure that the Organization-Wide Default sharing for Invoices is set to Private
B. Deploy the Relationship between Accounts and the Invoices Object as Lookup
C. Deploy the Relationship between Accounts and the Invoices Object as Master-Detail
D. Create a Workflow that populates the Invoice sharing object upon Insert

Respuesta :

Limosa

Answer:

Option A and B are the correct options.

Explanation:

They wish to develop a track for Salesforce to maintain critical receipt information. Not each Receipt should be seen by a customer who manages an account, and only receipts they or their supervisors possess. So, they make sure the organization-wide exchange of receipts by default is switched to personal and they setup the accounts-Invoices Object Relationship as Lookup.