Cloud

Build 25.0.9434
  • PCA Sales
    • Getting Started
      • Establishing a Connection
      • Creating a Custom OAuth Application
      • 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
        • KaikakeZandakaHyo
        • 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
        • UrikakeZandakaHyo
        • ZenkaiTanka
      • Stored Procedures
      • System Tables
        • sys_catalogs
        • sys_schemas
        • sys_tables
        • sys_tablecolumns
        • sys_procedures
        • sys_procedureparameters
        • sys_keycolumns
        • sys_foreignkeys
        • sys_primarykeys
        • sys_indexes
        • sys_connection_props
        • sys_sqlinfo
        • sys_identity
        • sys_information
    • Connection String Options
      • Authentication
        • AuthScheme
        • APIVersion
        • DataCenter
        • DefaultDataArea
        • ProductCode
      • OAuth
        • OAuthClientId
        • OAuthClientSecret
        • User
        • Password
        • ServiceId
        • ServicePassword
      • SSL
        • SSLServerCert
      • Logging
        • Verbosity
      • Schema
        • BrowsableSchemas
      • Miscellaneous
        • CalcDetailTax
        • CalcKessai
        • CalcTax
        • CalcTotal
        • InputModuleName
        • MaxRows
        • PseudoColumns
        • Timeout
        • UseLogout
    • Third Party Copyrights

PCA Sales - CData Cloud

Overview

CData Cloud offers access to PCA Sales across several standard services and protocols, in a cloud-hosted solution. Any application that can connect to a SQL Server database can connect to PCA Sales through CData Cloud.

CData Cloud allows you to standardize and configure connections to PCA Sales as though it were any other OData endpoint or standard SQL Server.

Key Features

  • Full SQL Support: PCA Sales appears as standard relational databases, allowing you to perform operations - Filter, Group, Join, etc. - using standard SQL, regardless of whether these operations are supported by the underlying API.
  • CRUD Support: Both read and write operations are supported, restricted only by security settings that you can configure in Cloud or downstream in the source itself.
  • Secure Access: The administrator can create users and define their access to specific databases and read-only operations or grant full read & write privileges.
  • Comprehensive Data Model & Dynamic Discovery: CData Cloud provides comprehensive access to all of the data exposed in the underlying data source, including full access to dynamic data and easily searchable metadata.

CData Cloud

Getting Started

This page provides a guide to Establishing a Connection to PCA Sales in CData Cloud, as well as information on the available resources, and a reference to the available connection properties.

Connecting to PCA Sales

Establishing a Connection shows how to authenticate to PCA Sales and configure any necessary connection properties to create a database in CData Cloud

Accessing Data from CData Cloud Services

Accessing data from PCA Sales through the available standard services and CData Cloud administration is documented in further details in the CData Cloud Documentation.

CData Cloud

Establishing a Connection

Connect to PCA Sales by selecting the corresponding icon in the Database tab. Required properties are listed under Settings. The Advanced tab lists connection properties that are not typically required.

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 Cloud 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 Cloud 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 Cloud opens the PCA Sales OAuth endpoint. When you log in and grant grant permissions to the Cloud, the Cloud completes the OAuth process.

CData Cloud

Creating a Custom OAuth Application

Creating a Custom OAuth Application

The following procedure creates a custom OAuth application and obtains the OAuth values for your application.

  1. Log into the PCA Developers Console.
  2. Click Create New Application.
  3. Fill in all required values.
  4. Specify a Redirect URL:
    • If you are making a desktop application, enter http://localhost:33333, the Cloud's default. Or set a different port of your choice, and set CallbackURL to this precise URL.
    • If you are making a Web application, set the Redirect URL to a web location where users should return bearing the access token, after they grant permissions to your application.

Save your changes and record your client Id, client secret, and callback URL for future use.

CData Cloud

SSL Configuration

Customizing the SSL Configuration

By default, the Cloud 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.

CData Cloud

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 Cloud 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.

CData Cloud

Data Model

The CData Cloud 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.

CData Cloud

Tables

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

CData Cloud - PCA Sales 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.

CData Cloud

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

CData Cloud

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

CData Cloud

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

CData Cloud

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

CData Cloud

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

CData Cloud

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

CData Cloud

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

CData Cloud

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

CData Cloud

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.

CData Cloud

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

CData Cloud

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

CData Cloud

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

CData Cloud

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.

CData Cloud

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.

CData Cloud

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

CData Cloud

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

CData Cloud

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.

CData Cloud

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.

CData Cloud

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

CData Cloud

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

CData Cloud

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

CData Cloud

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

CData Cloud

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

CData Cloud

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

CData Cloud

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

CData Cloud

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

CData Cloud

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

CData Cloud

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

CData Cloud

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

CData Cloud

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.

CData Cloud

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

CData Cloud

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

CData Cloud

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

CData Cloud

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

CData Cloud

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

CData Cloud

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

CData Cloud

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

CData Cloud

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

CData Cloud

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

