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

# NetSuite SuiteAnalytics

export const CommonAuthSchemeBasic = ({siteName = "CData Sync", siteNameShort = "Sync", datasource = "the data source"}) => {
  return <>
      <p>ユーザー資格情報で接続するには、次のプロパティを設定します：</p>
      <ul>
        <li><strong>Auth Scheme：</strong><strong>Basic</strong> を選択。</li>
        <li><strong>User：</strong>{datasource} アカウントへの認証に使用するユーザー名を入力。</li>
        <li><strong>Password：</strong>{datasource} アカウントへの認証に使用するパスワードを入力。</li>
      </ul>
    </>;
};

export const CommonDatasourceMoreInformation = ({datasource = "the data source", advancedurl = "", siteName = "CData Sync", driverVersion = ""}) => {
  return <>
      <p>
        {siteName} と{datasource} の連携について、詳しくは{' '}
        <a href={`https://cdn.cdata.com/help/${advancedurl}${driverVersion}/jp/synch/default.htm`}>
          {datasource} Connector for {siteName}
        </a> を参照してください。
      </p>
    </>;
};

export const CommonDatasourceAddConnector = ({datasource = "the data source", title = "the connector", destination = false, siteNameShort = "Sync"}) => {
  return <>
      <p>
        {siteNameShort} で{datasource} のデータを使用できるようにするには、まず以下の手順でコネクタを追加する必要があります：
      </p>
      <ol>
        <li>{siteNameShort} のダッシュボードから<strong>接続</strong>ページを開きます。</li>
        <li><strong>接続を追加</strong>をクリックして<strong>コネクタを選択</strong>ページを開きます。</li>
        <li>
          <strong>{destination ? "同期先" : "データソース"}</strong>タブをクリックして
          <strong>{title}</strong> 行に移動します。
        </li>
        <li>
          行末にある<strong>接続を設定</strong>アイコンをクリックして、<strong>新しい接続</strong>ページを開きます。この操作により、{' '}
          <strong>接続を追加</strong>ダイアログボックスが開きます。
          <br />
          <strong>Note：</strong> <strong>接続を設定</strong>アイコンが表示されない場合は、<strong>コネクタをダウンロード</strong>アイコンをクリックして {title} コネクタをインストールしてください。
        </li>
        <li><strong>接続を追加</strong>ダイアログボックスに接続名を入力します。</li>
        <li><strong>追加</strong>をクリックして、コネクタの<strong>設定</strong>タブを開きます。</li>
      </ol>
      <p>
        新しいコネクタのインストールについての詳細は、{' '}
        <a href="../connections">接続</a>を参照してください。
      </p>
    </>;
};

export const driverVersion = "M";

export const siteNameShort = "Sync";

export const siteName = "CData Sync";

export const datasource = "NetSuite SuiteAnalytics";
export const pageTitle = "NetSuite SuiteAnalytics";
export const advancedurl = "MB";

## Prerequisites

Before you can connect to {datasource}, you must set up SuiteAnalytics Connect in your NetSuite account:

1. Enable the Connect Service feature.
   1. Ensure that your Account Administrator has enabled your Account and Role with the Connect Service feature.
   2. Navigate to **Setup > Company > Enable Features**.
   3. Click the **Analytics** tab and check the **SuiteAnalytics Connect** box.
2. <a name="step2" />Add the **SuiteAnalytics Connect** permission to an existing Role.
   1. Navigate to **Setup > Users/Roles > User Management > Manage Roles**.
   2. Click **Customize** next to the name of the role for which you would like to add the SuiteAnalytics Connect permission.
   3. Click the **Setup** tab under the **Permissions** tab.
   4. Add the **SuiteAnalytics Connect** permission.
   5. Click **Add** and **Save**.
3. <a name="step3" />Verify the **Suite Analytics Connect** permissions.
   1. Find the **Settings** portlet on your home page and click **Set Up SuiteAnalytics Connect**.
   2. Click **Your Configuration** to view your service host and account ID information. These settings map directly to **Server** and **Account ID** connection properties.

## NetSuite SuiteAnalytics コネクタを追加

<CommonDatasourceAddConnector datasource={datasource} title={pageTitle} destination={false} siteNameShort={siteNameShort} />

## NetSuite SuiteAnalytics への認証

After you add the connector, you need to set the required properties.

* **Server:** Enter the value of **Service Host** you previously [found](#step3).
* **Account Id:** Enter the value of **Account Id** you previously [found](#step3).
* **Role Id:** Enter the Role ID you previously [updated](#step2).

{siteName} supports authenticating to {datasource} in several ways. Select your authentication method below to proceed to the relevant section that contains the authentication details.

* [**Basic**](#basic)
* [**Token**](#token) (default)

### Basic

<CommonAuthSchemeBasic siteName={siteName} siteNameShort={siteNameShort} datasource={datasource} />

### Token

To connect with a token, set the following properties:

* **Auth Scheme:** Select **Token**.
* **Consumer Key:** Enter the consumer key for the integration record. This key string was created when you created the integration record.
* **Consumer Secret**: Enter the consumer secret for the integration record. This secret string was created when you created the integration record.
* **Token Key:** Enter the token key that should be used to authenticate requests to the data source.
* **Token Secret:** Enter the token secret that should be used to authenticate requests to the data source.

## 接続を完了する

To complete your connection:

1. Define advanced connection settings on the **Advanced** tab. (In most cases, though, you should not need these settings.)
2. Click **Create & Test** to create your connection.

## 詳細について

<CommonDatasourceMoreInformation datasource={datasource} advancedurl={advancedurl} siteName={siteName} driverVersion={driverVersion} />
