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

WorkforceEngagementSettings

ワークフォースエンゲージメントの管理の設定を表します。

ファイルのサフィックスおよびディレクトリの場所

WorkforceEngagementSettings コンポーネントは、WorkforceEngagement.settings フォルダーに保存されます。

バージョン

enableMachineLearningForecasting および enableWorkforceEngagement は、API バージョン 52.0 以降で使用できます。enableWorkforceEngagementConfiguration は、53.0 以降で使用できます。enableHistoricalAdherence および enableIndividualAdherence は、54.0 以降で使用できます。enableIntradayManagement および enableRealTimeAdherence は、55.0 以降で使用できます。

特別なアクセスルール

ワークフォースエンゲージメント設定を使用するには、組織に Workforce Engagement ライセンスが必要です。

項目

項目の型
項目名 項目の型 説明
enableMachineLearningForecasting boolean 機械学習ベースの売上予測が使用されているか (true)、否か (false) を示します。
enableWorkforceEngagement boolean ワークフォースエンゲージメントが有効化されているか (true)、否か (false) を示します。
enableWorkforceEngagementConfiguration boolean

ワークフォースエンゲージメント設定アプリケーションがインストールまたは有効化されているか (true)、否か (false) を示します。true の場合は、Lightning アプリケーションとその [職種の対応付け] タブへのアクセス権が付与されます。また、標準およびカスタムプロファイルタブの設定がデフォルトでオンになります。false の場合は、このアプリケーションとタブへのアクセス権が削除されますが、アプリケーションメタデータは削除されません。

enableHistoricalAdherence boolean 遵守の履歴が有効化されているか (true)、否か (false) を示します。
enableIndividualAdherence boolean 個人の遵守が有効化されているか (true)、否か (false) を示します。
enableIntradayManagement boolean 日中管理ダッシュボードが有効化されているか (true)、否か (false) を示します。
enableRealTimeAdherence boolean リアルタイムアドヒアランスが有効化されているか (true)、否か (false) を示します。リアルタイムアドヒアランスを使用するには、オムニチャネルを有効化する必要もあります。

宣言的なメタデータの定義のサンプル

WorkforceEngagement.settings コンポーネントの例を次に示します。

1<?xml version="1.0" encoding="UTF-8"?>
2<WorkforceEngagementSettings xmlns="http://soap.sforce.com/2006/04/metadata">
3   <enableMachineLearningForecasting>true</enableMachineLearningForecasting>
4   <enableWorkforceEngagement>true</enableWorkforceEngagement>
5   <enableWorkforceEngagementConfiguration>true</enableWorkforceEngagementConfiguration>
6   <enableHistoricalAdherence>true</enableHistoricalAdherence>
7   <enableenableIndividualAdherence>true</enableIndividualAdherence>
8   <enableIntradayManagement>true</enableIntradayManagement>
9   <enableRealTimeAdherence>true</enableRealTimeAdherence>
10</WorkforceEngagementSettings>

前の定義を参照する package.xml の例を次に示します。

1<?xml version="1.0" encoding="UTF-8"?>
22 <Package xmlns="http://soap.sforce.com/2006/04/metadata">
33     <types>
44         <members>WorkforceEngagement</members>
55         <name>Settings</name>
66     </types>
77     <55.0>[ftest]</55.0>
88 </Package>

使用方法

enableMachineLearningForecasting が false に設定されている場合は、Ofek 売上予測プラットフォームからデータがクリーンアップされます。同じデータセットの元のコピーがコアアプリケーションに保存されているため、データが消失することはありません。