CData Cloud

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

CData Cloud

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.

CData Cloud

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

CData Cloud

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

CData Cloud

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

CData Cloud

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.

CData Cloud - PCA Sales 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.
KaikakeZandakaHyo Usage information for the operation KaikakeZandakaHyo.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.
UrikakeZandakaHyo Usage information for the operation UrikakeZandakaHyo.rsd.
ZenkaiTanka Usage information for the operation ZenkaiTanka.rsd.

CData Cloud

AreaUser

Usage information for the operation AreaUser.rsd.

Columns

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

CData Cloud

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

CData Cloud

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

CData Cloud

BankBranch

Usage information for the operation BankBranch.rsd.

Columns

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

CData Cloud

BikoRireki

Usage information for the operation BikoRireki.rsd.

Columns

Name Type Description
BEVersion Int
Biko String

CData Cloud

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

CData Cloud

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

CData Cloud

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

CData Cloud

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.

CData Cloud

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

CData Cloud

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

CData Cloud

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

CData Cloud

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

CData Cloud

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

CData Cloud

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

CData Cloud

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

CData Cloud

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

CData Cloud

KaikakeZandakaHyo

Usage information for the operation KaikakeZandakaHyo.rsd.

Columns

Name Type Description
BEVersion Int
Key1Code String
Key1Mei1 String
Key2Code String
Key2Mei1 String
ShiresakiCode String
ShiresakiMei1 String
ShiresakiMei2 String
KurikoshiZandaka Decimal
DataKubun Int
Genkin Decimal
Kogitte Decimal
Furikomi Decimal
Tegata Decimal
Sosai Decimal
Nebiki Decimal
Sonota Decimal
Densai Decimal
TegataZandaka Int
ShiharaiGokei Decimal
MibaraiZandaka Decimal
ZeiRitsu Int
ZeiSyubetsu Int
ZeinukiShiredaka Decimal
SyohizeiTo Decimal
ZeikomiShiredaka Decimal
SashihikiZandaka Decimal
MibaraiSaimu 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
OutputSheet Int
SyukeiKikanFrom Int
SyukeiKikanTo Int
BumonGroup String
Key1 Int
Key2 Int
Order Int
IsZandakaShiharaisaki Int
IsTegata Int
IsZeiritsuUchiwake Int
Hani1 Int
Hani1From String
Hani1To String
Hani2 Int
Hani2From String
Hani2To String
Hani3 Int
Hani3From String
Hani3To String

CData Cloud

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

CData Cloud

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

CData Cloud

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

CData Cloud

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.

CData Cloud

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

CData Cloud

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

CData Cloud

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

CData Cloud

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

CData Cloud

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

CData Cloud

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

CData Cloud

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

CData Cloud

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

CData Cloud

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

CData Cloud

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

CData Cloud

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

CData Cloud

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

CData Cloud

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

CData Cloud

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

CData Cloud

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

CData Cloud

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

CData Cloud

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

CData Cloud

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

CData Cloud

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

CData Cloud

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

CData Cloud

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

CData Cloud

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

CData Cloud

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

CData Cloud

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

CData Cloud

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

CData Cloud

TekiyoRireki

Usage information for the operation TekiyoRireki.rsd.

Columns

Name Type Description
BEVersion Int
Tekiyo String

CData Cloud

TorihikiJisseki

Usage information for the operation TorihikiJisseki.rsd.

Columns

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

CData Cloud

UrikakeZandakaHyo

Usage information for the operation UrikakeZandakaHyo.rsd.

Columns

Name Type Description
BEVersion Int
Key1Code String
Key1Mei1 String
Key2Code String
Key2Mei1 String
TokuisakiCode String
TokuisakiMei1 String
TokuisakiMei2 String
KurikoshiZandaka Decimal
DataKubun Int
Genkin Decimal
Kogitte Decimal
Furikomi Decimal
Tegata Decimal
Sosai Decimal
Nebiki Decimal
Sonota Decimal
Densai Decimal
TegataZandaka Int
NyukinGokei Decimal
MikaisyuZandaka Decimal
ZeiRitsu Int
ZeiSyubetsu Int
ZeinukiUriagedaka Decimal
SyohizeiTo Decimal
ZeikomiUriagedaka Decimal
SashihikiZandaka Decimal
UriageSaiken 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
SyukeiKikanFrom Int
SyukeiKikanTo Int
BumonGroup String
Key1 Int
Key2 Int
Order Int
IsZandakaTokuisaki Int
IsTegata Int
IsZeiritsuUchiwake Int
Hani1 Int
Hani1From String
Hani1To String
Hani2 Int
Hani2From String
Hani2To String
Hani3 Int
Hani3From String
Hani3To String

CData Cloud

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

CData Cloud

Stored Procedures

Stored procedures are function-like interfaces that extend the functionality of the Cloud beyond simple SELECT/INSERT/UPDATE/DELETE operations with PCA Sales.

