※この内容は2018/4時点のものです。
Big Object の使用開始
https://trailhead.salesforce.com/ja/modules/big_objects/units/big_objects_get_started
- 説明:日本語
- Challenge:日本語選択問題
カスタム Big Object の定義
https://trailhead.salesforce.com/ja/modules/big_objects/units/big_objects_define_custom_big_objects
- 説明:日本語
- Challenge:英語ハンズオン
Challenge要約
- 以下内容でカスタムBig Object:Rider_History__b.object を定義してください。
- 項目
- Start_Location_Lat__c
- 項目の表示ラベル(Label): Start Location Latitude
- 必須項目(Required): False
- データ型(Type): 数値(Number)
- ユニーク(Unique): False
- 桁数(Precision): 7
- 小数点の位置(Scale): 4
- Start_Location_Long__c
- 項目の表示ラベル(Label): Start Location Longitude
- 必須項目(Required): False
- データ型(Type): 数値(Number)
- ユニーク(Unique): False
- 桁数(Precision): 7
- 小数点の位置(Scale): 4
- Start_Time__c
- 項目の表示ラベル(Label): Start Time
- 必須項目(Required): True
- データ型(Type): 日付/時間(DateTime)
- ユニーク(Unique): False
- End_Time__c
- 項目の表示ラベル(Label): End Time
- 必須項目(Required): False
- データ型(Type): 日付/時間(DateTime)
- ユニーク(Unique): False
- Service_Type__c
- 項目の表示ラベル(Label): Service Type
- 文字数(Length): 16
- 必須項目(Required): False
- データ型(Type): テキスト(Text)
- ユニーク(Unique): False
- Rider_Account__c
- 項目の表示ラベル(Label): Rider Account
- 文字数(Length): 16
- 必須項目(Required): True
- データ型(Type): テキスト(Text)
- Rider_Rating__c
- 項目の表示ラベル(Label): Rider Rating
- 必須項目(Required): False
- データ型(Type): 数値(Number)
- ユニーク(Unique): False
- 桁数(Precision): 2
- 小数点の位置(Scale): 1
- Start_Location_Lat__c
- インデックス
- 名前(Full name): Rider_History_Index
- 表示ラベル(Label): Rider History Index
- インデックス項目
- Rider_Account__c
- ソート(Sort): DESC
- Start_Time__c
- ソート(Sort): DESC
- Rider_Account__c
- 項目
- 以下内容で権限セット rider_history.permissionset を定義してください。
- インデックス項目以外の全項目に対し、参照アクセス権、編集アクセス権を付与してください。
- あなたの組織に作成したカスタム Big Object:Rider_History__b.object の定義をリリースしてください。
Big Object のクエリ
https://trailhead.salesforce.com/ja/modules/big_objects/units/big_objects_querying
- 説明:日本語
- Challenge:日本語選択問題