Cloud Kicksには、プライベート共有設定を持つカスタムオブジェクトがあります。企業は、個々のレコードをケースバイケースで特定の人または部署と共有したいと考えています。ビジネスユーザーが個々のレコードを手動で共有するには、どの3つのオプションがありますか?3つ選択してください。
正解:C,D,E
The right answer avoids a brittle workaround. The best answer is C. Users; D. Public Groups; E. Roles and Subordinates. Manual record sharing can grant access to individual users, public groups, and roles with subordinates. It is a record-level access mechanism, separate from field-level security and permission set assignment.
The selected answer is stronger because it meets both the functional requirement and the maintainability requirement. In a Salesforce implementation, a solution that only works for one user, one page, or one data sample is not good enough. The correct feature has to behave consistently across the intended profiles, record types, apps, and devices that are part of the design.
None of the other options gives the same administrative control. A (Permission Set Groups) does not fit cleanly; Permission controls are essential for access, but they do not perform calculations or process automation. B (Private Groups) is only a partial match because it does not provide the same direct administrative control as the selected option. This is the stronger design because it respects security, data quality, user experience, and lifecycle management at the same time.
For record sharing, object permission must exist first, and then sharing can extend record visibility to users, public groups, roles, or roles and subordinates as appropriate.
---