Universal Containers は Salesforce AppExchange パートナーであり、開発にはパートナー開発組織を使用することを推奨するリリースを計画しています。新しいアプリ。テクニカル アーキテクト このシナリオで、個別の開発組織よりもパートナー開発組織を使用する 3 つの利点は何ですか?
3 つの答えを選択してください
正解:A,B,E
The three benefits of using a partner development org over an individual development org in this scenario are:
Partner development org has a greater number of licenses available for the team. This means that the developers can test their app with different user profiles and permissions, and also invite beta testers to provide feedback2.
Partner development org offers higher API limit. This means that the developers can use more API calls to integrate their app with external systems or services, and also leverage the Salesforce APIs to automate their development and deployment processes2.
Partner development org offers more storage. This means that the developers can store more data and files in their org, and also use more features and components that require storage, such as Big Objects, Platform Events, or Lightning Web Components2.
The other options are not benefits of using a partner development org over an individual development org in this scenario, because:
Only partner development org supports managed beta testing. This is not true, as both partner development org and individual development org can create and distribute managed beta packages3.
Partner development org never expires. This is also not true, as partner development orgs have a
12-month expiration period, which can be extended by request
最新のコメント (最新のコメントはトップにあります。)
【解説】
AppExchange パートナー向けに提供される Partner Developer Edition (PDE) 組織は、商用アプリの開発とテストを円滑に進めるため、通常の Developer Edition (DE) よりもリソース制限が大幅に緩和されています。
A. パートナー開発組織には、チームが使用できるより多くのライセンスがあります。 (正解)
理由: 通常の DE 組織は Salesforce ライセンスが 2 つだけですが、PDE 組織は通常 20〜50 ライセンス提供されます。これにより、大規模な開発・QAチームが同一組織内でテストを行うことが可能です。
B. パートナー開発組織は、より高い API 制限を提供します。 (正解)
理由: 外部システムとの統合や開発ツール(CLI等)の多用により、開発中は API を大量に消費します。PDE は通常の DE よりも 1 日あたりの API リクエスト制限が格段に高く設定されています。
(参考)E. パートナー開発組織はより多くのストレージを提供します。 (本来の正解に含まれることが多い)
理由: 通常の DE はデータ容量が 5MB ですが、PDE は 250MB 以上のデータストレージを提供します。
【不正解の理由】
C. パートナー開発組織のみがマネージド ベータ テストをサポートします。
理由: 通常の DE でも管理パッケージを作成し、ベータ版をインストール・テストすることは可能です。PDE 限定の機能ではありません。
D. パートナー開発組織の有効期限はありません。
理由: 通常の DE も原則として有効期限はありません(長期間ログインがないと削除対象になる点はどちらも同じです)。そのため、PDE 独自の「利点」とはみなされません。