> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 結果を外部システムにエクスポートする

> Output アクティビティ のカスタム スクリプトを使用して、トランザクション結果をサードパーティシステムにエクスポートします。

外部システムにエクスポートするには、カスタム スクリプトが必要です。Vantage は、アクティビティ の設定で指定したスクリプトを実行します。このスクリプトでは、抽出した field の値やエクスポート可能なドキュメントなど、トランザクションのデータを読み取り、外部システムの API に HTTP リクエストを送信できます。

<Note>
  Output アクティビティ のスクリプトでは、ドキュメントデータを変更することはできません (たとえば、field に値を入力することはできません) 。データを変更するには、代わりに [カスタム アクティビティ](/ja/vantage/documentation/skill-designer/process/custom-activity/custom-activity) を使用してください。
</Note>

<div id="add-a-custom-script">
  ## カスタム スクリプトを追加する
</div>

<Steps>
  <Step title="Output アクティビティを選択する">
    **Output** アクティビティを選択し、**Actions** ペインで **Select additional destination** を選択します。
  </Step>

  <Step title="External system を選択する">
    **External system** を選択し、**Settings** をクリックしてスクリプト エディターを開きます。
  </Step>

  <Step title="スクリプトを作成して保存する">
    スクリプトを設定し、**Save** をクリックします。
  </Step>
</Steps>

スクリプトで使用できるオブジェクトの詳細については、[オブジェクト モデル](/ja/vantage/documentation/skill-designer/process/custom-activity/object-model)を参照してください。

<div id="related-topics">
  ## 関連トピック
</div>

* [Output アクティビティ](/ja/vantage/documentation/skill-designer/process/output-activity/output-activity)
* [カスタム アクティビティ](/ja/vantage/documentation/skill-designer/process/custom-activity/custom-activity)
* [オブジェクト モデル](/ja/vantage/documentation/skill-designer/process/custom-activity/object-model)
* [エクスポート結果を共有フォルダーに出力する](/ja/vantage/documentation/skill-designer/process/output-activity/export-shared-folder)
* [データのエクスポート形式](/ja/vantage/documentation/skill-designer/process/output-activity/export-formats)
