This document describes how to build a Lightning component that displays a list of opportunities related to an account on an account record page. It includes an Apex controller class that queries for opportunities by account ID, and the Lightning component markup, controller, and helper that fetch the opportunity data and display it in a table. The component retrieves the record ID of the account, calls an Apex method to get related opportunities, and populates an attribute to display the opportunities in an iteration.
The document discusses a person's impressions of Dreamforce'12 including that there were over 1000 sessions to choose from and they got tired of eating bread. It also lists many session titles from Dreamforce covering topics like developing on the Salesforce platform, marketing, administration, and using apps from the AppExchange.
16. 16Copyright ? TerraSky Co., Ltd. All Rights Reserved.
問 題 1
取引先に 1 回だけアクセスする必要がある、コミッションに基づかな
い営業サポートロールがある。
この要件を実装するのに、最適な機能を1つ選べ。
A. テリトリー管理
B. 取引先チーム
C. ロール
D. 公開グループ
17. 17Copyright ? TerraSky Co., Ltd. All Rights Reserved.
問 題 1 正 解
開発ドキュメント>>「共有モデルの仕組み」より抜粋
正解は「B.取引先チーム」
https://developer.salesforce.com/docs/atlas.ja-jp.dat.meta/dat/dat_customer_box.htm
18. 18Copyright ? TerraSky Co., Ltd. All Rights Reserved.
ま と め
? テリトリーは取引先を軸にした共有の拡張機能
? 類似機能との違いを抑える
? 制限値に関する問題も出るかも?
? 細かい設定に関する問題も出た