PCA Sales Connector for CData Sync

Build 24.0.9175
  • PCA Sales
    • Establishing a Connection
    • Advanced Features
      • SSL Configuration
      • Firewall and Proxy
    • Data Model
      • Tables
        • InputFRI
        • InputFRID
        • InputHAC
        • InputHACD
        • InputHACZ
        • InputJUC
        • InputJUCD
        • InputJUCZ
        • InputKNS
        • InputMIT
        • InputMITD
        • InputMITZ
        • InputNKN
        • InputNYK
        • InputNYKD
        • InputNYKZ
        • InputSKN
        • InputSYK
        • InputSYKD
        • InputSYKZ
        • InputTEH
        • InputURI
        • InputURID
        • MasterBumon
        • MasterDms
        • MasterLot
        • MasterPard
        • MasterPart
        • MasterProject
        • MasterRms
        • MasterSet
        • MasterSetd
        • MasterShimebi
        • MasterShiresakiKubun
        • MasterSms
        • MasterSmst
        • MasterSoko
        • MasterSyohinKubun
        • MasterTantosya
        • MasterTekiyo
        • MasterTms
        • MasterTokuisakiKubun
        • MasterXms
        • MasterYms
      • Views
        • AreaUser
        • Bank
        • BankAccount
        • BankBranch
        • BikoRireki
        • DataAreas
        • HolidayCalendar
        • InputInfoLot
        • InputInfoRms
        • InputInfoSms
        • InputInfoSykk
        • InputInfoTms
        • InputInfoXms
        • InputKNSD
        • InputSettings
        • InputSYKK
        • InputTEHD
        • KihonJoho
        • MasterBumonGroup
        • MasterBumonGroupNest
        • MasterCms
        • MasterFms
        • MasterKikanTanka
        • MasterKikanTankaDetail
        • MasterShiresakiTanka
        • MasterSuryoKikanTanka
        • MasterSuryoKikanTankaDetail
        • MasterSuryoTanka
        • MasterSuryoTankaDetail
        • MasterTaniKikanTanka
        • MasterTaniKikanTankaDetail
        • MasterTaniSuryoKikanTanka
        • MasterTaniSuryoKikanTankaDetail
        • MasterTaniSuryoTanka
        • MasterTaniSuryoTankaDetail
        • MasterTaniTanka
        • MasterTaniTankaDetail
        • MasterTokuisakiKikanTanka
        • MasterTokuisakiKikanTankaDetail
        • MasterTokuisakiSuryoKikanTanka
        • MasterTokuisakiSuryoKikanTankaDetail
        • MasterTokuisakiSuryoTanka
        • MasterTokuisakiSuryoTankaDetail
        • MasterTokuisakiTanka
        • SakuinLot
        • SlipApprove
        • TekiyoRireki
        • TorihikiJisseki
        • ZenkaiTanka
    • Connection String Options
      • Authentication
        • AuthScheme
        • APIVersion
        • DataCenter
        • DefaultDataArea
        • ProductCode
      • OAuth
        • OAuthClientId
        • OAuthClientSecret
        • OAuthGrantType
        • User
        • Password
        • ServiceId
        • ServicePassword
      • SSL
        • SSLServerCert
      • Firewall
        • FirewallType
        • FirewallServer
        • FirewallPort
        • FirewallUser
        • FirewallPassword
      • Proxy
        • ProxyAutoDetect
        • ProxyServer
        • ProxyPort
        • ProxyAuthScheme
        • ProxyUser
        • ProxyPassword
        • ProxySSLType
        • ProxyExceptions
      • Logging
        • LogModules
      • Schema
        • Location
        • BrowsableSchemas
        • Tables
        • Views
      • Miscellaneous
        • CalcDetailTax
        • CalcKessai
        • CalcTax
        • CalcTotal
        • InputModuleName
        • MaxRows
        • Other
        • PseudoColumns
        • Timeout
        • UseLogout
        • UserDefinedViews

PCA Sales Connector for CData Sync

Overview

The CData Sync App provides a straightforward way to continuously pipeline your PCA Sales data to any database, data lake, or data warehouse, making it easily available for Analytics, Reporting, AI, and Machine Learning.

The PCA Sales connector can be used from the CData Sync application to pull data from PCA Sales and move it to any of the supported destinations.

PCA Sales Version Support

The Sync App leverages the PCA Sales API to enable bidirectional access to PCA Sales. Data access to on-premise versions of PCA products and other PCA Cloud products is not supported.

PCA Sales Connector for CData Sync

Establishing a Connection

Adding a Connection to PCA Sales

To add a connection to PCA Sales:

  1. In the application console, navigate to the Connections page.
  2. At the Add Connections panel, select the icon for the connection you want to add.
  3. If the PCA Sales icon is not available, click the Add More icon to download and install the PCA Sales connector from the CData site.

For required properties, see the Settings tab.

For connection properties that are not typically required, see the Advanced tab.

Connecting to PCA Sales

PCA Sales supports authentication via either OAuth or password grant.

OAuth Authentication

To enable this authentication, you must create a custom OAuth application, and set AuthScheme to OAuth.

The following subsections describe how to authenticate to PCA Sales from three common OAuth authentication flows.

For information about how to create a custom OAuth application, see Creating a Custom OAuth Application. For a complete list of connection string properties available in PCA Sales, see Connection.

Automatic refresh of the OAuth access token:

To have the Sync App automatically refresh the OAuth access token:

  1. Before connecting to data for the first time, set these connection parameters:
    • InitiateOAuth: REFRESH.
    • OAuthClientId: The client Id in your custom OAuth application settings.
    • OAuthClientSecret: The client secret in your custom OAuth application settings.
    • OAuthAccessToken: The access token returned by GetOAuthAccessToken.
    • OAuthSettingsLocation: The path where you want the Sync App to save the OAuth values, which persist across connections.
  2. On subsequent data connections, set:
    • InitiateOAuth
    • OAuthSettingsLocation

Manual refresh of the OAuth access token:

The only value needed to manually refresh the OAuth access token is the OAuth refresh token.

  1. To manually refresh the OAuthAccessToken after the ExpiresIn period (returned by GetOAuthAccessToken) has elapsed, call the RefreshOAuthAccessToken stored procedure.
  2. Set these connection properties:

    • OAuthClientId: The Client Id in your custom OAuth application settings.
    • OAuthClientSecret: The Client Secret in your custom OAuth application settings.

  3. Call RefreshOAuthAccessToken with OAuthRefreshToken set to the OAuth refresh token returned by GetOAuthAccessToken.
  4. After the new tokens have been retrieved, set the OAuthAccessToken property to the value returned by RefreshOAuthAccessToken. This opens a new connection.

Store the OAuth refresh token so that you can use it to manually refresh the OAuth access token after it has expired.

Password Grant Authentication

When there is a trust relationship between the user and the application, the user can use the Password grant type to authenticate from either a Desktop application or the web. To enable this authscheme, set AuthScheme to OAuthPassword.

Authentication by password grant is similar to OAuth -- in fact, it requires that you have already set up a custom OAuth application, as described in Creating a Custom OAuth Application -- but once it's set up it does not require user interaction.

To connect, set these properties:

  • InitiateOAuth: GETANDREFRESH. You can use InitiateOAuth to avoid repeating the OAuth exchange and manually setting the access token in the connection string.
  • AuthScheme: The AuthScheme specified in your custom OAuth application.
  • User: The Username of the user specified in your custom OAuth application.
  • Password: The Password of the user specified in your custom OAuth application.
  • ServiceId: The ID of the service account.
  • ServicePassword: The Password of the service account.
  • DefaultDataArea: The target data area.
  • DataCenter: The DataCenter name of the target server.
  • OAuthClientId: The Client Id specified in your custom OAuth application.
  • OAuthClientSecret: The Client Secret specified in your custom OAuth application.
  • CallbackURL: The Redirect URL specified in your custom OAuth application.
  • APIVersion: The PCA API Server version to connect.
  • ProductCode: The PCA Product code name.

Click Connect. The Sync App opens the PCA Sales OAuth endpoint. When you log in and grant grant permissions to the Sync App, the Sync App completes the OAuth process.

PCA Sales Connector for CData Sync

Advanced Features

This section details a selection of advanced features of the PCA Sales Sync App.

User Defined Views

The Sync App supports the use of user defined views, virtual tables whose contents are decided by a pre-configured user defined query. These views are useful when you cannot directly control queries being issued to the drivers. For an overview of creating and configuring custom views, see User Defined Views .

SSL Configuration

Use SSL Configuration to adjust how Sync App handles TLS/SSL certificate negotiations. You can choose from various certificate formats;. For further information, see the SSLServerCert property under "Connection String Options" .

Firewall and Proxy

Configure the Sync App for compliance with Firewall and Proxy, including Windows proxies and HTTP proxies. You can also set up tunnel connections.

Query Processing

The Sync App offloads as much of the SELECT statement processing as possible to PCA Sales and then processes the rest of the query in memory (client-side).

For further information, see Query Processing.

Logging

For an overview of configuration settings that can be used to refine CData logging, see Logging. Only two connection properties are required for basic logging, but there are numerous features that support more refined logging, which enables you to use the LogModules connection property to specify subsets of information to be logged.

PCA Sales Connector for CData Sync

SSL Configuration

Customizing the SSL Configuration

By default, the Sync App attempts to negotiate TLS with the server. The server certificate is validated against the default system trusted certificate store. You can override how the certificate gets validated using the SSLServerCert connection property.

To specify another certificate, see the SSLServerCert connection property.

PCA Sales Connector for CData Sync

Firewall and Proxy

Connecting Through a Firewall or Proxy

HTTP Proxies

To authenticate to an HTTP proxy, set the following:

  • ProxyServer: the hostname or IP address of the proxy server that you want to route HTTP traffic through.
  • ProxyPort: the TCP port that the proxy server is running on.
  • ProxyAuthScheme: the authentication method the Sync App uses when authenticating to the proxy server.
  • ProxyUser: the username of a user account registered with the proxy server.
  • ProxyPassword: the password associated with the ProxyUser.

Other Proxies

Set the following properties:

  • To use a proxy-based firewall, set FirewallType, FirewallServer, and FirewallPort.
  • To tunnel the connection, set FirewallType to TUNNEL.
  • To authenticate, specify FirewallUser and FirewallPassword.
  • To authenticate to a SOCKS proxy, additionally set FirewallType to SOCKS5.

PCA Sales Connector for CData Sync

Data Model

The CData Sync App models PCA Sales objects as relational tables and views. A PCA Sales object has relationships to other objects; in the tables, these relationships are expressed through foreign keys. The following sections show the available API objects and provide more information on executing SQL to PCA Sales APIs.

Schemas for most database objects are defined in simple, text-based configuration files.

PCA Sales Connector for CData Sync

Tables

The Sync App models the data in PCA Sales as a list of tables in a relational database that can be queried using standard SQL statements.

PCA Sales Connector for CData Sync Tables

Name Description
InputFRI Usage information for the operation InputFRI.rsd.
InputFRID Usage information for the operation InputFRID.rsd.
InputHAC Usage information for the operation InputHAC.rsd.
InputHACD Usage information for the operation InputHACD.rsd.
InputHACZ Usage information for the operation InputHACZ.rsd.
InputJUC Usage information for the operation InputJUC.rsd.
InputJUCD Usage information for the operation InputJUCD.rsd.
InputJUCZ Usage information for the operation InputJUCZ.rsd.
InputKNS Usage information for the operation InputKNS.rsd.
InputMIT Usage information for the operation InputMIT.rsd.
InputMITD Usage information for the operation InputMITD.rsd.
InputMITZ Usage information for the operation InputMITZ.rsd.
InputNKN Usage information for the operation InputNKN.rsd.
InputNYK Usage information for the operation InputNYK.rsd.
InputNYKD Usage information for the operation InputNYKD.rsd.
InputNYKZ Usage information for the operation InputNYKZ.rsd.
InputSKN Usage information for the operation InputSKN.rsd.
InputSYK Usage information for the operation InputSYK.rsd.
InputSYKD Usage information for the operation InputSYKD.rsd.
InputSYKZ Usage information for the operation InputSYKZ.rsd.
InputTEH Usage information for the operation InputTEH.rsd.
InputURI Usage information for the operation InputURI.rsd.
InputURID Usage information for the operation InputURID.rsd.
MasterBumon Usage information for the operation MasterBumon.rsd.
MasterDms Usage information for the operation MasterDms.rsd.
MasterLot Usage information for the operation MasterLot.rsd.
MasterPard Usage information for the operation MasterPard.rsd.
MasterPart Usage information for the operation MasterPart.rsd.
MasterProject Usage information for the operation MasterProject.rsd.
MasterRms Usage information for the operation MasterRms.rsd.
MasterSet Usage information for the operation MasterSet.rsd.
MasterSetd Usage information for the operation MasterSetd.rsd.
MasterShimebi Usage information for the operation MasterShimebi.rsd.
MasterShiresakiKubun Usage information for the operation MasterShiresakiKubun.rsd.
MasterSms Usage information for the operation MasterSms.rsd.
MasterSmst Usage information for the operation MasterSmst.rsd.
MasterSoko Usage information for the operation MasterSoko.rsd.
MasterSyohinKubun Usage information for the operation MasterSyohinKubun.rsd.
MasterTantosya Usage information for the operation MasterTantosya.rsd.
MasterTekiyo Usage information for the operation MasterTekiyo.rsd.
MasterTms Usage information for the operation MasterTms.rsd.
MasterTokuisakiKubun Usage information for the operation MasterTokuisakiKubun.rsd.
MasterXms Usage information for the operation MasterXms.rsd.
MasterYms Usage information for the operation MasterYms.rsd.

PCA Sales Connector for CData Sync

InputFRI

Usage information for the operation InputFRI.rsd.

Columns

Name Type ReadOnly Description
BEVersion Int False

State Int True

InputFRIH String False

InputFRIDList String False

UpdateLastDenpyoNo String False

InputFRIH_Id [KEY] Int False

InputFRIH_Furikaebi Date False

InputFRIH_DenpyoNo Int False

InputFRIH_SyukaSokoCode String False

InputFRIH_SyukaSokoMei String True

InputFRIH_NyukaSokoCode String False

InputFRIH_NyukaSokoMei String True

InputFRIH_TorokuUser Int True

InputFRIH_TorokuProgram String True

InputFRIH_Torokubi Datetime True

InputFRIH_KosinUser Int True

InputFRIH_KosinProgram String True

InputFRIH_Kosinbi Datetime True

InputFRIH_YobiShort1 Int False

InputFRIH_YobiDecimal1 Decimal False

InputFRIH_YobiString1 String False

InputFRIH_YobiString2 String False

InputFRIH_YobiString3 String False

InputFRIH_SyoninFlag Int True

InputFRIH_SyoninUser Int True

InputFRIH_Syoninbi Date True

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
IdFrom Int

IdTo Int

SyukaSokoCodeFrom String

SyukaSokoCodeTo String

NyukaSokoCodeFrom String

NyukaSokoCodeTo String

FurikaebiFrom Date

FurikaebiTo Date

DenpyoNoFrom Int

DenpyoNoTo Int

SyohinCode String

SyohinCodeFrom String

SyohinCodeTo String

SyohinMei String

SyohinMei2 String

KikakuKataban String

Color String

Size String

Biko String

KosinbiFrom Datetime

KosinbiTo Datetime

OrderType Int

Direction Int

Irisu Int

IrisuFrom Int

IrisuTo Int

Hakosu Int

HakosuFrom Int

HakosuTo Int

Suryo Int

SuryoFrom Int

SuryoTo Int

Tanka Int

TankaFrom Int

TankaTo Int

Kingaku Int

KingakuFrom Int

KingakuTo Int

LotNo String

LotNoFrom String

LotNoTo String

PCA Sales Connector for CData Sync

InputFRID

Usage information for the operation InputFRID.rsd.

Columns

Name Type ReadOnly Description
HeaderId [KEY] Int True

Sequence [KEY] Int False

Edaban Int True

SyohinCode String False

TankaKeta Decimal False

SuryoKeta Decimal False

SyohinMei String False

SyohinMei2 String False

KikakuKataban String False

Color String False

Size String False

Irisu Decimal False

Hakosu Decimal False

Suryo Decimal False

Tani String False

Tanka Decimal False

Kingaku Int False

Biko String False

YobiShort1 Int False

YobiInt1 Int False

YobiDecimal1 Decimal False

YobiString1 String False

YobiString2 String False

YobiString3 String False

IrisuKeta Decimal False

HakosuKeta Decimal False

SuryoHasu Int True

LotId Int False

LotNo String True

LotYukoKigen Date True

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
Id Int

IdFrom Int

IdTo Int

SyukaSokoCode String

SyukaSokoCodeFrom String

SyukaSokoCodeTo String

NyukaSokoCode String

NyukaSokoCodeFrom String

NyukaSokoCodeTo String

Furikaebi Date

FurikaebiFrom Date

FurikaebiTo Date

DenpyoNo Int

DenpyoNoFrom Int

DenpyoNoTo Int

SyohinCodeFrom String

SyohinCodeTo String

SyoninFlag Int

KosinUser Int

KosinbiFrom Datetime

KosinbiTo Datetime

OrderType Int

Direction Int

IrisuFrom Int

IrisuTo Int

HakosuFrom Int

HakosuTo Int

SuryoFrom Int

SuryoTo Int

TankaFrom Int

TankaTo Int

KingakuFrom Int

KingakuTo Int

LotNoFrom String

LotNoTo String

PCA Sales Connector for CData Sync

InputHAC

Usage information for the operation InputHAC.rsd.

Columns

Name Type ReadOnly Description
BEVersion Int False

State Int True

BumonLockType Int True

InputHACH String False

InputHACDList String False

InputHACZList String False

InputHACT String False

InputHACC String False

UpdateLastDenpyoNo String False

InputHACH_Id [KEY] Int False

InputHACH_Hachubi Date False

InputHACH_Noki Date False

InputHACH_ChumonNo Int False

InputHACH_HachusakiCode String False

InputHACH_AitesakiId Int True

InputHACH_HachusakiMei1 String False

InputHACH_HachusakiMei2 String False

InputHACH_Jyusyo1 String False

InputHACH_Jyusyo2 String False

InputHACH_YubinBango String False

InputHACH_TelNo String False

InputHACH_FAXNo String False

InputHACH_Keisyo String False

InputHACH_MailAddress String False

InputHACH_HachusakiHojinBango String False

InputHACH_ZeiKansan Int True

InputHACH_KingakuHasu Int True

InputHACH_SyohizeiHasu Int True

InputHACH_SyohizeiTsuchi Int True

InputHACH_ShiharaisakiCode String True

InputHACH_SpotAitesakiId Int False

InputHACH_SenpoTantosyaId Int False

InputHACH_SenpoTantosyaMei String False

InputHACH_BumonCode String False

InputHACH_BumonMei String True

InputHACH_BumonSoko String True

InputHACH_TantosyaCode String False

InputHACH_TantosyaMei String True

InputHACH_TekiyoCode String False

InputHACH_Tekiyo String False

InputHACH_ProCode String False

InputHACH_ProMei String True

InputHACH_ChokusosakiFlag Int False

InputHACH_ChokusosakiCode String False

InputHACH_ChokusosakiMei1 String False

InputHACH_ChokusosakiMei2 String False

InputHACH_ChokusosakiJyusyo1 String False

InputHACH_ChokusosakiJyusyo2 String False

InputHACH_ChokusosakiYubinBango String False

InputHACH_ChokusosakiTelNo String False

InputHACH_ChokusosakiFAXNo String False

InputHACH_ChokusosakiKeisyo String False

InputHACH_ChokusosakiMailAddress String False

InputHACH_ChokusosakiHojinBango String False

InputHACH_SpotChokusoAitesakiId Int False

InputHACH_ChokusosakiTantosyaId Int False

InputHACH_ChokusosakiTantosyaMei String False

InputHACH_ChumonNo2 String False

InputHACH_HachuHoho Int True

InputHACH_TehaiId Int True

InputHACH_TehaiNo Int True

InputHACH_TehaiEdaban Int True

InputHACH_FusenComment Int False

InputHACH_TorokuUser Int True

InputHACH_TorokuProgram String True

InputHACH_Torokubi Datetime True

InputHACH_KosinUser Int True

InputHACH_KosinProgram String True

InputHACH_Kosinbi Datetime True

InputHACH_YobiShort2 Int False

InputHACH_YobiShort3 Int False

InputHACH_YobiInt2 Int False

InputHACH_YobiDecimal1 Decimal False

InputHACH_YobiDecimal2 Decimal False

InputHACH_YobiDecimal3 Decimal False

InputHACH_YobiString1 String False

InputHACH_YobiString2 String False

InputHACH_YobiString3 String False

InputHACH_SyoninFlag Int True

InputHACH_SyoninUser Int True

InputHACH_Syoninbi Date True

InputHACT_HeaderId Int True

InputHACT_KingakuGokei Int False

InputHACT_SotoZeiGokei Int False

InputHACT_UchiZeiGokei Int False

InputHACC_HeaderId Int True

InputHACC_FusenString String False

InputFusen_BEVersion Int False

InputFusen_Id Int False

InputFusen_FusenComment Int False

InputFusen_FusenString String False

InputFusen_Kosinbi Datetime True

InputFusen_Comment String True

InputHACH_HachusakiJigyosyaBango String False

Ordering Company Business Registration No. The filter will work on BEVersion=500.

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
IdFrom Int

IdTo Int

HachubiFrom Date

HachubiTo Date

ChumonNoFrom Int

ChumonNoTo Int

HachusakiCodeFrom String

HachusakiCodeTo String

HachusakiMei String

SyohinCode String

SyohinCodeFrom String

SyohinCodeTo String

SyohinMei String

SyohinMei2 String

ProCodeFrom String

ProCodeTo String

TantosyaCodeFrom String

TantosyaCodeTo String

BumonCodeFrom String

BumonCodeTo String

TekiyoCodeFrom String

TekiyoCodeTo String

KikakuKataban String

Color String

Size String

Biko String

FusenCommentFlag Int

KosinbiFrom Datetime

KosinbiTo Datetime

OrderType Int

Direction Int

NokiFrom Date

NokiTo Date

ShiresakiKubun1 String

ShiresakiKubun1From String

ShiresakiKubun1To String

ShiresakiKubun2 String

ShiresakiKubun2From String

ShiresakiKubun2To String

ShiresakiKubun3 String

ShiresakiKubun3From String

ShiresakiKubun3To String

ShiresakiKubun4 String

ShiresakiKubun4From String

ShiresakiKubun4To String

ShiresakiKubun5 String

ShiresakiKubun5From String

ShiresakiKubun5To String

ChokusosakiCodeFrom String

ChokusosakiCodeTo String

ChokusosakiMei String

ChokusoTokuisakiCode String

ChokusoTokuisakiCodeFrom String

ChokusoTokuisakiCodeTo String

ChokusoTokuisakiMei String

ChokusoTokuisakiHojinBango String

SokoCode String

SokoCodeFrom String

SokoCodeTo String

Irisu Int

IrisuFrom Int

IrisuTo Int

Hakosu Int

HakosuFrom Int

HakosuTo Int

Suryo Int

SuryoFrom Int

SuryoTo Int

Tanka Int

TankaFrom Int

TankaTo Int

Kingaku Int

KingakuFrom Int

KingakuTo Int

SyohinKomoku1 Int

SyohinKomoku1From Int

SyohinKomoku1To Int

SyohinKomoku2 Int

SyohinKomoku2From Int

SyohinKomoku2To Int

SyohinKomoku3 Int

SyohinKomoku3From Int

SyohinKomoku3To Int

ShireKomoku1 Int

ShireKomoku1From Int

ShireKomoku1To Int

ShireKomoku2 Int

ShireKomoku2From Int

ShireKomoku2To Int

ShireKomoku3 Int

ShireKomoku3From Int

ShireKomoku3To Int

NyukazumiFlag Int

ZeiRitsu Int

TaniKubunFlag Int

BumonOutputType Int

BumonGroupCode String

PCA Sales Connector for CData Sync

InputHACD

Usage information for the operation InputHACD.rsd.

Columns

Name Type ReadOnly Description
HeaderId [KEY] Int True

Sequence [KEY] Int False

Edaban Int True

SyohinCode String False

MasterKubun Int False

TaniKubun Int False

ZeiKubun Int False

ZeikomiKubun Int False

TankaKeta Decimal False

SuryoKeta Decimal False

SyohinMei String False

SyohinMei2 String False

KikakuKataban String False

Color String False

Size String False

SokoCode String False

Irisu Decimal False

Hakosu Decimal False

Suryo Decimal False

Tani String False

Tanka Decimal False

Kingaku Int False

Biko String False

HyojunShireTanka Int False

ZeiRitsu Int False

SotoZeigaku Int False

UchiZeigaku Int False

SyokanKeisan Int False

SyohinKomoku1 Decimal False

SyohinKomoku2 Decimal False

SyohinKomoku3 Decimal False

ShireKomoku1 Decimal False

ShireKomoku2 Decimal False

ShireKomoku3 Decimal False

NyukazumiFlag Int True

NyukaRuikei Decimal True

HikiateJuchuNo Int True

KoseiSuryo Decimal True

Hitsuyosu Decimal True

YobiShort1 Int False

YobiShort2 Int False

YobiShort3 Int False

YobiInt1 Int False

YobiInt2 Int False

YobiInt3 Int False

YobiDecimal1 Decimal False

YobiDecimal2 Decimal False

YobiDecimal3 Decimal False

YobiString1 String False

YobiString2 String False

YobiString3 String False

IrisuKeta Decimal False

HakosuKeta Decimal False

SuryoHasu Int True

Noki Date False

BaraSuryo Decimal True

BaraNyukaRuikei Decimal True

ShireZeiSyubetsu Int True

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
BEVersion Int

Id Int

IdFrom Int

IdTo Int

Hachubi Date

HachubiFrom Date

HachubiTo Date

ChumonNo Int

ChumonNoFrom Int

ChumonNoTo Int

HachusakiCode String

HachusakiCodeFrom String

HachusakiCodeTo String

HachusakiMei String

HachusakiHojinBango String

SyohinCodeFrom String

SyohinCodeTo String

ChumonNo2 String

ProCode String

ProCodeFrom String

ProCodeTo String

ProMei String

SenpoTantosyaMei String

TantosyaCode String

TantosyaCodeFrom String

TantosyaCodeTo String

BumonCode String

BumonCodeFrom String

BumonCodeTo String

TekiyoCode String

TekiyoCodeFrom String

TekiyoCodeTo String

Tekiyo String

FusenCommentFlag Int

SyoninFlag Int

KosinUser Int

KosinbiFrom Datetime

KosinbiTo Datetime

OrderType Int

Direction Int

NokiFrom Date

NokiTo Date

ShiresakiKubun1 String

ShiresakiKubun1From String

ShiresakiKubun1To String

ShiresakiKubun2 String

ShiresakiKubun2From String

ShiresakiKubun2To String

ShiresakiKubun3 String

ShiresakiKubun3From String

ShiresakiKubun3To String

ShiresakiKubun4 String

ShiresakiKubun4From String

ShiresakiKubun4To String

ShiresakiKubun5 String

ShiresakiKubun5From String

ShiresakiKubun5To String

ChokusosakiCode String

ChokusosakiCodeFrom String

ChokusosakiCodeTo String

ChokusosakiMei String

ChokusosakiHojinBango String

ChokusoTokuisakiCode String

ChokusoTokuisakiCodeFrom String

ChokusoTokuisakiCodeTo String

ChokusoTokuisakiMei String

ChokusoTokuisakiHojinBango String

SokoCodeFrom String

SokoCodeTo String

IrisuFrom Int

IrisuTo Int

HakosuFrom Int

HakosuTo Int

SuryoFrom Int

SuryoTo Int

TankaFrom Int

TankaTo Int

KingakuFrom Int

KingakuTo Int

SyohinKomoku1From Int

SyohinKomoku1To Int

SyohinKomoku2From Int

SyohinKomoku2To Int

SyohinKomoku3From Int

SyohinKomoku3To Int

ShireKomoku1From Int

ShireKomoku1To Int

ShireKomoku2From Int

ShireKomoku2To Int

ShireKomoku3From Int

ShireKomoku3To Int

TaniKubunFlag Int

BumonOutputType Int

BumonGroupCode String

PCA Sales Connector for CData Sync

InputHACZ

Usage information for the operation InputHACZ.rsd.

Columns

Name Type ReadOnly Description
HeaderId [KEY] Int True

ZeiRitsu [KEY] Int False

KingakuGokei Int False

SotoZeiGokei Int False

UchiZeiGokei Int False

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
BEVersion Int

Id Int

IdFrom Int

IdTo Int

Hachubi Date

HachubiFrom Date

HachubiTo Date

ChumonNo Int

ChumonNoFrom Int

ChumonNoTo Int

HachusakiCode String

HachusakiCodeFrom String

HachusakiCodeTo String

HachusakiMei String

HachusakiHojinBango String

SyohinCode String

SyohinCodeFrom String

SyohinCodeTo String

SyohinMei String

SyohinMei2 String

ChumonNo2 String

ProCode String

ProCodeFrom String

ProCodeTo String

ProMei String

SenpoTantosyaMei String

TantosyaCode String

TantosyaCodeFrom String

TantosyaCodeTo String

BumonCode String

BumonCodeFrom String

BumonCodeTo String

TekiyoCode String

TekiyoCodeFrom String

TekiyoCodeTo String

Tekiyo String

KikakuKataban String

Color String

Size String

Biko String

FusenCommentFlag Int

SyoninFlag Int

KosinUser Int

KosinbiFrom Datetime

KosinbiTo Datetime

OrderType Int

Direction Int

Noki Date

NokiFrom Date

NokiTo Date

ShiresakiKubun1 String

ShiresakiKubun1From String

ShiresakiKubun1To String

ShiresakiKubun2 String

ShiresakiKubun2From String

ShiresakiKubun2To String

ShiresakiKubun3 String

ShiresakiKubun3From String

ShiresakiKubun3To String

ShiresakiKubun4 String

ShiresakiKubun4From String

ShiresakiKubun4To String

ShiresakiKubun5 String

ShiresakiKubun5From String

ShiresakiKubun5To String

ChokusosakiCode String

ChokusosakiCodeFrom String

ChokusosakiCodeTo String

ChokusosakiMei String

ChokusosakiHojinBango String

ChokusoTokuisakiCode String

ChokusoTokuisakiCodeFrom String

ChokusoTokuisakiCodeTo String

ChokusoTokuisakiMei String

ChokusoTokuisakiHojinBango String

SokoCode String

SokoCodeFrom String

SokoCodeTo String

Irisu Int

IrisuFrom Int

IrisuTo Int

Hakosu Int

HakosuFrom Int

HakosuTo Int

Suryo Int

SuryoFrom Int

SuryoTo Int

Tanka Int

TankaFrom Int

TankaTo Int

Kingaku Int

KingakuFrom Int

KingakuTo Int

SyohinKomoku1 Int

SyohinKomoku1From Int

SyohinKomoku1To Int

SyohinKomoku2 Int

SyohinKomoku2From Int

SyohinKomoku2To Int

SyohinKomoku3 Int

SyohinKomoku3From Int

SyohinKomoku3To Int

ShireKomoku1 Int

ShireKomoku1From Int

ShireKomoku1To Int

ShireKomoku2 Int

ShireKomoku2From Int

ShireKomoku2To Int

ShireKomoku3 Int

ShireKomoku3From Int

ShireKomoku3To Int

NyukazumiFlag Int

TaniKubunFlag Int

BumonOutputType Int

BumonGroupCode String

PCA Sales Connector for CData Sync

InputJUC

Usage information for the operation InputJUC.rsd.

Columns

Name Type ReadOnly Description
BEVersion Int False

State Int True

BumonLockType Int True

InputJUCH String False

InputJUCDList String False

InputJUCZList String False

InputJUCT String False

InputJUCC String False

UpdateLastDenpyoNo String False

InputJUCH_Id [KEY] Int False

InputJUCH_Juchubi Date False

InputJUCH_Noki Date False

InputJUCH_JuchuNo Int False

InputJUCH_TokuisakiCode String False

InputJUCH_AitesakiId Int True

InputJUCH_TokuisakiMei1 String False

InputJUCH_TokuisakiMei2 String False

InputJUCH_Jyusyo1 String False

InputJUCH_Jyusyo2 String False

InputJUCH_YubinBango String False

InputJUCH_TelNo String False

InputJUCH_FAXNo String False

InputJUCH_Keisyo String False

InputJUCH_MailAddress String False

InputJUCH_TokuisakiHojinBango String False

InputJUCH_TekiyoBaikaNo Int True

InputJUCH_Kakeritsu Decimal True

InputJUCH_ZeiKansan Int True

InputJUCH_KingakuHasu Int True

InputJUCH_SyohizeiHasu Int True

InputJUCH_SyohizeiTsuchi Int True

InputJUCH_BaiTankaKansan Int True

InputJUCH_StoreTorihikisakiCode String True

InputJUCH_SeikyusakiCode String True

InputJUCH_MitsumoriNo Int False

InputJUCH_SpotAitesakiId Int False

InputJUCH_SenpoTantosyaId Int False

InputJUCH_SenpoTantosyaMei String False

InputJUCH_BumonCode String False

InputJUCH_BumonMei String True

InputJUCH_BumonSoko String True

InputJUCH_TantosyaCode String False

InputJUCH_TantosyaMei String True

InputJUCH_TekiyoCode String False

InputJUCH_Tekiyo String False

InputJUCH_ProCode String False

InputJUCH_ProMei String True

InputJUCH_ChokusosakiCode String False

InputJUCH_ChokusosakiMei1 String False

InputJUCH_ChokusosakiMei2 String False

InputJUCH_ChokusosakiJyusyo1 String False

InputJUCH_ChokusosakiJyusyo2 String False