Stored procedures accept a list of parameters, perform their intended function, and then return any relevant response data from PCA Sales, along with an indication of whether the procedure succeeded or failed.

CData Cloud - PCA Sales Stored Procedures

Name Description

CData Cloud

System Tables

You can query the system tables described in this section to access schema information, information on data source functionality, and batch operation statistics.

Schema Tables

The following tables return database metadata for PCA Sales:

  • sys_catalogs: Lists the available databases.
  • sys_schemas: Lists the available schemas.
  • sys_tables: Lists the available tables and views.
  • sys_tablecolumns: Describes the columns of the available tables and views.
  • sys_procedures: Describes the available stored procedures.
  • sys_procedureparameters: Describes stored procedure parameters.
  • sys_keycolumns: Describes the primary and foreign keys.
  • sys_indexes: Describes the available indexes.

Data Source Tables

The following tables return information about how to connect to and query the data source:

  • sys_connection_props: Returns information on the available connection properties.
  • sys_sqlinfo: Describes the SELECT queries that the Cloud can offload to the data source.

Query Information Tables

The following table returns query statistics for data modification queries:

  • sys_identity: Returns information about batch operations or single updates.

CData Cloud

sys_catalogs

Lists the available databases.

The following query retrieves all databases determined by the connection string:

SELECT * FROM sys_catalogs

Columns

Name Type Description
CatalogName String The database name.

CData Cloud

sys_schemas

Lists the available schemas.

The following query retrieves all available schemas:

          SELECT * FROM sys_schemas
          

Columns

Name Type Description
CatalogName String The database name.
SchemaName String The schema name.

CData Cloud

sys_tables

Lists the available tables.

The following query retrieves the available tables and views:

          SELECT * FROM sys_tables
          

Columns

Name Type Description
CatalogName String The database containing the table or view.
SchemaName String The schema containing the table or view.
TableName String The name of the table or view.
TableType String The table type (table or view).
Description String A description of the table or view.
IsUpdateable Boolean Whether the table can be updated.

CData Cloud

sys_tablecolumns

Describes the columns of the available tables and views.

The following query returns the columns and data types for the MasterSms table:

SELECT ColumnName, DataTypeName FROM sys_tablecolumns WHERE TableName='MasterSms' 

Columns

Name Type Description
CatalogName String The name of the database containing the table or view.
SchemaName String The schema containing the table or view.
TableName String The name of the table or view containing the column.
ColumnName String The column name.
DataTypeName String The data type name.
DataType Int32 An integer indicating the data type. This value is determined at run time based on the environment.
Length Int32 The storage size of the column.
DisplaySize Int32 The designated column's normal maximum width in characters.
NumericPrecision Int32 The maximum number of digits in numeric data. The column length in characters for character and date-time data.
NumericScale Int32 The column scale or number of digits to the right of the decimal point.
IsNullable Boolean Whether the column can contain null.
Description String A brief description of the column.
Ordinal Int32 The sequence number of the column.
IsAutoIncrement String Whether the column value is assigned in fixed increments.
IsGeneratedColumn String Whether the column is generated.
IsHidden Boolean Whether the column is hidden.
IsArray Boolean Whether the column is an array.
IsReadOnly Boolean Whether the column is read-only.
IsKey Boolean Indicates whether a field returned from sys_tablecolumns is the primary key of the table.
ColumnType String The role or classification of the column in the schema. Possible values include SYSTEM, LINKEDCOLUMN, NAVIGATIONKEY, REFERENCECOLUMN, and NAVIGATIONPARENTCOLUMN.

CData Cloud

sys_procedures

Lists the available stored procedures.

The following query retrieves the available stored procedures:

          SELECT * FROM sys_procedures
          

Columns

Name Type Description
CatalogName String The database containing the stored procedure.
SchemaName String The schema containing the stored procedure.
ProcedureName String The name of the stored procedure.
Description String A description of the stored procedure.
ProcedureType String The type of the procedure, such as PROCEDURE or FUNCTION.

CData Cloud

sys_procedureparameters

Describes stored procedure parameters.

The following query returns information about all of the input parameters for the GetOAuthAccessToken stored procedure:

SELECT * FROM sys_procedureparameters WHERE ProcedureName = 'GetOAuthAccessToken' AND Direction = 1 OR Direction = 2

To include result set columns in addition to the parameters, set the IncludeResultColumns pseudo column to True:

SELECT * FROM sys_procedureparameters WHERE ProcedureName = 'GetOAuthAccessToken' AND IncludeResultColumns='True'

Columns

