*** Index [#h27812d9]
#contents


** Key Concepts [#ycc5955c]
*** Data Residency Option(DRO) [#l69edb5a]
 個人情報など重要なデータはオンプレミスのデータセンターに置いたままで、
 Database.comを利用可能にする機能。
 重要な情報は組織外への持ち出しを禁止する、
 というセキュリティポリシーを持つ企業や政府機関でも、
 それに対応しつつクラウドデータベースを利用可能にする。
 DROの提供は2012年の前半を予定。
-- [[セールスフォースのクラウドデータベース「Database.com」が正式サービス開始。無料で10万件まで利用可能、セキュリティポリシー対応機能も開発中。Dreamforce'11 - Publickey>http://www.publickey1.jp/blog/11/databasecom10dreamforce11.html]]

*** Collaborative Application [#ze8925f9]
 異なる場所にいる複数のユーザがデータとサービスを共有するようなアプリケーションのこと

*** Object [#q812085e]
>データを保存しておく場所。
>データベースでいう「エンティティ」「テーブル」にあたる。
>ただし、単なるデータ集合ではなく、オブジェクト指向におけるオブジェクトのように、
>機能が自動的に組み込まれている。
>(UI、セキュリティ、共有モデル、ワークフローなど)
>
>従来用語からすると「インスタンスを永続化可能なクラス」というほうが近いかもしれない。
>オブジェクトの特定の「インスタンス」が「レコード」となる。
>
>ビルトインで用意されている「標準オブジェクト(standard>objects)」と、
>自分で作成する「カスタムオブジェクト(custom>objects)」の2種類がある。
** Basic vocaburaly [#a2de0865]

*** field dependencies [#a53513aa]
>    Field dependencies are filters that allow us to change the contents of a picklist based on thevalue of another field.
>    For example, rather than displaying every value for Country in a single picklist, we can limit the values that are displayed based on a value for another field, like Continent. That way our users can find the appropriate country more quickly and easily.
>
>    Dependent field need the controlling field.
>    A controlling field controls the available values in one or more corresponding dependent fields. A dependent field displays values based on the value selected in its corresponding controlling field.
>    In the previous example,the Continent picklist is the controlling field, while the Country picklist is the dependent field.