InputJUCH_ChokusosakiYubinBango String False

InputJUCH_ChokusosakiTelNo String False

InputJUCH_ChokusosakiFAXNo String False

InputJUCH_ChokusosakiKeisyo String False

InputJUCH_ChokusosakiMailAddress String False

InputJUCH_ChokusosakiHojinBango String False

InputJUCH_ChokusosakiTantosyaMei String False

InputJUCH_SpotChokusoAitesakiId Int False

InputJUCH_JuchuNo2 String False

InputJUCH_FusenComment Int False

InputJUCH_TorokuUser Int True

InputJUCH_TorokuProgram String True

InputJUCH_Torokubi Datetime True

InputJUCH_KosinUser Int True

InputJUCH_KosinProgram String True

InputJUCH_Kosinbi Datetime True

InputJUCH_YobiShort1 Int False

InputJUCH_YobiShort2 Int False

InputJUCH_YobiShort3 Int False

InputJUCH_YobiInt1 Int False

InputJUCH_YobiInt2 Int False

InputJUCH_YobiDecimal1 Decimal False

InputJUCH_YobiDecimal2 Decimal False

InputJUCH_YobiDecimal3 Decimal False

InputJUCH_YobiString1 String False

InputJUCH_YobiString2 String False

InputJUCH_YobiString3 String False

InputJUCH_SyoninFlag Int True

InputJUCH_SyoninUser Int True

InputJUCH_Syoninbi Date True

InputJUCT_HeaderId Int True

InputJUCT_KingakuGokei Int False

InputJUCT_SotoZeiGokei Int False

InputJUCT_UchiZeiGokei Int False

InputJUCC_HeaderId Int True

InputJUCC_FusenString String False

InputFusen_BEVersion Int False

InputFusen_Id Int False

InputFusen_FusenComment Int False

InputFusen_FusenString String False

InputFusen_Kosinbi Datetime True

InputFusen_Comment String True

InputJUCH_TokuisakiJigyosyaBango String False

Customer Business Registration No. The filter will work on BEVersion=500.

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
IdFrom Int

IdTo Int

JuchubiFrom Date

JuchubiTo Date

JuchuNoFrom Int

JuchuNoTo Int

TokuisakiCodeFrom String

TokuisakiCodeTo String

TokuisakiMei String

SyohinCode String

SyohinCodeFrom String

SyohinCodeTo String

SyohinMei String

SyohinMei2 String

ProCodeFrom String

ProCodeTo String

TantosyaCodeFrom String

TantosyaCodeTo String

BumonCodeFrom String

BumonCodeTo String

TekiyoCodeFrom String

TekiyoCodeTo String

KikakuKataban String

Color String

Size String

Biko String

FusenCommentFlag Int

KosinbiFrom Datetime

KosinbiTo Datetime

OrderType Int

Direction Int

NokiFrom Date

NokiTo Date

TokuisakiKubun1 String

TokuisakiKubun1From String

TokuisakiKubun1To String

TokuisakiKubun2 String

TokuisakiKubun2From String

TokuisakiKubun2To String

TokuisakiKubun3 String

TokuisakiKubun3From String

TokuisakiKubun3To String

TokuisakiKubun4 String

TokuisakiKubun4From String

TokuisakiKubun4To String

TokuisakiKubun5 String

TokuisakiKubun5From String

TokuisakiKubun5To String

MitsumoriNoFrom Int

MitsumoriNoTo Int

ChokusosakiCodeFrom String

ChokusosakiCodeTo String

ChokusosakiMei String

SokoCode String

SokoCodeFrom String

SokoCodeTo String

Irisu Int

IrisuFrom Int

IrisuTo Int

Hakosu Int

HakosuFrom Int

HakosuTo Int

Suryo Int

SuryoFrom Int

SuryoTo Int

Tanka Int

TankaFrom Int

TankaTo Int

GenTanka Int

GenTankaFrom Int

GenTankaTo Int

BaiTanka Int

BaiTankaFrom Int

BaiTankaTo Int

Kingaku Int

KingakuFrom Int

KingakuTo Int

Genka Int

GenkaFrom Int

GenkaTo Int

BaikaKingaku Int

BaikaKingakuFrom Int

BaikaKingakuTo Int

SyohinKomoku1 Int

SyohinKomoku1From Int

SyohinKomoku1To Int

SyohinKomoku2 Int

SyohinKomoku2From Int

SyohinKomoku2To Int

SyohinKomoku3 Int

SyohinKomoku3From Int

SyohinKomoku3To Int

UriageKomoku1 Int

UriageKomoku1From Int

UriageKomoku1To Int

UriageKomoku2 Int

UriageKomoku2From Int

UriageKomoku2To Int

UriageKomoku3 Int

UriageKomoku3From Int

UriageKomoku3To Int

SyukazumiFlag Int

ZeiRitsu Int

TaniKubunFlag Int

LotNo String

LotNoFrom String

LotNoTo String

BumonOutputType Int

BumonGroupCode String

PCA Sales Connector for CData Sync

InputJUCD

Usage information for the operation InputJUCD.rsd.

Columns

Name Type ReadOnly Description
HeaderId [KEY] Int True

Sequence [KEY] Int False

Edaban Int True

SyohinCode String False

MasterKubun Int False

TaniKubun Int False

ZeiKubun Int False

ZeikomiKubun Int False

TankaKeta Decimal False

SuryoKeta Decimal False

SyohinMei String False

SyohinMei2 String False

KikakuKataban String False

Color String False

Size String False

SokoCode String False

Irisu Decimal False

Hakosu Decimal False

Suryo Decimal False

Tani String False

Tanka Decimal False

GenTanka Int False

BaiTanka Decimal False

Kingaku Int False

Genka Int False

BaikaKingaku Int False

Ararieki Int False

RiekiRitsu Decimal True

Biko String False

HachuMark Int False

HyojunKakaku Int False

HyojunKakaku2 Int False

ZeiRitsu Int False

SotoZeigaku Int False

UchiZeigaku Int False

SyokonKeisan Int False

SyohinKomoku1 Decimal False

SyohinKomoku2 Decimal False

SyohinKomoku3 Decimal False

UriageKomoku1 Decimal False

UriageKomoku2 Decimal False

UriageKomoku3 Decimal False

SyukazumiFlag Int True

SyukaRuikei Decimal True

YobiShort1 Int False

YobiShort2 Int False

YobiShort3 Int False

YobiInt1 Int False

YobiInt2 Int False

YobiInt3 Int False

YobiDecimal1 Decimal False

YobiDecimal2 Decimal False

YobiDecimal3 Decimal False

YobiString1 String False

YobiString2 String False

YobiString3 String False

IrisuKeta Decimal False

HakosuKeta Decimal False

SuryoHasu Int True

Noki Date False

BaraSuryo Decimal True

BaraSyukaRuikei Decimal True

LotId Int False

LotNo String True

LotYukoKigen Date True

HachuzumiFlag Int True

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
BEVersion Int

Id Int

IdFrom Int

IdTo Int

Juchubi Date

JuchubiFrom Date

JuchubiTo Date

JuchuNo Int

JuchuNoFrom Int

JuchuNoTo Int

TokuisakiCode String

TokuisakiCodeFrom String

TokuisakiCodeTo String

TokuisakiMei String

TokuisakiHojinBango String

SyohinCodeFrom String

SyohinCodeTo String

JuchuNo2 String

ProCode String

ProCodeFrom String

ProCodeTo String

ProMei String

SenpoTantosyaMei String

TantosyaCode String

TantosyaCodeFrom String

TantosyaCodeTo String

BumonCode String

BumonCodeFrom String

BumonCodeTo String

TekiyoCode String

TekiyoCodeFrom String

TekiyoCodeTo String

Tekiyo String

FusenCommentFlag Int

SyoninFlag Int

KosinUser Int

KosinbiFrom Datetime

KosinbiTo Datetime

OrderType Int

Direction Int

NokiFrom Date

NokiTo Date

TokuisakiKubun1 String

TokuisakiKubun1From String

TokuisakiKubun1To String

TokuisakiKubun2 String

TokuisakiKubun2From String

TokuisakiKubun2To String

TokuisakiKubun3 String

TokuisakiKubun3From String

TokuisakiKubun3To String

TokuisakiKubun4 String

TokuisakiKubun4From String

TokuisakiKubun4To String

TokuisakiKubun5 String

TokuisakiKubun5From String

TokuisakiKubun5To String

MitsumoriNo Int

MitsumoriNoFrom Int

MitsumoriNoTo Int

ChokusosakiCode String

ChokusosakiCodeFrom String

ChokusosakiCodeTo String

ChokusosakiMei String

ChokusosakiHojinBango String

SokoCodeFrom String

SokoCodeTo String

IrisuFrom Int

IrisuTo Int

HakosuFrom Int

HakosuTo Int

SuryoFrom Int

SuryoTo Int

TankaFrom Int

TankaTo Int

GenTankaFrom Int

GenTankaTo Int

BaiTankaFrom Int

BaiTankaTo Int

KingakuFrom Int

KingakuTo Int

GenkaFrom Int

GenkaTo Int

BaikaKingakuFrom Int

BaikaKingakuTo Int

SyohinKomoku1From Int

SyohinKomoku1To Int

SyohinKomoku2From Int

SyohinKomoku2To Int

SyohinKomoku3From Int

SyohinKomoku3To Int

UriageKomoku1From Int

UriageKomoku1To Int

UriageKomoku2From Int

UriageKomoku2To Int

UriageKomoku3From Int

UriageKomoku3To Int

TaniKubunFlag Int

LotNoFrom String

LotNoTo String

BumonOutputType Int

BumonGroupCode String

PCA Sales Connector for CData Sync

InputJUCZ

Usage information for the operation InputJUCZ.rsd.

Columns

Name Type ReadOnly Description
HeaderId [KEY] Int True

ZeiRitsu [KEY] Int False

KingakuGokei Int False

SotoZeiGokei Int False

UchiZeiGokei Int False

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
BEVersion Int

Id Int

IdFrom Int

IdTo Int

Juchubi Date

JuchubiFrom Date

JuchubiTo Date

JuchuNo Int

JuchuNoFrom Int

JuchuNoTo Int

TokuisakiCode String

TokuisakiCodeFrom String

TokuisakiCodeTo String

TokuisakiMei String

TokuisakiHojinBango String

SyohinCode String

SyohinCodeFrom String

SyohinCodeTo String

SyohinMei String

SyohinMei2 String

JuchuNo2 String

ProCode String

ProCodeFrom String

ProCodeTo String

ProMei String

SenpoTantosyaMei String

TantosyaCode String

TantosyaCodeFrom String

TantosyaCodeTo String

BumonCode String

BumonCodeFrom String

BumonCodeTo String

TekiyoCode String

TekiyoCodeFrom String

TekiyoCodeTo String

Tekiyo String

KikakuKataban String

Color String

Size String

Biko String

FusenCommentFlag Int

SyoninFlag Int

KosinUser Int

KosinbiFrom Datetime

KosinbiTo Datetime

OrderType Int

Direction Int

Noki Date

NokiFrom Date

NokiTo Date

TokuisakiKubun1 String

TokuisakiKubun1From String

TokuisakiKubun1To String

TokuisakiKubun2 String

TokuisakiKubun2From String

TokuisakiKubun2To String

TokuisakiKubun3 String

TokuisakiKubun3From String

TokuisakiKubun3To String

TokuisakiKubun4 String

TokuisakiKubun4From String

TokuisakiKubun4To String

TokuisakiKubun5 String

TokuisakiKubun5From String

TokuisakiKubun5To String

MitsumoriNo Int

MitsumoriNoFrom Int

MitsumoriNoTo Int

ChokusosakiCode String

ChokusosakiCodeFrom String

ChokusosakiCodeTo String

ChokusosakiMei String

ChokusosakiHojinBango String

SokoCode String

SokoCodeFrom String

SokoCodeTo String

Irisu Int

IrisuFrom Int

IrisuTo Int

Hakosu Int

HakosuFrom Int

HakosuTo Int

Suryo Int

SuryoFrom Int

SuryoTo Int

Tanka Int

TankaFrom Int

TankaTo Int

GenTanka Int

GenTankaFrom Int

GenTankaTo Int

BaiTanka Int

BaiTankaFrom Int

BaiTankaTo Int

Kingaku Int

KingakuFrom Int

KingakuTo Int

Genka Int

GenkaFrom Int

GenkaTo Int

BaikaKingaku Int

BaikaKingakuFrom Int

BaikaKingakuTo Int

SyohinKomoku1 Int

SyohinKomoku1From Int

SyohinKomoku1To Int

SyohinKomoku2 Int

SyohinKomoku2From Int

SyohinKomoku2To Int

SyohinKomoku3 Int

SyohinKomoku3From Int

SyohinKomoku3To Int

UriageKomoku1 Int

UriageKomoku1From Int

UriageKomoku1To Int

UriageKomoku2 Int

UriageKomoku2From Int

UriageKomoku2To Int

UriageKomoku3 Int

UriageKomoku3From Int

UriageKomoku3To Int

SyukazumiFlag Int

TaniKubunFlag Int

LotNo String

LotNoFrom String

LotNoTo String

BumonOutputType Int

BumonGroupCode String

PCA Sales Connector for CData Sync

InputKNS

Usage information for the operation InputKNS.rsd.

Columns

Name Type ReadOnly Description
BEVersion Int False

State Int True

BumonLockType Int True

BEInputNYK String False

InputKNSDList String False

UpdateLastDenpyoNo String False

InputNYK_BEVersion Int True

InputNYK_State Int True

InputNYK_BumonLockType Int True

InputNYK_InputNYKH String False

InputNYK_InputNYKDList String False

InputNYK_InputNYKZList String False

InputNYK_InputNYKT String False

InputNYK_InputNYKC String False

InputNYK_UpdateLastDenpyoNo Int True

InputNYKH_Id [KEY] Int False

InputNYKH_ShireKamoku Int True

InputNYKH_Denku Int False

InputNYKH_Shirebi Date False

InputNYKH_Seisanbi Date False

InputNYKH_DenpyoNo Int False

InputNYKH_ShiresakiCode String False

InputNYKH_AitesakiId Int True

InputNYKH_ShiresakiMei1 String False

InputNYKH_ShiresakiMei2 String False

InputNYKH_Jyusyo1 String False

InputNYKH_Jyusyo2 String False

InputNYKH_YubinBango String False

InputNYKH_TelNo String False

InputNYKH_FAXNo String False

InputNYKH_Keisyo String False

InputNYKH_MailAddress String False

InputNYKH_ShiresakiHojinBango String False

InputNYKH_ZeiKansan Int True

InputNYKH_KingakuHasu Int True

InputNYKH_SyohizeiHasu Int True

InputNYKH_SyohizeiTsuchi Int True

InputNYKH_ShiharaisakiCode String True

InputNYKH_ChumonNo Int False

InputNYKH_SpotAitesakiId Int False

InputNYKH_SenpoTantosyaId Int False

InputNYKH_SenpoTantosyaMei String False

InputNYKH_BumonCode String False

InputNYKH_BumonMei String True

InputNYKH_BumonSoko String True

InputNYKH_TantosyaCode String False

InputNYKH_TantosyaMei String True

InputNYKH_TekiyoCode String False

InputNYKH_Tekiyo String False

InputNYKH_ProCode String False

InputNYKH_ProMei String True

InputNYKH_DenpyoNo2 String False

InputNYKH_NyukaHoho Int True

InputNYKH_TehaiNo Int False

InputNYKH_FusenComment Int False

InputNYKH_TorokuUser Int True

InputNYKH_TorokuProgram String True

InputNYKH_Torokubi Datetime True

InputNYKH_KosinUser Int True

InputNYKH_KosinProgram String True

InputNYKH_Kosinbi Datetime True

InputNYKH_YobiShort1 Int False

InputNYKH_YobiShort2 Int False

InputNYKH_YobiShort3 Int False

InputNYKH_YobiInt1 Int False

InputNYKH_YobiInt2 Int False

InputNYKH_YobiDecimal1 Decimal False

InputNYKH_YobiDecimal2 Decimal False

InputNYKH_YobiDecimal3 Decimal False

InputNYKH_YobiString1 String False

InputNYKH_YobiString2 String False

InputNYKH_YobiString3 String False

InputNYKH_SyoninFlag Int True

InputNYKH_SyoninUser Int True

InputNYKH_Syoninbi Date True

InputNYKD_HeaderId Int True

InputNYKD_Sequence Int False

InputNYKD_Edaban Int True

InputNYKD_SyohinCode String False

InputNYKD_MasterKubun Int True

InputNYKD_TaniKubun Int False

InputNYKD_ZeiKubun Int False

InputNYKD_ZeikomiKubun Int False

InputNYKD_TankaKeta Decimal False

InputNYKD_SuryoKeta Decimal False

InputNYKD_SyohinMei String False

InputNYKD_SyohinMei2 String False

InputNYKD_KikakuKataban String False

InputNYKD_Color String False

InputNYKD_Size String False

InputNYKD_SokoCode String False

InputNYKD_Ku Int True

InputNYKD_Irisu Decimal False

InputNYKD_Hakosu Decimal False

InputNYKD_Suryo Decimal False

InputNYKD_Tani String False

InputNYKD_Tanka Decimal False

InputNYKD_Kingaku Int False

InputNYKD_Biko String False

InputNYKD_HyojunShireTanka Int False

InputNYKD_ZeiRitsu Int False

InputNYKD_SotoZeigaku Int False

InputNYKD_UchiZeigaku Int False

InputNYKD_SyokanKeisan Int True

InputNYKD_SyohinKomoku1 Decimal False

InputNYKD_SyohinKomoku2 Decimal False

InputNYKD_SyohinKomoku3 Decimal False

InputNYKD_ShireKomoku1 Decimal False

InputNYKD_ShireKomoku2 Decimal False

InputNYKD_ShireKomoku3 Decimal False

InputNYKD_NyukaShiji String False

InputNYKD_HachuHeaderId Int False

InputNYKD_HachuSequence Int False

InputNYKD_NyukaKubun Int True

InputNYKD_YobiShort1 Int False

InputNYKD_YobiShort2 Int False

InputNYKD_YobiShort3 Int False

InputNYKD_YobiInt1 Int False

InputNYKD_YobiInt2 Int False

InputNYKD_YobiInt3 Int False

InputNYKD_YobiDecimal1 Decimal False

InputNYKD_YobiDecimal2 Decimal False

InputNYKD_YobiDecimal3 Decimal False

InputNYKD_YobiString1 String False

InputNYKD_YobiString2 String False

InputNYKD_YobiString3 String False

InputNYKD_ShiharaizumiFlag Int True

InputNYKD_IrisuKeta Decimal False

InputNYKD_HakosuKeta Decimal False

InputNYKD_SuryoHasu Int True

InputNYKD_BaraSuryo Decimal True

InputNYKD_LotId Int False

InputNYKD_LotNo String False

InputNYKD_LotYukoKigen Date False

InputNYKZ_HeaderId Int True

InputNYKZ_ZeiRitsu Int False

InputNYKZ_KingakuGokei Int False

InputNYKZ_SotoZeiGokei Int False

InputNYKZ_UchiZeiGokei Int False

InputNYKZ_Hasu Decimal False

InputNYKZ_Hosei Decimal True

InputNYKZ_HoseiHizuke Int True

InputNYKT_HeaderId Int True

InputNYKT_KingakuGokei Int False

InputNYKT_SotoZeiGokei Int False

InputNYKT_UchiZeiGokei Int False

InputNYKT_Hasu Decimal False

InputNYKT_Hosei Decimal True

InputNYKT_HoseiHizuke Date True

InputNYKC_HeaderId Int True

InputNYKC_FusenString String False

InputNYKH_JigyosyaKubun Int False

Business Classification. The filter works for BEVersion=500.

InputNYKH_ShiresakiJigyosyaBango String False

Supplier business registration number (partial match). THe filter works for BEVersion=500.

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
IdFrom Int

IdTo Int

ShirebiFrom Date

ShirebiTo Date

DenpyoNoFrom Int

DenpyoNoTo Int

ShiresakiCodeFrom String

ShiresakiCodeTo String

ShiresakiMei String

SyohinCodeFrom String

SyohinCodeTo String

ProCodeFrom String

ProCodeTo String

TantosyaCodeFrom String

TantosyaCodeTo String

BumonCodeFrom String

BumonCodeTo String

TekiyoCodeFrom String

TekiyoCodeTo String

FusenCommentFlag Int

KosinbiFrom Datetime

KosinbiTo Datetime

OrderType Int

Direction Int

SeisanbiFrom Date

SeisanbiTo Date

ShiresakiKubun1 String

ShiresakiKubun1From String

ShiresakiKubun1To String

ShiresakiKubun2 String

ShiresakiKubun2From String

ShiresakiKubun2To String

ShiresakiKubun3 String

ShiresakiKubun3From String

ShiresakiKubun3To String

ShiresakiKubun4 String

ShiresakiKubun4From String

ShiresakiKubun4To String

ShiresakiKubun5 String

ShiresakiKubun5From String

ShiresakiKubun5To String

ShiharaisakiCodeFrom String

ShiharaisakiCodeTo String

ShiharaisakiMei String

ShiharaisakiHojinBango String

ChumonNoFrom Int

ChumonNoTo Int

SokoCodeFrom String

SokoCodeTo String

IrisuFrom Int

IrisuTo Int

HakosuFrom Int

HakosuTo Int

SuryoFrom Int

SuryoTo Int

TankaFrom Int

TankaTo Int

KingakuFrom Int

KingakuTo Int

SyohinKomoku1From Int

SyohinKomoku1To Int

SyohinKomoku2From Int

SyohinKomoku2To Int

SyohinKomoku3From Int

SyohinKomoku3To Int

ShireKomoku1From Int

ShireKomoku1To Int

ShireKomoku2From Int

ShireKomoku2To Int

ShireKomoku3From Int

ShireKomoku3To Int

ShiharaiYoteibi Date

ShiharaiYoteibiFrom Date

ShiharaiYoteibiTo Date

TehaiNoFrom Int

TehaiNoTo Int

TaniKubunFlag Int

LotNoFrom String

LotNoTo String

BumonOutputType Int

BumonGroupCode String

ShiharaisakiJigyosyaBango String

Payee Business Registration Number (partial match). The filter works for BEVersion=500.

PCA Sales Connector for CData Sync

InputMIT

Usage information for the operation InputMIT.rsd.

Columns

Name Type ReadOnly Description
BEVersion Int False

State Int True

BumonLockType Int True

InputMITH String False

InputMITDList String False

InputMITZList String False

InputMITT String False

InputMITC String False

UpdateLastDenpyoNo String False

InputMITH_Id [KEY] Int False

InputMITH_Mitsumoribi Date False

InputMITH_MitsumoriNo Int False

InputMITH_TokuisakiCode String False

InputMITH_AitesakiId Int True

InputMITH_TokuisakiMei1 String False

InputMITH_TokuisakiMei2 String False

InputMITH_Jyusyo1 String False

InputMITH_Jyusyo2 String False

InputMITH_YubinBango String False

InputMITH_TelNo String False

InputMITH_FAXNo String False

InputMITH_Keisyo String False

InputMITH_MailAddress String False

InputMITH_TokuisakiHojinBango String False

InputMITH_TekiyoBaikaNo Int True

InputMITH_Kakeritsu Decimal True

InputMITH_ZeiKansan Int True

InputMITH_KingakuHasu Int True

InputMITH_SyohizeiHasu Int True

InputMITH_SyohizeiTsuchi Int True

InputMITH_BaiTankaKansan Int True

InputMITH_StoreTorihikisakiCode String True

InputMITH_SeikyusakiCode String True

InputMITH_SpotAitesakiId Int False

InputMITH_SenpoTantosyaId Int False

InputMITH_SenpoTantosyaMei String False

InputMITH_Syokaibi Date False

InputMITH_SyokaiNo String False

InputMITH_SyokaisyaCode String False

InputMITH_Syokaisya String False

InputMITH_NonyuKijitsuCode String False

InputMITH_NonyuKijitsu String False

InputMITH_NonyuBasyoCode String False

InputMITH_NonyuBasyo String False

InputMITH_ShiharaiHohoCode String False

InputMITH_ShiharaiHoho String False

InputMITH_YukoKigenCode String False

InputMITH_YukoKigen String False

InputMITH_YokenCode String False

InputMITH_Yoken String False

InputMITH_Seiyaku Int False

InputMITH_Seiyakubi Date False

InputMITH_BumonCode String False

InputMITH_BumonMei String True

InputMITH_BumonSoko String True

InputMITH_TantosyaCode String False

InputMITH_TantosyaMei String True

InputMITH_ProCode String False

InputMITH_ProMei String True

InputMITH_MitsumoriNo2 String False

InputMITH_FusenComment Int False

InputMITH_TorokuUser Int True

InputMITH_TorokuProgram String True

InputMITH_Torokubi Datetime True

InputMITH_KosinUser Int True

InputMITH_KosinProgram String True

InputMITH_Kosinbi Datetime True

InputMITH_YobiShort1 Int False

InputMITH_YobiShort2 Int False

InputMITH_YobiShort3 Int False

InputMITH_YobiInt1 Int False

InputMITH_YobiInt2 Int False

InputMITH_YobiDecimal1 Decimal False

InputMITH_YobiDecimal2 Decimal False

InputMITH_YobiDecimal3 Decimal False

InputMITH_YobiString1 String False

InputMITH_YobiString2 String False

InputMITH_YobiString3 String False

InputMITH_SyoninFlag Int True

InputMITH_SyoninUser Int True

InputMITH_Syoninbi Date True

InputMITT_HeaderId Int True

InputMITT_KingakuGokei Int False

InputMITT_SotoZeiGokei Int False

InputMITT_UchiZeiGokei Int False

InputMITC_HeaderId Int True

InputMITC_FusenString String False

InputMITC_Comment String False

InputFusen_BEVersion Int False

InputFusen_Id Int False

InputFusen_FusenComment Int False

InputFusen_FusenString String False

InputFusen_Kosinbi Datetime True

InputFusen_Comment String False

InputMITH_TokuisakiJigyosyaBango String False

Customer Business Registration No. The filter will work on BEVersion=500.

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
IdFrom Int

IdTo Int

MitsumoribiFrom Date

MitsumoribiTo Date

MitsumoriNoFrom Int

MitsumoriNoTo Int

TokuisakiCodeFrom String

TokuisakiCodeTo String

TokuisakiMei String

SyohinCode String

SyohinCodeFrom String

SyohinCodeTo String

SyohinMei String

SyohinMei2 String

ProCodeFrom String

ProCodeTo String

TantosyaCodeFrom String

TantosyaCodeTo String

BumonCodeFrom String

BumonCodeTo String

YokenCodeFrom String

YokenCodeTo String

SyokaisyaCodeFrom String

SyokaisyaCodeTo String

NonyuKijitsuCodeFrom String

NonyuKijitsuCodeTo String

NonyuBasyoCodeFrom String

NonyuBasyoCodeTo String

ShiharaiHohoCodeFrom String

ShiharaiHohoCodeTo String

YukoKigenCodeFrom String

YukoKigenCodeTo String

KikakuKataban String

Color String

Size String

Biko String

FusenCommentFlag Int

KosinbiFrom Datetime

KosinbiTo Datetime

OrderType Int

Direction Int

TokuisakiKubun1 String

TokuisakiKubun1From String

TokuisakiKubun1To String

TokuisakiKubun2 String

TokuisakiKubun2From String

TokuisakiKubun2To String

TokuisakiKubun3 String

TokuisakiKubun3From String

TokuisakiKubun3To String

TokuisakiKubun4 String

TokuisakiKubun4From String

TokuisakiKubun4To String

TokuisakiKubun5 String

TokuisakiKubun5From String

TokuisakiKubun5To String

SeiyakubiFrom Date

SeiyakubiTo Date

SokoCode String

SokoCodeFrom String

SokoCodeTo String

Irisu Int

IrisuFrom Int

IrisuTo Int

Hakosu Int

HakosuFrom Int

HakosuTo Int

Suryo Int

SuryoFrom Int

SuryoTo Int

Tanka Int

TankaFrom Int

TankaTo Int

GenTanka Int

GenTankaFrom Int

GenTankaTo Int

BaiTanka Int

BaiTankaFrom Int

BaiTankaTo Int

Kingaku Int

KingakuFrom Int

KingakuTo Int

Genka Int

GenkaFrom Int

GenkaTo Int

BaikaKingaku Int

BaikaKingakuFrom Int

BaikaKingakuTo Int

SyohinKomoku1 Int

SyohinKomoku1From Int

SyohinKomoku1To Int

SyohinKomoku2 Int

SyohinKomoku2From Int

SyohinKomoku2To Int

SyohinKomoku3 Int

SyohinKomoku3From Int

SyohinKomoku3To Int

UriageKomoku1 Int

UriageKomoku1From Int

UriageKomoku1To Int

UriageKomoku2 Int

UriageKomoku2From Int

UriageKomoku2To Int

UriageKomoku3 Int

UriageKomoku3From Int

UriageKomoku3To Int

ZeiRitsu Int

TaniKubunFlag Int

BumonOutputType Int

BumonGroupCode String

PCA Sales Connector for CData Sync

InputMITD

Usage information for the operation InputMITD.rsd.

Columns

Name Type ReadOnly Description
HeaderId [KEY] Int True

Sequence [KEY] Int False

Edaban Int True

SyohinCode String False

MasterKubun Int False

TaniKubun Int False

ZeiKubun Int False

ZeikomiKubun Int False

TankaKeta Decimal False

SuryoKeta Decimal False

SyohinMei String False

SyohinMei2 String False

KikakuKataban String False

Color String False

Size String False

SokoCode String False

Irisu Decimal False

Hakosu Decimal False

Suryo Decimal False

Tani String False

Tanka Decimal False

GenTanka Int False

BaiTanka Decimal False

Kingaku Int False

Genka Int False

BaikaKingaku Int False

Ararieki Int False

RiekiRitsu Decimal True

Biko String False

SyokeiMark Int False

HyojunKakaku Int False

HyojunKakaku2 Int False

ZeiRitsu Int False

SotoZeigaku Int False

UchiZeigaku Int False

SyokonKeisan Int False

SyohinKomoku1 Decimal False

SyohinKomoku2 Decimal False

SyohinKomoku3 Decimal False

UriageKomoku1 Decimal False

UriageKomoku2 Decimal False

UriageKomoku3 Decimal False

YobiShort1 Int False

YobiShort2 Int False

YobiShort3 Int False

YobiInt1 Int False

YobiInt2 Int False

YobiInt3 Int False

YobiDecimal1 Decimal False

YobiDecimal2 Decimal False

YobiDecimal3 Decimal False

YobiString1 String False

YobiString2 String False

YobiString3 String False

IrisuKeta Decimal False

HakosuKeta Decimal False

SuryoHasu Int True

BaraSuryo Decimal True

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
BEVersion Int

Id Int

IdFrom Int

IdTo Int

Mitsumoribi Date

MitsumoribiFrom Date

MitsumoribiTo Date

MitsumoriNo Int

MitsumoriNoFrom Int

MitsumoriNoTo Int

TokuisakiCode String

TokuisakiCodeFrom String

TokuisakiCodeTo String

TokuisakiMei String

TokuisakiHojinBango String

SyohinCodeFrom String

SyohinCodeTo String

MitsumoriNo2 String

ProCode String

ProCodeFrom String

ProCodeTo String

ProMei String

SenpoTantosyaMei String

TantosyaCode String

TantosyaCodeFrom String

TantosyaCodeTo String

BumonCode String

BumonCodeFrom String

BumonCodeTo String

YokenCode String

YokenCodeFrom String

YokenCodeTo String

Yoken String

SyokaisyaCode String

SyokaisyaCodeFrom String

SyokaisyaCodeTo String

Syokaisya String

NonyuKijitsuCode String

NonyuKijitsuCodeFrom String

NonyuKijitsuCodeTo String

NonyuKijitsu String

NonyuBasyoCode String

NonyuBasyoCodeFrom String

NonyuBasyoCodeTo String

NonyuBasyo String

ShiharaiHohoCode String

ShiharaiHohoCodeFrom String

ShiharaiHohoCodeTo String

ShiharaiHoho String

YukoKigenCode String

YukoKigenCodeFrom String

YukoKigenCodeTo String

YukoKigen String

FusenCommentFlag Int

SyoninFlag Int

KosinUser Int

KosinbiFrom Datetime

KosinbiTo Datetime

OrderType Int

Direction Int

TokuisakiKubun1 String

TokuisakiKubun1From String

TokuisakiKubun1To String

TokuisakiKubun2 String

TokuisakiKubun2From String

TokuisakiKubun2To String

TokuisakiKubun3 String

TokuisakiKubun3From String

TokuisakiKubun3To String

TokuisakiKubun4 String

TokuisakiKubun4From String

TokuisakiKubun4To String

TokuisakiKubun5 String

TokuisakiKubun5From String

TokuisakiKubun5To String

Seiyaku Int

Seiyakubi Date

SeiyakubiFrom Date

SeiyakubiTo Date

SokoCodeFrom String

SokoCodeTo String

IrisuFrom Int

IrisuTo Int

HakosuFrom Int

HakosuTo Int

SuryoFrom Int

SuryoTo Int

TankaFrom Int

TankaTo Int

GenTankaFrom Int

GenTankaTo Int

BaiTankaFrom Int

BaiTankaTo Int

KingakuFrom Int

KingakuTo Int

GenkaFrom Int

GenkaTo Int

BaikaKingakuFrom Int

BaikaKingakuTo Int

SyohinKomoku1From Int

SyohinKomoku1To Int

SyohinKomoku2From Int

SyohinKomoku2To Int

SyohinKomoku3From Int

SyohinKomoku3To Int

UriageKomoku1From Int

UriageKomoku1To Int

UriageKomoku2From Int

UriageKomoku2To Int