Name Type Description
CatalogName String The name of the database containing the stored procedure.
SchemaName String The name of the schema containing the stored procedure.
ProcedureName String The name of the stored procedure containing the parameter.
ColumnName String The name of the stored procedure parameter.
Direction Int32 An integer corresponding to the type of the parameter: input (1), input/output (2), or output(4). input/output type parameters can be both input and output parameters.
DataType Int32 An integer indicating the data type. This value is determined at run time based on the environment.
DataTypeName String The name of the data type.
NumericPrecision Int32 The maximum precision for numeric data. The column length in characters for character and date-time data.
Length Int32 The number of characters allowed for character data. The number of digits allowed for numeric data.
NumericScale Int32 The number of digits to the right of the decimal point in numeric data.
IsNullable Boolean Whether the parameter can contain null.
IsRequired Boolean Whether the parameter is required for execution of the procedure.
IsArray Boolean Whether the parameter is an array.
Description String The description of the parameter.
Ordinal Int32 The index of the parameter.
Values String The values you can set in this parameter are limited to those shown in this column. Possible values are comma-separated.
SupportsStreams Boolean Whether the parameter represents a file that you can pass as either a file path or a stream.
IsPath Boolean Whether the parameter is a target path for a schema creation operation.
Default String The value used for this parameter when no value is specified.
SpecificName String A label that, when multiple stored procedures have the same name, uniquely identifies each identically-named stored procedure. If there's only one procedure with a given name, its name is simply reflected here.
IsCDataProvided Boolean Whether the procedure is added/implemented by CData, as opposed to being a native PCA Sales procedure.

Pseudo-Columns

Name Type Description
IncludeResultColumns Boolean Whether the output should include columns from the result set in addition to parameters. Defaults to False.

CData Cloud

sys_keycolumns

Describes the primary and foreign keys.

The following query retrieves the primary key for the MasterSms table:

         SELECT * FROM sys_keycolumns WHERE IsKey='True' AND TableName='MasterSms' 
          

Columns

Name Type Description
CatalogName String The name of the database containing the key.
SchemaName String The name of the schema containing the key.
TableName String The name of the table containing the key.
ColumnName String The name of the key column.
IsKey Boolean Whether the column is a primary key in the table referenced in the TableName field.
IsForeignKey Boolean Whether the column is a foreign key referenced in the TableName field.
PrimaryKeyName String The name of the primary key.
ForeignKeyName String The name of the foreign key.
ReferencedCatalogName String The database containing the primary key.
ReferencedSchemaName String The schema containing the primary key.
ReferencedTableName String The table containing the primary key.
ReferencedColumnName String The column name of the primary key.

CData Cloud

sys_foreignkeys

Describes the foreign keys.

The following query retrieves all foreign keys which refer to other tables:

         SELECT * FROM sys_foreignkeys WHERE ForeignKeyType = 'FOREIGNKEY_TYPE_IMPORT'
          

Columns

Name Type Description
CatalogName String The name of the database containing the key.
SchemaName String The name of the schema containing the key.
TableName String The name of the table containing the key.
ColumnName String The name of the key column.
PrimaryKeyName String The name of the primary key.
ForeignKeyName String The name of the foreign key.
ReferencedCatalogName String The database containing the primary key.
ReferencedSchemaName String The schema containing the primary key.
ReferencedTableName String The table containing the primary key.
ReferencedColumnName String The column name of the primary key.
ForeignKeyType String Designates whether the foreign key is an import (points to other tables) or export (referenced from other tables) key.

CData Cloud

sys_primarykeys

Describes the primary keys.

The following query retrieves the primary keys from all tables and views:

         SELECT * FROM sys_primarykeys
          

Columns

Name Type Description
CatalogName String The name of the database containing the key.
SchemaName String The name of the schema containing the key.
TableName String The name of the table containing the key.
ColumnName String The name of the key column.
KeySeq String The sequence number of the primary key.
KeyName String The name of the primary key.

CData Cloud

sys_indexes

Describes the available indexes. By filtering on indexes, you can write more selective queries with faster query response times.

The following query retrieves all indexes that are not primary keys:

          SELECT * FROM sys_indexes WHERE IsPrimary='false'
          

Columns

Name Type Description
CatalogName String The name of the database containing the index.
SchemaName String The name of the schema containing the index.
TableName String The name of the table containing the index.
IndexName String The index name.
ColumnName String The name of the column associated with the index.
IsUnique Boolean True if the index is unique. False otherwise.
IsPrimary Boolean True if the index is a primary key. False otherwise.
Type Int16 An integer value corresponding to the index type: statistic (0), clustered (1), hashed (2), or other (3).
SortOrder String The sort order: A for ascending or D for descending.
OrdinalPosition Int16 The sequence number of the column in the index.

CData Cloud

sys_connection_props

Returns information on the available connection properties and those set in the connection string.

The following query retrieves all connection properties that have been set in the connection string or set through a default value:

SELECT * FROM sys_connection_props WHERE Value <> ''

Columns

