Cloud Kicksには、プライベート共有設定を持つカスタムオブジェクトがあります。企業は、個々のレコードをケースバイケースで特定の人または部署と共有したいと考えています。ビジネスユーザーが個々のレコードを手動で共有するには、どの3つのオプションがありますか?3つ選択してください。
正解:B,C,D
Read the stem as an implementation requirement. The proper configuration is B. Roles and Subscriptions; C.
Public Groups; D. ID Users. The requirement in the stem is: Cloud Kicks has a custom object with a private sharing setting. The business wants to share individual records with specific people or departments on a case- by-case basis. Which three options does the business user have. The selected option addresses that requirement at the point where Salesforce actually evaluates the behavior.
The underlying concept is record sharing targets. 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. That is why this answer is more defensible than a workaround. It can be reviewed in Setup, included in the correct deployment path, and tested by impersonating or logging in as a representative user where appropriate.
The wrong answers confuse adjacent platform concepts. A (Permission Set Groups) is only a partial match because Permission controls are essential for access, but they do not perform calculations or process automation. E (Private Groups) is less defensible because it is not the most maintainable declarative control for this design. This keeps the build declarative, traceable in Setup, and easier to support when the org changes later.
---