UriageKomoku3From Int

UriageKomoku3To Int

TaniKubunFlag Int

BumonOutputType Int

BumonGroupCode String

PCA Sales Connector for CData Sync

InputMITZ

Usage information for the operation InputMITZ.rsd.

Columns

Name Type ReadOnly Description
HeaderId [KEY] Int True

ZeiRitsu [KEY] Int False

KingakuGokei Int False

SotoZeiGokei Int False

UchiZeiGokei Int False

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
BEVersion Int

Id Int

IdFrom Int

IdTo Int

Mitsumoribi Date

MitsumoribiFrom Date

MitsumoribiTo Date

MitsumoriNo Int

MitsumoriNoFrom Int

MitsumoriNoTo Int

TokuisakiCode String

TokuisakiCodeFrom String

TokuisakiCodeTo String

TokuisakiMei String

TokuisakiHojinBango String

SyohinCode String

SyohinCodeFrom String

SyohinCodeTo String

SyohinMei String

SyohinMei2 String

MitsumoriNo2 String

ProCode String

ProCodeFrom String

ProCodeTo String

ProMei String

SenpoTantosyaMei String

TantosyaCode String

TantosyaCodeFrom String

TantosyaCodeTo String

BumonCode String

BumonCodeFrom String

BumonCodeTo String

YokenCode String

YokenCodeFrom String

YokenCodeTo String

Yoken String

SyokaisyaCode String

SyokaisyaCodeFrom String

SyokaisyaCodeTo String

Syokaisya String

NonyuKijitsuCode String

NonyuKijitsuCodeFrom String

NonyuKijitsuCodeTo String

NonyuKijitsu String

NonyuBasyoCode String

NonyuBasyoCodeFrom String

NonyuBasyoCodeTo String

NonyuBasyo String

ShiharaiHohoCode String

ShiharaiHohoCodeFrom String

ShiharaiHohoCodeTo String

ShiharaiHoho String

YukoKigenCode String

YukoKigenCodeFrom String

YukoKigenCodeTo String

YukoKigen String

KikakuKataban String

Color String

Size String

Biko String

FusenCommentFlag Int

SyoninFlag Int

KosinUser Int

KosinbiFrom Datetime

KosinbiTo Datetime

OrderType Int

Direction Int

TokuisakiKubun1 String

TokuisakiKubun1From String

TokuisakiKubun1To String

TokuisakiKubun2 String

TokuisakiKubun2From String

TokuisakiKubun2To String

TokuisakiKubun3 String

TokuisakiKubun3From String

TokuisakiKubun3To String

TokuisakiKubun4 String

TokuisakiKubun4From String

TokuisakiKubun4To String

TokuisakiKubun5 String

TokuisakiKubun5From String

TokuisakiKubun5To String

Seiyaku Int

Seiyakubi Date

SeiyakubiFrom Date

SeiyakubiTo Date

SokoCode String

SokoCodeFrom String

SokoCodeTo String

Irisu Int

IrisuFrom Int

IrisuTo Int

Hakosu Int

HakosuFrom Int

HakosuTo Int

Suryo Int

SuryoFrom Int

SuryoTo Int

Tanka Int

TankaFrom Int

TankaTo Int

GenTanka Int

GenTankaFrom Int

GenTankaTo Int

BaiTanka Int

BaiTankaFrom Int

BaiTankaTo Int

Kingaku Int

KingakuFrom Int

KingakuTo Int

Genka Int

GenkaFrom Int

GenkaTo Int

BaikaKingaku Int

BaikaKingakuFrom Int

BaikaKingakuTo Int

SyohinKomoku1 Int

SyohinKomoku1From Int

SyohinKomoku1To Int

SyohinKomoku2 Int

SyohinKomoku2From Int

SyohinKomoku2To Int

SyohinKomoku3 Int

SyohinKomoku3From Int

SyohinKomoku3To Int

UriageKomoku1 Int

UriageKomoku1From Int

UriageKomoku1To Int

UriageKomoku2 Int

UriageKomoku2From Int

UriageKomoku2To Int

UriageKomoku3 Int

UriageKomoku3From Int

UriageKomoku3To Int

TaniKubunFlag Int

BumonOutputType Int

BumonGroupCode String

PCA Sales Connector for CData Sync

InputNKN

Usage information for the operation InputNKN.rsd.

Columns

Name Type ReadOnly Description
BEVersion Int False

State Int True

BumonLockType Int True

Id [KEY] Int False

Kamoku Int False

Nyukinbi Date False

DenpyoNo Int False

TokuisakiCode String False

AitesakiId Int True

TokuisakiMei1 String True

TokuisakiMei2 String True

Jyusyo1 String True

Jyusyo2 String True

YubinBango String True

TelNo String True

FAXNo String True

Keisyo String True

MailAddress String True

KaisyuSyubetsu1 Int True

TekiyoCode String False

Tekiyo String False

ProCode String False

ProMei String True

KozaId Int False

KozaCode String True

KozaMei String True

SyogoKozaNo String False

Seikyubi Date False

Genkin Int False

Kogite Int False

Furikomi Int False

Tegata Int False

Sosai Int False

Nebiki Int False

Sonota Int False

Densai Int False

TegataKijitsu Date False

TegataNo String False

ShiharaiKijitsu Date False

KirokuNo String False

FusenComment Int False

FusenString String False

TorokuUser Int True

TorokuProgram String True

Torokubi Datetime True

KosinUser Int True

KosinProgram String True

Kosinbi Datetime True

YobiShort1 Int False

YobiShort2 Int False

YobiShort3 Int False

YobiInt1 Int False

YobiInt2 Int False

YobiDecimal1 Decimal False

YobiDecimal2 Decimal False

YobiDecimal3 Decimal False

YobiString1 String False

YobiString2 String False

YobiString3 String False

SyoninFlag Int True

SyoninUser Int True

Syoninbi Date True

UpdateLastDenpyoNo String False

FurikaeGenkin Int True

FurikaeKogite Int True

FurikaeFurikomi Int True

FurikaeTegata Int True

FurikaeSosai Int True

FurikaeNebiki Int True

FurikaeSonota Int True

FurikaeDensai Int True

HenkinGenkin Int True

HenkinKogite Int True

HenkinFurikomi Int True

HenkinTegata Int True

HenkinSosai Int True

HenkinNebiki Int True

HenkinSonota Int True

HenkinDensai Int True

FurikaeZandakaGenkin Int True

FurikaeZandakaKogite Int True

FurikaeZandakaFurikomi Int True

FurikaeZandakaTegata Int True

FurikaeZandakaSosai Int True

FurikaeZandakaNebiki Int True

FurikaeZandakaSonota Int True

FurikaeZandakaDensai Int True

RefId Int False

RefKamoku Int False

InputFusen_BEVersion Int False

InputFusen_Id Int False

InputFusen_FusenComment Int False

InputFusen_FusenString String False

InputFusen_Kosinbi Datetime True

InputFusen_Comment String True

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
IdFrom Int

IdTo Int

NyukinbiFrom Date

NyukinbiTo Date

DenpyoNoFrom Int

DenpyoNoTo Int

TokuisakiCodeFrom String

TokuisakiCodeTo String

TokuisakiMei String

TokuisakiHojinBango String

ProCodeFrom String

ProCodeTo String

TekiyoCodeFrom String

TekiyoCodeTo String

FusenCommentFlag Int

KosinbiFrom Datetime

KosinbiTo Datetime

OrderType Int

Direction Int

SyogoKozaNoFrom String

SyogoKozaNoTo String

TokuisakiKubun1 String

TokuisakiKubun1From String

TokuisakiKubun1To String

TokuisakiKubun2 String

TokuisakiKubun2From String

TokuisakiKubun2To String

TokuisakiKubun3 String

TokuisakiKubun3From String

TokuisakiKubun3To String

TokuisakiKubun4 String

TokuisakiKubun4From String

TokuisakiKubun4To String

TokuisakiKubun5 String

TokuisakiKubun5From String

TokuisakiKubun5To String

KozaCodeFrom String

KozaCodeTo String

SeikyubiFrom Date

SeikyubiTo Date

Syubetsu Int

KingakuGokei Int

KingakuGokeiFrom Int

KingakuGokeiTo Int

TegataKijitsuFrom Date

TegataKijitsuTo Date

ShiharaiKijitsuFrom Date

ShiharaiKijitsuTo Date

BumonOutputType Int

BumonGroupCode String

TokuisakiJigyosyaBango String

Customer Business Registration Number (partial match). The filter will work with BEVersion=400.

PCA Sales Connector for CData Sync

InputNYK

Usage information for the operation InputNYK.rsd.

Columns

Name Type ReadOnly Description
BEVersion Int False

State Int True

BumonLockType Int True

InputNYKH String False

InputNYKDList String False

InputNYKZList String False

InputNYKT String False

InputNYKC String False

UpdateLastDenpyoNo String False

InputNYKH_Id [KEY] Int False

InputNYKH_ShireKamoku Int False

InputNYKH_Denku Int False

InputNYKH_Shirebi Date False

InputNYKH_Seisanbi Date False

InputNYKH_DenpyoNo Int False

InputNYKH_ShiresakiCode String False

InputNYKH_AitesakiId Int True

InputNYKH_ShiresakiMei1 String False

InputNYKH_ShiresakiMei2 String False

InputNYKH_Jyusyo1 String False

InputNYKH_Jyusyo2 String False

InputNYKH_YubinBango String False

InputNYKH_TelNo String False

InputNYKH_FAXNo String False

InputNYKH_Keisyo String False

InputNYKH_MailAddress String False

InputNYKH_ShiresakiHojinBango String False

InputNYKH_ZeiKansan Int True

InputNYKH_KingakuHasu Int True

InputNYKH_SyohizeiHasu Int True

InputNYKH_SyohizeiTsuchi Int True

InputNYKH_ShiharaisakiCode String True

InputNYKH_ChumonNo Int False

InputNYKH_SpotAitesakiId Int False

InputNYKH_SenpoTantosyaId Int False

InputNYKH_SenpoTantosyaMei String False

InputNYKH_BumonCode String False

InputNYKH_BumonMei String True

InputNYKH_BumonSoko String True

InputNYKH_TantosyaCode String False

InputNYKH_TantosyaMei String True

InputNYKH_TekiyoCode String False

InputNYKH_Tekiyo String False

InputNYKH_ProCode String False

InputNYKH_ProMei String True

InputNYKH_DenpyoNo2 String False

InputNYKH_NyukaHoho Int True

InputNYKH_TehaiNo Int True

InputNYKH_FusenComment Int False

InputNYKH_TorokuUser Int True

InputNYKH_TorokuProgram String True

InputNYKH_Torokubi Datetime True

InputNYKH_KosinUser Int True

InputNYKH_KosinProgram String True

InputNYKH_Kosinbi Datetime True

InputNYKH_YobiShort1 Int False

InputNYKH_YobiShort2 Int False

InputNYKH_YobiShort3 Int False

InputNYKH_YobiInt1 Int False

InputNYKH_YobiInt2 Int False

InputNYKH_YobiDecimal1 Decimal False

InputNYKH_YobiDecimal2 Decimal False

InputNYKH_YobiDecimal3 Decimal False

InputNYKH_YobiString1 String False

InputNYKH_YobiString2 String False

InputNYKH_YobiString3 String False

InputNYKH_SyoninFlag Int True

InputNYKH_SyoninUser Int True

InputNYKH_Syoninbi Date True

InputNYKT_HeaderId Int True

InputNYKT_KingakuGokei Int False

InputNYKT_SotoZeiGokei Int False

InputNYKT_UchiZeiGokei Int False

InputNYKT_Hasu Decimal False

InputNYKT_Hosei Decimal True

InputNYKT_HoseiHizuke Date True

InputNYKC_HeaderId Int True

InputNYKC_FusenString String False

InputFusen_BEVersion Int False

InputFusen_Id Int False

InputFusen_FusenComment Int False

InputFusen_FusenString String False

InputFusen_Kosinbi Datetime True

InputFusen_Comment String True

InputNYKH_JigyosyaKubun Int False

Business Classification. The filter works for BEVersion=500.

InputNYKH_ShiresakiJigyosyaBango String False

Supplier business registration number (partial match). THe filter works for BEVersion=500.

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
IdFrom Int

IdTo Int

ShirebiFrom Date

ShirebiTo Date

DenpyoNoFrom Int

DenpyoNoTo Int

ShiresakiCodeFrom String

ShiresakiCodeTo String

ShiresakiMei String

SyohinCode String

SyohinCodeFrom String

SyohinCodeTo String

SyohinMei String

SyohinMei2 String

ProCodeFrom String

ProCodeTo String

TantosyaCodeFrom String

TantosyaCodeTo String

BumonCodeFrom String

BumonCodeTo String

TekiyoCodeFrom String

TekiyoCodeTo String

KikakuKataban String

Color String

Size String

Biko String

FusenCommentFlag Int

KosinbiFrom Datetime

KosinbiTo Datetime

OrderType Int

Direction Int

SeisanbiFrom Date

SeisanbiTo Date

ShiresakiKubun1 String

ShiresakiKubun1From String

ShiresakiKubun1To String

ShiresakiKubun2 String

ShiresakiKubun2From String

ShiresakiKubun2To String

ShiresakiKubun3 String

ShiresakiKubun3From String

ShiresakiKubun3To String

ShiresakiKubun4 String

ShiresakiKubun4From String

ShiresakiKubun4To String

ShiresakiKubun5 String

ShiresakiKubun5From String

ShiresakiKubun5To String

ShiharaisakiCodeFrom String

ShiharaisakiCodeTo String

ShiharaisakiMei String

ShiharaisakiHojinBango String

ChumonNoFrom Int

ChumonNoTo Int

SokoCode String

SokoCodeFrom String

SokoCodeTo String

Ku Int

Irisu Int

IrisuFrom Int

IrisuTo Int

Hakosu Int

HakosuFrom Int

HakosuTo Int

Suryo Int

SuryoFrom Int

SuryoTo Int

Tanka Int

TankaFrom Int

TankaTo Int

Kingaku Int

KingakuFrom Int

KingakuTo Int

SyohinKomoku1 Int

SyohinKomoku1From Int

SyohinKomoku1To Int

SyohinKomoku2 Int

SyohinKomoku2From Int

SyohinKomoku2To Int

SyohinKomoku3 Int

SyohinKomoku3From Int

SyohinKomoku3To Int

ShireKomoku1 Int

ShireKomoku1From Int

ShireKomoku1To Int

ShireKomoku2 Int

ShireKomoku2From Int

ShireKomoku2To Int

ShireKomoku3 Int

ShireKomoku3From Int

ShireKomoku3To Int

ShiharaizumiFlag Int

ShiharaiYoteibi Date

ShiharaiYoteibiFrom Date

ShiharaiYoteibiTo Date

ZeiRitsu Int

TaniKubunFlag Int

LotNo String

LotNoFrom String

LotNoTo String

BumonOutputType Int

BumonGroupCode String

ShiharaisakiJigyosyaBango String

Payee Business Registration Number (partial match). The filter works for BEVersion=500.

PCA Sales Connector for CData Sync

InputNYKD

Usage information for the operation InputNYKD.rsd.

Columns

Name Type ReadOnly Description
HeaderId [KEY] Int True

Sequence [KEY] Int False

Edaban Int True

SyohinCode String False

MasterKubun Int False

TaniKubun Int False

ZeiKubun Int False

ZeikomiKubun Int False

TankaKeta Decimal False

SuryoKeta Decimal False

SyohinMei String False

SyohinMei2 String False

KikakuKataban String False

Color String False

Size String False

SokoCode String False

Ku Int False

Irisu Decimal False

Hakosu Decimal False

Suryo Decimal False

Tani String False

Tanka Decimal False

Kingaku Int False

Biko String False

HyojunShireTanka Int False

ZeiRitsu Int False

SotoZeigaku Int False

UchiZeigaku Int False

SyokanKeisan Int False

SyohinKomoku1 Decimal False

SyohinKomoku2 Decimal False

SyohinKomoku3 Decimal False

ShireKomoku1 Decimal False

ShireKomoku2 Decimal False

ShireKomoku3 Decimal False

NyukaShiji String False

HachuHeaderId Int False

HachuSequence Int False

NyukaKubun Int True

YobiShort1 Int False

YobiShort2 Int False

YobiShort3 Int False

YobiInt1 Int False

YobiInt2 Int False

YobiInt3 Int False

YobiDecimal1 Decimal False

YobiDecimal2 Decimal False

YobiDecimal3 Decimal False

YobiString1 String False

YobiString2 String False

YobiString3 String False

ShiharaizumiFlag Int True

IrisuKeta Decimal False

HakosuKeta Decimal False

SuryoHasu Int True

BaraSuryo Decimal True

LotId Int False

LotNo String False

LotYukoKigen Date False

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
BEVersion Int

Id Int

IdFrom Int

IdTo Int

ShireKamoku Int

Denku Int

Shirebi Date

ShirebiFrom Date

ShirebiTo Date

DenpyoNo Int

DenpyoNoFrom Int

DenpyoNoTo Int

ShiresakiCode String

ShiresakiCodeFrom String

ShiresakiCodeTo String

ShiresakiMei String

ShiresakiHojinBango String

SyohinCodeFrom String

SyohinCodeTo String

DenpyoNo2 String

ProCode String

ProCodeFrom String

ProCodeTo String

ProMei String

SenpoTantosyaMei String

TantosyaCode String

TantosyaCodeFrom String

TantosyaCodeTo String

BumonCode String

BumonCodeFrom String

BumonCodeTo String

TekiyoCode String

TekiyoCodeFrom String

TekiyoCodeTo String

Tekiyo String

FusenCommentFlag Int

SyoninFlag Int

KosinUser Int

KosinbiFrom Datetime

KosinbiTo Datetime

OrderType Int

Direction Int

Seisanbi Date

SeisanbiFrom Date

SeisanbiTo Date

ShiresakiKubun1 String

ShiresakiKubun1From String

ShiresakiKubun1To String

ShiresakiKubun2 String

ShiresakiKubun2From String

ShiresakiKubun2To String

ShiresakiKubun3 String

ShiresakiKubun3From String

ShiresakiKubun3To String

ShiresakiKubun4 String

ShiresakiKubun4From String

ShiresakiKubun4To String

ShiresakiKubun5 String

ShiresakiKubun5From String

ShiresakiKubun5To String

ShiharaisakiCode String

ShiharaisakiCodeFrom String

ShiharaisakiCodeTo String

ShiharaisakiMei String

ShiharaisakiHojinBango String

ChumonNo Int

ChumonNoFrom Int

ChumonNoTo Int

SokoCodeFrom String

SokoCodeTo String

IrisuFrom Int

IrisuTo Int

HakosuFrom Int

HakosuTo Int

SuryoFrom Int

SuryoTo Int

TankaFrom Int

TankaTo Int

KingakuFrom Int

KingakuTo Int

SyohinKomoku1From Int

SyohinKomoku1To Int

SyohinKomoku2From Int

SyohinKomoku2To Int

SyohinKomoku3From Int

SyohinKomoku3To Int

ShireKomoku1From Int

ShireKomoku1To Int

ShireKomoku2From Int

ShireKomoku2To Int

ShireKomoku3From Int

ShireKomoku3To Int

ShiharaiYoteibi Date

ShiharaiYoteibiFrom Date

ShiharaiYoteibiTo Date

TaniKubunFlag Int

LotNoFrom String

LotNoTo String

BumonOutputType Int

BumonGroupCode String

PCA Sales Connector for CData Sync

InputNYKZ

Usage information for the operation InputNYKZ.rsd.

Columns

Name Type ReadOnly Description
HeaderId [KEY] Int True

ZeiRitsu [KEY] Int False

KingakuGokei Int False

SotoZeiGokei Int False

UchiZeiGokei Int False

Hasu Decimal False

Hosei Decimal True

HoseiHizuke Int True

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
BEVersion Int

Id Int

IdFrom Int

IdTo Int

ShireKamoku Int

Denku Int

Shirebi Date

ShirebiFrom Date

ShirebiTo Date

DenpyoNo Int

DenpyoNoFrom Int

DenpyoNoTo Int

ShiresakiCode String

ShiresakiCodeFrom String

ShiresakiCodeTo String

ShiresakiMei String

ShiresakiHojinBango String

SyohinCode String

SyohinCodeFrom String

SyohinCodeTo String

SyohinMei String

SyohinMei2 String

DenpyoNo2 String

ProCode String

ProCodeFrom String

ProCodeTo String

ProMei String

SenpoTantosyaMei String

TantosyaCode String

TantosyaCodeFrom String

TantosyaCodeTo String

BumonCode String

BumonCodeFrom String

BumonCodeTo String

TekiyoCode String

TekiyoCodeFrom String

TekiyoCodeTo String

Tekiyo String

KikakuKataban String

Color String

Size String

Biko String

FusenCommentFlag Int

SyoninFlag Int

KosinUser Int

KosinbiFrom Datetime

KosinbiTo Datetime

OrderType Int

Direction Int

Seisanbi Date

SeisanbiFrom Date

SeisanbiTo Date

ShiresakiKubun1 String

ShiresakiKubun1From String

ShiresakiKubun1To String

ShiresakiKubun2 String

ShiresakiKubun2From String

ShiresakiKubun2To String

ShiresakiKubun3 String

ShiresakiKubun3From String

ShiresakiKubun3To String

ShiresakiKubun4 String

ShiresakiKubun4From String

ShiresakiKubun4To String

ShiresakiKubun5 String

ShiresakiKubun5From String

ShiresakiKubun5To String

ShiharaisakiCode String

ShiharaisakiCodeFrom String

ShiharaisakiCodeTo String

ShiharaisakiMei String

ShiharaisakiHojinBango String

ChumonNo Int

ChumonNoFrom Int

ChumonNoTo Int

SokoCode String

SokoCodeFrom String

SokoCodeTo String

Ku Int

Irisu Int

IrisuFrom Int

IrisuTo Int

Hakosu Int

HakosuFrom Int

HakosuTo Int

Suryo Int

SuryoFrom Int

SuryoTo Int

Tanka Int

TankaFrom Int

TankaTo Int

Kingaku Int

KingakuFrom Int

KingakuTo Int

SyohinKomoku1 Int

SyohinKomoku1From Int

SyohinKomoku1To Int

SyohinKomoku2 Int

SyohinKomoku2From Int

SyohinKomoku2To Int

SyohinKomoku3 Int

SyohinKomoku3From Int

SyohinKomoku3To Int

ShireKomoku1 Int

ShireKomoku1From Int

ShireKomoku1To Int

ShireKomoku2 Int

ShireKomoku2From Int

ShireKomoku2To Int

ShireKomoku3 Int

ShireKomoku3From Int

ShireKomoku3To Int

ShiharaizumiFlag Int

ShiharaiYoteibi Date

ShiharaiYoteibiFrom Date

ShiharaiYoteibiTo Date

TaniKubunFlag Int

LotNo String

LotNoFrom String

LotNoTo String

BumonOutputType Int

BumonGroupCode String

PCA Sales Connector for CData Sync

InputSKN

Usage information for the operation InputSKN.rsd.

Columns

Name Type ReadOnly Description
BEVersion Int False

State Int True

BumonLockType Int True

Id [KEY] Int False

ShireKamoku Int False

Shiharaibi Date False

DenpyoNo Int False

ShiharaisakiCode String False

AitesakiId Int True

ShiharaisakiMei1 String True

ShiharaisakiMei2 String True

Jyusyo1 String True

Jyusyo2 String True

YubinBango String True

TelNo String True

FAXNo String True

Keisyo String True

MailAddress String True

ShiharaiSyubetsu1 Int True

TekiyoCode String False

Tekiyo String False

ProCode String False

ProMei String True

KozaId Int False

KozaCode String True

KozaMei String True

Seisanbi Date False

Genkin Int False

Kogite Int False

Furikomi Int False

Tegata Int False

Sosai Int False

Nebiki Int False

Sonota Int False

Densai Int False

TegataKijitsu Date False

TegataNo String False

ShiharaiKijitsu Date False

KirokuNo String False

FurikomisakiNo Int False

FusenComment Int False

FusenString String False

TorokuUser Int True

TorokuProgram String True

Torokubi Datetime True

KosinUser Int True

KosinProgram String True

Kosinbi Datetime True

YobiShort1 Int False

YobiShort2 Int False

YobiShort3 Int False

YobiInt1 Int False

YobiInt2 Int False

YobiDecimal1 Decimal False

YobiDecimal2 Decimal False

YobiDecimal3 Decimal False

YobiString1 String False

YobiString2 String False

YobiString3 String False

SyoninFlag Int True

SyoninUser Int True

Syoninbi Date True

UpdateLastDenpyoNo String False

FurikaeGenkin Int True

FurikaeKogite Int True

FurikaeFurikomi Int True

FurikaeTegata Int True

FurikaeSosai Int True

FurikaeNebiki Int True

FurikaeSonota Int True

FurikaeDensai Int True

HenkinGenkin Int True

HenkinKogite Int True

HenkinFurikomi Int True

HenkinTegata Int True

HenkinSosai Int True

HenkinNebiki Int True

HenkinSonota Int True

HenkinDensai Int True

FurikaeZandakaGenkin Int True

FurikaeZandakaKogite Int True

FurikaeZandakaFurikomi Int True

FurikaeZandakaTegata Int True

FurikaeZandakaSosai Int True

FurikaeZandakaNebiki Int True

FurikaeZandakaSonota Int True

FurikaeZandakaDensai Int True

RefId Int False

RefKamoku Int False

InputFusen_BEVersion Int False

InputFusen_Id Int False

InputFusen_FusenComment Int False

InputFusen_FusenString String False

InputFusen_Kosinbi Datetime True

InputFusen_Comment String True

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
IdFrom Int

IdTo Int

ShiharaibiFrom Date

ShiharaibiTo Date

DenpyoNoFrom Int

DenpyoNoTo Int

ShiharaisakiCodeFrom String

ShiharaisakiCodeTo String

ShiharaisakiMei String

ShiharaisakiHojinBango String

ProCodeFrom String

ProCodeTo String

TekiyoCodeFrom String

TekiyoCodeTo String

FusenCommentFlag Int

KosinbiFrom Datetime

KosinbiTo Datetime

OrderType Int

Direction Int

ShiresakiKubun1 String

ShiresakiKubun1From String

ShiresakiKubun1To String

ShiresakiKubun2 String

ShiresakiKubun2From String

ShiresakiKubun2To String

ShiresakiKubun3 String

ShiresakiKubun3From String

ShiresakiKubun3To String

ShiresakiKubun4 String

ShiresakiKubun4From String

ShiresakiKubun4To String

ShiresakiKubun5 String

ShiresakiKubun5From String

ShiresakiKubun5To String

KozaCodeFrom String

KozaCodeTo String

SeisanbiFrom Date

SeisanbiTo Date

Syubetsu Int

KingakuGokei Int

KingakuGokeiFrom Int

KingakuGokeiTo Int

TegataKijitsuFrom Date

TegataKijitsuTo Date

ShiharaiKijitsuFrom Date

ShiharaiKijitsuTo Date

BumonOutputType Int

BumonGroupCode String

ShiharaisakiJigyosyaBango String

Payee Business Registration Number (partial match). The filter will work with BEVersion=400.

PCA Sales Connector for CData Sync

InputSYK

Usage information for the operation InputSYK.rsd.

Columns

Name Type ReadOnly Description
BEVersion Int False

State Int True

BumonLockType Int True

InputSYKH String False

InputSYKDList String False

InputSYKZList String False

InputSYKT String False

InputSYKK String False

InputSYKC String False

UpdateLastDenpyoNo String False

InputSYKH_Id [KEY] Int False

InputSYKH_Denku Int False

InputSYKH_Uriagebi Date False

InputSYKH_Seikyubi Date False

InputSYKH_DenpyoNo Int False

InputSYKH_TokuisakiCode String False

InputSYKH_AitesakiId Int True

InputSYKH_TokuisakiMei1 String False

InputSYKH_TokuisakiMei2 String False

InputSYKH_Jyusyo1 String False

InputSYKH_Jyusyo2 String False

InputSYKH_YubinBango String False

InputSYKH_TelNo String False

InputSYKH_FAXNo String False

InputSYKH_Keisyo String False

InputSYKH_MailAddress String False

InputSYKH_TokuisakiHojinBango String False

InputSYKH_TekiyoBaikaNo Int True

InputSYKH_Kakeritsu Decimal True

InputSYKH_ZeiKansan Int True

InputSYKH_KingakuHasu Int True

InputSYKH_SyohizeiHasu Int True

InputSYKH_SyohizeiTsuchi Int True

InputSYKH_BaiTankaKansan Int True

InputSYKH_SyatenCode String True

InputSYKH_StoreTorihikisakiCode String True

InputSYKH_SeikyusakiCode String True

InputSYKH_MitsumoriJuchuKubun Int False

InputSYKH_MitsumoriJuchuNo Int False

InputSYKH_SpotAitesakiId Int False

InputSYKH_SenpoTantosyaId Int False

InputSYKH_SenpoTantosyaMei String False

InputSYKH_BumonCode String False

InputSYKH_BumonMei String True

InputSYKH_BumonSoko String True

InputSYKH_TantosyaCode String False

InputSYKH_TantosyaMei String True

InputSYKH_TekiyoCode String False

InputSYKH_Tekiyo String False

InputSYKH_ProCode String False

InputSYKH_ProMei String True

InputSYKH_BunruiCode String False

InputSYKH_DenpyoKubun String False

InputSYKH_ChokusosakiCode String False

InputSYKH_ChokusosakiMei1 String False

InputSYKH_ChokusosakiMei2 String False

InputSYKH_ChokusosakiJyusyo1 String False

InputSYKH_ChokusosakiJyusyo2 String False

InputSYKH_ChokusosakiYubinBango String False

InputSYKH_ChokusosakiTelNo String False

InputSYKH_ChokusosakiFAXNo String False

InputSYKH_ChokusosakiKeisyo String False

InputSYKH_ChokusosakiMailAddress String False

InputSYKH_ChokusosakiHojinBango String False

InputSYKH_ChokusosakiTantosyaMei String False

InputSYKH_SpotChokusoAitesakiId Int False

InputSYKH_DenpyoNo2 String False

InputSYKH_FusenComment Int False

InputSYKH_TorokuUser Int True

InputSYKH_TorokuProgram String True

InputSYKH_Torokubi Datetime True

InputSYKH_KosinUser Int True

InputSYKH_KosinProgram String True

InputSYKH_Kosinbi Datetime True

InputSYKH_YobiShort1 Int False

InputSYKH_YobiShort2 Int False

InputSYKH_YobiShort3 Int False

InputSYKH_YobiInt1 Int False

InputSYKH_YobiInt2 Int False

InputSYKH_YobiDecimal1 Decimal False

InputSYKH_YobiDecimal2 Decimal False

InputSYKH_YobiDecimal3 Decimal False

InputSYKH_YobiString1 String False

InputSYKH_YobiString2 String False

InputSYKH_YobiString3 String False

InputSYKH_SyoninFlag Int True

InputSYKH_SyoninUser Int True

InputSYKH_Syoninbi Date True

InputSYKT_HeaderId Int True

InputSYKT_KingakuGokei Int False

InputSYKT_SotoZeiGokei Int False

InputSYKT_UchiZeiGokei Int False

InputSYKT_Hasu Decimal False

InputSYKT_Hosei Decimal True

InputSYKT_HoseiHizuke Int True

InputSYKC_HeaderId Int True

InputSYKC_FusenString String False

InputFusen_BEVersion Int False

InputFusen_Id Int False

InputFusen_FusenComment Int False

InputFusen_FusenString String False

InputFusen_Kosinbi Datetime True

InputFusen_Comment String True

InputSYKH_TokuisakiJigyosyaBango String False

Customer Business Registration No. The filter will work on BEVersion=500.

InputSYKH_SeikyusakiMei1 String False

InputSYKH_SeikyusakiMei2 String False

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
IdFrom Int

IdTo Int

UriagebiFrom Date

UriagebiTo Date

DenpyoNoFrom Int

DenpyoNoTo Int

TokuisakiCodeFrom String

TokuisakiCodeTo String

TokuisakiMei String

SyohinCode String

SyohinCodeFrom String

SyohinCodeTo String

SyohinMei String

SyohinMei2 String

ProCodeFrom String

ProCodeTo String

TantosyaCodeFrom String

TantosyaCodeTo String

BumonCodeFrom String

BumonCodeTo String

TekiyoCodeFrom String

TekiyoCodeTo String

KikakuKataban String

Color String

Size String

Biko String

FusenCommentFlag Int

KosinbiFrom Datetime

KosinbiTo Datetime

OrderType Int

Direction Int

SeikyubiFrom Date

SeikyubiTo Date

TokuisakiKubun1 String

TokuisakiKubun1From String

TokuisakiKubun1To String

TokuisakiKubun2 String

TokuisakiKubun2From String

TokuisakiKubun2To String

TokuisakiKubun3 String

TokuisakiKubun3From String

TokuisakiKubun3To String

TokuisakiKubun4 String

TokuisakiKubun4From String

TokuisakiKubun4To String

TokuisakiKubun5 String

TokuisakiKubun5From String

TokuisakiKubun5To String

SeikyusakiCodeFrom String

SeikyusakiCodeTo String

SeikyusakiMei String

SeikyusakiHojinBango String

MitsumoriNo Int

MitsumoriNoFrom Int

MitsumoriNoTo Int

JuchuNo Int

JuchuNoFrom Int

JuchuNoTo Int

ChokusosakiCodeFrom String

ChokusosakiCodeTo String

ChokusosakiMei String

SokoCode String

SokoCodeFrom String

SokoCodeTo String

Ku Int

Irisu Int

IrisuFrom Int

IrisuTo Int

Hakosu Int

HakosuFrom Int

HakosuTo Int

Suryo Int

SuryoFrom Int

