BTXML スクリプトの印刷 |
[BTXML スクリプトの印刷] 操作では、BarTender XML スクリプトを BarTender に送信し、コードを処理してコードによって定義されるタスクを実行できます。
You can configure the following properties for the Print BTXML Script action:
アクション
名前: 操作の名前を指定します。 必要な場合は、フィールドに新しい名前を入力して既定名を置き換えられます。
説明: 操作の説明を保存できます。
Run Action: 操作を実行する頻度を指定できます。
常に: Integration Service で統合が実行されるたびに操作が実行されます。
しない: Integration Service での統合の実行時に操作は実行されません。
Conditionally, based on variable: Specifies that the Integration Service will run the action only when a selected variable meets a specified condition. このオプションは、操作を実行するかどうかを決定する条件が 1 つのみの場合に使用してください。 このオプションを有効にすると、表示される入力ボックスに条件ステートメントを作成できます。
式に基づく条件に従う: Specifies the conditions under which the Integration Service will run the action. このオプションは、条件ステートメントが複数必要な場合に使用します。 このオプションを有効にすると、必要な条件ステートメントを作成することによって、表示された入力ボックスに条件式を作成できます。 You create and edit your conditional expression on the Tree View tab. Click the Text View tab to see a read-only text view of the conditional expression.
スクリプト
ソース: BTXML スクリプトのソースを指定します。
値: 表示される入力ボックスを使用して、操作で使用するテンプレートを入力します。 Alternatively, you can add a variable to specify the template, or add a special character to the value you have entered.
インポート: Opens the Open File dialog so that you can browse to and select a file containing the desired script. ファイルの内容が、[値] 入力ボックスにインポートされます。
エクスポート: [値] 入力ボックスの内容を外部ファイルに保存できる [ファイルの保存] ダイアログが開きます。 値を新しいファイルとして保存するか、または既存ファイルの内容と置換できます。
変数:
変数: ソースに使用する変数を入力します。 または、変数を追加できます。
外部ファイル:
場所: ソースフォルダが存在するファイルシステムを指定します。 File systems or locations can include local file systems or network shares, Librarian, or a supported cloud storage location. For more information about supported cloud storage locations, see Administration Console's
ファイル名: ファイルパスを指定します。 フォルダの場所とファイル名を入力するか、[参照] をクリックして参照し、目的のファイルを選択します。 Alternatively, you can add a variable to specify the desired file, or add a special character to the value you have entered.
ファイルのエンコーディング: ソースファイルによって使用されるエンコーディングを指定します。
印刷オプションの上書き
データの入力を促す: このオプションを有効にすると、プリンタに印刷ジョブを送信する前に、ユーザー入力のためのドキュメントのデータ入力フォームおよび要求が開きます。
確認オプション
印刷ジョブをキューに入れすぐに続行する: ジョブを印刷スケジューラに送信し、操作をただちに実行します。 このオプションを有効にすると、[応答] オプションは使用できません。
印刷ジョブが処理されたことを確認してから続行する: 印刷スケジューラにジョブを送信し、印刷ジョブが処理されたことを確認してから操作を実行します。
変数に応答を保存: 操作応答を返す変数を指定します。 目的の変数名を入力します。 または、変数を追加できます。
テスト: BTXML スクリプトの印刷
テスト: 操作を実行します。 The Message pane displays information on the success or failure of the action.
|
Clicking the Test button executes the action only and does not run the integration. このため、使用するよう設定した統合からのデータは使用せずに操作が実行されます。 For information on testing your integration, refer to Using the Test Pane. |
ログオン設定
Inherit from parent action: When enabled, the action inherits the user account credentials specified on the Actions property page. Alternatively, if the action is part of a Group action, it will inherit the user account credentials specified on the immediate parent Group action’s property page.
ユーザーの認証情報を指定: このオプションを有効にすると、操作は、指定された資格情報を使用して実行されます。
エラー処理および診断
Ignore errors and continue running actions: このオプションを有効にすると、操作が失敗したときに他の操作の実行が継続されます。
|
このプロパティが有効でない場合は、操作が失敗したときの動作は以下のシナリオによって異なります。
If the selected action is within a Group action, no actions outside of that Group action are affected. |
Resend failed print jobs: このオプションを有効にすると、失敗した印刷ジョブが印刷スプーラに再送されます。
Maximum retries: 失敗した印刷ジョブの最大再送回数を指定します。 Available when Resend failed print jobs is enabled.
Retry if failed: このオプションを有効にすると、操作が失敗したときに操作の実行が再試行されます。
Maximum retries: 操作の実行の最大再試行回数を指定します。 Available when Retry if failed is enabled.
Retry interval: 操作の失敗時に操作の実行を再試行するまでの時間を指定します。 Available when Retry if failed is enabled.
Related Integration Builder Example