この文章は Salesforce 機械翻訳システムを使用して翻訳されました。詳細はこちらをご参照ください。
英語に切り替える

SvcApptSchdEvent

サービス予定の行動を表します。このオブジェクトは、/event/AppointmentSchedulingEvent チャネルで受信するストリーミング通知に含まれます。SvcApptSchdEvent チャネルに直接登録することはできません。このオブジェクトは API バージョン 50.0 以降で使用できます。

サポートされているコール

describeSObjects()

項目

項目 詳細
AdditionalInformation
string
プロパティ
Nillable
説明
サービス予定に関する追加情報。
Address
string
プロパティ
Nillable
説明
サービス予定の住所。
AppointmentType
string
プロパティ
Nillable
説明
サービス予定種別。
ChangedFields
complexvalue
プロパティ
Nillable
説明
変更され���項目のリスト。
Comments
string
プロパティ
Nillable
説明
サービス予定に関するコメント。
ContactId
string
プロパティ
Nillable
説明
サービス予定に関連付けられた取引先責任者の ID。
DurationInMinutes
double
プロパティ
Nillable
説明
サービス予定の所要時間 (分単位)。
Email
string
プロパティ
Nillable
説明
サービス予定に関連付けられたメール。
EventUuid
string
プロパティ
Nillable
説明
プラットフォームイベントメッセージを識別するユニバーサル一意識別子 (UUID)。この項目は、API バージョン 52.0 以降で使用できます。
ParentRecordId
string
プロパティ
Nillable
説明
サービス予定に関連付けられた親レコードの ID。
Phone
string
プロパティ
Nillable
説明
サービス予定に関連付けられた電話番号。
ScheduledEndTime
dateTime
プロパティ
Nillable
説明
サービス予定のスケジュール済み終了時刻。
ScheduledStartTime
dateTime
プロパティ
Nillable
説明
サービス予定のスケジュール済み開始時刻。
ServiceAppointmentId
string
プロパティ
Nillable
説明
サービス予定の ID。
ServiceTerritoryId
string
プロパティ
Nillable
説明
サービス予定に関連付けられたサービステリトリーの ID。
Status
string
プロパティ
Nillable
説明
サービス予定の状況。
StatusCategory
string
プロパティ
Nillable
説明
サービス予定の状況カテゴリ。
Subject
string
プロパティ
Nillable
説明
サービス予定の件名。
WorkTypeBlockTimeAfterAppointment
int
プロパティ
Nillable
説明
この作業種別で通常ブロックされる予定の後の期間。
WorkTypeBlockTimeAfterUnit
string
プロパティ
Nillable
説明
WorkTypeBlockTimeAfterAppointment で指定する期間の単位。値には hourminute が含まれます。
WorkTypeBlockTimeBeforeAppointment
int
プロパティ
Nillable
説明
この作業種別で通常ブロックされる予定の前の期間。
WorkTypeBlockTimeBeforeUnit
string
プロパティ
Nillable
説明
WorkTypeBlockTimeBeforeAppointment で指定する期間の単位。値には hourminute が含まれます。
WorkTypeId
string
プロパティ
Nillable
説明
サービス予定に関連付けられた作業種別の ID。

この例は、行動に関連付けられたサービス予定項目を示しています。
1{
2  "ParentRecordId": "001RM000003rwkfYAA",
3  "ContactId": "003RM000006EpajYAC",
4  "Status": "None",
5  "AdditionalInformation": "Sample additional information",
6  "ServiceTerritoryId": "0Hhxx0000004mu4",
7  "Comments": "Sample comment",
8  "Email": "abc@example.com",
9  "Address": "1 Market Street San Francisco CA 94105 United States",
10  "WorkTypeId": "08qxx0000004C92",
11  "WorkTypeBlockTimeBeforeAppointment": 30,
12  "WorkTypeBlockTimeAfterAppointment": 1,
13  "WorkTypeBlockTimeBeforeUnit": "minutes",
14  "WorkTypeBlockTimeAfterUnit": "hours",
15  "ServiceAppointmentId": "08pxx0000005Ip6",
16  "ScheduledEndTime": "2020-02-28T00:45:00.000Z",
17  "Subject": "Apply for Chase Sapphire Preferred Card",
18  "AppointmentType": "null",
19  "StatusCategory": "None",
20  "DurationInMinutes": 60,
21  "Phone": "4157286216",
22  "ScheduledStartTime": "2020-02-27T23:45:00.000Z"
23}