SuryoTo Int

Tanka Int

TankaFrom Int

TankaTo Int

GenTanka Int

GenTankaFrom Int

GenTankaTo Int

BaiTanka Int

BaiTankaFrom Int

BaiTankaTo Int

Kingaku Int

KingakuFrom Int

KingakuTo Int

Genka Int

GenkaFrom Int

GenkaTo Int

BaikaKingaku Int

BaikaKingakuFrom Int

BaikaKingakuTo Int

SyohinKomoku1 Int

SyohinKomoku1From Int

SyohinKomoku1To Int

SyohinKomoku2 Int

SyohinKomoku2From Int

SyohinKomoku2To Int

SyohinKomoku3 Int

SyohinKomoku3From Int

SyohinKomoku3To Int

UriageKomoku1 Int

UriageKomoku1From Int

UriageKomoku1To Int

UriageKomoku2 Int

UriageKomoku2From Int

UriageKomoku2To Int

UriageKomoku3 Int

UriageKomoku3From Int

UriageKomoku3To Int

NyukinzumiFlag Int

KaisyuYoteibi Date

KaisyuYoteibiFrom Date

KaisyuYoteibiTo Date

ZeiRitsu Int

TaniKubunFlag Int

LotNo String

LotNoFrom String

LotNoTo String

BumonOutputType Int

BumonGroupCode String

KessaikaisyaCode String

KessaikaisyaCodeFrom String

KessaikaisyaCodeTo String

KessaikaisyaMei String

Kessaibi Date

KessaibiFrom Date

KessaibiTo Date

KessaiFee Int

KessaiFeeFrom Int

KessaiFeeTo Int

KessaiTekiyoCode String

KessaiTekiyoCodeFrom String

KessaiTekiyoCodeTo String

KessaiTekiyo String

SeikyusakiJigyosyaBango String

Billing Business Registration Number (partial match). This filter will work on BEVersion=500.

PCA Sales Connector for CData Sync

InputSYKD

Usage information for the operation InputSYKD.rsd.

Columns

Name Type ReadOnly Description
HeaderId [KEY] Int True

Sequence [KEY] Int False

Edaban Int True

SyohinCode String False

MasterKubun Int False

TaniKubun Int False

ZeiKubun Int False

ZeikomiKubun Int False

TankaKeta Decimal False

SuryoKeta Decimal False

SyohinMei String False

SyohinMei2 String False

KikakuKataban String False

Color String False

Size String False

SokoCode String False

Ku Int False

Irisu Decimal False

Hakosu Decimal False

Suryo Decimal False

Tani String False

Tanka Decimal False

GenTanka Int False

BaiTanka Decimal False

Kingaku Int False

Genka Int False

BaikaKingaku Int False

Ararieki Int False

RiekiRitsu Decimal True

Biko String False

NyukaMark Int False

HyojunKakaku Int False

HyojunKakaku2 Int False

ZeiRitsu Int False

SotoZeigaku Int False

UchiZeigaku Int False

SyokonKeisan Int False

SyohinKomoku1 Decimal False

SyohinKomoku2 Decimal False

SyohinKomoku3 Decimal False

UriageKomoku1 Decimal False

UriageKomoku2 Decimal False

UriageKomoku3 Decimal False

SyukaShiji String False

JuchuHeaderId Int False

JuchuSequence Int False

YobiShort1 Int False

YobiShort2 Int False

YobiShort3 Int False

YobiInt1 Int False

YobiInt2 Int False

YobiInt3 Int False

YobiDecimal1 Decimal False

YobiDecimal2 Decimal False

YobiDecimal3 Decimal False

YobiString1 String False

YobiString2 String False

YobiString3 String False

NyukinzumiFlag Int True

IrisuKeta Decimal False

HakosuKeta Decimal False

SuryoHasu Int True

BaraSuryo Decimal True

LotId Int False

LotNo String True

LotYukoKigen Date True

NyukazumiFlag Int True

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
BEVersion Int

Id Int

IdFrom Int

IdTo Int

Denku Int

Uriagebi Date

UriagebiFrom Date

UriagebiTo Date

DenpyoNo Int

DenpyoNoFrom Int

DenpyoNoTo Int

TokuisakiCode String

TokuisakiCodeFrom String

TokuisakiCodeTo String

TokuisakiMei String

TokuisakiHojinBango String

SyohinCodeFrom String

SyohinCodeTo String

DenpyoNo2 String

ProCode String

ProCodeFrom String

ProCodeTo String

ProMei String

SenpoTantosyaMei String

TantosyaCode String

TantosyaCodeFrom String

TantosyaCodeTo String

BumonCode String

BumonCodeFrom String

BumonCodeTo String

TekiyoCode String

TekiyoCodeFrom String

TekiyoCodeTo String

Tekiyo String

FusenCommentFlag Int

SyoninFlag Int

KosinUser Int

KosinbiFrom Datetime

KosinbiTo Datetime

OrderType Int

Direction Int

Seikyubi Date

SeikyubiFrom Date

SeikyubiTo Date

TokuisakiKubun1 String

TokuisakiKubun1From String

TokuisakiKubun1To String

TokuisakiKubun2 String

TokuisakiKubun2From String

TokuisakiKubun2To String

TokuisakiKubun3 String

TokuisakiKubun3From String

TokuisakiKubun3To String

TokuisakiKubun4 String

TokuisakiKubun4From String

TokuisakiKubun4To String

TokuisakiKubun5 String

TokuisakiKubun5From String

TokuisakiKubun5To String

SeikyusakiCode String

SeikyusakiCodeFrom String

SeikyusakiCodeTo String

SeikyusakiMei String

SeikyusakiHojinBango String

MitsumoriNo Int

MitsumoriNoFrom Int

MitsumoriNoTo Int

JuchuNo Int

JuchuNoFrom Int

JuchuNoTo Int

ChokusosakiCode String

ChokusosakiCodeFrom String

ChokusosakiCodeTo String

ChokusosakiMei String

ChokusosakiHojinBango String

SokoCodeFrom String

SokoCodeTo String

IrisuFrom Int

IrisuTo Int

HakosuFrom Int

HakosuTo Int

SuryoFrom Int

SuryoTo Int

TankaFrom Int

TankaTo Int

GenTankaFrom Int

GenTankaTo Int

BaiTankaFrom Int

BaiTankaTo Int

KingakuFrom Int

KingakuTo Int

GenkaFrom Int

GenkaTo Int

BaikaKingakuFrom Int

BaikaKingakuTo Int

SyohinKomoku1From Int

SyohinKomoku1To Int

SyohinKomoku2From Int

SyohinKomoku2To Int

SyohinKomoku3From Int

SyohinKomoku3To Int

UriageKomoku1From Int

UriageKomoku1To Int

UriageKomoku2From Int

UriageKomoku2To Int

UriageKomoku3From Int

UriageKomoku3To Int

KaisyuYoteibi Date

KaisyuYoteibiFrom Date

KaisyuYoteibiTo Date

TaniKubunFlag Int

LotNoFrom String

LotNoTo String

BumonOutputType Int

BumonGroupCode String

KessaikaisyaCode String

KessaikaisyaCodeFrom String

KessaikaisyaCodeTo String

KessaikaisyaMei String

Kessaibi Date

KessaibiFrom Date

KessaibiTo Date

KessaiFee Int

KessaiFeeFrom Int

KessaiFeeTo Int

KessaiTekiyoCode String

KessaiTekiyoCodeFrom String

KessaiTekiyoCodeTo String

KessaiTekiyo String

PCA Sales Connector for CData Sync

InputSYKZ

Usage information for the operation InputSYKZ.rsd.

Columns

Name Type ReadOnly Description
HeaderId [KEY] Int True

ZeiRitsu [KEY] Int False

KingakuGokei Int False

SotoZeiGokei Int False

UchiZeiGokei Int False

Hasu Decimal False

Hosei Decimal True

HoseiHizuke Int True

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
BEVersion Int

Id Int

IdFrom Int

IdTo Int

Denku Int

Uriagebi Date

UriagebiFrom Date

UriagebiTo Date

DenpyoNo Int

DenpyoNoFrom Int

DenpyoNoTo Int

TokuisakiCode String

TokuisakiCodeFrom String

TokuisakiCodeTo String

TokuisakiMei String

TokuisakiHojinBango String

SyohinCode String

SyohinCodeFrom String

SyohinCodeTo String

SyohinMei String

SyohinMei2 String

DenpyoNo2 String

ProCode String

ProCodeFrom String

ProCodeTo String

ProMei String

SenpoTantosyaMei String

TantosyaCode String

TantosyaCodeFrom String

TantosyaCodeTo String

BumonCode String

BumonCodeFrom String

BumonCodeTo String

TekiyoCode String

TekiyoCodeFrom String

TekiyoCodeTo String

Tekiyo String

KikakuKataban String

Color String

Size String

Biko String

FusenCommentFlag Int

SyoninFlag Int

KosinUser Int

KosinbiFrom Datetime

KosinbiTo Datetime

OrderType Int

Direction Int

Seikyubi Date

SeikyubiFrom Date

SeikyubiTo Date

TokuisakiKubun1 String

TokuisakiKubun1From String

TokuisakiKubun1To String

TokuisakiKubun2 String

TokuisakiKubun2From String

TokuisakiKubun2To String

TokuisakiKubun3 String

TokuisakiKubun3From String

TokuisakiKubun3To String

TokuisakiKubun4 String

TokuisakiKubun4From String

TokuisakiKubun4To String

TokuisakiKubun5 String

TokuisakiKubun5From String

TokuisakiKubun5To String

SeikyusakiCode String

SeikyusakiCodeFrom String

SeikyusakiCodeTo String

SeikyusakiMei String

SeikyusakiHojinBango String

MitsumoriNo Int

MitsumoriNoFrom Int

MitsumoriNoTo Int

JuchuNo Int

JuchuNoFrom Int

JuchuNoTo Int

ChokusosakiCode String

ChokusosakiCodeFrom String

ChokusosakiCodeTo String

ChokusosakiMei String

ChokusosakiHojinBango String

SokoCode String

SokoCodeFrom String

SokoCodeTo String

Ku Int

Irisu Int

IrisuFrom Int

IrisuTo Int

Hakosu Int

HakosuFrom Int

HakosuTo Int

Suryo Int

SuryoFrom Int

SuryoTo Int

Tanka Int

TankaFrom Int

TankaTo Int

GenTanka Int

GenTankaFrom Int

GenTankaTo Int

BaiTanka Int

BaiTankaFrom Int

BaiTankaTo Int

Kingaku Int

KingakuFrom Int

KingakuTo Int

Genka Int

GenkaFrom Int

GenkaTo Int

BaikaKingaku Int

BaikaKingakuFrom Int

BaikaKingakuTo Int

SyohinKomoku1 Int

SyohinKomoku1From Int

SyohinKomoku1To Int

SyohinKomoku2 Int

SyohinKomoku2From Int

SyohinKomoku2To Int

SyohinKomoku3 Int

SyohinKomoku3From Int

SyohinKomoku3To Int

UriageKomoku1 Int

UriageKomoku1From Int

UriageKomoku1To Int

UriageKomoku2 Int

UriageKomoku2From Int

UriageKomoku2To Int

UriageKomoku3 Int

UriageKomoku3From Int

UriageKomoku3To Int

NyukinzumiFlag Int

KaisyuYoteibi Date

KaisyuYoteibiFrom Date

KaisyuYoteibiTo Date

TaniKubunFlag Int

LotNo String

LotNoFrom String

LotNoTo String

BumonOutputType Int

BumonGroupCode String

KessaikaisyaCode String

KessaikaisyaCodeFrom String

KessaikaisyaCodeTo String

KessaikaisyaMei String

Kessaibi Date

KessaibiFrom Date

KessaibiTo Date

KessaiFee Int

KessaiFeeFrom Int

KessaiFeeTo Int

KessaiTekiyoCode String

KessaiTekiyoCodeFrom String

KessaiTekiyoCodeTo String

KessaiTekiyo String

PCA Sales Connector for CData Sync

InputTEH

Usage information for the operation InputTEH.rsd.

Columns

Name Type ReadOnly Description
BEVersion Int False

State Int True

BumonLockType Int True

InputTEHH String False

InputTEHDList String False

UpdateLastDenpyoNo String False

InputTEHH_Id [KEY] Int False

InputTEHH_TehaiNo Int False

InputTEHH_Hachubi Date False

InputTEHH_Noki Date False

InputTEHH_SeihinCode String False

InputTEHH_SeihinMei String False

InputTEHH_SeihinMei2 String False

InputTEHH_SuryoKeta Decimal False

InputTEHH_Seisakusu Decimal False

InputTEHH_Tani String False

InputTEHH_SeisakuRuikei Decimal True

InputTEHH_BumonCode String False

InputTEHH_BumonMei String True

InputTEHH_BumonSoko String True

InputTEHH_TantosyaCode String False

InputTEHH_TantosyaMei String True

InputTEHH_ProCode String False

InputTEHH_ProMei String True

InputTEHH_SokoCode String False

InputTEHH_TorokuUser Int True

InputTEHH_TorokuProgram String True

InputTEHH_Torokubi Datetime True

InputTEHH_KosinUser Int True

InputTEHH_KosinProgram String True

InputTEHH_Kosinbi Datetime True

InputTEHH_YobiShort1 Int False

InputTEHH_YobiDecimal1 Decimal False

InputTEHH_YobiString1 String False

InputTEHH_YobiString2 String False

InputTEHH_YobiString3 String False

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
IdFrom Int

IdTo Int

HachubiFrom Date

HachubiTo Date

NokiFrom Date

NokiTo Date

TehaiNoFrom Int

TehaiNoTo Int

SeihinCodeFrom String

SeihinCodeTo String

TantosyaCodeFrom String

TantosyaCodeTo String

BumonCodeFrom String

BumonCodeTo String

ProCodeFrom String

ProCodeTo String

SeihinSokoCode String

SeihinSokoCodeFrom String

SeihinSokoCodeTo String

KosinbiFrom Datetime

KosinbiTo Datetime

OrderType Int

Direction Int

BumonOutputType Int

PCA Sales Connector for CData Sync

InputURI

Usage information for the operation InputURI.rsd.

Columns

Name Type ReadOnly Description
BEVersion Int False

State Int True

InputURIH String False

InputURIDList String False

InputURIT String False

UpdateLastDenpyoNo String False

InputURIH_Id [KEY] Int False

InputURIH_ZeiKeisan Int False

InputURIH_Syukabi Date False

InputURIH_DenpyoNo Int False

InputURIH_SyukasakiCode String False

InputURIH_AitesakiId Int True

InputURIH_SyukasakiMei1 String True

InputURIH_SyukasakiMei2 String True

InputURIH_Jyusyo1 String True

InputURIH_Jyusyo2 String True

InputURIH_YubinBango String True

InputURIH_TelNo String True

InputURIH_FAXNo String True

InputURIH_Keisyo String True

InputURIH_MailAddress String True

InputURIH_SenpoTantosyaId Int False

InputURIH_SenpoTantosyaMei String False

InputURIH_BumonCode String False

InputURIH_BumonMei String True

InputURIH_BumonSoko String True

InputURIH_TantosyaCode String False

InputURIH_TantosyaMei String True

InputURIH_ProCode String False

InputURIH_ProMei String True

InputURIH_SyukaDataKubun Int True

InputURIH_TorokuUser Int True

InputURIH_TorokuProgram String True

InputURIH_Torokubi Datetime True

InputURIH_KosinUser Int True

InputURIH_KosinProgram String True

InputURIH_Kosinbi Datetime True

InputURIH_YobiShort1 Int False

InputURIH_YobiShort2 Int False

InputURIH_YobiShort3 Int False

InputURIH_YobiInt1 Int False

InputURIH_YobiInt2 Int False

InputURIH_YobiDecimal1 Decimal False

InputURIH_YobiDecimal2 Decimal False

InputURIH_YobiDecimal3 Decimal False

InputURIH_YobiString1 String False

InputURIH_YobiString2 String False

InputURIH_YobiString3 String False

InputURIH_SyoninFlag Int True

InputURIH_SyoninUser Int True

InputURIH_Syoninbi Date True

InputURIT_HeaderId Int True

InputURIT_KingakuGokei Int False

InputURIT_SotoZeiGokei Int False

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
IdFrom Int

IdTo Int

SyukabiFrom Date

SyukabiTo Date

DenpyoNoFrom Int

DenpyoNoTo Int

SyukasakiCodeFrom String

SyukasakiCodeTo String

SyukasakiMei String

SyukasakiHojinBango String

SyohinCode String

SyohinCodeFrom String

SyohinCodeTo String

SyohinMei String

SyohinMei2 String

ProCodeFrom String

ProCodeTo String

TantosyaCodeFrom String

TantosyaCodeTo String

BumonCodeFrom String

BumonCodeTo String

KikakuKataban String

Color String

Size String

Biko String

KosinbiFrom Datetime

KosinbiTo Datetime

OrderType Int

Direction Int

SokoCode String

SokoCodeFrom String

SokoCodeTo String

Irisu Int

IrisuFrom Int

IrisuTo Int

Hakosu Int

HakosuFrom Int

HakosuTo Int

Suryo Int

SuryoFrom Int

SuryoTo Int

Tanka Int

TankaFrom Int

TankaTo Int

Kingaku Int

KingakuFrom Int

KingakuTo Int

ZeiRitsu Int

LotNo String

LotNoFrom String

LotNoTo String

PCA Sales Connector for CData Sync

InputURID

Usage information for the operation InputURID.rsd.

Columns

Name Type ReadOnly Description
HeaderId [KEY] Int True

Sequence [KEY] Int False

Edaban Int True

SyohinCode String False

ZeiKubun Int False

ZeikomiKubun Int False

TankaKeta Decimal False

SuryoKeta Decimal False

SyohinMei String False

SyohinMei2 String False

KikakuKataban String False

Color String False

Size String False

SokoCode String False

Irisu Decimal False

Hakosu Decimal False

Suryo Decimal False

Tani String False

Tanka Decimal False

Kingaku Int False

Biko String False

ZeiRitsu Int False

ShireHeaderId Int True

ShireSequence Int True

Hitsuyosu Decimal True

YobiShort1 Int False

YobiShort2 Int False

YobiShort3 Int False

YobiInt1 Int False

YobiInt2 Int False

YobiInt3 Int False

YobiDecimal1 Decimal False

YobiDecimal2 Decimal False

YobiDecimal3 Decimal False

YobiString1 String False

YobiString2 String False

YobiString3 String False

IrisuKeta Decimal False

HakosuKeta Decimal False

SuryoHasu Int True

LotId Int False

LotNo String True

LotYukoKigen Date True

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
Id Int

IdFrom Int

IdTo Int

Syukabi Date

SyukabiFrom Date

SyukabiTo Date

DenpyoNo Int

DenpyoNoFrom Int

DenpyoNoTo Int

SyukasakiCode String

SyukasakiCodeFrom String

SyukasakiCodeTo String

SyukasakiMei String

SyukasakiHojinBango String

SyohinCodeFrom String

SyohinCodeTo String

ProCode String

ProCodeFrom String

ProCodeTo String

ProMei String

SenpoTantosyaMei String

TantosyaCode String

TantosyaCodeFrom String

TantosyaCodeTo String

BumonCode String

BumonCodeFrom String

BumonCodeTo String

SyoninFlag Int

KosinUser Int

KosinbiFrom Datetime

KosinbiTo Datetime

OrderType Int

Direction Int

ZeiKeisan Int

SokoCodeFrom String

SokoCodeTo String

IrisuFrom Int

IrisuTo Int

HakosuFrom Int

HakosuTo Int

SuryoFrom Int

SuryoTo Int

TankaFrom Int

TankaTo Int

KingakuFrom Int

KingakuTo Int

LotNoFrom String

LotNoTo String

PCA Sales Connector for CData Sync

MasterBumon

Usage information for the operation MasterBumon.rsd.

Columns

Name Type ReadOnly Description
BEVersion Int False

BumonCode [KEY] String False

BumonMei String False

SokoCode String False

KaikeiBumonCode String False

Kosinbi Datetime True

BumonLockType Int True

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
BumonCodeFrom String

BumonCodeTo String

BumonOutputType Int

PCA Sales Connector for CData Sync

MasterDms

Usage information for the operation MasterDms.rsd.

Columns

Name Type ReadOnly Description
BEVersion Int False

KessaikaisyaId [KEY] Int False

KessaikaisyaCode String False

AitesakiId Int False

KessaikaisyaMei1 String False

KessaikaisyaMei2 String False

AitesakiKeisyo String False

KanaSakuin String False

YubinBango String False

Jyusyo1 String False

Jyusyo2 String False

AitesakiTelNo String False

AitesakiFaxNo String False

AitesakiMailAddress String False

KigyoCode1 String False

KigyoCode2 String False

HojinBango String False

SenpoTantosyaId Int False

SenpoTantosyaMei String False

TantoBusyo String False

Yakusyoku String False

SenpoTantosyaKeisyo String False

SenpoTantosyaTelNo String False

SenpoTantosyaFaxNo String False

KeitaiTelNo String False

SenpoTantosyaMailAddress String False

ShimebiType Int False

Shimebi1 Int False

Shimebi2 Int False

Shimebi3 Int False

ShimeDayOfWeek Int False

KessaibiSyubetsu Int False

Month1 Int False

WeekIndex1 Int False

DayOfWeek1 Int False

Day1 Int False

Month2 Int False

WeekIndex2 Int False

DayOfWeek2 Int False

Day2 Int False

Month3 Int False

WeekIndex3 Int False

DayOfWeek3 Int False

Day3 Int False

AfterDays Int False

KyujitsuTaio Int False

KyujitsuCalendarId Int False

KozaId Int False

FeeCalculate Int False

FeeHani1 Int False

FeeType1 Int False

Fee1 Int False

FeeHani2 Int True

FeeType2 Int False

Fee2 Int False

FeeType3 Int False

Fee3 Int False

FixFee Int False

FeeHasu Int False

ZeiKubun Int False

ZeikomiKubun Int False

SyohizeiHasu Int False

Comment String False

ShiyoKubun Int False

TorokuUser Int True

TorokuProgram String True

Torokubi Datetime True

KosinUser Int True

KosinProgram String True

Kosinbi Datetime True

IsTmsflg Int True

IsRmsflg Int True

IsXmsflg Int True

IsYmsflg Int True

IsDmsFlg Int True

IsZeroflg Int True

AitesakiTorokuUser Int True

AitesakiTorokuProgram String True

AitesakiTorokubi Datetime True

AitesakiKosinUser Int True

AitesakiKosinProgram String True

AitesakiKosinbi Datetime True

AitesakiYobiShort1 Int False

AitesakiYobiInt1 Int False

AitesakiYobiDecimal1 Decimal False

AitesakiYobiString1 String False

AitesakiYobiString2 String False

AitesakiYobiString3 String False

SenpoTantosyaTorokuUser Int True

SenpoTantosyaTorokuProgram String True

SenpoTantosyaTorokubi Datetime True

SenpoTantosyaKosinUser Int True

SenpoTantosyaKosinProgram String True

SenpoTantosyaKosinbi Datetime True

SenpoTantosyaYobiShort1 Int False

SenpoTantosyaYobiInt1 Int False

SenpoTantosyaYobiDecimal1 Decimal False

SenpoTantosyaYobiString1 String False

SenpoTantosyaYobiString2 String False

SenpoTantosyaYobiString3 String False

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
KessaikaisyaIdList Int

KessaikaisyaCodeFrom String

KessaikaisyaCodeTo String

KessaikaisyaCodeList String

KessaikaisyaMei String

Jyusyo String

KosinbiFrom Datetime

KosinbiTo Datetime

OrderType Int

PCA Sales Connector for CData Sync

MasterLot

Usage information for the operation MasterLot.rsd.

Columns

Name Type ReadOnly Description
BEVersion Int False

LotId [KEY] Int False

SyohinCode String False

SyohinMei String True

LotNo String False

YukoKigen Date False

ShiyoKubun Int False

TorokuUser Int True

TorokuProgram String True

Torokubi Datetime True

KosinUser Int True

KosinProgram String True

Kosinbi Datetime True

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
LotIdFrom Int

LotIdTo Int

SyohinCodeFrom String

SyohinCodeTo String

LotNoFrom String

LotNoTo String

YukoKigenFrom Date

YukoKigenTo Date

SyohinKubun1 String

SyohinKubun1From String

SyohinKubun1To String

SyohinKubun2 String

SyohinKubun2From String

SyohinKubun2To String

SyohinKubun3 String

SyohinKubun3From String

SyohinKubun3To String

SyohinKubun4 String

SyohinKubun4From String

SyohinKubun4To String

SyohinKubun5 String

SyohinKubun5From String

SyohinKubun5To String

PCA Sales Connector for CData Sync

MasterPard

Usage information for the operation MasterPard.rsd.

Columns

Name Type ReadOnly Description
SeihinCode [KEY] String True

Edaban [KEY] Int True

SyohinId Int True

BuhinCode String False

BuhinMei String True

Irisu Decimal True

ShiyoKubun Int True

Hakosu Decimal False

SuryoKeta Decimal False

KoseiSuryo Decimal False

TankaKeta Decimal True

ZaikoTanka Int True

Kingaku Int True

YobiShort1 Int False

YobiInt1 Int False

YobiDecimal1 Decimal False

YobiString1 String False

HakosuKeta Decimal False

IrisuKeta Decimal True

SuryoHasu Int True

YukoKikanKaishi Date True

YukoKikanSyuryo Date True

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
SeihinCodeFrom String

SeihinCodeTo String

SeihinMei String

SyohinCode2 String

SyohinCode2From String

SyohinCode2To String

SyohinCode3 String

SyohinCode3From String

SyohinCode3To String

KikakuKataban String

Color String

Size String

SyohinKubun1 String

SyohinKubun1From String

SyohinKubun1To String

SyohinKubun2 String

SyohinKubun2From String

SyohinKubun2To String

SyohinKubun3 String

SyohinKubun3From String

SyohinKubun3To String

SyohinKubun4 String

SyohinKubun4From String

SyohinKubun4To String

SyohinKubun5 String

SyohinKubun5From String

SyohinKubun5To String

SyuShiresaki String

SyuShiresakiFrom String

SyuShiresakiTo String

PCA Sales Connector for CData Sync

MasterPart

Usage information for the operation MasterPart.rsd.

Columns

Name Type ReadOnly Description
BEVersion Int False

MasterParh String False

MasterPardList String False

MasterParh_SeihinCode [KEY] String False

MasterParh_SeihinMei String True

MasterParh_ShiyoKubun Int True

MasterParh_TorokuUser Int True

MasterParh_TorokuProgram String True

MasterParh_Torokubi Datetime True

MasterParh_KosinUser Int True

MasterParh_KosinProgram String True

MasterParh_Kosinbi Datetime True

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
SeihinCodeFrom String

SeihinCodeTo String

SyohinCode2 String

SyohinCode2From String

SyohinCode2To String

SyohinCode3 String

SyohinCode3From String

SyohinCode3To String

KikakuKataban String

Color String

Size String

SyohinKubun1 String

SyohinKubun1From String

SyohinKubun1To String

SyohinKubun2 String

SyohinKubun2From String

SyohinKubun2To String

SyohinKubun3 String

SyohinKubun3From String

SyohinKubun3To String

SyohinKubun4 String

SyohinKubun4From String

SyohinKubun4To String

SyohinKubun5 String

SyohinKubun5From String

SyohinKubun5To String

SyuShiresaki String

SyuShiresakiFrom String

SyuShiresakiTo String

PCA Sales Connector for CData Sync

MasterProject

Usage information for the operation MasterProject.rsd.

Columns

Name Type ReadOnly Description
ProCode [KEY] String False

ProMei String False

ShiyoKubun Int False

TorokuUser Int True

TorokuProgram String True

Torokubi Datetime True

KosinUser Int True

KosinProgram String True

Kosinbi Datetime True

YobiShort1 Int False

YobiShort2 Int False

YobiShort3 Int False

YobiInt1 Int False

YobiInt2 Int False

YobiInt3 Int False

YobiDecimal1 Decimal False

YobiDecimal2 Decimal False

YobiDecimal3 Decimal False

YobiString1 String False

YobiString2 String False

YobiString3 String False

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
ProCodeFrom String

ProCodeTo String

PCA Sales Connector for CData Sync

MasterRms

Usage information for the operation MasterRms.rsd.

Columns

Name Type ReadOnly Description
BEVersion Int False

ShiresakiCode [KEY] String False

AitesakiId Int False

ShiresakiMei1 String False

ShiresakiMei2 String False

AitesakiKeisyo String False

KanaSakuin String False

YubinBango String False

Jyusyo1 String False

Jyusyo2 String False

AitesakiTelNo String False

AitesakiFaxNo String False

AitesakiMailAddress String False

KigyoCode1 String False

KigyoCode2 String False

HojinBango String False

SenpoTantosyaId Int False

SenpoTantosyaMei String False

TantoBusyo String False

Yakusyoku String False

SenpoTantosyaKeisyo String False

SenpoTantosyaTelNo String False

SenpoTantosyaFaxNo String False

KeitaiTelNo String False

SenpoTantosyaMailAddress String False

ShiresakiKubun1 String False

ShiresakiKubun2 String False

ShiresakiKubun3 String False

ShiresakiKubun4 String False

ShiresakiKubun5 String False

Syutantosya String False

SyuBumon String True

JissekiKanri Int False

ZeiKansan Int False

ShiharaisakiCode String False

ShiharaiShimebi Int False

KaikakekinZandaka Int False

MibaraikinZandaka Int False

KingakuHasu Int False

SyohizeiHasu Int False

SyohizeiKeisan Int False

ShiharaiSyubetsu1 Int False

ShiharaiSyubetsu2 Int False

SyubetsuKyokaigaku Int False

Shiharaibi Int False

ShiharaiHoho Int False

KozaId Int False

FurikomisakiMei String False

ShiresakiMeiKana String False

KinyuKikanId Int False

ShitenId Int False

YokinSyumoku Int False

KozaBango String False

TesuryoFutan Int False

TesuryoKyokaigaku Int False

TesuryoKubun Int False

TeigakuRyokin Int False

SokinHoho Int False

UserNo String False

Comment String False

ShiyoKubun Int False

TorokuUser Int True

TorokuProgram String True

Torokubi Datetime True

KosinUser Int True

KosinProgram String True

Kosinbi Datetime True

ShiresakiYobiShort1 Int False

ShiresakiYobiShort2 Int False

ShiresakiYobiShort3 Int False

ShiresakiYobiInt1 Int False

ShiresakiYobiInt2 Int False

ShiresakiYobiInt3 Int False

ShiresakiYobiDecimal1 Decimal False

ShiresakiYobiDecimal2 Decimal False

ShiresakiYobiDecimal3 Decimal False

ShiresakiYobiString1 String False

ShiresakiYobiString2 String False

ShiresakiYobiString3 String False

IsTmsflg Int True

IsRmsflg Int True

IsXmsflg Int True

IsYmsflg Int True

IsDmsflg Int True

IsZeroflg Int True

AitesakiTorokuUser Int True

AitesakiTorokuProgram String True

AitesakiTorokubi Datetime True

AitesakiKosinUser Int True

AitesakiKosinProgram String True

AitesakiKosinbi Datetime True

AitesakiYobiShort1 Int False

AitesakiYobiInt1 Int False

AitesakiYobiDecimal1 Decimal False

AitesakiYobiString1 String False

AitesakiYobiString2 String False

AitesakiYobiString3 String False

SenpoTantosyaTorokuUser Int True

SenpoTantosyaTorokuProgram String True

SenpoTantosyaTorokubi Datetime True

SenpoTantosyaKosinUser Int True

SenpoTantosyaKosinProgram String True

SenpoTantosyaKosinbi Datetime True

SenpoTantosyaYobiShort1 Int False

SenpoTantosyaYobiInt1 Int False

SenpoTantosyaYobiDecimal1 Decimal False

SenpoTantosyaYobiString1 String False

SenpoTantosyaYobiString2 String False

SenpoTantosyaYobiString3 String False

SeisanKikanTo Int True

ShiharaiZandaka Decimal True

SeisangoShiharai Decimal True

MiseisanShire Decimal True

ZandakaKosinbi Datetime True

KyujitsuTaio Int False

KyujitsuCalendarId Int False

FurikomisakiMei2 String False

ShiresakiMeiKana2 String False

KinyuKikanId2 Int False

ShitenId2 Int False

YokinSyumoku2 Int False

KozaBango2 String False

TesuryoFutan2 Int False

TesuryoKyokaigaku2 Int False

TesuryoKubun2 Int False

TeigakuRyokin2 Int False

SokinHoho2 Int False

UserNo2 String False

FurikomisakiMei3 String False

ShiresakiMeiKana3 String False

KinyuKikanId3 Int False

ShitenId3 Int False

YokinSyumoku3 Int False

KozaBango3 String False

TesuryoFutan3 Int False

TesuryoKyokaigaku3 Int False

TesuryoKubun3 Int False

TeigakuRyokin3 Int False

SokinHoho3 Int False

UserNo3 String False

FurikomisakiMei4 String False

ShiresakiMeiKana4 String False

KinyuKikanId4 Int False

ShitenId4 Int False

YokinSyumoku4 Int False

KozaBango4 String False

TesuryoFutan4 Int False

TesuryoKyokaigaku4 Int False

TesuryoKubun4 Int False

TeigakuRyokin4 Int False

SokinHoho4 Int False

UserNo4 String False

FurikomisakiMei5 String False

ShiresakiMeiKana5 String False

KinyuKikanId5 Int False

ShitenId5 Int False

YokinSyumoku5 Int False

KozaBango5 String False

TesuryoFutan5 Int False

TesuryoKyokaigaku5 Int False

TesuryoKubun5 Int False

TeigakuRyokin5 Int False

SokinHoho5 Int False

