Universal Containers は、Customer Community Plus ライセンスを持つ Customer Community を使用して、顧客がレンタルしたコンテナの数と返却期限を追跡できるようにしたいと考えています。Universal Containers は、外部ユーザー向けにプライベート共有モデルを使用しています。顧客の多くは、複雑なアカウント階層を持つ多国籍企業です。階層上の各取引先は、同じビジネス内の部門を表します。要件の 1 つは、取引先担当者をさまざまな取引先レコードに関連付けるカスタム ジャンクション オブジェクトに基づいて、同じ取引先階層内の特定のコミュニティ ユーザーが複数の部門のコンテナを表示できるようにすることです。部門を代表するものです。 これらの要件を解決するソリューションはどれですか?
正解:B
For community users within the same Account hierarchy to see records based on a custom junction object, Apex managed sharing can be used. An Apex trigger can create sharing records based on the junction object relationships, allowing users to see records from different departments as required.References: Apex Developer Guide - Sharing a Record Using Apex