Name Type Description
Name String The name of the connection property.
ShortDescription String A brief description.
Type String The data type of the connection property.
Default String The default value if one is not explicitly set.
Values String A comma-separated list of possible values. A validation error is thrown if another value is specified.
Value String The value you set or a preconfigured default.
Required Boolean Whether the property is required to connect.
Category String The category of the connection property.
IsSessionProperty String Whether the property is a session property, used to save information about the current connection.
Sensitivity String The sensitivity level of the property. This informs whether the property is obfuscated in logging and authentication forms.
PropertyName String A camel-cased truncated form of the connection property name.
Ordinal Int32 The index of the parameter.
CatOrdinal Int32 The index of the parameter category.
Hierarchy String Shows dependent properties associated that need to be set alongside this one.
Visible Boolean Informs whether the property is visible in the connection UI.
ETC String Various miscellaneous information about the property.

CData Cloud

sys_sqlinfo

Describes the SELECT query processing that the Cloud can offload to the data source.

See SQL Compliance for SQL syntax details.

Discovering the Data Source's SELECT Capabilities

Below is an example data set of SQL capabilities. Some aspects of SELECT functionality are returned in a comma-separated list if supported; otherwise, the column contains NO.

NameDescriptionPossible Values
AGGREGATE_FUNCTIONSSupported aggregation functions.AVG, COUNT, MAX, MIN, SUM, DISTINCT
COUNTWhether COUNT function is supported.YES, NO
IDENTIFIER_QUOTE_OPEN_CHARThe opening character used to escape an identifier.[
IDENTIFIER_QUOTE_CLOSE_CHARThe closing character used to escape an identifier.]
SUPPORTED_OPERATORSA list of supported SQL operators.=, >, <, >=, <=, <>, !=, LIKE, NOT LIKE, IN, NOT IN, IS NULL, IS NOT NULL, AND, OR
GROUP_BYWhether GROUP BY is supported, and, if so, the degree of support.NO, NO_RELATION, EQUALS_SELECT, SQL_GB_COLLATE
OJ_CAPABILITIESThe supported varieties of outer joins supported.NO, LEFT, RIGHT, FULL, INNER, NOT_ORDERED, ALL_COMPARISON_OPS
OUTER_JOINSWhether outer joins are supported.YES, NO
SUBQUERIESWhether subqueries are supported, and, if so, the degree of support.NO, COMPARISON, EXISTS, IN, CORRELATED_SUBQUERIES, QUANTIFIED
STRING_FUNCTIONSSupported string functions.LENGTH, CHAR, LOCATE, REPLACE, SUBSTRING, RTRIM, LTRIM, RIGHT, LEFT, UCASE, SPACE, SOUNDEX, LCASE, CONCAT, ASCII, REPEAT, OCTET, BIT, POSITION, INSERT, TRIM, UPPER, REGEXP, LOWER, DIFFERENCE, CHARACTER, SUBSTR, STR, REVERSE, PLAN, UUIDTOSTR, TRANSLATE, TRAILING, TO, STUFF, STRTOUUID, STRING, SPLIT, SORTKEY, SIMILAR, REPLICATE, PATINDEX, LPAD, LEN, LEADING, KEY, INSTR, INSERTSTR, HTML, GRAPHICAL, CONVERT, COLLATION, CHARINDEX, BYTE
NUMERIC_FUNCTIONSSupported numeric functions.ABS, ACOS, ASIN, ATAN, ATAN2, CEILING, COS, COT, EXP, FLOOR, LOG, MOD, SIGN, SIN, SQRT, TAN, PI, RAND, DEGREES, LOG10, POWER, RADIANS, ROUND, TRUNCATE
TIMEDATE_FUNCTIONSSupported date/time functions.NOW, CURDATE, DAYOFMONTH, DAYOFWEEK, DAYOFYEAR, MONTH, QUARTER, WEEK, YEAR, CURTIME, HOUR, MINUTE, SECOND, TIMESTAMPADD, TIMESTAMPDIFF, DAYNAME, MONTHNAME, CURRENT_DATE, CURRENT_TIME, CURRENT_TIMESTAMP, EXTRACT
REPLICATION_SKIP_TABLESIndicates tables skipped during replication.
REPLICATION_TIMECHECK_COLUMNSA string array containing a list of columns which will be used to check for (in the given order) to use as a modified column during replication.
IDENTIFIER_PATTERNString value indicating what string is valid for an identifier.
SUPPORT_TRANSACTIONIndicates if the provider supports transactions such as commit and rollback.YES, NO
DIALECTIndicates the SQL dialect to use.
KEY_PROPERTIESIndicates the properties which identify the uniform database.
SUPPORTS_MULTIPLE_SCHEMASIndicates if multiple schemas may exist for the provider.YES, NO
SUPPORTS_MULTIPLE_CATALOGSIndicates if multiple catalogs may exist for the provider.YES, NO
DATASYNCVERSIONThe CData Data Sync version needed to access this driver.Standard, Starter, Professional, Enterprise
DATASYNCCATEGORYThe CData Data Sync category of this driver.Source, Destination, Cloud Destination
SUPPORTSENHANCEDSQLWhether enhanced SQL functionality beyond what is offered by the API is supported.TRUE, FALSE
SUPPORTS_BATCH_OPERATIONSWhether batch operations are supported.YES, NO
SQL_CAPAll supported SQL capabilities for this driver.SELECT, INSERT, DELETE, UPDATE, TRANSACTIONS, ORDERBY, OAUTH, ASSIGNEDID, LIMIT, LIKE, BULKINSERT, COUNT, BULKDELETE, BULKUPDATE, GROUPBY, HAVING, AGGS, OFFSET, REPLICATE, COUNTDISTINCT, JOINS, DROP, CREATE, DISTINCT, INNERJOINS, SUBQUERIES, ALTER, MULTIPLESCHEMAS, GROUPBYNORELATION, OUTERJOINS, UNIONALL, UNION, UPSERT, GETDELETED, CROSSJOINS, GROUPBYCOLLATE, MULTIPLECATS, FULLOUTERJOIN, MERGE, JSONEXTRACT, BULKUPSERT, SUM, SUBQUERIESFULL, MIN, MAX, JOINSFULL, XMLEXTRACT, AVG, MULTISTATEMENTS, FOREIGNKEYS, CASE, LEFTJOINS, COMMAJOINS, WITH, LITERALS, RENAME, NESTEDTABLES, EXECUTE, BATCH, BASIC, INDEX
PREFERRED_CACHE_OPTIONSA string value specifies the preferred cacheOptions.
ENABLE_EF_ADVANCED_QUERYIndicates if the driver directly supports advanced queries coming from Entity Framework. If not, queries will be handled client side.YES, NO
PSEUDO_COLUMNSA string array indicating the available pseudo columns.
MERGE_ALWAYSIf the value is true, The Merge Mode is forcibly executed in Data Sync.TRUE, FALSE
REPLICATION_MIN_DATE_QUERYA select query to return the replicate start datetime.
REPLICATION_MIN_FUNCTIONAllows a provider to specify the formula name to use for executing a server side min.
REPLICATION_START_DATEAllows a provider to specify a replicate startdate.
REPLICATION_MAX_DATE_QUERYA select query to return the replicate end datetime.
REPLICATION_MAX_FUNCTIONAllows a provider to specify the formula name to use for executing a server side max.
IGNORE_INTERVALS_ON_INITIAL_REPLICATEA list of tables which will skip dividing the replicate into chunks on the initial replicate.
CHECKCACHE_USE_PARENTIDIndicates whether the CheckCache statement should be done against the parent key column.TRUE, FALSE
CREATE_SCHEMA_PROCEDURESIndicates stored procedures that can be used for generating schema files.