UserNo5 String False

BumonLockType Int True

SeisangoShiharaiMaebarai Decimal True

SeisangoShiharaiFurikae Decimal True

MaebaraiZandaka Decimal True

JigyosyaKubun Int False

Business Classification. The filter will work with BEVersion=400.

JigyosyaBango String False

Invoice Registration Number. The filter will work with BEVersion=400.

ReceiveEInvoice Int False

Digital Invoice Receiving. The filter will work with BEVersion=400.

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
ShiresakiCodeFrom String

ShiresakiCodeTo String

ShiresakiCodeList String

ShiresakiMei String

Jyusyo String

ShiresakiKubun1From String

ShiresakiKubun1To String

ShiresakiKubun2From String

ShiresakiKubun2To String

ShiresakiKubun3From String

ShiresakiKubun3To String

ShiresakiKubun4From String

ShiresakiKubun4To String

ShiresakiKubun5From String

ShiresakiKubun5To String

SyutantosyaFrom String

SyutantosyaTo String

SyuBumonFrom String

SyuBumonTo String

ShiharaisakiCodeFrom String

ShiharaisakiCodeTo String

ShiharaiShimebiFrom Int

ShiharaiShimebiTo Int

KinyuKikanCode String

MiseBango String

KosinbiFrom Datetime

KosinbiTo Datetime

OrderType Int

ParentFlg Int

BumonOutputType Int

HojinBangoFlg Int

Corporate identification number flag. The filter will work with BEVersion=400.

JigyosyaBangoFlg Int

Business Registration Number Flag. The filter will work with BEVersion=400.

PCA Sales Connector for CData Sync

MasterSet

Usage information for the operation MasterSet.rsd.

Columns

Name Type ReadOnly Description
BEVersion Int False

MasterSeth String False

MasterSetdList String False

MasterSeth_SetSyohinCode [KEY] Int False

MasterSeth_SetSyohinMei String False

MasterSeth_Meisaisu Int True

MasterSeth_TorokuUser Int True

MasterSeth_TorokuProgram String True

MasterSeth_Torokubi Datetime True

MasterSeth_KosinUser Int True

MasterSeth_KosinProgram String True

MasterSeth_Kosinbi Datetime True

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
SetSyohinCodeFrom Int

SetSyohinCodeTo Int

PCA Sales Connector for CData Sync

MasterSetd

Usage information for the operation MasterSetd.rsd.

Columns

Name Type ReadOnly Description
SetSyohinCode [KEY] Int True

Edaban [KEY] Int True

SyohinId Int True

SyohinCode String False

SyohinMei String True

MasterKubun Int True

TaniKubun Int True

Irisu Decimal True

ShiyoKubun Int True

Hakosu Decimal False

KoseiSuryo Decimal False

JissekiKanri Int False

SuryoKeta Decimal False

YobiShort1 Int False

YobiInt1 Int False

YobiDecimal1 Decimal False

YobiString1 String False

HakosuKeta Decimal False

IrisuKeta Decimal True

SuryoHasu Int True

YukoKikanKaishi Date True

YukoKikanSyuryo Date True

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
SetSyohinCodeFrom Int

SetSyohinCodeTo Int

PCA Sales Connector for CData Sync

MasterShimebi

Usage information for the operation MasterShimebi.rsd.

Columns

Name Type ReadOnly Description
SystemKubun Int False

ShimebiCode [KEY] String False

ShimebiMei String False

Kosinbi Datetime True

YobiShort1 Int False

YobiInt1 Int False

YobiDecimal1 Decimal False

YobiString1 String False

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
ShimebiCodeFrom String

ShimebiCodeTo String

PCA Sales Connector for CData Sync

MasterShiresakiKubun

Usage information for the operation MasterShiresakiKubun.rsd.

Columns

Name Type ReadOnly Description
KubunId Int False

ShiresakiKubunCode [KEY] String False

ShiresakiKubunMei String False

Kosinbi Datetime True

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
ShiresakiKubunCodeFrom String

ShiresakiKubunCodeTo String

PCA Sales Connector for CData Sync

MasterSms

Usage information for the operation MasterSms.rsd.

Columns

Name Type ReadOnly Description
BEVersion Int False

SyohinCode [KEY] String False

SyohinMei String False

SyohinMei2 String False

SyohinCode2 String False

SyohinCode3 String False

SyohinKubun1 String False

SyohinKubun2 String False

SyohinKubun3 String False

SyohinKubun4 String False

SyohinKubun5 String False

Tani String False

Irisu Decimal False

KikakuKataban String False

Color String False

Size String False

SokoCode String False

SyuShiresaki String False

HyojunKakaku Decimal False

Genka Decimal False

Baika1 Decimal False

Baika2 Decimal False

Baika3 Decimal False

Baika4 Decimal False

Baika5 Decimal False

ShireTanka Decimal False

ZaikoTanka Decimal False

SystemKubun Int False

MasterKubun Int False

ZaikoKanri Int False

JissekiKanri Int False

ZeiKubun Int False

ZeikomiKubun Int False

TankaKeta Decimal False

SuryoKeta Decimal False

SyohinKomoku1 Decimal False

SyohinKomoku2 Decimal False

SyohinKomoku3 Decimal False

UriageKeisan Int False

ShireKeisan Int False

ShiyoKubun Int False

TorokuUser Int True

TorokuProgram String True

Torokubi Datetime True

KosinUser Int True

KosinProgram String True

Kosinbi Datetime True

SyohinYobiShort1 Int False

SyohinYobiShort2 Int False

SyohinYobiShort3 Int False

SyohinYobiInt1 Int False

SyohinYobiInt2 Int False

SyohinYobiInt3 Int False

SyohinYobiDecimal1 Decimal False

SyohinYobiDecimal2 Decimal False

SyohinYobiDecimal3 Decimal False

SyohinYobiString1 String False

SyohinYobiString2 String False

SyohinYobiString3 String False

TankaTorokuUser Int True

TankaTorokuProgram String True

TankaTorokubi Datetime True

TankaKosinUser Int True

TankaKosinProgram String True

TankaKosinbi Datetime True

TankaYobiShort1 Int False

TankaYobiInt1 Int False

TankaYobiDecimal1 Decimal False

IrisuKeta Decimal False

HakosuKeta Decimal False

SuryoHasu Int False

YukoKikanKaishi Date False

YukoKikanSyuryo Date False

TaniKubunList String False

UriageTaniKubun Int False

ShireTaniKubun Int False

LotKanri Int False

Comment String False

ShireZeikomiKubun Int False

UriageZeiSyubetsu Int False

ShireZeiSyubetsu Int False

ZeiSyubetsuKirikae Int False

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
SyohinCodeFrom String

SyohinCodeTo String

SyohinCodeList String

SyohinCode2From String

SyohinCode2To String

SyohinCode3From String

SyohinCode3To String

SyohinKubun1From String

SyohinKubun1To String

SyohinKubun2From String

SyohinKubun2To String

SyohinKubun3From String

SyohinKubun3To String

SyohinKubun4From String

SyohinKubun4To String

SyohinKubun5From String

SyohinKubun5To String

SyuShiresakiFrom String

SyuShiresakiTo String

KosinbiFrom Datetime

KosinbiTo Datetime

YukoKikanKaishiFrom Date

YukoKikanKaishiTo Date

YukoKikanSyuryoFrom Date

YukoKikanSyuryoTo Date

PCA Sales Connector for CData Sync

MasterSmst

Usage information for the operation MasterSmst.rsd.

Columns

Name Type ReadOnly Description
SyohinCode [KEY] String False

TaniKubun [KEY] Int False

Irisu Decimal False

Tani String False

Comment String False

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
BEVersion Int

SyohinCodeFrom String

SyohinCodeTo String

SyohinCodeList String

SyohinMei String

SyohinMei2 String

SyohinCode2 String

SyohinCode2From String

SyohinCode2To String

SyohinCode3 String

SyohinCode3From String

SyohinCode3To String

SyohinKubun1 String

SyohinKubun1From String

SyohinKubun1To String

SyohinKubun2 String

SyohinKubun2From String

SyohinKubun2To String

SyohinKubun3 String

SyohinKubun3From String

SyohinKubun3To String

SyohinKubun4 String

SyohinKubun4From String

SyohinKubun4To String

SyohinKubun5 String

SyohinKubun5From String

SyohinKubun5To String

SyuShiresaki String

SyuShiresakiFrom String

SyuShiresakiTo String

SystemKubun Int

MasterKubun Int

ZaikoKanri Int

JissekiKanri Int

ZeiKubun Int

ZeikomiKubun Int

TankaKeta Decimal

SuryoKeta Decimal

KikakuKataban String

Color String

Size String

ShiyoKubun Int

KosinbiFrom Datetime

KosinbiTo Datetime

IrisuKeta Decimal

HakosuKeta Decimal

SuryoHasu Int

YukoKikanKaishi Date

YukoKikanKaishiFrom Date

YukoKikanKaishiTo Date

YukoKikanSyuryo Date

YukoKikanSyuryoFrom Date

YukoKikanSyuryoTo Date

LotKanri Int

PCA Sales Connector for CData Sync

MasterSoko

Usage information for the operation MasterSoko.rsd.

Columns

Name Type ReadOnly Description
SokoCode [KEY] String False

SokoMei String False

Kosinbi Datetime True

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
SokoCodeFrom String

SokoCodeTo String

PCA Sales Connector for CData Sync

MasterSyohinKubun

Usage information for the operation MasterSyohinKubun.rsd.

Columns

Name Type ReadOnly Description
KubunId Int False

SyohinKubunCode [KEY] String False

SyohinKubunMei String False

Kosinbi Datetime True

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
SyohinKubunCodeFrom String

SyohinKubunCodeTo String

PCA Sales Connector for CData Sync

MasterTantosya

Usage information for the operation MasterTantosya.rsd.

Columns

Name Type ReadOnly Description
BEVersion Int False

TantosyaCode [KEY] String False

TantosyaMei String False

BumonCode String False

Kosinbi Datetime True

BumonLockType Int True

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
TantosyaCodeFrom String

TantosyaCodeTo String

BumonOutputType Int

PCA Sales Connector for CData Sync

MasterTekiyo

Usage information for the operation MasterTekiyo.rsd.

Columns

Name Type ReadOnly Description
BEVersion Int True

KubunId Int False

TekiyoCode [KEY] String False

TekiyoMei String False

Kosinbi Datetime True

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
TekiyoCodeFrom String

TekiyoCodeTo String

PCA Sales Connector for CData Sync

MasterTms

Usage information for the operation MasterTms.rsd.

Columns

Name Type ReadOnly Description
BEVersion Int False

TokuisakiCode [KEY] String False

AitesakiId Int False

TokuisakiMei1 String False

TokuisakiMei2 String False

AitesakiKeisyo String False

KanaSakuin String False

YubinBango String False

Jyusyo1 String False

Jyusyo2 String False

AitesakiTelNo String False

AitesakiFaxNo String False

AitesakiMailAddress String False

KigyoCode1 String False

KigyoCode2 String False

HojinBango String False

SenpoTantosyaId Int False

SenpoTantosyaMei String False

TantoBusyo String False

Yakusyoku String False

SenpoTantosyaKeisyo String False

SenpoTantosyaTelNo String False

SenpoTantosyaFaxNo String False

KeitaiTelNo String False

SenpoTantosyaMailAddress String False

TokuisakiKubun1 String False

TokuisakiKubun2 String False

TokuisakiKubun3 String False

TokuisakiKubun4 String False

TokuisakiKubun5 String False

Syutantosya String False

SyuBumon String True

TekiyoBaikaNo Int False

Kakeritsu Decimal False

JissekiKanri Int False

UriagebiInji Int False

ZeiKansan Int False

UritankaKansan Int False

NohinsyoYoshi Int False

NohinsyoSyamei Int False

SyatenCode String False

BunruiCode String False

DenpyoKubun String False

StoreTorihikisakiCode String False

SeikyusakiCode String False

SeikyuShimebi Int False

YoshinGendogaku Int False

UrikakekinZandaka Int False

KingakuHasu Int False

SyohizeiHasu Int False

SyohizeiTsuchi Int False

SeikyusyoYoshi Int False

SeikyusyoSyamei Int False

KaisyuSyubetsu1 Int False

KaisyuSyubetsu2 Int False

SyubetsuKyokaigaku Int False

Kaisyubi Int False

KaisyuHoho Int False

KozaId Int False

Comment String False

ShiyoKubun Int False

TorokuUser Int True

TorokuProgram String True

Torokubi Datetime True

KosinUser Int True

KosinProgram String True

Kosinbi Datetime True

TokuisakiYobiShort1 Int False

TokuisakiYobiShort2 Int False

TokuisakiYobiShort3 Int False

TokuisakiYobiInt1 Int False

TokuisakiYobiInt2 Int False

TokuisakiYobiInt3 Int False

TokuisakiYobiDecimal1 Decimal False

TokuisakiYobiDecimal2 Decimal False

TokuisakiYobiDecimal3 Decimal False

TokuisakiYobiString1 String False

TokuisakiYobiString2 String False

TokuisakiYobiString3 String False

IsTmsflg Int True

IsRmsflg Int True

IsXmsflg Int True

IsYmsflg Int True

IsDmsflg Int True

IsZeroflg Int True

AitesakiTorokuUser Int True

AitesakiTorokuProgram String True

AitesakiTorokubi Datetime True

AitesakiKosinUser Int True

AitesakiKosinProgram String True

AitesakiKosinbi Datetime True

AitesakiYobiShort1 Int False

AitesakiYobiInt1 Int False

AitesakiYobiDecimal1 Decimal False

AitesakiYobiString1 String False

AitesakiYobiString2 String False

AitesakiYobiString3 String False

SenpoTantosyaTorokuUser Int True

SenpoTantosyaTorokuProgram String True

SenpoTantosyaTorokubi Datetime True

SenpoTantosyaKosinUser Int True

SenpoTantosyaKosinProgram String True

SenpoTantosyaKosinbi Datetime True

SenpoTantosyaYobiShort1 Int False

SenpoTantosyaYobiInt1 Int False

SenpoTantosyaYobiDecimal1 Decimal False

SenpoTantosyaYobiString1 String False

SenpoTantosyaYobiString2 String False

SenpoTantosyaYobiString3 String False

SeikyuKikanTo Int True

SeikyuZandaka Decimal True

SeikyugoNyukin Decimal True

MiseikyuUriage Decimal True

ZandakaKosinbi Datetime True

OkurijyoYoshi Int False

KyujitsuTaio Int False

KyujitsuCalendarId Int False

BumonLockType Int True

SeikyugoNyukinMaeuke Decimal True

SeikyugoNyukinFurikae Decimal True

MaeukeZandaka Decimal True

JigyosyaBango String False

Invoice Registration Number. The filter will work with BEVersion=400.

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
TokuisakiCodeFrom String

TokuisakiCodeTo String

TokuisakiCodeList String

TokuisakiMei String

Jyusyo String

TokuisakiKubun1From String

TokuisakiKubun1To String

TokuisakiKubun2From String

TokuisakiKubun2To String

TokuisakiKubun3From String

TokuisakiKubun3To String

TokuisakiKubun4From String

TokuisakiKubun4To String

TokuisakiKubun5From String

TokuisakiKubun5To String

SyutantosyaFrom String

SyutantosyaTo String

SyuBumonFrom String

SyuBumonTo String

SeikyusakiCodeFrom String

SeikyusakiCodeTo String

SeikyuShimebiFrom Int

SeikyuShimebiTo Int

KosinbiFrom Datetime

KosinbiTo Datetime

OrderType Int

ParentFlg Int

BumonOutputType Int

HojinBangoFlg Int

Corporate identification number flag. The filter will work with BEVersion=400.

JigyosyaBangoFlg Int

Business Registration Number Flag. The filter will work with BEVersion=400.

PCA Sales Connector for CData Sync

MasterTokuisakiKubun

Usage information for the operation MasterTokuisakiKubun.rsd.

Columns

Name Type ReadOnly Description
KubunId Int False

TokuisakiKubunCode [KEY] String False

TokuisakiKubunMei String False

Kosinbi Datetime True

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
TokuisakiKubunCodeFrom String

TokuisakiKubunCodeTo String

PCA Sales Connector for CData Sync

MasterXms

Usage information for the operation MasterXms.rsd.

Columns

Name Type ReadOnly Description
BEVersion Int False

SyukasakiCode [KEY] String False

AitesakiId Int False

SyukasakiMei1 String False

SyukasakiMei2 String False

AitesakiKeisyo String False

KanaSakuin String False

YubinBango String False

Jyusyo1 String False

Jyusyo2 String False

AitesakiTelNo String False

AitesakiFaxNo String False

AitesakiMailAddress String False

KigyoCode1 String False

KigyoCode2 String False

HojinBango String False

SenpoTantosyaId Int False

SenpoTantosyaMei String False

TantoBusyo String False

Yakusyoku String False

SenpoTantosyaKeisyo String False

SenpoTantosyaTelNo String False

SenpoTantosyaFaxNo String False

KeitaiTelNo String False

SenpoTantosyaMailAddress String False

Syutantosya String False

SyuBumon String True

Comment String False

ShiyoKubun Int False

TorokuUser Int True

TorokuProgram String True

Torokubi Datetime True

KosinUser Int True

KosinProgram String True

Kosinbi Datetime True

SyukasakiYobiShort1 Int False

SyukasakiYobiInt1 Int False

SyukasakiYobiDecimal1 Decimal False

SyukasakiYobiString1 String False

SyukasakiYobiString2 String False

SyukasakiYobiString3 String False

IsTmsflg Int True

IsRmsflg Int True

IsXmsflg Int True

IsYmsflg Int True

IsDmsflg Int True

IsZeroflg Int True

AitesakiTorokuUser Int True

AitesakiTorokuProgram String True

AitesakiTorokubi Datetime True

AitesakiKosinUser Int True

AitesakiKosinProgram String True

AitesakiKosinbi Datetime True

AitesakiYobiShort1 Int False

AitesakiYobiInt1 Int False

AitesakiYobiDecimal1 Decimal False

AitesakiYobiString1 String False

AitesakiYobiString2 String False

AitesakiYobiString3 String False

SenpoTantosyaTorokuUser Int True

SenpoTantosyaTorokuProgram String True

SenpoTantosyaTorokubi Datetime True

SenpoTantosyaKosinUser Int True

SenpoTantosyaKosinProgram String True

SenpoTantosyaKosinbi Datetime True

SenpoTantosyaYobiShort1 Int False

SenpoTantosyaYobiInt1 Int False

SenpoTantosyaYobiDecimal1 Decimal False

SenpoTantosyaYobiString1 String False

SenpoTantosyaYobiString2 String False

SenpoTantosyaYobiString3 String False

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
SyukasakiCodeFrom String

SyukasakiCodeTo String

SyukasakiCodeList String

SyukasakiMei String

Jyusyo String

SyutantosyaFrom String

SyutantosyaTo String

SyuBumonFrom String

SyuBumonTo String

KosinbiFrom Datetime

KosinbiTo Datetime

OrderType Int

PCA Sales Connector for CData Sync

MasterYms

Usage information for the operation MasterYms.rsd.

Columns

Name Type ReadOnly Description
BEVersion Int False

ChokusosakiCode [KEY] String False

AitesakiId Int False

ChokusosakiMei1 String False

ChokusosakiMei2 String False

AitesakiKeisyo String False

KanaSakuin String False

YubinBango String False

Jyusyo1 String False

Jyusyo2 String False

AitesakiTelNo String False

AitesakiFaxNo String False

AitesakiMailAddress String False

KigyoCode1 String False

KigyoCode2 String False

HojinBango String False

SenpoTantosyaId Int False

SenpoTantosyaMei String False

TantoBusyo String False

Yakusyoku String False

SenpoTantosyaKeisyo String False

SenpoTantosyaTelNo String False

SenpoTantosyaFaxNo String False

KeitaiTelNo String False

SenpoTantosyaMailAddress String False

TokuisakiCode String False

Comment String False

ShiyoKubun Int False

TorokuUser Int True

TorokuProgram String True

Torokubi Datetime True

KosinUser Int True

KosinProgram String True

Kosinbi Datetime True

ChokusosakiYobiShort1 Int False

ChokusosakiYobiInt1 Int False

ChokusosakiYobiDecimal1 Decimal False

ChokusosakiYobiString1 String False

ChokusosakiYobiString2 String False

ChokusosakiYobiString3 String False

IsTmsflg Int True

IsRmsflg Int True

IsXmsflg Int True

IsYmsflg Int True

IsDmsflg Int True

IsZeroflg Int True

AitesakiTorokuUser Int True

AitesakiTorokuProgram String True

AitesakiTorokubi Datetime True

AitesakiKosinUser Int True

AitesakiKosinProgram String True

AitesakiKosinbi Datetime True

AitesakiYobiShort1 Int False

AitesakiYobiInt1 Int False

AitesakiYobiDecimal1 Decimal False

AitesakiYobiString1 String False

AitesakiYobiString2 String False

AitesakiYobiString3 String False

SenpoTantosyaTorokuUser Int True

SenpoTantosyaTorokuProgram String True

SenpoTantosyaTorokubi Datetime True

SenpoTantosyaKosinUser Int True

SenpoTantosyaKosinProgram String True

SenpoTantosyaKosinbi Datetime True

SenpoTantosyaYobiShort1 Int False

SenpoTantosyaYobiInt1 Int False

SenpoTantosyaYobiDecimal1 Decimal False

SenpoTantosyaYobiString1 String False

SenpoTantosyaYobiString2 String False

SenpoTantosyaYobiString3 String False

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
ChokusosakiCodeFrom String

ChokusosakiCodeTo String

ChokusosakiCodeList String

ChokusosakiMei String

Jyusyo String

TokuisakiCodeFrom String

TokuisakiCodeTo String

KosinbiFrom Datetime

KosinbiTo Datetime

OrderType Int

PCA Sales Connector for CData Sync

Views

Views are similar to tables in the way that data is represented; however, views are read-only.

Queries can be executed against a view as if it were a normal table.

PCA Sales Connector for CData Sync Views

Name Description
AreaUser Usage information for the operation AreaUser.rsd.
Bank Usage information for the operation Bank.rsd.
BankAccount Usage information for the operation BankAccount.rsd.
BankBranch Usage information for the operation BankBranch.rsd.
BikoRireki Usage information for the operation BikoRireki.rsd.
DataAreas Usage information for the operation DataAreas.rsd.
HolidayCalendar Usage information for the operation HolidayCalendar.rsd.
InputInfoLot Usage information for the operation InputInfoLot.rsd.
InputInfoRms Usage information for the operation InputInfoRms.rsd.
InputInfoSms Usage information for the operation InputInfoSms.rsd.
InputInfoSykk Usage information for the operation InputInfoSykk.rsd.
InputInfoTms Usage information for the operation InputInfoTms.rsd.
InputInfoXms Usage information for the operation InputInfoXms.rsd.
InputKNSD Usage information for the operation InputKNSD.rsd.
InputSettings Usage information for the operation InputSettings.rsd.
InputSYKK Usage information for the operation InputSYKK.rsd.
InputTEHD Usage information for the operation InputTEHD.rsd.
KihonJoho Usage information for the operation KihonJoho.rsd.
MasterBumonGroup Usage information for the operation MasterBumonGroup.rsd.
MasterBumonGroupNest Usage information for the operation MasterBumonGroupNest.rsd.
MasterCms Usage information for the operation MasterCms.rsd.
MasterFms Usage information for the operation MasterFms.rsd.
MasterKikanTanka Usage information for the operation MasterKikanTanka.rsd.
MasterKikanTankaDetail Usage information for the operation MasterKikanTankaDetail.rsd.
MasterShiresakiTanka Usage information for the operation MasterShiresakiTanka.rsd.
MasterSuryoKikanTanka Usage information for the operation MasterSuryoKikanTanka.rsd.
MasterSuryoKikanTankaDetail Usage information for the operation MasterSuryoKikanTankaDetail.rsd.
MasterSuryoTanka Usage information for the operation MasterSuryoTanka.rsd.
MasterSuryoTankaDetail Usage information for the operation MasterSuryoTankaDetail.rsd.
MasterTaniKikanTanka Usage information for the operation MasterTaniKikanTanka.rsd.
MasterTaniKikanTankaDetail Usage information for the operation MasterTaniKikanTankaDetail.rsd.
MasterTaniSuryoKikanTanka Usage information for the operation MasterTaniSuryoKikanTanka.rsd.
MasterTaniSuryoKikanTankaDetail Usage information for the operation MasterTaniSuryoKikanTankaDetail.rsd.
MasterTaniSuryoTanka Usage information for the operation MasterTaniSuryoTanka.rsd.
MasterTaniSuryoTankaDetail Usage information for the operation MasterTaniSuryoTankaDetail.rsd.
MasterTaniTanka Usage information for the operation MasterTaniTanka.rsd.
MasterTaniTankaDetail Usage information for the operation MasterTaniTankaDetail.rsd.
MasterTokuisakiKikanTanka Usage information for the operation MasterTokuisakiKikanTanka.rsd.
MasterTokuisakiKikanTankaDetail Usage information for the operation MasterTokuisakiKikanTankaDetail.rsd.
MasterTokuisakiSuryoKikanTanka Usage information for the operation MasterTokuisakiSuryoKikanTanka.rsd.
MasterTokuisakiSuryoKikanTankaDetail Usage information for the operation MasterTokuisakiSuryoKikanTankaDetail.rsd.
MasterTokuisakiSuryoTanka Usage information for the operation MasterTokuisakiSuryoTanka.rsd.
MasterTokuisakiSuryoTankaDetail Usage information for the operation MasterTokuisakiSuryoTankaDetail.rsd.
MasterTokuisakiTanka Usage information for the operation MasterTokuisakiTanka.rsd.
SakuinLot Usage information for the operation SakuinLot.rsd.
SlipApprove Usage information for the operation SlipApprove.rsd.
TekiyoRireki Usage information for the operation TekiyoRireki.rsd.
TorihikiJisseki Usage information for the operation TorihikiJisseki.rsd.
ZenkaiTanka Usage information for the operation ZenkaiTanka.rsd.

PCA Sales Connector for CData Sync

AreaUser

Usage information for the operation AreaUser.rsd.

Columns

Name Type Description
Id [KEY] Int
UserId String
NameCache String
Kosinbi Datetime

PCA Sales Connector for CData Sync

Bank

Usage information for the operation Bank.rsd.

Columns

Name Type Description
KinyuKikanId [KEY] Int
KinyuKikanCode String
KinyuKikanMei String
KinyuKikanMeiKana String
KinyuKikanKosinbi Datetime

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
KinyuKikanCodeFrom String
KinyuKikanCodeTo String

PCA Sales Connector for CData Sync

BankAccount

Usage information for the operation BankAccount.rsd.

Columns

Name Type Description
BEVersion Int
KozaId [KEY] Int
KozaCode String
KozaMei String
KinyuKikanId Int
ShitenId Int
KozaKosinbi Datetime

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
KozaCodeFrom String
KozaCodeTo String

PCA Sales Connector for CData Sync

BankBranch

Usage information for the operation BankBranch.rsd.

Columns

Name Type Description
ShitenId [KEY] Int
KinyuKikanId Int
MiseBango String
ShitenMei String
ShitenKosinbi Datetime

PCA Sales Connector for CData Sync

BikoRireki

Usage information for the operation BikoRireki.rsd.

Columns

Name Type Description
BEVersion Int
Biko String

PCA Sales Connector for CData Sync

DataAreas

Usage information for the operation DataAreas.rsd.

Columns

Name Type Description
Name [KEY] String
DataVersion String
CompanyCode String
CompanyName String
CompanyKana String
CompanyTerm Int
CompanyTermStart Date
CompanyTermEnd Date
CompanyType Int
CompanyKoyomi String
CompanyInt1 Int
CompanyInt2 Int
CompanyInt3 Int
CompanyInt4 Int
CompanyInt5 Int
CompanyString1 String
CompanyString2 String
CompanyString3 String
CompanyString4 String
CompanyString5 String
CompanyDescription String
CompanyChainId String
Status String
StatusDescription String
UpdateTime Datetime

PCA Sales Connector for CData Sync

HolidayCalendar

Usage information for the operation HolidayCalendar.rsd.

Columns

Name Type Description
KyujitsuCalendarId [KEY] Int
KyujitsuCalendarCode String
KyujitsuCalendarMei String
KyujitsuCalendarKosinbi Datetime

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
KyujitsuCalendarCodeFrom String
KyujitsuCalendarCodeTo String

PCA Sales Connector for CData Sync

InputInfoLot

Usage information for the operation InputInfoLot.rsd.

Columns

Name Type Description
BEVersion Int
LotId Int
LotNo String
LotYukoKigen Date
LotShiyoKubun Int
LotShireTanka Decimal
SyohinCode String

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
BaraSuryo Int
SokoCode String
Kijunbi Date
IsLotShireTanka Int
ShireTankaType Int
TaniKubun Int
TankaKeta Decimal
Irisu Int
ZeiRitsu Int
ZeikomiKubun Int
GenkaSyohizeiHasu Int

PCA Sales Connector for CData Sync

InputInfoRms

Usage information for the operation InputInfoRms.rsd.

Columns

Name Type Description
BEVersion Int
Status Int
ShiresakiCode String
AitesakiId Int
ShiresakiMei1 String
ShiresakiMei2 String
Jyusyo1 String
Jyusyo2 String
YubinBango String
TelNo String
FAXNo String
AitesakiKeisyo String
SenpoTantosyaKeisyo String
AitesakiMailAddress String
SenpoTantosyaMailAddress String
ZeiKansan Int
KingakuHasu Int
SyohizeiHasu Int
SyohizeiTsuchi Int
SeisanKikanTo Int
ShiharaiShimebi Int
ShiharaisakiCode String
SenpoTantosyaId Int
SenpoTantosyaMei String
BumonCode String
BumonMei String
BumonSoko String
TantosyaCode String
TantosyaMei String
ShiyoKubun Int
Comment String
KigyoCode1 String
KigyoCode2 String
Code String
ShiharaisakiJigyosyaKubun Int Payee Business Classification.
ShiharaisakiJigyosyaBango String Payee Business Registration Number.

PCA Sales Connector for CData Sync

InputInfoSms

Usage information for the operation InputInfoSms.rsd.

Columns

Name Type Description
BEVersion Int
Status Int
SyohinCode String
SystemKubun Int
MasterKubun Int
ZaikoKanri Int
ZeiKubun Int
ZeikomiKubun Int
TankaKeta Decimal
SuryoKeta Decimal
IrisuKeta Decimal
HakosuKeta Decimal
SyohinMei String
SyohinMei2 String
KikakuKataban String
Color String
Size String
SokoCode String
Irisu Decimal
Suryo Decimal
Tani String
Tanka Decimal
GenTanka Decimal
BaiTanka Decimal
HyojunKakaku Decimal
Keisanshiki Int
SyohinKomoku1 Decimal
SyohinKomoku2 Decimal
SyohinKomoku3 Decimal
ShiyoKubun Int
Comment String
ZeiRitsu Int
SuryoHasu Int
GenkaHasu Int
GenkaSyohizeiHasu Int
YukoKikanKaishi Date
YukoKikanSyuryo Date
TaniKubun Int
LotKanri Int
TorihikisakiCode String
DenpyoHizuke Date

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
SyohinMeiType Int
TankaType Int
ZeiKansan Int
SyohizeiHasu Int
GenkaType Int
ShireTankaType Int
GenkaHasuType Int
KingakuHasu Int
BumonSoko String
BaiTankaType Int
TekiyoBaikaNo Int
Kakeritsu Decimal
BaiTankaKansan Int

PCA Sales Connector for CData Sync

InputInfoSykk

Usage information for the operation InputInfoSykk.rsd.

Columns

Name Type Description
BEVersion Int
KessaikaisyaId Int
KessaikaisyaCode String
Kessaibi Date
KessaiFee Int
KessaiFeeZeiKubun Int
KessaiFeeTaxRate Int
KessaiFeeZeikomiKubun Int
Id String

PCA Sales Connector for CData Sync

InputInfoTms

Usage information for the operation InputInfoTms.rsd.

Columns

Name Type Description
BEVersion Int
Status Int
TokuisakiCode String
AitesakiId Int
TokuisakiMei1 String
TokuisakiMei2 String
Jyusyo1 String
Jyusyo2 String
YubinBango String
TelNo String
FAXNo String
AitesakiKeisyo String
SenpoTantosyaKeisyo String
AitesakiMailAddress String
SenpoTantosyaMailAddress String
TekiyoBaikaNo Int
Kakeritsu Decimal
Zeikansan Int
KingakuHasu Int
SyohizeiHasu Int
SyohizeiTsuchi Int
YoshinGendogaku Int
SeikyuKikanTo Int
SeikyuShimebi Int
UriagebiInji Int
NohinsyoYoshi Int
NohinsyoSyamei Int
SyogoKozaNo String
BaiTankaKansan Int
MisyuZandaka Decimal
SyatenCode String
StoreTorihikisakiCode String
SeikyusakiCode String
SenpoTantosyaId Int
SenpoTantosyaMei String
BumonCode String
BumonMei String
BumonSoko String
TantosyaCode String
TantosyaMei String
BunruiCode String
DenpyoKubun String
ShiyoKubun Int
Comment String
KigyoCode1 String
KigyoCode2 String
OkurijyoYoshi Int
Code String

PCA Sales Connector for CData Sync

InputInfoXms

Usage information for the operation InputInfoXms.rsd.

Columns

Name Type Description
BEVersion Int
SyukasakiCode String
AitesakiId Int
SyukasakiMei1 String
SyukasakiMei2 String
Jyusyo1 String
Jyusyo2 String
YubinBango String
TelNo String
FAXNo String
AitesakiKeisyo String
SenpoTantosyaKeisyo String
AitesakiMailAddress String
SenpoTantosyaMailAddress String
SenpoTantosyaId Int
SenpoTantosyaMei String
BumonCode String
BumonMei String
BumonSoko String
TantosyaCode String
TantosyaMei String
ShiyoKubun Int
Comment String
Code String

