A company wants to allow users who belong to an account team to see all the Opportunities associated with that Account in Einstein Analytics.
Which two actions accomplish this requirement? Choose 2 answers
Select all that apply, then click Submit answer.
-
○
Apply sharing inheritance.
-
○
Create a master-detail relationship between the Salesforce Account and Opportunity objects.
-
○
In the dataflow, extract the AccountTeamMember object and augment it with the Opportunity object using 'Accountld' as the join
field and apply following security predicate: 'AccountTeamMember.Userld' == "$User.Id". -
○
In the dataflow, extract the OpportunityTeamMember object and augment it with the Opportunity object using 'Opportunityld' as
the join field and apply the following security predicate: 'OpportunityTeamMember.Userld' == "$User.Id".