The following query retrieves the operators that can be used in the WHERE clause:

SELECT * FROM sys_sqlinfo WHERE Name = 'SUPPORTED_OPERATORS'
Note that individual tables may have different limitations or requirements on the WHERE clause; refer to the Data Model section for more information.

Columns

Name Type Description
NAME String A component of SQL syntax, or a capability that can be processed on the server.
VALUE String Detail on the supported SQL or SQL syntax.

CData Cloud

sys_identity

Returns information about attempted modifications.

The following query retrieves the Ids of the modified rows in a batch operation:

         SELECT * FROM sys_identity
          

Columns

Name Type Description
Id String The database-generated Id returned from a data modification operation.
Batch String An identifier for the batch. 1 for a single operation.
Operation String The result of the operation in the batch: INSERTED, UPDATED, or DELETED.
Message String SUCCESS or an error message if the update in the batch failed.

CData Cloud

sys_information

Describes the available system information.

The following query retrieves all columns:

SELECT * FROM sys_information

Columns

NameTypeDescription
ProductStringThe name of the product.
VersionStringThe version number of the product.
DatasourceStringThe name of the datasource the product connects to.
NodeIdStringThe unique identifier of the machine where the product is installed.
HelpURLStringThe URL to the product's help documentation.
LicenseStringThe license information for the product. (If this information is not available, the field may be left blank or marked as 'N/A'.)
LocationStringThe file path location where the product's library is stored.
EnvironmentStringThe version of the environment or rumtine the product is currently running under.
DataSyncVersionStringThe tier of CData Sync required to use this connector.
DataSyncCategoryStringThe category of CData Sync functionality (e.g., Source, Destination).

CData Cloud

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 (also known as the consumer key) assigned to your custom OAuth application. This ID is required to identify the application to the OAuth authorization server during authentication.
OAuthClientSecretSpecifies the client secret assigned to your custom OAuth application. This confidential value is used to authenticate the application to the OAuth authorization server. (Custom OAuth applications only.).
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.

Logging


PropertyDescription
VerbositySpecifies the verbosity level of the log file, which controls the amount of detail logged. Supported values range from 1 to 5.

Schema


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

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 number of rows returned for queries that do not include either aggregation or GROUP BY.
PseudoColumnsSpecifies the pseudocolumns to expose as table columns, expressed as a string in the format 'TableName=ColumnName;TableName=ColumnName'.
TimeoutSpecifies the maximum time, in seconds, that the provider waits for a server response before throwing a timeout error.
UseLogoutDecide whether to logout of the PCA API when CData Driver connection is closed.
CData Cloud

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.
CData Cloud