PCA Sales Connector for CData Sync

InputKNSD

Usage information for the operation InputKNSD.rsd.

Columns

Name Type Description
SyukaId Int
DenpyoNo Int
SyohinCode String
SyohinMei String
SyohinMei2 String
ZeiKubun Int
ZeikomiKubun Int
ZeiRitsu Int
TankaKeta Decimal
SuryoKeta Decimal
IrisuKeta Decimal
HakosuKeta Decimal
SokoCode String
Irisu Decimal
Hitsuyosu Decimal
Suryo Decimal
Tani String
Tanka Decimal
YobiShort1 Int
YobiShort2 Int
YobiShort3 Int
YobiInt1 Int
YobiInt2 Int
YobiInt3 Int
YobiDecimal1 Decimal
YobiDecimal2 Decimal
YobiDecimal3 Decimal
YobiString1 String
YobiString2 String
YobiString3 String
Kosinbi Datetime
LotId Int
LotNo String
LotYukoKigen Date

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
BEVersion Int
Id Int
IdFrom Int
IdTo Int
Denku Int
Shirebi Date
ShirebiFrom Date
ShirebiTo Date
DenpyoNoFrom Int
DenpyoNoTo Int
ShiresakiCode String
ShiresakiCodeFrom String
ShiresakiCodeTo String
ShiresakiMei String
ShiresakiHojinBango String
SyohinCodeFrom String
SyohinCodeTo String
DenpyoNo2 String
ProCode String
ProCodeFrom String
ProCodeTo String
ProMei String
SenpoTantosyaMei String
TantosyaCode String
TantosyaCodeFrom String
TantosyaCodeTo String
BumonCode String
BumonCodeFrom String
BumonCodeTo String
TekiyoCode String
TekiyoCodeFrom String
TekiyoCodeTo String
Tekiyo String
KikakuKataban String
Color String
Size String
Biko String
FusenCommentFlag Int
SyoninFlag Int
KosinUser Int
KosinbiFrom Datetime
KosinbiTo Datetime
OrderType Int
Direction Int
Seisanbi Date
SeisanbiFrom Date
SeisanbiTo Date
ShiresakiKubun1 String
ShiresakiKubun1From String
ShiresakiKubun1To String
ShiresakiKubun2 String
ShiresakiKubun2From String
ShiresakiKubun2To String
ShiresakiKubun3 String
ShiresakiKubun3From String
ShiresakiKubun3To String
ShiresakiKubun4 String
ShiresakiKubun4From String
ShiresakiKubun4To String
ShiresakiKubun5 String
ShiresakiKubun5From String
ShiresakiKubun5To String
ShiharaisakiCode String
ShiharaisakiCodeFrom String
ShiharaisakiCodeTo String
ShiharaisakiMei String
ShiharaisakiHojinBango String
ChumonNo Int
ChumonNoFrom Int
ChumonNoTo Int
SokoCodeFrom String
SokoCodeTo String
IrisuFrom Int
IrisuTo Int
Hakosu Int
HakosuFrom Int
HakosuTo Int
SuryoFrom Int
SuryoTo Int
TankaFrom Int
TankaTo Int
Kingaku Int
KingakuFrom Int
KingakuTo Int
SyohinKomoku1 Int
SyohinKomoku1From Int
SyohinKomoku1To Int
SyohinKomoku2 Int
SyohinKomoku2From Int
SyohinKomoku2To Int
SyohinKomoku3 Int
SyohinKomoku3From Int
SyohinKomoku3To Int
ShireKomoku1 Int
ShireKomoku1From Int
ShireKomoku1To Int
ShireKomoku2 Int
ShireKomoku2From Int
ShireKomoku2To Int
ShireKomoku3 Int
ShireKomoku3From Int
ShireKomoku3To Int
ShiharaizumiFlag Int
ShiharaiYoteibi Date
ShiharaiYoteibiFrom Date
ShiharaiYoteibiTo Date
TehaiNo Int
TehaiNoFrom Int
TehaiNoTo Int
TaniKubunFlag Int
LotNoFrom String
LotNoTo String
BumonOutputType Int
BumonGroupCode String

PCA Sales Connector for CData Sync

InputSettings

Usage information for the operation InputSettings.rsd.

Columns

Name Type Description
BEVersion Int
InputMITSettings String
InputJUCSettings String
InputSYKSettings String
InputNKNSettings String
InputHACSettings String
InputNYKSettings String
InputSKNSettings String
InputURISettings String
InputTEHSettings String
InputKNSSettings String
InputMITSettings_DefaultNonyuKijitsu String
InputMITSettings_DefaultNonyuBasyo String
InputMITSettings_DefaultShiharaiHoho String
InputMITSettings_DefaultYukoKigen String
InputMITSettings_TantosyaType Int
InputMITSettings_BumonType Int
InputMITSettings_SyohinMeiType Int
InputMITSettings_TankaType Int
InputMITSettings_GenkaType Int
InputMITSettings_ShireTankaType Int
InputMITSettings_BaiTankaType Int
InputJUCSettings_TantosyaType Int
InputJUCSettings_BumonType Int
InputJUCSettings_SyohinMeiType Int
InputJUCSettings_TankaType Int
InputJUCSettings_GenkaType Int
InputJUCSettings_ShireTankaType Int
InputJUCSettings_IsLotShireTanka String
InputJUCSettings_HachuMarkType Int
InputJUCSettings_BaiTankaType Int
InputSYKSettings_DefaultDenku Int
InputSYKSettings_TantosyaType Int
InputSYKSettings_BumonType Int
InputSYKSettings_SyohinMeiType Int
InputSYKSettings_TankaType Int
InputSYKSettings_GenkaType Int
InputSYKSettings_ShireTankaType Int
InputSYKSettings_IsLotShireTanka String
InputSYKSettings_NyukaMarkType Int
InputSYKSettings_BaiTankaType Int
InputNKNSettings_DefaultKamoku Int
InputHACSettings_TantosyaType Int
InputHACSettings_BumonType Int
InputHACSettings_SyohinMeiType Int
InputHACSettings_TankaType Int
InputNYKSettings_DefaultShireKamoku Int
InputNYKSettings_DefaultDenku Int
InputNYKSettings_TantosyaType Int
InputNYKSettings_BumonType Int
InputNYKSettings_SyohinMeiType Int
InputNYKSettings_TankaType Int
InputSKNSettings_DefaultShireKamoku Int
InputURISettings_ZeiKeisanType Int
InputURISettings_TantosyaType Int
InputURISettings_BumonType Int
InputTEHSettings_ShizaiMeiType Int
InputTEHSettings_TankaType Int
InputKNSSettings_DefaultDenku Int
InputKNSSettings_TantosyaType Int
InputKNSSettings_BumonType Int
InputKNSSettings_SyohinMeiType Int
InputKNSSettings_TankaType Int

PCA Sales Connector for CData Sync

InputSYKK

Usage information for the operation InputSYKK.rsd.

Columns

Name Type Description
HeaderId Int
KessaikaisyaId Int
KessaikaisyaCode String
KessaikaisyaMei1 String
KessaikaisyaMei2 String
Kessaibi Date
KessaiFee Int
KessaiFeeZeiKubun Int
KessaiFeeTaxRate Int
KessaiFeeZeikomiKubun Int
KessaiFeeSotoZeigaku Int
KessaiFeeUchiZeigaku Int
KessaiTekiyoCode String
KessaiTekiyo String

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
BEVersion Int
Id Int
IdFrom Int
IdTo Int
Denku Int
Uriagebi Date
UriagebiFrom Date
UriagebiTo Date
DenpyoNo Int
DenpyoNoFrom Int
DenpyoNoTo Int
TokuisakiCode String
TokuisakiCodeFrom String
TokuisakiCodeTo String
TokuisakiMei String
TokuisakiHojinBango String
SyohinCode String
SyohinCodeFrom String
SyohinCodeTo String
SyohinMei String
SyohinMei2 String
DenpyoNo2 String
ProCode String
ProCodeFrom String
ProCodeTo String
ProMei String
SenpoTantosyaMei String
TantosyaCode String
TantosyaCodeFrom String
TantosyaCodeTo String
BumonCode String
BumonCodeFrom String
BumonCodeTo String
TekiyoCode String
TekiyoCodeFrom String
TekiyoCodeTo String
Tekiyo String
KikakuKataban String
Color String
Size String
Biko String
FusenCommentFlag Int
SyoninFlag Int
KosinUser Int
KosinbiFrom Datetime
KosinbiTo Datetime
OrderType Int
Direction Int
Seikyubi Date
SeikyubiFrom Date
SeikyubiTo Date
TokuisakiKubun1 String
TokuisakiKubun1From String
TokuisakiKubun1To String
TokuisakiKubun2 String
TokuisakiKubun2From String
TokuisakiKubun2To String
TokuisakiKubun3 String
TokuisakiKubun3From String
TokuisakiKubun3To String
TokuisakiKubun4 String
TokuisakiKubun4From String
TokuisakiKubun4To String
TokuisakiKubun5 String
TokuisakiKubun5From String
TokuisakiKubun5To String
SeikyusakiCode String
SeikyusakiCodeFrom String
SeikyusakiCodeTo String
SeikyusakiMei String
SeikyusakiHojinBango String
MitsumoriNo Int
MitsumoriNoFrom Int
MitsumoriNoTo Int
JuchuNo Int
JuchuNoFrom Int
JuchuNoTo Int
ChokusosakiCode String
ChokusosakiCodeFrom String
ChokusosakiCodeTo String
ChokusosakiMei String
ChokusosakiHojinBango String
SokoCode String
SokoCodeFrom String
SokoCodeTo String
Ku Int
Irisu Int
IrisuFrom Int
IrisuTo Int
Hakosu Int
HakosuFrom Int
HakosuTo Int
Suryo Int
SuryoFrom Int
SuryoTo Int
Tanka Int
TankaFrom Int
TankaTo Int
GenTanka Int
GenTankaFrom Int
GenTankaTo Int
BaiTanka Int
BaiTankaFrom Int
BaiTankaTo Int
Kingaku Int
KingakuFrom Int
KingakuTo Int
Genka Int
GenkaFrom Int
GenkaTo Int
BaikaKingaku Int
BaikaKingakuFrom Int
BaikaKingakuTo Int
SyohinKomoku1 Int
SyohinKomoku1From Int
SyohinKomoku1To Int
SyohinKomoku2 Int
SyohinKomoku2From Int
SyohinKomoku2To Int
SyohinKomoku3 Int
SyohinKomoku3From Int
SyohinKomoku3To Int
UriageKomoku1 Int
UriageKomoku1From Int
UriageKomoku1To Int
UriageKomoku2 Int
UriageKomoku2From Int
UriageKomoku2To Int
UriageKomoku3 Int
UriageKomoku3From Int
UriageKomoku3To Int
NyukinzumiFlag Int
KaisyuYoteibi Date
KaisyuYoteibiFrom Date
KaisyuYoteibiTo Date
ZeiRitsu Int
TaniKubunFlag Int
LotNo String
LotNoFrom String
LotNoTo String
BumonOutputType Int
BumonGroupCode String
KessaikaisyaCodeFrom String
KessaikaisyaCodeTo String
KessaikaisyaMei String
KessaibiFrom Date
KessaibiTo Date
KessaiFeeFrom Int
KessaiFeeTo Int
KessaiTekiyoCodeFrom String
KessaiTekiyoCodeTo String

PCA Sales Connector for CData Sync

InputTEHD

Usage information for the operation InputTEHD.rsd.

Columns

Name Type Description
BumonLockType Int
HachuId Int
TehaiEdaban Int
ChumonNo Int
Noki Date
SyohinCode String
SyohinMei String
SyohinMei2 String
ZeiKubun Int
ZeikomiKubun Int
ZeiRitsu Int
TankaKeta Decimal
SuryoKeta Decimal
IrisuKeta Decimal
HakosuKeta Decimal
SokoCode String
Irisu Decimal
Tani String
Hitsuyosu Decimal
Suryo Decimal
KoseiSuryo Decimal
Tanka Decimal
HachusakiCode String
AitesakiId Int
HachusakiMei1 String
HachusakiMei2 String
Jyusyo1 String
Jyusyo2 String
YubinBango String
TelNo String
FAXNo String
Keisyo String
MailAddress String
HachusakiHojinBango String
SpotAitesakiId Int
SenpoTantosyaId Int
SenpoTantosyaMei String
NyukazumiFlag Int
NyukaRuikei Decimal
YobiShort1 Int
YobiShort2 Int
YobiShort3 Int
YobiInt1 Int
YobiInt2 Int
YobiInt3 Int
YobiDecimal1 Decimal
YobiDecimal2 Decimal
YobiDecimal3 Decimal
YobiString1 String
YobiString2 String
YobiString3 String
Kosinbi Datetime
HachusakiJigyosyaBango String Ordering Company Business Registration No.

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
BEVersion Int
Id Int
IdFrom Int
IdTo Int
Hachubi Date
HachubiFrom Date
HachubiTo Date
NokiFrom Date
NokiTo Date
TehaiNo Int
TehaiNoFrom Int
TehaiNoTo Int
SeihinCode String
SeihinCodeFrom String
SeihinCodeTo String
SeihinMei String
SeihinMei2 String
TantosyaCode String
TantosyaCodeFrom String
TantosyaCodeTo String
BumonCode String
BumonCodeFrom String
BumonCodeTo String
ProCode String
ProCodeFrom String
ProCodeTo String
ProMei String
SeihinSokoCode String
SeihinSokoCodeFrom String
SeihinSokoCodeTo String
KosinUser Int
KosinbiFrom Datetime
KosinbiTo Datetime
OrderType Int
Direction Int
BumonOutputType Int

PCA Sales Connector for CData Sync

KihonJoho

Usage information for the operation KihonJoho.rsd.

Columns

Name Type Description
BEVersion Int
CompanyCode [KEY] String
CompanyName String
CompanyNameKana String
RyoikiMei String
CompanyYubinBango String
CompanyJyusyo1 String
CompanyJyusyo2 String
CompanyJyusyo1Kana String
CompanyJyusyo2Kana String
CompanyTel String
CompanyFax String
HojinBango String
DensaiNetUserNo String
Koyomi Int
NyuryokuKikanFrom Date
NyuryokuKikanTo Date
YearKeta Int
Kisyubi Date
GetsujiShimekiriKon Int
GetsujiShimekiriKan Int
GenkaHasu Int
ZaikoShimekiribi Date
ZaikoKanri Int
ZaikoHyouka Int
ZaikoHasu Int
SyohinKeta Int
TokuisakiKeta Int
ChokusosakiKeta Int
KessaikaisyaKeta Int
SyukasakiKeta Int
ShiresakiKeta Int
BumonKeta Int
TantosyaKeta Int
SyohinKubunKeta Int
TokuisakiKubunKeta Int
ShiresakiKubunKeta Int
TekiyoKeta Int
SokoKeta Int
DenpyoNoKeta Int
SyohinKubun1Mei String
SyohinKubun2Mei String
SyohinKubun3Mei String
SyohinKubun4Mei String
SyohinKubun5Mei String
TokuisakiKubun1Mei String
TokuisakiKubun2Mei String
TokuisakiKubun3Mei String
TokuisakiKubun4Mei String
TokuisakiKubun5Mei String
ShiresakiKubun1Mei String
ShiresakiKubun2Mei String
ShiresakiKubun3Mei String
ShiresakiKubun4Mei String
ShiresakiKubun5Mei String
TaniMei String
IrisuMei String
HakosuMei String
KikakuMei String
ColorMei String
SizeMei String
SyohinCode2Mei String
SyohinCode3Mei String
SyohinMei2Mei String
ProjectMei String
MitsumoriNo2Mei String
JuchuNo2Mei String
UriageNo2Mei String
ChumonNo2Mei String
ShireNo2Mei String
CompCode1Mei String
CompCode2Mei String
Keisyo1 String
Keisyo2 String
Keisyo3 String
Keisyo4 String
Keisyo5 String
Keisyo6 String
Keisyo7 String
Keisyo8 String
Keisyo9 String
SyohinKomoku1Mei String
SyohinKomoku2Mei String
SyohinKomoku3Mei String
UriageKomoku1Mei String
UriageKomoku2Mei String
UriageKomoku3Mei String
ShireKomoku1Mei String
ShireKomoku2Mei String
ShireKomoku3Mei String
TaniKubun1Mei String
TaniKubun2Mei String
TaniKubun3Mei String
TaniKubun4Mei String
TaniKubun5Mei String
SyohinKomoku1SyosuKeta Decimal
SyohinKomoku2SyosuKeta Decimal
SyohinKomoku3SyosuKeta Decimal
UriageKomoku1SyosuKeta Decimal
UriageKomoku2SyosuKeta Decimal
UriageKomoku3SyosuKeta Decimal
ShireKomoku1SyosuKeta Decimal
ShireKomoku2SyosuKeta Decimal
ShireKomoku3SyosuKeta Decimal
SyohinKomoku1Gokei Int
SyohinKomoku2Gokei Int
SyohinKomoku3Gokei Int
UriageKomoku1Gokei Int
UriageKomoku2Gokei Int
UriageKomoku3Gokei Int
ShireKomoku1Gokei Int
ShireKomoku2Gokei Int
ShireKomoku3Gokei Int
CantUpdSei Int
CantUpdZaikoShimekiri Int
MyApproval Int
UpdDelay Int
CantUpdGenkaware Int
CantUpdRiekiritsu Decimal
SaiteiRiekiritsu Decimal
CantUpdYoshingendo Int
YoshingendoLine Decimal
GenkawareCheckMitsumori Int
GenkawareCheckJuchu Int
GenkawareCheckUriage Int
RiekiritsuCheckMitsumori Decimal
RiekiritsuCheckJuchu Decimal
RiekiritsuCheckUriage Decimal
YoshingendoCheckMitsumori Int
YoshingendoCheckJuchu Int
YoshingendoCheckUriage Int
ZaikowareCheckMitsumori Int
ZaikowareCheckJuchu Int
ZaikowareCheckUriage Int
ZaikowareCheckSyuka Int
ZaikowareCheckFurikae Int
ZaikowareCheckKarisyuka Int
ZaikowareLine Decimal
DenpyoFuban Int
MitsumoriSaisyuDenpyoNo Int
JuchuSaisyuDenpyoNo Int
UriageSaisyuDenpyoNo Int
UriageKaridenSaisyuDenpyoNo Int
UriageKeiyakuSaisyuDenpyoNo Int
NyukinSaisyuDenpyoNo Int
ChumonSaisyuDenpyoNo Int
ChumonsyoSaisyuDenpyoNo Int
TehaiSaisyuDenpyoNo Int
ShireSaisyuDenpyoNo Int
ShireKeiyakuSaisyuDenpyoNo Int
ShiharaiSaisyuDenpyoNo Int
SyukaSaisyuDenpyoNo Int
KariSyukaSaisyuDenpyoNo Int
FurikaeSaisyuDenpyoNo Int
AzukarihinSaisyuDenpyoNo Int
UriageDenpyoNoDuplication Int
NyukinDenpyoNoDuplication Int
ShireDenpyoNoDuplication Int
ShiharaiDenpyoNoDuplication Int
UriageDenpyoNoFubanHoho Int
NyukinDenpyoNoFubanHoho Int
ShireDenpyoNoFubanHoho Int
ShiharaiDenpyoNoFubanHoho Int
UriageDenpyoNoFubanKijun Int
NyukinDenpyonoFubanKijun Int
ShireDenpyoNoFubanKijun Int
ShiharaiDenpyoNoFubanKijun Int
KihonJohoKosinRireki Int
SyohinMasterKosinRireki Int
ChokusosakiMasterKosinRireki Int
TokuisakiMasterKosinRireki Int
KessaikaisyaMasterKosinRireki Int
TokuisakiBetsuTankaMasterKosinRireki Int
KikanTankaMasterKosinRireki Int
TokuisakiBetsuKikanTankaMasterKosinRireki Int
SuryoBetsuTankaMasterKosinRireki Int
TokuisakiBetsuSuryoBetsuTankaMasterKosinRireki Int
SuryoBetsuKikanTankaMasterKosinRireki Int
TokuisakiBetsuSuryoBetsuKikanTankaMasterKosinRireki Int
TaniBetsuTankaMasterKosinRireki Int
TaniBetsuKikanTankaMasterKosinRireki Int
TaniBetsuSuryoBetsuTankaMasterKosinRireki Int
TaniBetsuSuryoBetsuKikanTankaMasterKosinRireki Int
ShiresakiMasterKosinRireki Int
SyukasakiMasterKosinRireki Int
ZaikoMasterKosinRireki Int
ShiresakiBetsuTankaMasterKosinRireki Int
MitsumoriDenpyoKosinRireki Int
JuchuDenpyoKosinRireki Int
UriageDenpyoKosinRireki Int
NyukinDenpyoKosinRireki Int
KobetsuHachuDenpyoKosinRireki Int
IkatsuHachuDenpyoKosinRireki Int
ShireDenpyoKosinRireki Int
KanseiDenpyoKosinRireki Int
ShiharaiDenpyoKosinRireki Int
SyukaDenpyoKosinRireki Int
KariSyukaDenpyoKosinRireki Int
FurikaeDenpyoKosinRireki Int
AzukarihinDenpyoKosinRireki Int
TaxRate String
SeikyuHasuChoseiHoho Int
DaihyoKozaNo String
ZeiHasuKurai Int
ZandakaShimekiribi Date
ZaikoKikanFrom Date
ZaikoKikanTo Date
RyoikiSakuseibi Date
ZaikoShimekiriSyoribi Date
ZaikoKikanSyoribi Date
ZaikoKikanSyoriJikan Int
DataSakujobi Date
KanyusyaMei String
ToiawasesakiTelNo String
ConveniInji Int
MakerCode String
KanriCode String
KigyoCode String
KigyoJoho1 Int
KigyoJoho1NiniSetei String
KigyoJoho2 Int
KigyoJoho2NiniSetei String
ShiharaiKigen Int
ShiharaiKijitsu Int
HonInsatsuPassword String
YubinInji Int
ChokinJimuSenterJusho String
YubinKozaBango1 String
YubinKozaBango2 String
YubinKozaBango3 String
ShiseiSyoninBango1 String
ShiseiSyoninBango2 String
ConveniPasswordFlg Int
YubinPasswordFlg Int
RendoZeiritsuJuchu Int
RendoZeiritsuUriage Int
RendoZeiritsuShire Int
RendoNo2Juchu Int
RendoNo2Uriage Int
RendoNo2Shire Int
RendoTekiyoJuchu Int
RendoTekiyoUriage Int
RendoTekiyoShire Int
RendoProjectJuchu Int
RendoProjectUriage Int
RendoProjectShire Int
RendoFusenJuchu Int
RendoFusenUriage Int
RendoFusenShire Int
LotKanriOption Int
LotNoKeta Int
LotFirstInFirstOutJuc Int
LotFirstInFirstOutSyk Int
LotFirstInFirstOutUri Int
LotFirstInFirstOutPar Int
TankaShiyoTokuisakiBetsuSuryoBetsuKikanTanka Int
TankaShiyoSuryoBetsuKikanTanka Int
TankaShiyoTokuisakiBetsuSuryoBetsuTanka Int
TankaShiyoSuryoBetsuTanka Int
TankaShiyoTokuisakiBetsuKikanTanka Int
TankaShiyoKikanTanka Int
TankaShiyoTokuisakiBetsuTanka Int
TankaShiyoShiresakiBetsuTanka Int
AkadenKu Int
AkadenTekiyo Int
AkadenSyohinKomoku1 Int
AkadenSyohinKomoku2 Int
AkadenSyohinKomoku3 Int
AkadenUriageKomoku1 Int
AkadenUriageKomoku2 Int
AkadenUriageKomoku3 Int
AkadenShireKomoku1 Int
AkadenShireKomoku2 Int
AkadenShireKomoku3 Int
ZeiritsuUchiwakeOutputOrder Int
ZeiritsuUchiwakeHyoki Int
ZeiritsuUchiwakePercent Int
ZeiritsuUchiwakeKeigenZeiritsuMark Int
ZeiritsuUchiwakeSyosu Int
ZeiritsuUchiwakeOutputHikazei Int

PCA Sales Connector for CData Sync

MasterBumonGroup

Usage information for the operation MasterBumonGroup.rsd.

Columns

Name Type Description
BEVersion Int
BumonGroupId [KEY] Int
BumonGroupCode String
BumonGroupMei String
Kosinbi Datetime
MasterBumonGroupNestList String

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
BumonOutputType Int

PCA Sales Connector for CData Sync

MasterBumonGroupNest

Usage information for the operation MasterBumonGroupNest.rsd.

Columns

Name Type Description
BumonGroupId Int
BelongBumonType Int
BelongBumonGroupId Int
BelongBumonCode String
Kosinbi Datetime
BelongBumonLockType Int

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
BEVersion Int
BumonGroupCode String
BumonOutputType Int

PCA Sales Connector for CData Sync

MasterCms

Usage information for the operation MasterCms.rsd.

Columns

Name Type Description
BEVersion Int
AitesakiId [KEY] Int
IsTmsflg Int
IsRmsflg Int
IsXmsflg Int
IsYmsflg Int
IsDmsflg Int
IsZeroflg Int
AitesakiMei1 String
AitesakiMei2 String
KanaSakuin String
Keisyo String
YubinBango String
Jyusyo1 String
Jyusyo2 String
TelNo String
FaxNo String
MailAddress String
TorokuUser Int
TorokuProgram String
Torokubi Datetime
KosinUser Int
KosinProgram String
Kosinbi Datetime
YobiShort1 Int
YobiInt1 Int
YobiDecimal1 Decimal
YobiString1 String
YobiString2 String
YobiString3 String
KigyoCode1 String
KigyoCode2 String
HojinBango String
Comment String
JigyosyaKubun Int Business Classification.
JigyosyaBango String Invoice Registration Number.

PCA Sales Connector for CData Sync

MasterFms

Usage information for the operation MasterFms.rsd.

Columns

Name Type Description
BEVersion Int
SenpoTantosyaId [KEY] Int
AitesakiId Int
SenpoTantosyaMei String
TantoBusyo String
Yakusyoku String
Keisyo String
TelNo String
FaxNo String
KeitaiTelNo String
MailAddress String
TorokuUser Int
TorokuProgram String
Torokubi Datetime
KosinUser Int
KosinProgram String
Kosinbi Datetime
YobiShort1 Int
YobiInt1 Int
YobiDecimal1 Decimal
YobiString1 String
YobiString2 String
YobiString3 String

PCA Sales Connector for CData Sync

MasterKikanTanka

Usage information for the operation MasterKikanTanka.rsd.

Columns

Name Type Description
BEVersion Int
MasterKikanTankaHeader String
MasterKikanTankaDetailList String
MasterKikanTankaHeader_KikanTankaCode String
MasterKikanTankaHeader_KikanTankaMei String
MasterKikanTankaHeader_YukoKikanKaishi Date
MasterKikanTankaHeader_YukoKikanSyuryo Date
MasterKikanTankaHeader_TorokuUser Int
MasterKikanTankaHeader_TorokuProgram String
MasterKikanTankaHeader_Torokubi Datetime
MasterKikanTankaHeader_KosinUser Int
MasterKikanTankaHeader_KosinProgram String
MasterKikanTankaHeader_Kosinbi Datetime
MasterKikanTankaHeader_YobiShort1 Int
MasterKikanTankaHeader_YobiInt1 Int
MasterKikanTankaHeader_YobiDecimal1 Decimal
MasterKikanTankaHeader_YobiString1 String

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
KikanTankaCodeFrom String
KikanTankaCodeTo String
YukoKikanKaishiFrom Date
YukoKikanKaishiTo Date
YukoKikanSyuryoFrom Date
YukoKikanSyuryoTo Date
SyohinCode String
SyohinCodeFrom String
SyohinCodeTo String
SyohinMei String
SyohinKubun1 String
SyohinKubun1From String
SyohinKubun1To String
SyohinKubun2 String
SyohinKubun2From String
SyohinKubun2To String
SyohinKubun3 String
SyohinKubun3From String
SyohinKubun3To String
SyohinKubun4 String
SyohinKubun4From String
SyohinKubun4To String
SyohinKubun5 String
SyohinKubun5From String
SyohinKubun5To String

PCA Sales Connector for CData Sync

MasterKikanTankaDetail

Usage information for the operation MasterKikanTankaDetail.rsd.

Columns

Name Type Description
KikanTankaCode String
SyohinCode String
SyohinMei String
TankaKeta Decimal
ShiyoKubun Int
SystemKubun Int
MasterKubun Int
Tanka Int
Genka Int
Baika1 Int
Baika2 Int
Baika3 Int
Baika4 Int
Baika5 Int
ShireTanka Int
KakeritsuKeisan Int
YobiShort1 Int
YobiInt1 Int
YobiDecimal1 Decimal
YobiString1 String
TorokuUser Int
TorokuProgram String
Torokubi Datetime
KosinUser Int
KosinProgram String
Kosinbi Datetime

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
KikanTankaCodeFrom String
KikanTankaCodeTo String
KikanTankaMei String
YukoKikanKaishi Date
YukoKikanKaishiFrom Date
YukoKikanKaishiTo Date
YukoKikanSyuryo Date
YukoKikanSyuryoFrom Date
YukoKikanSyuryoTo Date
SyohinCodeFrom String
SyohinCodeTo String
SyohinKubun1 String
SyohinKubun1From String
SyohinKubun1To String
SyohinKubun2 String
SyohinKubun2From String
SyohinKubun2To String
SyohinKubun3 String
SyohinKubun3From String
SyohinKubun3To String
SyohinKubun4 String
SyohinKubun4From String
SyohinKubun4To String
SyohinKubun5 String
SyohinKubun5From String
SyohinKubun5To String

PCA Sales Connector for CData Sync

MasterShiresakiTanka

Usage information for the operation MasterShiresakiTanka.rsd.

Columns

Name Type Description
BEVersion Int
ShiresakiCode String
ShiresakiMei1 String
ShiresakiMei2 String
JisyaSyohinCode String
SyohinMei String
MasterKubun Int
TankaKeta Decimal
ShiyoKubun Int
SenpoSyohinCode String
Tanka Int
TorokuUser Int
TorokuProgram String
Torokubi Datetime
KosinUser Int
KosinProgram String
Kosinbi Datetime
YobiShort1 Int
YobiInt1 Int
YobiDecimal1 Decimal
BumonLockType Int

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
ShiresakiCodeFrom String
ShiresakiCodeTo String
ShiresakiMei String
ShiresakiKubun1 String
ShiresakiKubun1From String
ShiresakiKubun1To String
ShiresakiKubun2 String
ShiresakiKubun2From String
ShiresakiKubun2To String
ShiresakiKubun3 String
ShiresakiKubun3From String
ShiresakiKubun3To String
ShiresakiKubun4 String
ShiresakiKubun4From String
ShiresakiKubun4To String
ShiresakiKubun5 String
ShiresakiKubun5From String
ShiresakiKubun5To String
SyohinCode String
SyohinCodeFrom String
SyohinCodeTo String
SyohinKubun1 String
SyohinKubun1From String
SyohinKubun1To String
SyohinKubun2 String
SyohinKubun2From String
SyohinKubun2To String
SyohinKubun3 String
SyohinKubun3From String
SyohinKubun3To String
SyohinKubun4 String
SyohinKubun4From String
SyohinKubun4To String
SyohinKubun5 String
SyohinKubun5From String
SyohinKubun5To String
OrderType Int
BumonOutputType Int

PCA Sales Connector for CData Sync

MasterSuryoKikanTanka

Usage information for the operation MasterSuryoKikanTanka.rsd.

Columns

Name Type Description
BEVersion Int
MasterSuryoKikanTankaPeriod String
MasterSuryoKikanTankaHeader String
MasterSuryoKikanTankaDetailList String
MasterSuryoKikanTankaPeriod_KikanTankaCode String
MasterSuryoKikanTankaPeriod_KikanTankaMei String
MasterSuryoKikanTankaPeriod_YukoKikanKaishi Date
MasterSuryoKikanTankaPeriod_YukoKikanSyuryo Date
MasterSuryoKikanTankaPeriod_TorokuUser Int
MasterSuryoKikanTankaPeriod_TorokuProgram String
MasterSuryoKikanTankaPeriod_Torokubi Datetime
MasterSuryoKikanTankaPeriod_KosinUser Int
MasterSuryoKikanTankaPeriod_KosinProgram String
MasterSuryoKikanTankaPeriod_Kosinbi Datetime
MasterSuryoKikanTankaHeader_Id Int
MasterSuryoKikanTankaHeader_KikanTankaCode String
MasterSuryoKikanTankaHeader_SyohinCode String
MasterSuryoKikanTankaHeader_KakeritsuKeisan Int
MasterSuryoKikanTankaHeader_TorokuUser Int
MasterSuryoKikanTankaHeader_TorokuProgram String
MasterSuryoKikanTankaHeader_Torokubi Datetime
MasterSuryoKikanTankaHeader_KosinUser Int
MasterSuryoKikanTankaHeader_KosinProgram String
MasterSuryoKikanTankaHeader_Kosinbi Datetime
MasterSuryoKikanTankaHeader_SyohinMei String
MasterSuryoKikanTankaHeader_Tani String
MasterSuryoKikanTankaHeader_SystemKubun Int
MasterSuryoKikanTankaHeader_MasterKubun Int
MasterSuryoKikanTankaHeader_TankaKeta Decimal
MasterSuryoKikanTankaHeader_SuryoKeta Decimal
MasterSuryoKikanTankaHeader_ShiyoKubun Int
MasterSuryoKikanTankaHeader_YukoKikanKaishi Date
MasterSuryoKikanTankaHeader_YukoKikanSyuryo Date

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
KikanTankaCodeFrom String
KikanTankaCodeTo String
YukoKikanKaishiFrom Date
YukoKikanKaishiTo Date
YukoKikanSyuryoFrom Date
YukoKikanSyuryoTo Date
SyohinCodeFrom String
SyohinCodeTo String
SyohinKubun1 String
SyohinKubun1From String
SyohinKubun1To String
SyohinKubun2 String
SyohinKubun2From String
SyohinKubun2To String
SyohinKubun3 String
SyohinKubun3From String
SyohinKubun3To String
SyohinKubun4 String
SyohinKubun4From String
SyohinKubun4To String
SyohinKubun5 String
SyohinKubun5From String
SyohinKubun5To String

