Insfield

This help page is for Desktop Studio.This information is also available for CXone Studio.

パイプ記号(|)で区切られた、区切られた文字列リスト配列に新しいフィールドを挿入します。

サポートされているスクリプトタイプ

The icon for a Generic script type - a rectangle with < and > symbols inside it.

The icon for the Email script type - a large @ symbol in a diamond.

The icon for the Chat script type - a chat bubble with an ellipsis inside (...), in a diamond shape.

The icon for the Phone script type - an old-style phone handset with curved lines indicating sound coming out of it.

The icon for the Voicemail script type - a symbol that looks like a cassette tape - two circles sitting on a horizontal line.

The icon for the Work Item script type-a piece of paper with one corner folded down and a bullet list on it.

The icon for the SMS script type - a smart phone with a chat bubble coming out of it.

The icon for the Digital script type - a computer monitor with a smartphone next to it.

一般

Eメール チャット 電話 ボイスメール ワークアイテム SMS デジタル

類似アクションの比較

Insfieldアクションは文字列をField actionと同じように扱いますが、Insfieldは文字列を読み取る代わりに、文字列に新しいメンバーを挿入します。例:

  • 文字列:one,two,three,four,five,six
  • 挿入するフィールド:donut
  • 区切り文字:,
  • フィールドインデックス:3
  • 結果変数:newString

結果変数newStringにはone,two,donut,three,four,five,sixが含まれます。フィールドの削除についての詳細は、Remfieldactionを参照してください。

入力プロパティ

これらのプロパティは、アクションが実行時に使用するデータを定義します。

プロパティ

説明

String 挿入、検索、または解析する文字列。このプロパティは変数置換をサポートしています。この値がリテラル文字列値ではなく変数である場合は、中括弧{}を使用します。
FieldToInsert 挿入する文字列。
Delimiter 個々のフィールドを区切るために使用される文字を決定します。デフォルトはパイプ(|)文字です。
FieldIndex 抽出するプロパティを示す番号。1から始まります。このプロパティは数値を探しているため、中括弧{}を使用する必要はありません。
ResultVar 作成され、返された情報を保持する変数名。たとえば、コンタクトがアカウント番号を123456と入力した場合、変数は123456を保持します。

結果ブランチ条件

結果の分岐条件を使用すると、アクションが実行されたときにさまざまな結果を処理できるように、スクリプトにブランチを作成できます。

条件

説明

Default

スクリプトが他のブランチのいずれかを取る必要がある条件を満たさない限り、パスが取られます。他のブランチが定義されていない場合にも使用されます。