EmbeddedServiceFieldService
ファイルのサフィックスおよびディレクトリの場所
EmbeddedServiceFieldService コンポーネントは、EmbeddedServiceFieldService フォルダの developer_name.EmbeddedServiceFieldService ファイルに保存されます。
バージョン
EmbeddedServiceLiveAgent は、API バージョン 43.0 以降で使用できます。
項目
| 項目名 | 項目種別 | 説明 |
|---|---|---|
| appointmentBookingFlowName | string | この Snap-in 予定管理 (ベータ) リリースの予定の予約フローの名前。 |
| cancelApptBookingFlowName | string | この Snap-in 予定管理 (ベータ) リリースの予定のキャンセルフローの名前。 |
| embeddedServiceConfig | string | 必須。組み込みサービス設定ノードの名前。 |
| enabled | boolean | 必須。この Snap-in 予定管理リリースが有効 (true) かどうかを示します。 |
| fieldServiceConfirmCardImg | string | Snap-in 予定管理 (ベータ) の確認カードで使用する画像の URL。 |
| fieldServiceHomeImg | string | Snap-in 予定管理 (ベータ) のホーム画面で使用する画像の URL。 |
| fieldServiceLogoImg | string | Snap-in 予定管理 (ベータ) の一部の画面で使用するロゴの URL。 |
| masterLabel | string | 必須。Snap-in 予定管理 (ベータ) リリースの名前。 |
| modifyApptBookingFlowName | string | この Snap-in 予定管理 (ベータ) リリースの予定の変更フローの名前。 |
| shouldShowExistingAppointment | boolean | 既存の予定にアクセスするためのボタンを顧客のホーム画面に表示するか (true)、否か (false) を指定します。 |
| shouldShowNewAppointment | boolean | 新しい予定を作成するためのボタンを顧客のホーム画面に表示するか (true)、否か (false) を指定します。 |
宣言的なメタデータの定義のサンプル
次に、EmbeddedServiceFieldService ファイルの例を示します。
1<?xml version="1.0" encoding="UTF-8"?>
2<EmbeddedServiceFieldService xmlns="http://soap.sforce.com/2006/04/metadata">
3 <appointmentBookingFlowName>ESW_FS_BookAppt_Main_Flow</appointmentBookingFlowName>
4 <cancelApptBookingFlowName>ESW_FS_CancelAppt_Flow</cancelApptBookingFlowName>
5 <embeddedServiceConfig>EswFS</embeddedServiceConfig>
6 <enabled>true</enabled>
7 <fieldServiceConfirmCardImg>https://google.com/AppointmentConfirmationImg.png</fieldServiceConfirmCardImg>
8 <fieldServiceHomeImg>https://google.com/HeroImg.png</fieldServiceHomeImg>
9 <fieldServiceLogoImg>https://google.com/logo.png</fieldServiceLogoImg>
10 <masterLabel>EmbeddedServiceFieldService_Parent04IRM000000007p2AA_162d4270834</masterLabel>
11 <modifyApptBookingFlowName>ESW_FS_ModifyAppt_Main_Flow</modifyApptBookingFlowName>
12 <shouldShowExistingAppointment>true</shouldShowExistingAppointment>
13 <shouldShowNewAppointment>true</shouldShowNewAppointment>
14</EmbeddedServiceFieldService>