PCA Sales Connector for CData Sync

MasterSuryoKikanTankaDetail

Usage information for the operation MasterSuryoKikanTankaDetail.rsd.

Columns

Name Type Description
HeaderId Int
Edaban Int
Suryo Int
HyojunKakaku Int
Genka Int
Baika1 Int
Baika2 Int
Baika3 Int
Baika4 Int
Baika5 Int
ShireTanka Int

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
KikanTankaCode String
KikanTankaCodeFrom String
KikanTankaCodeTo String
KikanTankaMei String
YukoKikanKaishi Date
YukoKikanKaishiFrom Date
YukoKikanKaishiTo Date
YukoKikanSyuryo Date
YukoKikanSyuryoFrom Date
YukoKikanSyuryoTo Date
SyohinCode String
SyohinCodeFrom String
SyohinCodeTo String
SyohinMei String
SyohinKubun1 String
SyohinKubun1From String
SyohinKubun1To String
SyohinKubun2 String
SyohinKubun2From String
SyohinKubun2To String
SyohinKubun3 String
SyohinKubun3From String
SyohinKubun3To String
SyohinKubun4 String
SyohinKubun4From String
SyohinKubun4To String
SyohinKubun5 String
SyohinKubun5From String
SyohinKubun5To String

PCA Sales Connector for CData Sync

MasterSuryoTanka

Usage information for the operation MasterSuryoTanka.rsd.

Columns

Name Type Description
BEVersion Int
MasterSuryoTankaHeader String
MasterSuryoTankaDetailList String
MasterSuryoTankaHeader_Id Int
MasterSuryoTankaHeader_SyohinCode String
MasterSuryoTankaHeader_KakeritsuKeisan Int
MasterSuryoTankaHeader_TorokuUser Int
MasterSuryoTankaHeader_TorokuProgram String
MasterSuryoTankaHeader_Torokubi Datetime
MasterSuryoTankaHeader_KosinUser Int
MasterSuryoTankaHeader_KosinProgram String
MasterSuryoTankaHeader_Kosinbi Datetime
MasterSuryoTankaHeader_SyohinMei String
MasterSuryoTankaHeader_Tani String
MasterSuryoTankaHeader_SystemKubun Int
MasterSuryoTankaHeader_MasterKubun Int
MasterSuryoTankaHeader_TankaKeta Decimal
MasterSuryoTankaHeader_SuryoKeta Decimal
MasterSuryoTankaHeader_ShiyoKubun Int
MasterSuryoTankaHeader_YukoKikanKaishi Date
MasterSuryoTankaHeader_YukoKikanSyuryo Date

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
SyohinCodeFrom String
SyohinCodeTo String
SyohinKubun1 String
SyohinKubun1From String
SyohinKubun1To String
SyohinKubun2 String
SyohinKubun2From String
SyohinKubun2To String
SyohinKubun3 String
SyohinKubun3From String
SyohinKubun3To String
SyohinKubun4 String
SyohinKubun4From String
SyohinKubun4To String
SyohinKubun5 String
SyohinKubun5From String
SyohinKubun5To String

PCA Sales Connector for CData Sync

MasterSuryoTankaDetail

Usage information for the operation MasterSuryoTankaDetail.rsd.

Columns

Name Type Description
HeaderId Int
Edaban Int
Suryo Int
HyojunKakaku Int
Genka Int
Baika1 Int
Baika2 Int
Baika3 Int
Baika4 Int
Baika5 Int
ShireTanka Int

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
SyohinCode String
SyohinCodeFrom String
SyohinCodeTo String
SyohinMei String
SyohinKubun1 String
SyohinKubun1From String
SyohinKubun1To String
SyohinKubun2 String
SyohinKubun2From String
SyohinKubun2To String
SyohinKubun3 String
SyohinKubun3From String
SyohinKubun3To String
SyohinKubun4 String
SyohinKubun4From String
SyohinKubun4To String
SyohinKubun5 String
SyohinKubun5From String
SyohinKubun5To String

PCA Sales Connector for CData Sync

MasterTaniKikanTanka

Usage information for the operation MasterTaniKikanTanka.rsd.

Columns

Name Type Description
BEVersion Int
MasterTaniKikanTankaPeriod String
MasterTaniKikanTankaHeader String
MasterTaniKikanTankaDetailList String
MasterTaniKikanTankaPeriod_KikanTankaCode String
MasterTaniKikanTankaPeriod_KikanTankaMei String
MasterTaniKikanTankaPeriod_YukoKikanKaishi Date
MasterTaniKikanTankaPeriod_YukoKikanSyuryo Date
MasterTaniKikanTankaPeriod_TorokuUser Int
MasterTaniKikanTankaPeriod_TorokuProgram String
MasterTaniKikanTankaPeriod_Torokubi Datetime
MasterTaniKikanTankaPeriod_KosinUser Int
MasterTaniKikanTankaPeriod_KosinProgram String
MasterTaniKikanTankaPeriod_Kosinbi Datetime
MasterTaniKikanTankaPeriod_YobiShort1 Int
MasterTaniKikanTankaPeriod_YobiInt1 Int
MasterTaniKikanTankaPeriod_YobiDecimal1 Decimal
MasterTaniKikanTankaPeriod_YobiString1 String
MasterTaniKikanTankaHeader_KikanTankaCode String
MasterTaniKikanTankaHeader_SyohinCode String
MasterTaniKikanTankaHeader_SyohinMei String
MasterTaniKikanTankaHeader_SystemKubun Int
MasterTaniKikanTankaHeader_TankaKeta Decimal
MasterTaniKikanTankaHeader_ShiyoKubun Int
MasterTaniKikanTankaHeader_YukoKikanKaishi Date
MasterTaniKikanTankaHeader_YukoKikanSyuryo Date

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
KikanTankaCodeFrom String
KikanTankaCodeTo String
YukoKikanKaishiFrom Date
YukoKikanKaishiTo Date
YukoKikanSyuryoFrom Date
YukoKikanSyuryoTo Date
SyohinCodeFrom String
SyohinCodeTo String
SyohinKubun1 String
SyohinKubun1From String
SyohinKubun1To String
SyohinKubun2 String
SyohinKubun2From String
SyohinKubun2To String
SyohinKubun3 String
SyohinKubun3From String
SyohinKubun3To String
SyohinKubun4 String
SyohinKubun4From String
SyohinKubun4To String
SyohinKubun5 String
SyohinKubun5From String
SyohinKubun5To String

PCA Sales Connector for CData Sync

MasterTaniKikanTankaDetail

Usage information for the operation MasterTaniKikanTankaDetail.rsd.

Columns

Name Type Description
KikanTankaCode String
SyohinCode String
TaniKubun Int
KakeritsuKeisan Int
HyojunKakaku Int
Genka Int
Baika1 Int
Baika2 Int
Baika3 Int
Baika4 Int
Baika5 Int
ShireTanka Int
TorokuUser Int
TorokuProgram String
Torokubi Datetime
KosinUser Int
KosinProgram String
Kosinbi Datetime
YobiShort1 Int
YobiInt1 Int
YobiDecimal1 Decimal
YobiString1 String

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
KikanTankaCodeFrom String
KikanTankaCodeTo String
KikanTankaMei String
YukoKikanKaishi Date
YukoKikanKaishiFrom Date
YukoKikanKaishiTo Date
YukoKikanSyuryo Date
YukoKikanSyuryoFrom Date
YukoKikanSyuryoTo Date
SyohinCodeFrom String
SyohinCodeTo String
SyohinMei String
SyohinKubun1 String
SyohinKubun1From String
SyohinKubun1To String
SyohinKubun2 String
SyohinKubun2From String
SyohinKubun2To String
SyohinKubun3 String
SyohinKubun3From String
SyohinKubun3To String
SyohinKubun4 String
SyohinKubun4From String
SyohinKubun4To String
SyohinKubun5 String
SyohinKubun5From String
SyohinKubun5To String

PCA Sales Connector for CData Sync

MasterTaniSuryoKikanTanka

Usage information for the operation MasterTaniSuryoKikanTanka.rsd.

Columns

Name Type Description
BEVersion Int
MasterTaniSuryoKikanTankaPeriod String
MasterTaniSuryoKikanTankaHeader String
MasterTaniSuryoKikanTankaDetailList String
MasterTaniSuryoKikanTankaPeriod_KikanTankaCode String
MasterTaniSuryoKikanTankaPeriod_KikanTankaMei String
MasterTaniSuryoKikanTankaPeriod_YukoKikanKaishi Date
MasterTaniSuryoKikanTankaPeriod_YukoKikanSyuryo Date
MasterTaniSuryoKikanTankaPeriod_TorokuUser Int
MasterTaniSuryoKikanTankaPeriod_TorokuProgram String
MasterTaniSuryoKikanTankaPeriod_Torokubi Datetime
MasterTaniSuryoKikanTankaPeriod_KosinUser Int
MasterTaniSuryoKikanTankaPeriod_KosinProgram String
MasterTaniSuryoKikanTankaPeriod_Kosinbi Datetime
MasterTaniSuryoKikanTankaHeader_Id Int
MasterTaniSuryoKikanTankaHeader_KikanTankaCode String
MasterTaniSuryoKikanTankaHeader_SyohinCode String
MasterTaniSuryoKikanTankaHeader_KakeritsuKeisan Int
MasterTaniSuryoKikanTankaHeader_TorokuUser Int
MasterTaniSuryoKikanTankaHeader_TorokuProgram String
MasterTaniSuryoKikanTankaHeader_Torokubi Datetime
MasterTaniSuryoKikanTankaHeader_KosinUser Int
MasterTaniSuryoKikanTankaHeader_KosinProgram String
MasterTaniSuryoKikanTankaHeader_Kosinbi Datetime
MasterTaniSuryoKikanTankaHeader_SyohinMei String
MasterTaniSuryoKikanTankaHeader_Tani String
MasterTaniSuryoKikanTankaHeader_SystemKubun Int
MasterTaniSuryoKikanTankaHeader_TankaKeta Decimal
MasterTaniSuryoKikanTankaHeader_SuryoKeta Decimal
MasterTaniSuryoKikanTankaHeader_ShiyoKubun Int
MasterTaniSuryoKikanTankaHeader_YukoKikanKaishi Date
MasterTaniSuryoKikanTankaHeader_YukoKikanSyuryo Date

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
KikanTankaCodeFrom String
KikanTankaCodeTo String
YukoKikanKaishiFrom Date
YukoKikanKaishiTo Date
YukoKikanSyuryoFrom Date
YukoKikanSyuryoTo Date
SyohinCodeFrom String
SyohinCodeTo String
SyohinKubun1 String
SyohinKubun1From String
SyohinKubun1To String
SyohinKubun2 String
SyohinKubun2From String
SyohinKubun2To String
SyohinKubun3 String
SyohinKubun3From String
SyohinKubun3To String
SyohinKubun4 String
SyohinKubun4From String
SyohinKubun4To String
SyohinKubun5 String
SyohinKubun5From String
SyohinKubun5To String

PCA Sales Connector for CData Sync

MasterTaniSuryoKikanTankaDetail

Usage information for the operation MasterTaniSuryoKikanTankaDetail.rsd.

Columns

Name Type Description
HeaderId Int
Edaban Int
TaniKubun Int
Suryo Int
HyojunKakaku Int
Genka Int
Baika1 Int
Baika2 Int
Baika3 Int
Baika4 Int
Baika5 Int
ShireTanka Int

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
KikanTankaCode String
KikanTankaCodeFrom String
KikanTankaCodeTo String
KikanTankaMei String
YukoKikanKaishi Date
YukoKikanKaishiFrom Date
YukoKikanKaishiTo Date
YukoKikanSyuryo Date
YukoKikanSyuryoFrom Date
YukoKikanSyuryoTo Date
SyohinCode String
SyohinCodeFrom String
SyohinCodeTo String
SyohinMei String
SyohinKubun1 String
SyohinKubun1From String
SyohinKubun1To String
SyohinKubun2 String
SyohinKubun2From String
SyohinKubun2To String
SyohinKubun3 String
SyohinKubun3From String
SyohinKubun3To String
SyohinKubun4 String
SyohinKubun4From String
SyohinKubun4To String
SyohinKubun5 String
SyohinKubun5From String
SyohinKubun5To String

PCA Sales Connector for CData Sync

MasterTaniSuryoTanka

Usage information for the operation MasterTaniSuryoTanka.rsd.

Columns

Name Type Description
BEVersion Int
MasterTaniSuryoTankaHeader String
MasterTaniSuryoTankaDetailList String
MasterTaniSuryoTankaHeader_Id Int
MasterTaniSuryoTankaHeader_SyohinCode String
MasterTaniSuryoTankaHeader_KakeritsuKeisan Int
MasterTaniSuryoTankaHeader_TorokuUser Int
MasterTaniSuryoTankaHeader_TorokuProgram String
MasterTaniSuryoTankaHeader_Torokubi Datetime
MasterTaniSuryoTankaHeader_KosinUser Int
MasterTaniSuryoTankaHeader_KosinProgram String
MasterTaniSuryoTankaHeader_Kosinbi Datetime
MasterTaniSuryoTankaHeader_SyohinMei String
MasterTaniSuryoTankaHeader_Tani String
MasterTaniSuryoTankaHeader_SystemKubun Int
MasterTaniSuryoTankaHeader_TankaKeta Decimal
MasterTaniSuryoTankaHeader_SuryoKeta Decimal
MasterTaniSuryoTankaHeader_ShiyoKubun Int
MasterTaniSuryoTankaHeader_YukoKikanKaishi Date
MasterTaniSuryoTankaHeader_YukoKikanSyuryo Date

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
SyohinCodeFrom String
SyohinCodeTo String
SyohinKubun1 String
SyohinKubun1From String
SyohinKubun1To String
SyohinKubun2 String
SyohinKubun2From String
SyohinKubun2To String
SyohinKubun3 String
SyohinKubun3From String
SyohinKubun3To String
SyohinKubun4 String
SyohinKubun4From String
SyohinKubun4To String
SyohinKubun5 String
SyohinKubun5From String
SyohinKubun5To String

PCA Sales Connector for CData Sync

MasterTaniSuryoTankaDetail

Usage information for the operation MasterTaniSuryoTankaDetail.rsd.

Columns

Name Type Description
HeaderId Int
Edaban Int
TaniKubun Int
Suryo Int
HyojunKakaku Int
Genka Int
Baika1 Int
Baika2 Int
Baika3 Int
Baika4 Int
Baika5 Int
ShireTanka Int

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
SyohinCode String
SyohinCodeFrom String
SyohinCodeTo String
SyohinMei String
SyohinKubun1 String
SyohinKubun1From String
SyohinKubun1To String
SyohinKubun2 String
SyohinKubun2From String
SyohinKubun2To String
SyohinKubun3 String
SyohinKubun3From String
SyohinKubun3To String
SyohinKubun4 String
SyohinKubun4From String
SyohinKubun4To String
SyohinKubun5 String
SyohinKubun5From String
SyohinKubun5To String

PCA Sales Connector for CData Sync

MasterTaniTanka

Usage information for the operation MasterTaniTanka.rsd.

Columns

Name Type Description
BEVersion Int
MasterTaniTankaHeader String
MasterTaniTankaDetailList String
MasterTaniTankaHeader_SyohinCode String
MasterTaniTankaHeader_SyohinMei String
MasterTaniTankaHeader_SystemKubun Int
MasterTaniTankaHeader_TankaKeta Decimal
MasterTaniTankaHeader_ShiyoKubun Int
MasterTaniTankaHeader_YukoKikanKaishi Date
MasterTaniTankaHeader_YukoKikanSyuryo Date

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
SyohinCodeFrom String
SyohinCodeTo String
SyohinKubun1 String
SyohinKubun1From String
SyohinKubun1To String
SyohinKubun2 String
SyohinKubun2From String
SyohinKubun2To String
SyohinKubun3 String
SyohinKubun3From String
SyohinKubun3To String
SyohinKubun4 String
SyohinKubun4From String
SyohinKubun4To String
SyohinKubun5 String
SyohinKubun5From String
SyohinKubun5To String

PCA Sales Connector for CData Sync

MasterTaniTankaDetail

Usage information for the operation MasterTaniTankaDetail.rsd.

Columns

Name Type Description
SyohinCode String
TaniKubun Int
ZeiKubun Int
ZeikomiKubun Int
HyojunKakaku Int
Genka Int
Baika1 Int
Baika2 Int
Baika3 Int
Baika4 Int
Baika5 Int
ShireTanka Int
TorokuUser Int
TorokuProgram String
Torokubi Datetime
KosinUser Int
KosinProgram String
Kosinbi Datetime
YobiShort1 Int
YobiInt1 Int
YobiDecimal1 Decimal

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
SyohinCodeFrom String
SyohinCodeTo String
SyohinMei String
SyohinKubun1 String
SyohinKubun1From String
SyohinKubun1To String
SyohinKubun2 String
SyohinKubun2From String
SyohinKubun2To String
SyohinKubun3 String
SyohinKubun3From String
SyohinKubun3To String
SyohinKubun4 String
SyohinKubun4From String
SyohinKubun4To String
SyohinKubun5 String
SyohinKubun5From String
SyohinKubun5To String

PCA Sales Connector for CData Sync

MasterTokuisakiKikanTanka

Usage information for the operation MasterTokuisakiKikanTanka.rsd.

Columns

Name Type Description
BEVersion Int
MasterTokuisakiKikanTankaHeader String
MasterTokuisakiKikanTankaDetailList String
MasterTokuisakiKikanTankaHeader_TokuisakiKikanTankaCode String
MasterTokuisakiKikanTankaHeader_TokuisakiKikanTankaMei String
MasterTokuisakiKikanTankaHeader_YukoKikanKaishi Date
MasterTokuisakiKikanTankaHeader_YukoKikanSyuryo Date
MasterTokuisakiKikanTankaHeader_TorokuUser Int
MasterTokuisakiKikanTankaHeader_TorokuProgram String
MasterTokuisakiKikanTankaHeader_Torokubi Datetime
MasterTokuisakiKikanTankaHeader_KosinUser Int
MasterTokuisakiKikanTankaHeader_KosinProgram String
MasterTokuisakiKikanTankaHeader_Kosinbi Datetime

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
TokuisakiKikanTankaCodeFrom String
TokuisakiKikanTankaCodeTo String
YukoKikanKaishiFrom Date
YukoKikanKaishiTo Date
YukoKikanSyuryoFrom Date
YukoKikanSyuryoTo Date
TokuisakiCode String
TokuisakiCodeFrom String
TokuisakiCodeTo String
TokuisakiMei String
TokuisakiKubun1 String
TokuisakiKubun1From String
TokuisakiKubun1To String
TokuisakiKubun2 String
TokuisakiKubun2From String
TokuisakiKubun2To String
TokuisakiKubun3 String
TokuisakiKubun3From String
TokuisakiKubun3To String
TokuisakiKubun4 String
TokuisakiKubun4From String
TokuisakiKubun4To String
TokuisakiKubun5 String
TokuisakiKubun5From String
TokuisakiKubun5To String
SyohinCode String
SyohinCodeFrom String
SyohinCodeTo String
SyohinMei String
SyohinKubun1 String
SyohinKubun1From String
SyohinKubun1To String
SyohinKubun2 String
SyohinKubun2From String
SyohinKubun2To String
SyohinKubun3 String
SyohinKubun3From String
SyohinKubun3To String
SyohinKubun4 String
SyohinKubun4From String
SyohinKubun4To String
SyohinKubun5 String
SyohinKubun5From String
SyohinKubun5To String
OrderType Int
BumonOutputType Int

PCA Sales Connector for CData Sync

MasterTokuisakiKikanTankaDetail

Usage information for the operation MasterTokuisakiKikanTankaDetail.rsd.

Columns

Name Type Description
TokuisakiKikanTankaCode String
TokuisakiCode String
TokuisakiMei1 String
TokuisakiMei2 String
SyohinCode String
SyohinMei String
Tanka Int
MasterKubun Int
TankaKeta Decimal
YukoKikanKaishi Date
YukoKikanSyuryo Date
ShiyoKubun Int
BumonLockType Int

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
BEVersion Int
TokuisakiKikanTankaCodeFrom String
TokuisakiKikanTankaCodeTo String
TokuisakiKikanTankaMei String
YukoKikanKaishiFrom Date
YukoKikanKaishiTo Date
YukoKikanSyuryoFrom Date
YukoKikanSyuryoTo Date
TokuisakiCodeFrom String
TokuisakiCodeTo String
TokuisakiMei String
TokuisakiKubun1 String
TokuisakiKubun1From String
TokuisakiKubun1To String
TokuisakiKubun2 String
TokuisakiKubun2From String
TokuisakiKubun2To String
TokuisakiKubun3 String
TokuisakiKubun3From String
TokuisakiKubun3To String
TokuisakiKubun4 String
TokuisakiKubun4From String
TokuisakiKubun4To String
TokuisakiKubun5 String
TokuisakiKubun5From String
TokuisakiKubun5To String
SyohinCodeFrom String
SyohinCodeTo String
SyohinKubun1 String
SyohinKubun1From String
SyohinKubun1To String
SyohinKubun2 String
SyohinKubun2From String
SyohinKubun2To String
SyohinKubun3 String
SyohinKubun3From String
SyohinKubun3To String
SyohinKubun4 String
SyohinKubun4From String
SyohinKubun4To String
SyohinKubun5 String
SyohinKubun5From String
SyohinKubun5To String
OrderType Int
BumonOutputType Int

PCA Sales Connector for CData Sync

MasterTokuisakiSuryoKikanTanka

Usage information for the operation MasterTokuisakiSuryoKikanTanka.rsd.

Columns

Name Type Description
BEVersion Int
MasterTokuisakiSuryoKikanTankaPeriod String
MasterTokuisakiSuryoKikanTankaHeader String
MasterTokuisakiSuryoKikanTankaDetailList String
MasterTokuisakiSuryoKikanTankaPeriod_KikanTankaCode String
MasterTokuisakiSuryoKikanTankaPeriod_KikanTankaMei String
MasterTokuisakiSuryoKikanTankaPeriod_YukoKikanKaishi Date
MasterTokuisakiSuryoKikanTankaPeriod_YukoKikanSyuryo Date
MasterTokuisakiSuryoKikanTankaPeriod_TorokuUser Int
MasterTokuisakiSuryoKikanTankaPeriod_TorokuProgram String
MasterTokuisakiSuryoKikanTankaPeriod_Torokubi Datetime
MasterTokuisakiSuryoKikanTankaPeriod_KosinUser Int
MasterTokuisakiSuryoKikanTankaPeriod_KosinProgram String
MasterTokuisakiSuryoKikanTankaPeriod_Kosinbi Datetime
MasterTokuisakiSuryoKikanTankaHeader_Id Int
MasterTokuisakiSuryoKikanTankaHeader_KikanTankaCode String
MasterTokuisakiSuryoKikanTankaHeader_TokuisakiCode String
MasterTokuisakiSuryoKikanTankaHeader_SyohinCode String
MasterTokuisakiSuryoKikanTankaHeader_TorokuUser Int
MasterTokuisakiSuryoKikanTankaHeader_TorokuProgram String
MasterTokuisakiSuryoKikanTankaHeader_Torokubi Datetime
MasterTokuisakiSuryoKikanTankaHeader_KosinUser Int
MasterTokuisakiSuryoKikanTankaHeader_KosinProgram String
MasterTokuisakiSuryoKikanTankaHeader_Kosinbi Datetime
MasterTokuisakiSuryoKikanTankaHeader_TokuisakiMei1 String
MasterTokuisakiSuryoKikanTankaHeader_TokuisakiMei2 String
MasterTokuisakiSuryoKikanTankaHeader_SyohinMei String
MasterTokuisakiSuryoKikanTankaHeader_Tani String
MasterTokuisakiSuryoKikanTankaHeader_SystemKubun Int
MasterTokuisakiSuryoKikanTankaHeader_MasterKubun Int
MasterTokuisakiSuryoKikanTankaHeader_TankaKeta Decimal
MasterTokuisakiSuryoKikanTankaHeader_SuryoKeta Decimal
MasterTokuisakiSuryoKikanTankaHeader_ShiyoKubun Int
MasterTokuisakiSuryoKikanTankaHeader_YukoKikanKaishi Date
MasterTokuisakiSuryoKikanTankaHeader_YukoKikanSyuryo Date
MasterTokuisakiSuryoKikanTankaHeader_BumonLockType Int

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
KikanTankaCodeFrom String
KikanTankaCodeTo String
YukoKikanKaishiFrom Date
YukoKikanKaishiTo Date
YukoKikanSyuryoFrom Date
YukoKikanSyuryoTo Date
TokuisakiCodeFrom String
TokuisakiCodeTo String
TokuisakiMei String
TokuisakiKubun1 String
TokuisakiKubun1From String
TokuisakiKubun1To String
TokuisakiKubun2 String
TokuisakiKubun2From String
TokuisakiKubun2To String
TokuisakiKubun3 String
TokuisakiKubun3From String
TokuisakiKubun3To String
TokuisakiKubun4 String
TokuisakiKubun4From String
TokuisakiKubun4To String
TokuisakiKubun5 String
TokuisakiKubun5From String
TokuisakiKubun5To String
SyohinCodeFrom String
SyohinCodeTo String
SyohinKubun1 String
SyohinKubun1From String
SyohinKubun1To String
SyohinKubun2 String
SyohinKubun2From String
SyohinKubun2To String
SyohinKubun3 String
SyohinKubun3From String
SyohinKubun3To String
SyohinKubun4 String
SyohinKubun4From String
SyohinKubun4To String
SyohinKubun5 String
SyohinKubun5From String
SyohinKubun5To String
OrderType Int
BumonOutputType Int

PCA Sales Connector for CData Sync

MasterTokuisakiSuryoKikanTankaDetail

Usage information for the operation MasterTokuisakiSuryoKikanTankaDetail.rsd.

Columns

Name Type Description
HeaderId Int
Edaban Int
Suryo Int
Tanka Int

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
BEVersion Int
KikanTankaCode String
KikanTankaCodeFrom String
KikanTankaCodeTo String
KikanTankaMei String
YukoKikanKaishi Date
YukoKikanKaishiFrom Date
YukoKikanKaishiTo Date
YukoKikanSyuryo Date
YukoKikanSyuryoFrom Date
YukoKikanSyuryoTo Date
TokuisakiCode String
TokuisakiCodeFrom String
TokuisakiCodeTo String
TokuisakiMei String
TokuisakiKubun1 String
TokuisakiKubun1From String
TokuisakiKubun1To String
TokuisakiKubun2 String
TokuisakiKubun2From String
TokuisakiKubun2To String
TokuisakiKubun3 String
TokuisakiKubun3From String
TokuisakiKubun3To String
TokuisakiKubun4 String
TokuisakiKubun4From String
TokuisakiKubun4To String
TokuisakiKubun5 String
TokuisakiKubun5From String
TokuisakiKubun5To String
SyohinCode String
SyohinCodeFrom String
SyohinCodeTo String
SyohinMei String
SyohinKubun1 String
SyohinKubun1From String
SyohinKubun1To String
SyohinKubun2 String
SyohinKubun2From String
SyohinKubun2To String
SyohinKubun3 String
SyohinKubun3From String
SyohinKubun3To String
SyohinKubun4 String
SyohinKubun4From String
SyohinKubun4To String
SyohinKubun5 String
SyohinKubun5From String
SyohinKubun5To String
OrderType Int
BumonOutputType Int

PCA Sales Connector for CData Sync

MasterTokuisakiSuryoTanka

Usage information for the operation MasterTokuisakiSuryoTanka.rsd.

Columns

Name Type Description
BEVersion Int
MasterTokuisakiSuryoTankaHeader String
MasterTokuisakiSuryoTankaDetailList String
MasterTokuisakiSuryoTankaHeader_Id Int
MasterTokuisakiSuryoTankaHeader_TokuisakiCode String
MasterTokuisakiSuryoTankaHeader_SyohinCode String
MasterTokuisakiSuryoTankaHeader_TorokuUser Int
MasterTokuisakiSuryoTankaHeader_TorokuProgram String
MasterTokuisakiSuryoTankaHeader_Torokubi Datetime
MasterTokuisakiSuryoTankaHeader_KosinUser Int
MasterTokuisakiSuryoTankaHeader_KosinProgram String
MasterTokuisakiSuryoTankaHeader_Kosinbi Datetime
MasterTokuisakiSuryoTankaHeader_TokuisakiMei1 String
MasterTokuisakiSuryoTankaHeader_TokuisakiMei2 String
MasterTokuisakiSuryoTankaHeader_SyohinMei String
MasterTokuisakiSuryoTankaHeader_Tani String
MasterTokuisakiSuryoTankaHeader_SystemKubun Int
MasterTokuisakiSuryoTankaHeader_MasterKubun Int
MasterTokuisakiSuryoTankaHeader_TankaKeta Decimal
MasterTokuisakiSuryoTankaHeader_SuryoKeta Decimal
MasterTokuisakiSuryoTankaHeader_ShiyoKubun Int
MasterTokuisakiSuryoTankaHeader_YukoKikanKaishi Date
MasterTokuisakiSuryoTankaHeader_YukoKikanSyuryo Date
MasterTokuisakiSuryoTankaHeader_BumonLockType Int

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
TokuisakiCodeFrom String
TokuisakiCodeTo String
TokuisakiMei String
TokuisakiKubun1 String
TokuisakiKubun1From String
TokuisakiKubun1To String
TokuisakiKubun2 String
TokuisakiKubun2From String
TokuisakiKubun2To String
TokuisakiKubun3 String
TokuisakiKubun3From String
TokuisakiKubun3To String
TokuisakiKubun4 String
TokuisakiKubun4From String
TokuisakiKubun4To String
TokuisakiKubun5 String
TokuisakiKubun5From String
TokuisakiKubun5To String
SyohinCodeFrom String
SyohinCodeTo String
SyohinKubun1 String
SyohinKubun1From String
SyohinKubun1To String
SyohinKubun2 String
SyohinKubun2From String
SyohinKubun2To String
SyohinKubun3 String
SyohinKubun3From String
SyohinKubun3To String
SyohinKubun4 String
SyohinKubun4From String
SyohinKubun4To String
SyohinKubun5 String
SyohinKubun5From String
SyohinKubun5To String
OrderType Int
BumonOutputType Int

PCA Sales Connector for CData Sync

MasterTokuisakiSuryoTankaDetail

Usage information for the operation MasterTokuisakiSuryoTankaDetail.rsd.

Columns

Name Type Description
HeaderId Int
Edaban Int
Suryo Int
Tanka Int

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
BEVersion Int
TokuisakiCode String
TokuisakiCodeFrom String
TokuisakiCodeTo String
TokuisakiMei String
TokuisakiKubun1 String
TokuisakiKubun1From String
TokuisakiKubun1To String
TokuisakiKubun2 String
TokuisakiKubun2From String
TokuisakiKubun2To String
TokuisakiKubun3 String
TokuisakiKubun3From String
TokuisakiKubun3To String
TokuisakiKubun4 String
TokuisakiKubun4From String
TokuisakiKubun4To String
TokuisakiKubun5 String
TokuisakiKubun5From String
TokuisakiKubun5To String
SyohinCode String
SyohinCodeFrom String
SyohinCodeTo String
SyohinMei String
SyohinKubun1 String
SyohinKubun1From String
SyohinKubun1To String
SyohinKubun2 String
SyohinKubun2From String
SyohinKubun2To String
SyohinKubun3 String
SyohinKubun3From String
SyohinKubun3To String
SyohinKubun4 String
SyohinKubun4From String
SyohinKubun4To String
SyohinKubun5 String
SyohinKubun5From String
SyohinKubun5To String
OrderType Int
BumonOutputType Int

PCA Sales Connector for CData Sync

MasterTokuisakiTanka

Usage information for the operation MasterTokuisakiTanka.rsd.

Columns

Name Type Description
BEVersion Int
TokuisakiCode String
TokuisakiMei1 String
TokuisakiMei2 String
JisyaSyohinCode String
SyohinMei String
MasterKubun Int
TankaKeta Decimal
ShiyoKubun Int
SenpoSyohinCode String
Tanka Int
TorokuUser Int
TorokuProgram String
Torokubi Datetime
KosinUser Int
KosinProgram String
Kosinbi Datetime
YobiShort1 Int
YobiInt1 Int
YobiDecimal1 Decimal
BumonLockType Int

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
TokuisakiCodeFrom String
TokuisakiCodeTo String
TokuisakiMei String
TokuisakiKubun1 String
TokuisakiKubun1From String
TokuisakiKubun1To String
TokuisakiKubun2 String
TokuisakiKubun2From String
TokuisakiKubun2To String
TokuisakiKubun3 String
TokuisakiKubun3From String
TokuisakiKubun3To String
TokuisakiKubun4 String
TokuisakiKubun4From String
TokuisakiKubun4To String
TokuisakiKubun5 String
TokuisakiKubun5From String
TokuisakiKubun5To String
SyohinCode String
SyohinCodeFrom String
SyohinCodeTo String
SyohinKubun1 String
SyohinKubun1From String
SyohinKubun1To String
SyohinKubun2 String
SyohinKubun2From String
SyohinKubun2To String
SyohinKubun3 String
SyohinKubun3From String
SyohinKubun3To String
SyohinKubun4 String
SyohinKubun4From String
SyohinKubun4To String
SyohinKubun5 String
SyohinKubun5From String
SyohinKubun5To String
OrderType Int
BumonOutputType Int

