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