ITSM マネージャーワークスペース のイベントカテゴリの構成
イベントカテゴリを追加します。イベントのフィールド構成を作成または更新します。エージェントのシフトカバレッジを計算するときに、イベントカテゴリを除外する必要があるかどうかを指定することもできます。
始める前に
必要なロール:sn_shift_planning.admin
次のイベントカテゴリ構成をデフォルトで使用できます。
- 作業
- 会議
- トレーニング
- カスタムイベント
- 休暇
- 休憩
手順
- 次のように移動する。 All (すべて) > ITSM のワークフォース最適化 > スケジュール > イベントカテゴリ.
- [イベントカテゴリ] 関連リストで、[新規] をクリックします。
- [名前]フィールドで、イベントカテゴリの名前を入力します。
- エージェントの補償計算でこのイベントカテゴリを除外するには、[補償から除外] チェックボックスをオンにします。
-
[イベントフィールド構成] ダイアログボックスで、必要に応じて次の構成を編集します。
注:
- イベントのタイプに適用されない任意のプロパティを削除できます。
- デフォルトでは、エージェントは会議およびトレーニングイベントタイプに出席者を追加できます。
{ "create": { //Creates an event type form "attendees": { //Adds the Attendees field "mandatory": true, //Sets this field as mandatory "readOnly": false, //Sets this field as read-only "allowAllUsers": false //Allows you to only add users managed by the logged-in user; to add any user, set this value to true }, "startDate": { "mandatory": true, "readOnly": false }, "endDate": { "mandatory": true, "readOnly": false }, "additionalSelectors": [ //Add custom fields to the form { "fieldLabel": "Select Shift", //Name of the field that displays on the form "table": "sn_shift_planning_shift_plan", //Name of the table referenced by the field "field": "name", //Any field from the selected table whose display values must be shown in the custom field "value": "", "mandatory": true, "additionalQueryString": "" } ] }, "edit": { //Edit an event type form "attendees": { "mandatory": true, "readOnly": false, "allowAllUsers": false }, "attendeesFieldForAgent": { //Add attendees to events "mandatory": true, "visible":true, "readOnly": false, "allowAllUsers": false, "label":"Attendees" }, "startDate": { "mandatory": true, "readOnly": false }, "endDate": { "mandatory": true, "readOnly": false }, "description":{ //Add text fields to the form "mandatory":false, "readOnly":false, "label":"Notes" }, "additionalSelectors":[ { "fieldLabel": "Select Shift", "table": "sn_shift_planning_shift_plan", "field": "name", "value": "", "mandatory": true, "additionalQueryString": "" } ] } } - [送信] をクリックします。