Sqlnext

Sqlcursoractionで開始された複数行クエリの次の記録をフェッチします。

Dependencies

  • クエリがSqlcursoractionで開かれていない場合、Sqlnextは何もしません。
  • Loopactionは通常、Sqlnextを繰り返し呼び出すために使用されます。見つけるデータがさらに存在する限り、Sqlnextのデフォルトの分岐条件がトリガーされます。End Of Dataset分岐条件は、Sqlnextが実行され、残りのレコードがない場合にトリガーされます。
  • クエリから3つの記録が見つかった場合:
    • Sqlnextは最初の行をフェッチします。
    • Sqlnextを2回繰り返すと、次の2行が取得されます。
    • 3回目の反復では、SqlnextアクションのEnd Of Dataset分岐条件がオフになります。

Supported Script Types

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 デジタル

Input Properties

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

プロパティ

説明

Caption

スクリプト内でこのアクションを一意に識別できる、短いフレーズを入力します。アクションアイコンにカーソルを合わせるとキャプションが表示されます。The default is the action name.

TimeoutSec アクションがタイムアウトする前に実行を待機する秒数。値は0から60の間でなければなりません。

Result Branch Conditions

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

状態

説明

Default

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

最後の行がフェッチされ、Sqlnextの別のオカレンスが存在する場合に取られるパス。

トリガーされると、データセットは自動的に閉じられます。スクリプトが終了する前に、常にSqlcloseを使用してください。