AuthScheme

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

Possible Values

OAuth, OAuthPassword

Data Type

string

Default Value

"OAuth"

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.

CData Cloud

APIVersion

Specify the PCA API version.

Data Type

string

Default Value

"V1"

Remarks

API V1 is currently offered.

CData Cloud

DataCenter

PCA API Server DataCenter Name.

Data Type

string

Default Value

""

Remarks

Enter the DataCenter name of the PCA API Server.

Example: west01, east02, west03, east04, aws

CData Cloud

DefaultDataArea

First connected DataArea.

Data Type

string

Default Value

""

Remarks

Enter the DataArea to connect to first.

Example: P20V01C081KON0001

CData Cloud

ProductCode

Product code of PCA to be connected.

Possible Values

Kon20, Acc20

Data Type

string

Default Value

"Kon20"

Remarks

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

CData Cloud

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 (also known as the consumer key) assigned to your custom OAuth application. This ID is required to identify the application to the OAuth authorization server during authentication.
OAuthClientSecretSpecifies the client secret assigned to your custom OAuth application. This confidential value is used to authenticate the application to the OAuth authorization server. (Custom OAuth applications only.).
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.
CData Cloud

OAuthClientId

Specifies the client ID (also known as the consumer key) assigned to your custom OAuth application. This ID is required to identify the application to the OAuth authorization server during authentication.

Data Type

string

Default Value

""

Remarks

This property is required in two cases:

  • When using a custom OAuth application, such as in web-based authentication flows, service-based authentication, or certificate-based flows that require application registration.
  • If the driver does not provide embedded OAuth credentials.

(When the driver provides embedded OAuth credentials, this value may already be provided by the Cloud and thus not require manual entry.)

OAuthClientId is generally used alongside other OAuth-related properties such as OAuthClientSecret and OAuthSettingsLocation when configuring an authenticated connection.

OAuthClientId is one of the key connection parameters that need to be set before users can authenticate via OAuth. You can usually find this value in your identity provider’s application registration settings. Look for a field labeled Client ID, Application ID, or Consumer Key.

While the client ID is not considered a confidential value like a client secret, it is still part of your application's identity and should be handled carefully. Avoid exposing it in public repositories or shared configuration files.

For more information on how this property is used when configuring a connection, see Establishing a Connection.

CData Cloud

OAuthClientSecret

Specifies the client secret assigned to your custom OAuth application. This confidential value is used to authenticate the application to the OAuth authorization server. (Custom OAuth applications only.).

Data Type

string

Default Value

""

Remarks

This property (sometimes called the application secret or consumer secret) is required when using a custom OAuth application in any flow that requires secure client authentication, such as web-based OAuth, service-based connections, or certificate-based authorization flows. It is not required when using an embedded OAuth application.

The client secret is used during the token exchange step of the OAuth flow, when the driver requests an access token from the authorization server. If this value is missing or incorrect, authentication fails with either an invalid_client or an unauthorized_client error.

OAuthClientSecret is one of the key connection parameters that need to be set before users can authenticate via OAuth. You can obtain this value from your identity provider when registering the OAuth application.

Notes:

  • This value should be stored securely and never exposed in public repositories, scripts, or unsecured environments.
  • Client secrets may also expire after a set period. Be sure to monitor expiration dates and rotate secrets as needed to maintain uninterrupted access.

For more information on how this property is used when configuring a connection, see Establishing a Connection

CData Cloud

User

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

Data Type

string

Default Value

""

Remarks

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

CData Cloud

Password

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

Data Type

string

Default Value

""

Remarks

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

CData Cloud

ServiceId

The ID of the service account to connect to.

Data Type

string

Default Value

""

Remarks

CData Cloud

ServicePassword

The password of the service account to connect to.

Data Type

string

Default Value

""

Remarks

CData Cloud

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.
CData Cloud

SSLServerCert

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

Data Type

string

Default Value

""

Remarks

If you are using a TLS/SSL connection, use this property to specify the TLS/SSL certificate to be accepted from the server. If you specify a value for this property, all other certificates that are not trusted by the machine are 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

Note: It is possible to use '*' to signify that all certificates should be accepted, but due to security concerns this is not recommended.

CData Cloud

Logging

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


PropertyDescription
VerbositySpecifies the verbosity level of the log file, which controls the amount of detail logged. Supported values range from 1 to 5.
CData Cloud

Verbosity

Specifies the verbosity level of the log file, which controls the amount of detail logged. Supported values range from 1 to 5.

Data Type

string

Default Value

"1"

Remarks

This property defines the level of detail the Cloud includes in the log file. Higher verbosity levels increase the detail of the logged information, but may also result in larger log files and slower performance due to the additional data being captured.

The default verbosity level is 1, which is recommended for regular operation. Higher verbosity levels are primarily intended for debugging purposes. For more information on each level, refer to Logging.