PCA Sales Connector for CData Sync

SakuinLot

Usage information for the operation SakuinLot.rsd.

Columns

Name Type Description
BEVersion Int
LotId Int
LotNo String
YukoKigen Date
GenZaikosu Int
JuchuZansu Int
YukoZaikosu Int
KariSyukaZansu Int
SaisyuNyukabi Date
SuryoKeta Decimal
ShireGenka Int
TankaKeta Decimal
SyohinCode String
SokoCode String

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
WithoutProhibition Int
WithoutYukoZaikoNashi Int
WithoutYukoKigenGire Int
Kijunbi Date
SakuinKankei Int
LotNoFrom String
LotNoTo String
YukoKigenFrom Date
YukoKigenTo Date

PCA Sales Connector for CData Sync

SlipApprove

Usage information for the operation SlipApprove.rsd.

Columns

Name Type Description
BEVersion Int
UriageKamoku Int
ShireKamoku Int
HeaderId Int
DenpyoHizuke Int
Hizuke2 Int
DenpyoNo Int
Denku Int
MJKubun Int
MJNo Int
Seiyaku Int
TorihikisakiCode String
TorihikisakiMei1 String
TorihikisakiMei2 String
Tantosya String
TantosyaMei String
Bumon String
BumonMei String
SyohinCode String
SyohinMei String
Kikaku String
Kingaku Int
Arari Int
Riekiritsu Decimal
Genkin Int
Kogite Int
Furikomi Int
Tegata Int
Sosai Int
Nebiki Int
Sonota Int
Densai Int
TegataKijitsu Int
TegataNo String
ShiharaiKijitsu Int
KirokuNo String
SyukaSoko String
SyukaSokoMei String
NyukaSoko String
NyukaSokoMei String
SuryoKeta Decimal
SyukkaSuryo Int
ModoriSuryo Int
ZanSuryo Int
SyoninFlag Int
SyoninUser Int
Syoninbi Int

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
InquiryDenpyo String
FusenCommentFlag String
DenbiFrom Int
DenbiTo Int
DennoFrom Int
DennoTo Int
BumonCalcType Int
BumonGroupCode String
SyuBumon String
Syutantosya String
InputFrom Int
InputTo Int
NyuryokuUser Int

PCA Sales Connector for CData Sync

TekiyoRireki

Usage information for the operation TekiyoRireki.rsd.

Columns

Name Type Description
BEVersion Int
Tekiyo String

PCA Sales Connector for CData Sync

TorihikiJisseki

Usage information for the operation TorihikiJisseki.rsd.

Columns

Name Type Description
BEVersion Int
SyohinCode String
SyohinMei String
SyohinMei2 String
Kensu Int
DenpyoHizuke Int

PCA Sales Connector for CData Sync

ZenkaiTanka

Usage information for the operation ZenkaiTanka.rsd.

Columns

Name Type Description
BEVersion Int
DenpyoHizuke Int
Tanka Int
Genka Int
ZeiRitsu Int
ZeikomiKubun Int
HyojunKakaku Int
SyohinMei String
SyohinMei2 String
BaiTanka Int
Suryo Int
KikakuKataban String
Color String
Size String
Biko String
SuryoKeta Decimal
TankaKeta Decimal
MasterKubun Int

PCA Sales Connector for CData Sync

Connection String Options

The connection string properties are the various options that can be used to establish a connection. This section provides a complete list of the options you can configure in the connection string for this provider. Click the links for further details.

For more information on establishing a connection, see Establishing a Connection.

Authentication


PropertyDescription
AuthSchemeThe type of authentication to use when connecting to PCA Sales.
APIVersionSpecify the PCA API version.
DataCenterPCA API Server DataCenter Name.
DefaultDataAreaFirst connected DataArea.
ProductCodeProduct code of PCA to be connected.

OAuth


PropertyDescription
OAuthClientIdSpecifies the client Id that was assigned the custom OAuth application was created. (Also known as the consumer key.) This ID registers the custom application with the OAuth authorization server.
OAuthClientSecretSpecifies the client secret that was assigned when the custom OAuth application was created. (Also known as the consumer secret ). This secret registers the custom application with the OAuth authorization server.
OAuthGrantTypeThe grant type for the OAuth flow.
UserThe user name of the PCA Sales account used to the Password Grant authenticate to the server.
PasswordThe password of the PCA Sales account used to the Password Grant authenticate to the PCA Sales server.
ServiceIdThe ID of the service account to connect to.
ServicePasswordThe password of the service account to connect to.

SSL


PropertyDescription
SSLServerCertSpecifies the certificate to be accepted from the server when connecting using TLS/SSL.

Firewall


PropertyDescription
FirewallTypeSpecifies the protocol the provider uses to tunnel traffic through a proxy-based firewall.
FirewallServerIdentifies the IP address, DNS name, or host name of a proxy used to traverse a firewall and relay user queries to network resources.
FirewallPortSpecifies the TCP port to be used for a proxy-based firewall.
FirewallUserIdentifies the user ID of the account authenticating to a proxy-based firewall.
FirewallPasswordSpecifies the password of the user account authenticating to a proxy-based firewall.

Proxy


PropertyDescription
ProxyAutoDetectSpecifies whether the provider checks your system proxy settings for existing proxy server configurations, rather than using a manually specified proxy server.
ProxyServerThe hostname or IP address of the proxy server that you want to route HTTP traffic through.
ProxyPortThe TCP port on your specified proxy server (set in the ProxyServer connection property) that has been reserved for routing HTTP traffic to and from the client.
ProxyAuthSchemeSpecifies the authentication method the provider uses when authenticating to the proxy server specified in the ProxyServer connection property.
ProxyUserThe username of a user account registered with the proxy server specified in the ProxyServer connection property.
ProxyPasswordThe password associated with the user specified in the ProxyUser connection property.
ProxySSLTypeThe SSL type to use when connecting to the proxy server specified in the ProxyServer connection property.
ProxyExceptionsA semicolon separated list of destination hostnames or IPs that are exempt from connecting through the proxy server set in the ProxyServer connection property.

Logging


PropertyDescription
LogModulesSpecifies the core modules to include in the log file. Use a semicolon-separated list of module names. By default, all modules are logged.

Schema


PropertyDescription
LocationSpecifies the location of a directory containing schema files that define tables, views, and stored procedures. Depending on your service's requirements, this may be expressed as either an absolute path or a relative path.
BrowsableSchemasOptional setting that restricts the schemas reported to a subset of all available schemas. For example, BrowsableSchemas=SchemaA,SchemaB,SchemaC .
TablesOptional setting that restricts the tables reported to a subset of all available tables. For example, Tables=TableA,TableB,TableC .
ViewsOptional setting that restricts the views reported to a subset of the available tables. For example, Views=ViewA,ViewB,ViewC .

Miscellaneous


PropertyDescription
CalcDetailTaxSpecify whether the consumption tax (excluding and inclusive tax) and gross profit for the item are automatically calculated.
CalcKessaiSet whether to automatically calculate the settlement date and settlement fee..
CalcTaxSpecify whether the document consumption tax (total excluding tax) is calculated automatically.
CalcTotalSpecifies whether the document totals are calculated automatically.
InputModuleNameSpecify the InputModuleName for InputSlip.
MaxRowsSpecifies the maximum rows returned for queries without aggregation or GROUP BY.
OtherSpecifies additional hidden properties for specific use cases. These are not required for typical provider functionality. Use a semicolon-separated list to define multiple properties.
PseudoColumnsSpecifies the pseudocolumns to expose as table columns. Use the format 'TableName=ColumnName;TableName=ColumnName'. The default is an empty string, which disables this property.
TimeoutSpecifies the maximum time, in seconds, that the provider waits for a server response before throwing a timeout error. The default is 60 seconds. Set to 0 to disable the timeout.
UseLogoutDecide whether to logout of the PCA API when CData Driver connection is closed.
UserDefinedViewsSpecifies a filepath to a JSON configuration file defining custom views. The provider automatically detects and uses the views specified in this file.
PCA Sales Connector for CData Sync

Authentication

This section provides a complete list of the Authentication properties you can configure in the connection string for this provider.


PropertyDescription
AuthSchemeThe type of authentication to use when connecting to PCA Sales.
APIVersionSpecify the PCA API version.
DataCenterPCA API Server DataCenter Name.
DefaultDataAreaFirst connected DataArea.
ProductCodeProduct code of PCA to be connected.
PCA Sales Connector for CData Sync

AuthScheme

The type of authentication to use when connecting to PCA Sales.

Remarks

  • OAuth: Set to this to perform OAuth authentication with the code grant type.
  • OAuthPassword: Set to this to perform OAuth authentication with the password grant type.

PCA Sales Connector for CData Sync

APIVersion

Specify the PCA API version.

Remarks

API V1 is currently offered.

PCA Sales Connector for CData Sync

DataCenter

PCA API Server DataCenter Name.

Remarks

Enter the DataCenter name of the PCA API Server.

Example: east02, west02, AWS

PCA Sales Connector for CData Sync

DefaultDataArea

First connected DataArea.

Remarks

Enter the DataArea to connect to first.

Example: P20V01C081KON0001

PCA Sales Connector for CData Sync

ProductCode

Product code of PCA to be connected.

Remarks

Enter the product code of PCA to be connected. Currently supported product codes are "Kon20" and "Acc20".

PCA Sales Connector for CData Sync

OAuth

This section provides a complete list of the OAuth properties you can configure in the connection string for this provider.


PropertyDescription
OAuthClientIdSpecifies the client Id that was assigned the custom OAuth application was created. (Also known as the consumer key.) This ID registers the custom application with the OAuth authorization server.
OAuthClientSecretSpecifies the client secret that was assigned when the custom OAuth application was created. (Also known as the consumer secret ). This secret registers the custom application with the OAuth authorization server.
OAuthGrantTypeThe grant type for the OAuth flow.
UserThe user name of the PCA Sales account used to the Password Grant authenticate to the server.
PasswordThe password of the PCA Sales account used to the Password Grant authenticate to the PCA Sales server.
ServiceIdThe ID of the service account to connect to.
ServicePasswordThe password of the service account to connect to.
PCA Sales Connector for CData Sync

OAuthClientId

Specifies the client Id that was assigned the custom OAuth application was created. (Also known as the consumer key.) This ID registers the custom application with the OAuth authorization server.

Remarks

OAuthClientId is one of a handful of connection parameters that need to be set before users can authenticate via OAuth. For details, see Establishing a Connection.

PCA Sales Connector for CData Sync

OAuthClientSecret

Specifies the client secret that was assigned when the custom OAuth application was created. (Also known as the consumer secret ). This secret registers the custom application with the OAuth authorization server.

Remarks

OAuthClientSecret is one of a handful of connection parameters that need to be set before users can authenticate via OAuth. For details, see Establishing a Connection.

PCA Sales Connector for CData Sync

OAuthGrantType

The grant type for the OAuth flow.

Remarks

The grant type for the OAuth flow. The following options are available: CODE, PASSWORD

PCA Sales Connector for CData Sync

User

The user name of the PCA Sales account used to the Password Grant authenticate to the server.

Remarks

Together with Password, ServiceId, and ServicePassword, this field is used to the Password Grant authenticate against the PCA Sales server.

PCA Sales Connector for CData Sync

Password

The password of the PCA Sales account used to the Password Grant authenticate to the PCA Sales server.

Remarks

Together with User, ServiceId, and ServicePassword, this field is used to the Password Grant authenticate against the PCA Sales server.

PCA Sales Connector for CData Sync

ServiceId

The ID of the service account to connect to.

Remarks

PCA Sales Connector for CData Sync

ServicePassword

The password of the service account to connect to.

Remarks

PCA Sales Connector for CData Sync

SSL

This section provides a complete list of the SSL properties you can configure in the connection string for this provider.


PropertyDescription
SSLServerCertSpecifies the certificate to be accepted from the server when connecting using TLS/SSL.
PCA Sales Connector for CData Sync

SSLServerCert

Specifies the certificate to be accepted from the server when connecting using TLS/SSL.

Remarks

If using a TLS/SSL connection, this property can be used to specify the TLS/SSL certificate to be accepted from the server. Any other certificate that is not trusted by the machine is rejected.

This property can take the following forms:

Description Example
A full PEM Certificate (example shortened for brevity) -----BEGIN CERTIFICATE----- MIIChTCCAe4CAQAwDQYJKoZIhv......Qw== -----END CERTIFICATE-----
A path to a local file containing the certificate C:\cert.cer
The public key (example shortened for brevity) -----BEGIN RSA PUBLIC KEY----- MIGfMA0GCSq......AQAB -----END RSA PUBLIC KEY-----
The MD5 Thumbprint (hex values can also be either space or colon separated) ecadbdda5a1529c58a1e9e09828d70e4
The SHA1 Thumbprint (hex values can also be either space or colon separated) 34a929226ae0819f2ec14b4a3d904f801cbb150d

If not specified, any certificate trusted by the machine is accepted.

Use '*' to signify to accept all certificates. Note that this is not recommended due to security concerns.

PCA Sales Connector for CData Sync

Firewall

This section provides a complete list of the Firewall properties you can configure in the connection string for this provider.


PropertyDescription
FirewallTypeSpecifies the protocol the provider uses to tunnel traffic through a proxy-based firewall.
FirewallServerIdentifies the IP address, DNS name, or host name of a proxy used to traverse a firewall and relay user queries to network resources.
FirewallPortSpecifies the TCP port to be used for a proxy-based firewall.
FirewallUserIdentifies the user ID of the account authenticating to a proxy-based firewall.
FirewallPasswordSpecifies the password of the user account authenticating to a proxy-based firewall.
PCA Sales Connector for CData Sync

FirewallType

Specifies the protocol the provider uses to tunnel traffic through a proxy-based firewall.

Remarks

A proxy-based firewall (or proxy firewall) is a network security device that acts as an intermediary between user requests and the resources they access. The proxy accepts the request of an authenticated user, tunnels through the firewall, and transmits the request to the appropriate server.

Because the proxy evaluates and transfers data backets on behalf of the requesting users, the users never connect directly with the servers, only with the proxy.

Note: By default, the Sync App connects to the system proxy. To disable this behavior and connect to one of the following proxy types, set ProxyAutoDetect to false.

The following table provides port number information for each of the supported protocols.

Protocol Default Port Description
TUNNEL 80 The port where the Sync App opens a connection to PCA Sales. Traffic flows back and forth via the proxy at this location.
SOCKS4 1080 The port where the Sync App opens a connection to PCA Sales. SOCKS 4 then passes theFirewallUser value to the proxy, which determines whether the connection request should be granted.
SOCKS5 1080 The port where the Sync App sends data to PCA Sales. If the SOCKS 5 proxy requires authentication, set FirewallUser and FirewallPassword to credentials the proxy recognizes.

To connect to HTTP proxies, use ProxyServer and ProxyPort. To authenticate to HTTP proxies, use ProxyAuthScheme, ProxyUser, and ProxyPassword.

PCA Sales Connector for CData Sync

FirewallServer

Identifies the IP address, DNS name, or host name of a proxy used to traverse a firewall and relay user queries to network resources.

Remarks

A proxy-based firewall (or proxy firewall) is a network security device that acts as an intermediary between user requests and the resources they access. The proxy accepts the request of an authenticated user, tunnels through the firewall, and transmits the request to the appropriate server.

Because the proxy evaluates and transfers data backets on behalf of the requesting users, the users never connect directly with the servers, only with the proxy.

PCA Sales Connector for CData Sync

FirewallPort

Specifies the TCP port to be used for a proxy-based firewall.

Remarks

A proxy-based firewall (or proxy firewall) is a network security device that acts as an intermediary between user requests and the resources they access. The proxy accepts the request of an authenticated user, tunnels through the firewall, and transmits the request to the appropriate server.

Because the proxy evaluates and transfers data backets on behalf of the requesting users, the users never connect directly with the servers, only with the proxy.

PCA Sales Connector for CData Sync

FirewallUser

Identifies the user ID of the account authenticating to a proxy-based firewall.

Remarks

A proxy-based firewall (or proxy firewall) is a network security device that acts as an intermediary between user requests and the resources they access. The proxy accepts the request of an authenticated user, tunnels through the firewall, and transmits the request to the appropriate server.

Because the proxy evaluates and transfers data backets on behalf of the requesting users, the users never connect directly with the servers, only with the proxy.

PCA Sales Connector for CData Sync

FirewallPassword

Specifies the password of the user account authenticating to a proxy-based firewall.

Remarks

A proxy-based firewall (or proxy firewall) is a network security device that acts as an intermediary between user requests and the resources they access. The proxy accepts the request of an authenticated user, tunnels through the firewall, and transmits the request to the appropriate server.

Because the proxy evaluates and transfers data backets on behalf of the requesting users, the users never connect directly with the servers, only with the proxy.

PCA Sales Connector for CData Sync

Proxy

This section provides a complete list of the Proxy properties you can configure in the connection string for this provider.


PropertyDescription
ProxyAutoDetectSpecifies whether the provider checks your system proxy settings for existing proxy server configurations, rather than using a manually specified proxy server.
ProxyServerThe hostname or IP address of the proxy server that you want to route HTTP traffic through.
ProxyPortThe TCP port on your specified proxy server (set in the ProxyServer connection property) that has been reserved for routing HTTP traffic to and from the client.
ProxyAuthSchemeSpecifies the authentication method the provider uses when authenticating to the proxy server specified in the ProxyServer connection property.
ProxyUserThe username of a user account registered with the proxy server specified in the ProxyServer connection property.
ProxyPasswordThe password associated with the user specified in the ProxyUser connection property.
ProxySSLTypeThe SSL type to use when connecting to the proxy server specified in the ProxyServer connection property.
ProxyExceptionsA semicolon separated list of destination hostnames or IPs that are exempt from connecting through the proxy server set in the ProxyServer connection property.
PCA Sales Connector for CData Sync

ProxyAutoDetect

Specifies whether the provider checks your system proxy settings for existing proxy server configurations, rather than using a manually specified proxy server.

Remarks

When this connection property is set to True, the Sync App checks your system proxy settings for existing proxy server configurations (no need to manually supply proxy server details).

This connection property takes precedence over other proxy settings. Set to False if you want to manually configure the Sync App to connect to a specific proxy server.

To connect to an HTTP proxy, see ProxyServer. For other proxies, such as SOCKS or tunneling, see FirewallType.

PCA Sales Connector for CData Sync

ProxyServer

The hostname or IP address of the proxy server that you want to route HTTP traffic through.

Remarks

The Sync App only routes HTTP traffic through the proxy server specified in this connection property when ProxyAutoDetect is set to False. If ProxyAutoDetect is set to True, which is the default, the Sync App instead routes HTTP traffic through the proxy server specified in your system proxy settings.

PCA Sales Connector for CData Sync

ProxyPort

The TCP port on your specified proxy server (set in the ProxyServer connection property) that has been reserved for routing HTTP traffic to and from the client.

Remarks

The Sync App only routes HTTP traffic through the proxy server port specified in this connection property when ProxyAutoDetect is set to False. If ProxyAutoDetect is set to True, which is the default, the Sync App instead routes HTTP traffic through the proxy server port specified in your system proxy settings.

For other proxy types, see FirewallType.

PCA Sales Connector for CData Sync

ProxyAuthScheme

Specifies the authentication method the provider uses when authenticating to the proxy server specified in the ProxyServer connection property.

Remarks

The authentication type can be one of the following:

  • BASIC: The Sync App performs HTTP BASIC authentication.
  • DIGEST: The Sync App performs HTTP DIGEST authentication.
  • NTLM: The Sync App retrieves an NTLM token.
  • NEGOTIATE: The Sync App retrieves an NTLM or Kerberos token based on the applicable protocol for authentication.
  • NONE: Set this when the ProxyServer does not require authentication.

For all values other than "NONE", you must also set the ProxyUser and ProxyPassword connection properties.

If you need to use another authentication type, such as SOCKS 5 authentication, see FirewallType.

PCA Sales Connector for CData Sync

ProxyUser

The username of a user account registered with the proxy server specified in the ProxyServer connection property.

Remarks

The ProxyUser and ProxyPassword connection properties are used to connect and authenticate against the HTTP proxy specified in ProxyServer.

After selecting one of the available authentication types in ProxyAuthScheme, set this property as follows:

ProxyAuthScheme Value Value to set for ProxyUser
BASIC The user name of a user registered with the proxy server.
DIGEST The user name of a user registered with the proxy server.
NEGOTIATE The username of a Windows user who is a valid user in the domain or trusted domain that the proxy server is part of, in the format user@domain or domain\user.
NTLM The username of a Windows user who is a valid user in the domain or trusted domain that the proxy server is part of, in the format user@domain or domain\user.
NONE Do not set the ProxyPassword connection property.

The Sync App only uses this username if ProxyAutoDetect is set to False. If ProxyAutoDetect is set to True, which is the default, the Sync App instead uses the username specified in your system proxy settings.

PCA Sales Connector for CData Sync

ProxyPassword

The password associated with the user specified in the ProxyUser connection property.

Remarks

The ProxyUser and ProxyPassword connection properties are used to connect and authenticate against the HTTP proxy specified in ProxyServer.

After selecting one of the available authentication types in ProxyAuthScheme, set this property as follows:

ProxyAuthScheme Value Value to set for ProxyPassword
BASIC The password associated with the proxy server user specified in ProxyUser.
DIGEST The password associated with the proxy server user specified in ProxyUser.
NEGOTIATE The password associated with the Windows user account specified in ProxyUser.
NTLM The password associated with the Windows user account specified in ProxyUser.
NONE Do not set the ProxyPassword connection property.

For SOCKS 5 authentication or tunneling, see FirewallType.

The Sync App only uses this password if ProxyAutoDetect is set to False. If ProxyAutoDetect is set to True, which is the default, the Sync App instead uses the password specified in your system proxy settings.

PCA Sales Connector for CData Sync

ProxySSLType

The SSL type to use when connecting to the proxy server specified in the ProxyServer connection property.

Remarks

This property determines when to use SSL for the connection to the HTTP proxy specified by ProxyServer. You can set this connection property to the following values :

AUTODefault setting. If ProxyServer is set to an HTTPS URL, the Sync App uses the TUNNEL option. If ProxyServer is set to an HTTP URL, the component uses the NEVER option.
ALWAYSThe connection is always SSL enabled.
NEVERThe connection is not SSL enabled.
TUNNELThe connection is made through a tunneling proxy. The proxy server opens a connection to the remote host and traffic flows back and forth through the proxy.

PCA Sales Connector for CData Sync

ProxyExceptions

A semicolon separated list of destination hostnames or IPs that are exempt from connecting through the proxy server set in the ProxyServer connection property.

Remarks

The ProxyServer is used for all addresses, except for addresses defined in this property. Use semicolons to separate entries.

Note that the Sync App uses the system proxy settings by default, without further configuration needed. If you want to explicitly configure proxy exceptions for this connection, set ProxyAutoDetect to False.

PCA Sales Connector for CData Sync

Logging

This section provides a complete list of the Logging properties you can configure in the connection string for this provider.


PropertyDescription
LogModulesSpecifies the core modules to include in the log file. Use a semicolon-separated list of module names. By default, all modules are logged.
PCA Sales Connector for CData Sync

LogModules

Specifies the core modules to include in the log file. Use a semicolon-separated list of module names. By default, all modules are logged.

Remarks

This property lets you customize the log file content by specifying the logging modules to include. Logging modules categorize logged information into distinct areas, such as query execution, metadata, or SSL communication. Each module is represented by a four-character code, with some requiring a trailing space for three-letter names.

For example, EXEC logs query execution, and INFO logs general provider messages. To include multiple modules, separate their names with semicolons as follows: INFO;EXEC;SSL.

The Verbosity connection property takes precedence over the module-based filtering specified by this property. Only log entries that meet the verbosity level and belong to the specified modules are logged. Leave this property blank to include all available modules in the log file.

For a complete list of available modules and detailed guidance on configuring logging, refer to the Advanced Logging section in Logging.

PCA Sales Connector for CData Sync

Schema

This section provides a complete list of the Schema properties you can configure in the connection string for this provider.


PropertyDescription
LocationSpecifies the location of a directory containing schema files that define tables, views, and stored procedures. Depending on your service's requirements, this may be expressed as either an absolute path or a relative path.
BrowsableSchemasOptional setting that restricts the schemas reported to a subset of all available schemas. For example, BrowsableSchemas=SchemaA,SchemaB,SchemaC .
TablesOptional setting that restricts the tables reported to a subset of all available tables. For example, Tables=TableA,TableB,TableC .
ViewsOptional setting that restricts the views reported to a subset of the available tables. For example, Views=ViewA,ViewB,ViewC .
PCA Sales Connector for CData Sync

Location

Specifies the location of a directory containing schema files that define tables, views, and stored procedures. Depending on your service's requirements, this may be expressed as either an absolute path or a relative path.

Remarks

The Location property is only needed if you want to either customize definitions (for example, change a column name, ignore a column, etc.) or extend the data model with new tables, views, or stored procedures.

If left unspecified, the default location is %APPDATA%\\CData\\PCASales Data Provider\\Schema, where %APPDATA% is set to the user's configuration directory:

Platform %APPDATA%
Windows The value of the APPDATA environment variable
Linux ~/.config

PCA Sales Connector for CData Sync

BrowsableSchemas

Optional setting that restricts the schemas reported to a subset of all available schemas. For example, BrowsableSchemas=SchemaA,SchemaB,SchemaC .

Remarks

Listing all available database schemas can take extra time, thus degrading performance. Providing a list of schemas in the connection string saves time and improves performance.

PCA Sales Connector for CData Sync

Tables

Optional setting that restricts the tables reported to a subset of all available tables. For example, Tables=TableA,TableB,TableC .

Remarks

Listing all available tables from some databases can take extra time, thus degrading performance. Providing a list of tables in the connection string saves time and improves performance.

If there are lots of tables available and you already know which ones you want to work with, you can use this property to restrict your viewing to only those tables. To do this, specify the tables you want in a comma-separated list. Each table should be a valid SQL identifier with any special characters escaped using square brackets, double-quotes or backticks. For example, Tables=TableA,[TableB/WithSlash],WithCatalog.WithSchema.`TableC With Space`.

Note: If you are connecting to a data source with multiple schemas or catalogs, you must specify each table you want to view by its fully qualified name. This avoids ambiguity between tables that may exist in multiple catalogs or schemas.

PCA Sales Connector for CData Sync

Views

Optional setting that restricts the views reported to a subset of the available tables. For example, Views=ViewA,ViewB,ViewC .

Remarks

Listing all available views from some databases can take extra time, thus degrading performance. Providing a list of views in the connection string saves time and improves performance.

If there are lots of views available and you already know which ones you want to work with, you can use this property to restrict your viewing to only those views. To do this, specify the views you want in a comma-separated list. Each view should be a valid SQL identifier with any special characters escaped using square brackets, double-quotes or backticks. For example, Views=ViewA,[ViewB/WithSlash],WithCatalog.WithSchema.`ViewC With Space`.

Note: If you are connecting to a data source with multiple schemas or catalogs, you must specify each view you want to examine by its fully qualified name. This avoids ambiguity between views that may exist in multiple catalogs or schemas.

PCA Sales Connector for CData Sync

Miscellaneous

This section provides a complete list of the Miscellaneous properties you can configure in the connection string for this provider.


PropertyDescription
CalcDetailTaxSpecify whether the consumption tax (excluding and inclusive tax) and gross profit for the item are automatically calculated.
CalcKessaiSet whether to automatically calculate the settlement date and settlement fee..
CalcTaxSpecify whether the document consumption tax (total excluding tax) is calculated automatically.
CalcTotalSpecifies whether the document totals are calculated automatically.
InputModuleNameSpecify the InputModuleName for InputSlip.
MaxRowsSpecifies the maximum rows returned for queries without aggregation or GROUP BY.
OtherSpecifies additional hidden properties for specific use cases. These are not required for typical provider functionality. Use a semicolon-separated list to define multiple properties.
PseudoColumnsSpecifies the pseudocolumns to expose as table columns. Use the format 'TableName=ColumnName;TableName=ColumnName'. The default is an empty string, which disables this property.
TimeoutSpecifies the maximum time, in seconds, that the provider waits for a server response before throwing a timeout error. The default is 60 seconds. Set to 0 to disable the timeout.
UseLogoutDecide whether to logout of the PCA API when CData Driver connection is closed.
UserDefinedViewsSpecifies a filepath to a JSON configuration file defining custom views. The provider automatically detects and uses the views specified in this file.
PCA Sales Connector for CData Sync

CalcDetailTax

Specify whether the consumption tax (excluding and inclusive tax) and gross profit for the item are automatically calculated.

Remarks

This is acceptable with tables InputHAC, InputJUC, InputKNS, InputMIT, InputNYK, InputSYK.

PCA Sales Connector for CData Sync

CalcKessai

Set whether to automatically calculate the settlement date and settlement fee..

Remarks

This is acceptable with tables InputHAC, InputJUC, InputKNS, InputMIT, InputNYK, InputSYK.

PCA Sales Connector for CData Sync

CalcTax

Specify whether the document consumption tax (total excluding tax) is calculated automatically.

Remarks

This is acceptable with tables InputHAC, InputJUC, InputKNS, InputMIT, InputNYK, InputSYK.

PCA Sales Connector for CData Sync

CalcTotal

Specifies whether the document totals are calculated automatically.

Remarks

This is acceptable with tables InputHAC, InputJUC, InputKNS, InputMIT, InputNYK, InputSYK.

PCA Sales Connector for CData Sync

InputModuleName

Specify the InputModuleName for InputSlip.

Remarks

This value is used in InputSlip.

PCA Sales Connector for CData Sync

MaxRows

Specifies the maximum rows returned for queries without aggregation or GROUP BY.

Remarks

This property sets an upper limit on the number of rows the Sync App returns for queries that do not include aggregation or GROUP BY clauses. This limit ensures that queries do not return excessively large result sets by default.

When a query includes a LIMIT clause, the value specified in the query takes precedence over the MaxRows setting. If MaxRows is set to "-1", no row limit is enforced unless a LIMIT clause is explicitly included in the query.

This property is useful for optimizing performance and preventing excessive resource consumption when executing queries that could otherwise return very large datasets.

PCA Sales Connector for CData Sync

Other

Specifies additional hidden properties for specific use cases. These are not required for typical provider functionality. Use a semicolon-separated list to define multiple properties.

Remarks

This property allows advanced users to configure hidden properties for specialized scenarios. These settings are not required for normal use cases but can address unique requirements or provide additional functionality. Multiple properties can be defined in a semicolon-separated list.

Note: It is strongly recommended to set these properties only when advised by the support team to address specific scenarios or issues.

Specify multiple properties in a semicolon-separated list.

Integration and Formatting

DefaultColumnSizeSets the default length of string fields when the data source does not provide column length in the metadata. The default value is 2000.
ConvertDateTimeToGMTDetermines whether to convert date-time values to GMT, instead of the local time of the machine.
RecordToFile=filenameRecords the underlying socket data transfer to the specified file.

PCA Sales Connector for CData Sync

PseudoColumns

Specifies the pseudocolumns to expose as table columns. Use the format 'TableName=ColumnName;TableName=ColumnName'. The default is an empty string, which disables this property.

Remarks

This property allows you to define which pseudocolumns the Sync App exposes as table columns.

To specify individual pseudocolumns, use the following format: "Table1=Column1;Table1=Column2;Table2=Column3"

To include all pseudocolumns for all tables use: "*=*"

PCA Sales Connector for CData Sync

Timeout

Specifies the maximum time, in seconds, that the provider waits for a server response before throwing a timeout error. The default is 60 seconds. Set to 0 to disable the timeout.

Remarks

This property controls the maximum time, in seconds, that the Sync App waits for an operation to complete before canceling it. If the timeout period expires before the operation finishes, the Sync App cancels the operation and throws an exception.

The timeout applies to each individual communication with the server rather than the entire query or operation. For example, a query could continue running beyond 60 seconds if each paging call completes within the timeout limit.

Setting this property to 0 disables the timeout, allowing operations to run indefinitely until they succeed or fail due to other conditions such as server-side timeouts, network interruptions, or resource limits on the server. Use this property cautiously to avoid long-running operations that could degrade performance or result in unresponsive behavior.

PCA Sales Connector for CData Sync

UseLogout

Decide whether to logout of the PCA API when CData Driver connection is closed.

Remarks

It is recommended that the PCA API perform logout processing after API request completion. However, it may not be desirable when making parallel requests via the CData Driver. In that case, please set this property to False.

PCA Sales Connector for CData Sync

UserDefinedViews

Specifies a filepath to a JSON configuration file defining custom views. The provider automatically detects and uses the views specified in this file.

Remarks

This property allows you to define and manage custom views through a JSON-formatted configuration file called UserDefinedViews.json. These views are automatically recognized by the Sync App and enable you to execute custom SQL queries as if they were standard database views. The JSON file defines each view as a root element with a child element called "query", which contains the SQL query for the view. For example:


{
	"MyView": {
		"query": "SELECT * FROM MasterSms WHERE MyColumn = 'value'"
	},
	"MyView2": {
		"query": "SELECT * FROM MyTable WHERE Id IN (1,2,3)"
	}
}

You can define multiple views in a single file and specify the filepath using this property. For example: UserDefinedViews=C:\Path\To\UserDefinedViews.json. When you use this property, only the specified views are seen by the Sync App.

Refer to User Defined Views for more information.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 24.0.9175