A. As part of the dataflow, use computeRelative on the RoleId field to create an attribute called ‘ParentRoleIDs’ on the opportunity dataset and apply following security predicate: ‘ParentRoleIDs’ = = “$User.UserRoleId” || ‘OwnerId’ = = “$User.Id”.
B. As part of the dataflow, use computeExpression on the RoleId field to create an attribute called ‘ParentRoleIDs’ on the opportunity dataset and apply following security predicate: ‘ParentRoleIDs’ = = “$User.UserRoleId” || ‘OwnerId’ = = “$User.Id”.
C. As part of the dataflow, use the flatten operation on the role hierarchy and create a multivalue attribute called ‘ParentRoleIDs’ on the opportunity dataset and apply following security predicate: ‘ParentRoleIDs’ = = “$User.UserRoleId” && ‘OwnerId’ = = “$User.Id”.
D. As part of the dataflow, use the flatten operation on the role hierarchy and create a multivalue attribute called ‘ParentRoleIDs’ on the opportunity dataset and apply following security predicate: ‘ParentRoleIDs’ = = “$User.UserRoleId” || ‘TeamMember.Id’ = = “User.Id” || ‘OwnerId’ = = “$User.Id”. Most Voted

Suggest answer: C

Reference:

No comments:

Please share to make the community better.