When combined with the LogModules property, Verbosity can refine logging to specific categories of information.

CData Cloud

Schema

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


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

BrowsableSchemas

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

Data Type

string

Default Value

""

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.

CData Cloud

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 number of rows returned for queries that do not include either aggregation or GROUP BY.
PseudoColumnsSpecifies the pseudocolumns to expose as table columns, expressed as a string in the format 'TableName=ColumnName;TableName=ColumnName'.
TimeoutSpecifies the maximum time, in seconds, that the provider waits for a server response before throwing a timeout error.
UseLogoutDecide whether to logout of the PCA API when CData Driver connection is closed.
CData Cloud

CalcDetailTax

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

Possible Values

None, TRUE, FALSE,

Data Type

string

Default Value

""

Remarks

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

CData Cloud

CalcKessai

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

Possible Values

None, TRUE, FALSE,

Data Type

string

Default Value

""

Remarks

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

CData Cloud

CalcTax

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

Possible Values

None, TRUE, FALSE,

Data Type

string

Default Value

""

Remarks

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

CData Cloud

CalcTotal

Specifies whether the document totals are calculated automatically.

Possible Values

None, TRUE, FALSE,

Data Type

string

Default Value

""

Remarks

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

CData Cloud

InputModuleName

Specify the InputModuleName for InputSlip.

Data Type

string

Default Value

"DefaultInputModuleName"

Remarks

This value is used in InputSlip.

CData Cloud

MaxRows

Specifies the maximum number of rows returned for queries that do not include either aggregation or GROUP BY.

Data Type

int

Default Value

-1

Remarks

The default value for this property, -1, means that no row limit is enforced unless the query explicitly includes a LIMIT clause. (When a query includes a LIMIT clause, the value specified in the query takes precedence over the MaxRows setting.)

Setting MaxRows to a whole number greater than 0 ensures that queries do not return excessively large result sets by default.

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

CData Cloud

PseudoColumns

Specifies the pseudocolumns to expose as table columns, expressed as a string in the format 'TableName=ColumnName;TableName=ColumnName'.

Data Type

string

Default Value

""

Remarks

This property allows you to define which pseudocolumns the Cloud 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:

*=*

CData Cloud

Timeout

Specifies the maximum time, in seconds, that the provider waits for a server response before throwing a timeout error.

Data Type

int

Default Value

60

Remarks

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.

Timeout is set to 60 seconds by default. To disable timeouts, set this property to 0.

Disabling the timeout allows 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.

Note: Use this property cautiously to avoid long-running operations that could degrade performance or result in unresponsive behavior.

CData Cloud

UseLogout

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

Data Type

bool

Default Value

true

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.

CData Cloud

Third Party Copyrights

LZMA from 7Zip LZMA SDK

LZMA SDK is placed in the public domain.

Anyone is free to copy, modify, publish, use, compile, sell, or distribute the original LZMA SDK code, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means.

LZMA2 from XZ SDK

Version 1.9 and older are in the public domain.

Xamarin.Forms

Xamarin SDK

The MIT License (MIT)

Copyright (c) .NET Foundation Contributors

All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

NSIS 3.10

Copyright (C) 1999-2025 Contributors THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS COMMON PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.

1. DEFINITIONS

"Contribution" means:

a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and b) in the case of each subsequent Contributor:

i) changes to the Program, and

ii) additions to the Program;

where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution 'originates' from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor's behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.

"Contributor" means any person or entity that distributes the Program.

"Licensed Patents " mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.

"Program" means the Contributions distributed in accordance with this Agreement.

"Recipient" means anyone who receives the Program under this Agreement, including all Contributors.

2. GRANT OF RIGHTS

a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.

b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.

c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient's responsibility to acquire that license before distributing the Program.

d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.

3. REQUIREMENTS

A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:

a) it complies with the terms and conditions of this Agreement; and

b) its license agreement:

i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;

ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;

iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and

iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.

When the Program is made available in source code form:

a) it must be made available under this Agreement; and

b) a copy of this Agreement must be included with each copy of the Program.

Contributors may not remove or alter any copyright notices contained within the Program.

Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.

4. COMMERCIAL DISTRIBUTION

Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor ("Commercial Contributor") hereby agrees to defend and indemnify every other Contributor ("Indemnified Contributor") against any losses, damages and costs (collectively "Losses") arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.

For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor's responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.

5. NO WARRANTY

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement, including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.

6. DISCLAIMER OF LIABILITY

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

7. GENERAL

If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.

If Recipient institutes patent litigation against a Contributor with respect to a patent applicable to software (including a cross-claim or counterclaim in a lawsuit), then any patent licenses granted by that Contributor to such Recipient under this Agreement shall terminate as of the date such litigation is filed. In addition, if Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient's patent(s), then such Recipient's rights granted under Section 2(b) shall terminate as of the date such litigation is filed.

All Recipient's rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient's rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient's obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.

Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. IBM is the initial Agreement Steward. IBM may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.

This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation.

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