Index
Key Concepts
Data Residency Option(DRO)
個人情報など重要なデータはオンプレミスのデータセンターに置いたままで、 Database.comを利用可能にする機能。 重要な情報は組織外への持ち出しを禁止する、 というセキュリティポリシーを持つ企業や政府機関でも、 それに対応しつつクラウドデータベースを利用可能にする。 DROの提供は2012年の前半を予定。
Collaborative Application
異なる場所にいる複数のユーザがデータとサービスを共有するようなアプリケーションのこと
Object
データを保存しておく場所。
データベースでいう「エンティティ」「テーブル」にあたる。
ただし、単なるデータ集合ではなく、オブジェクト指向におけるオブジェクトのように、
機能が自動的に組み込まれている。
(UI、セキュリティ、共有モデル、ワークフローなど)
従来用語からすると「インスタンスを永続化可能なクラス」というほうが近いかもしれない。
オブジェクトの特定の「インスタンス」が「レコード」となる。
ビルトインで用意されている「標準オブジェクト(standard>objects)」と、
自分で作成する「カスタムオブジェクト(custom>objects)」の2種類がある。
Basic vocaburaly
field dependencies
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.