Cloud

Build 25.0.9540
  • Tally
    • はじめに
      • 接続の確立
      • SSL の設定
      • ファイアウォールとプロキシ
    • データモデル
      • ビュー
        • Company
        • Employees
        • Ledger
        • Payhead
        • PriceList
        • Report_BalanceSheet
        • Report_BankGroupSummary
        • Report_BillsPayable
        • Report_BillsReceivable
        • Report_GodownSummary
        • Report_GroupOutstandings
        • Report_GroupSummary
        • Report_GroupVouchers
        • Report_ItemMonthlySummary
        • Report_LedgerOutstandings
        • Report_LedgerVouchers
        • Report_NegativeLedger
        • Report_NegativeStock
        • Report_ProfitAndLoss
        • Report_RatioAnalysis
        • Report_Statistics
        • Report_StockGroupSummary
        • Report_StockItemSummary
        • Report_StockVouchers
        • Report_TrialBalance
        • Report_VoucherRegister
        • StockItem
      • ストアドプロシージャ
        • ExportReport
        • ImportData
      • システムテーブル
        • 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
    • 接続文字列オプション
      • Authentication
        • URL
        • Company
      • SSL
        • SSLServerCert
      • Logging
        • Verbosity
      • Schema
        • BrowsableSchemas
      • Miscellaneous
        • MaxRows
        • PseudoColumns
        • ThrowsKeyNotFound
        • Timeout
    • Third Party Copyrights

Tally - CData Cloud

概要

CData Cloud は、クラウドホスト型のソリューションで、複数の標準サービスやプロトコルにまたがるTally へのアクセスを実現します。SQL Server データベースに接続できるアプリケーションであれば、CData Cloud を介してTally に接続できます。

CData Cloud により、他のOData エンドポイントや標準SQL Server と同じように、Tally への接続を標準化し、構成することができます。

主要機能

  • SQL をフルサポート:Tally は、標準のリレーショナルデータベースとして表示され、Filter、Group、Join などの操作を実行できます。これらの操作は基盤となるAPI でサポートされているかどうかに関わらず、標準SQL を使用します。
  • CRUD サポート:読み取りと書き込みの両方の操作がサポートされており、Cloud またはデータソースのダウンストリームで設定できるセキュリティ設定によってのみ制限されます。
  • セキュアアクセス:管理者は、ユーザーを作成し、特定のデータベースへのアクセス、読み取り専用操作、または完全な読み書きの権限を定義することができます。
  • 包括的なデータモデルとダイナミックディスカバリー:CData Cloud は、動的データや検索可能なメタデータへのフルアクセスなど、基盤となるデータソースで公開されるすべてのデータへの包括的なアクセスを提供します。

CData Cloud

はじめに

このページでは、CData Cloud でのTally への接続の確立 のガイド、利用可能なリソースに関する情報、および使用可能な接続プロパティのリファレンスについて説明します。

Tally への接続

接続の確立 は、CData Cloud にデータベースを作成するためのTally への認証方法と必要な接続プロパティの設定方法について示します。

CData Cloud サービスからデータにアクセス

利用可能な標準サービスを経由してTally からデータにアクセスする方法と、CData Cloud の管理については、CData Cloud ドキュメント で詳しく説明します。

CData Cloud

接続の確立

Database タブで対応するアイコンを選択して、Tally に接続します。必須プロパティはSettings にリストされています。Advanced タブには、通常は必要ない接続プロパティが表示されます。

Tally への接続

Tally インスタンスに接続するには、次の接続プロパティを設定します。

  • URL(Tally インスタンスのURL に設定。例:http://localhost:9000)

CData Cloud

SSL の設定

SSL 設定のカスタマイズ

To enable TLS, set the URL connection property to the URL of the Tally instance prepended with https://. For example, http://(hostname or server ip):9000.

With this configuration, 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.

別の証明書を指定するには、SSLServerCert 接続プロパティを参照してください。

CData Cloud

ファイアウォールとプロキシ

Firewall またはProxy 経由の接続

HTTP プロキシ

HTTP プロキシへの認証には、以下のように設定します。

  • ProxyServer:HTTP トラフィックをルートするプロキシサーバーのホストネームもしくはIP アドレス。
  • ProxyPort:プロキシサーバーが起動しているTCP ポート。
  • ProxyAuthScheme:プロキシサーバーに対して認証する際にCloud が使用する認証方法。
  • ProxyUser:プロキシサーバーに登録されているユーザーアカウントのユーザー名。
  • ProxyPassword:ProxyUser に紐付けられたパスワード。

その他のプロキシ

次のプロパティを設定します。

  • プロキシベースのファイヤーウォールを使用するには、FirewallType、FirewallServer、およびFirewallPort を設定します。
  • 接続をトンネルするには、FirewallType をTUNNEL に設定します。
  • 認証するには、FirewallUser とFirewallPassword を設定します。
  • SOCKS プロキシへの認証には、さらにFirewallType をSOCKS5 に設定します。

CData Cloud

データモデル

概要

このセクションでは、利用可能なAPI オブジェクトを示し、Tally API へのSQL の実行について詳しく説明します。

主要機能

  • Cloud はドキュメント、フォルダ、およびグループなどのTally エンティティをリレーショナルビューとしてモデル化し、SQL を記述してTally データをクエリできるようにします。
  • ストアドプロシージャを使用するとTally の操作を実行できます。
  • これらのオブジェクトへのライブ接続により、Cloud を使用するとTally アカウントへのあらゆる変更が即座に反映されます。

ビュー

ビュー では、利用可能なビューを説明します。ビューは、Company、Employees、Ledgers などのエンティティに対して静的に定義されます。

ストアドプロシージャ

ストアドプロシージャ は、Tally のファンクションライクなインターフェースです。ストアドプロシージャを使用すると、オブジェクトのダウンロードやエンベロープの移動など、Tally の操作を実行できます。

CData Cloud

ビュー

ビューは、データを示すという点でテーブルに似ていますが、ビューは読み取り専用です。

クエリは、ビューに対して通常のテーブルと同様に実行することができます。

CData Cloud - Tally ビュー

Name Description
Company Retrieve Company Details.
Employees Retrieve Employee Details.
Ledger Retrieve Ledger Details.
Payhead Retrieve Payhead Details.
PriceList Retrieve PriceList.
Report_BalanceSheet Balance Sheet Report of Tally
Report_BankGroupSummary Bank Group Summary Report of Tally
Report_BillsPayable Bills Payable Report of Tally
Report_BillsReceivable Bills Receivable Report of Tally
Report_GodownSummary Godown Summary Report of Tally
Report_GroupOutstandings Group Outstandings Report of Tally
Report_GroupSummary Group Summary Report of Tally
Report_GroupVouchers Group Vouchers Report of Tally
Report_ItemMonthlySummary ItemMonthlySummary Report of Tally
Report_LedgerOutstandings Ledger Outstandings Report of Tally
Report_LedgerVouchers Ledger Vouchers Report of Tally
Report_NegativeLedger Negative Ledger Report of Tally
Report_NegativeStock Negative Stock Report of Tally
Report_ProfitAndLoss Profit and Loss Report of Tally
Report_RatioAnalysis Ratio Analysis Report of Tally
Report_Statistics Statistics Report of Tally
Report_StockGroupSummary Stock Summary Report of Tally
Report_StockItemSummary Stock Summary Report of Tally
Report_StockVouchers StockVouchers Report of Tally
Report_TrialBalance Trial Balance Report of Tally
Report_VoucherRegister Voucher Register Report of Tally
StockItem Retrieve StockItems.

CData Cloud

Company

Retrieve Company Details.

Table Specific Information

Select

The Cloud will use the Tally API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client side within the Cloud.

  • String supports the '=, !=,<, <=, >, >=, LIKE, ORDER BY' comparisons.

For example these queries are processed server side:

SELECT * FROM Company WHERE Name LIKE 'cdata%'

SELECT * FROM Company WHERE CompanyFBTAssesseeType != 'Default'

SELECT * FROM Company WHERE StateName = 'Karnataka' AND PINCode >= '560034'

SELECT * FROM Company WHERE CountryName = 'India' OR CountryName = 'US'

SELECT * FROM Company WHERE PINCode > '560034'

SELECT * FROM Company ORDER BY DBName ASC

Columns

Name Type Description
StartingFrom Date The StartingFrom value of the Company.
BooksFrom Date The BooksFrom value of the Company.
VatApplDate Date The VatApplDate value of the Company.
CompositeApplicableDate Date The CompositeApplicableDate value of the Company.
VATRegDate Date The VATRegDate value of the Company.
DeactivateExciseFrom Date The DeactivateExciseFrom value of the Company.
STRegDate Date The STRegDate value of the Company.
DeactivateServiceTaxFrom Date The DeactivateServiceTaxFrom value of the Company.
LBTRegnDate Date The LBTRegnDate value of the Company.
DeactivateVATFrom Date The DeactivateVATFrom value of the Company.
CSTApplDate Date The CSTApplDate value of the Company.
GSTApplicableDate Date The GSTApplicableDate value of the Company.
AuditedUpto Date The AuditedUpto value of the Company.
FIFOApplicableFrom Date The FIFOApplicableFrom value of the Company.
ReturnsStartFrom Date The ReturnsStartFrom value of the Company.
Name String The Name value of the Company.
BasicCompanyFormalName String The BasicCompanyFormalName value of the Company.
Guid String The Guid value of the Company.
Email String The Email value of the Company.
StateName String The StateName value of the Company.
PINCode String The PINCode value of the Company.
PhoneNumber String The PhoneNumber value of the Company.
CMPEmployerId String The CMPEmployerId value of the Company.
FaxNumber String The FaxNumber value of the Company.
Website String The Website value of the Company.
IncomeTaxNumber String The IncomeTaxNumber value of the Company.
SalesTaxNumber String The SalesTaxNumber value of the Company.
InterStateSTNumber String The InterStateSTNumber value of the Company.
TANumber String The TANumber value of the Company.
VATTINNumber String The VATTINNumber value of the Company.
CompositeTIN String The CompositeTIN value of the Company.
EECDebtors String The EECDebtors value of the Company.
EECCreditors String The EECCreditors value of the Company.
CountryName String The CountryName value of the Company.
VATPymtPeriod String The VATPymtPeriod value of the Company.
CSTPymtPeriod String The CSTPymtPeriod value of the Company.
STPymtPeriod String The STPymtPeriod value of the Company.
TDSPymtPeriod String The TDSPymtPeriod value of the Company.
TCSPymtPeriod String The TCSPymtPeriod value of the Company.
PFPymtPeriod String The PFPymtPeriod value of the Company.
PTPymtPeriod String The PTPymtPeriod value of the Company.
ESIPymtPeriod String The ESIPymtPeriod value of the Company.
FBTPymtPeriod String The FBTPymtPeriod value of the Company.
FBTYearEndPymtPeriod String The FBTYearEndPymtPeriod value of the Company.
ITDeductorWard String The ITDeductorWard value of the Company.
ITDeductorRespPersonName String The ITDeductorRespPersonName value of the Company.
ITDeductorRespPersonFatherName String The ITDeductorRespPersonFatherName value of the Company.
ITDeductorRespPersonDesig String The ITDeductorRespPersonDesig value of the Company.
TANRegNo String The TANRegNo value of the Company.
VATFilingPeriodicity String The VATFilingPeriodicity value of the Company.
ITDeductorBranch String The ITDeductorBranch value of the Company.
ExciseRegn String The ExciseRegn value of the Company.
ExciseRange String The ExciseRange value of the Company.
ExciseRangeAddress String The ExciseRangeAddress value of the Company.
ExciseDivision String The ExciseDivision value of the Company.
ExciseDivisionAddress String The ExciseDivisionAddress value of the Company.
CMPIECCode String The CMPIECCode value of the Company.
ExciseAssesseeType String The ExciseAssesseeType value of the Company.
ExciseCommissionerate String The ExciseCommissionerate value of the Company.
ExciseRangeCode String The ExciseRangeCode value of the Company.
ExciseDivisionCode String The ExciseDivisionCode value of the Company.
ExciseFocalBankCode String The ExciseFocalBankCode value of the Company.
ExciseFocalBankName String The ExciseFocalBankName value of the Company.
ExciseFocalBankAddr String The ExciseFocalBankAddr value of the Company.
STRegNumber String The STRegNumber value of the Company.
STAssesseeCode String The STAssesseeCode value of the Company.
STOrgType String The STOrgType value of the Company.
STMajorService String The STMajorService value of the Company.
STDivisionCode String The STDivisionCode value of the Company.
STDivisionName String The STDivisionName value of the Company.
STRangeCode String The STRangeCode value of the Company.
STRangeName String The STRangeName value of the Company.
STCommrtCode String The STCommrtCode value of the Company.
STCommrtName String The STCommrtName value of the Company.
STFocalBankCode String The STFocalBankCode value of the Company.
STFocalBankName String The STFocalBankName value of the Company.
STFocalBankAddr String The STFocalBankAddr value of the Company.
STAdjExpenses String The STAdjExpenses value of the Company.
STLargeTaxPayerUnit String The STLargeTaxPayerUnit value of the Company.
STPremisesCodeNo String The STPremisesCodeNo value of the Company.
ServiceTaxLiabilityType String The ServiceTaxLiabilityType value of the Company.
RevChargeType String The RevChargeType value of the Company.
DeductorWard String The DeductorWard value of the Company.
DeductorStatus String The DeductorStatus value of the Company.
DeductorRespPersonName String The DeductorRespPersonName value of the Company.
DeductorRespPersonDesig String The DeductorRespPersonDesig value of the Company.
DeductorRespPersonFatherName String The DeductorRespPersonFatherName value of the Company.
HeadOfficeTANumber String The HeadOfficeTANumber value of the Company.
TDSDeductorType String The TDSDeductorType value of the Company.
PersonResponsiblePAN String The PersonResponsiblePAN value of the Company.
PersonResponsibleFlatNo String The PersonResponsibleFlatNo value of the Company.
PersonResponsiblePremises String The PersonResponsiblePremises value of the Company.
PersonResponsibleRoad String The PersonResponsibleRoad value of the Company.
PersonResponsibleArea String The PersonResponsibleArea value of the Company.
PersonResponsibleCity String The PersonResponsibleCity value of the Company.
PersonResponsibleState String The PersonResponsibleState value of the Company.
PersonResponsiblePincode String The PersonResponsiblePincode value of the Company.
PersonResponsibleMobile String The PersonResponsibleMobile value of the Company.
PersonResponsibleSTDCode String The PersonResponsibleSTDCode value of the Company.
PersonResponsiblePhone String The PersonResponsiblePhone value of the Company.
PersonResponsibleEMail String The PersonResponsibleEMail value of the Company.
PersonResponsibleAltSTDCode String The PersonResponsibleAltSTDCode value of the Company.
PersonResponsibleAltPhone String The PersonResponsibleAltPhone value of the Company.
PersonResponsibleAltEMail String The PersonResponsibleAltEMail value of the Company.
PersonResponsibleAltMobile String The PersonResponsibleAltMobile value of the Company.
DeductorResponsibleAltSTDCode String The DeductorResponsibleAltSTDCode value of the Company.
DeductorResponsibleAltPhone String The DeductorResponsibleAltPhone value of the Company.
DeductorResponsibleAltEMail String The DeductorResponsibleAltEMail value of the Company.
DeductorResponsibleAltMobile String The DeductorResponsibleAltMobile value of the Company.
ITDeductorRespPersonPAN String The ITDeductorRespPersonPAN value of the Company.
DeductorBranch String The DeductorBranch value of the Company.
CompanyFBTAssesseeType String The CompanyFBTAssesseeType value of the Company.
CompanyFBTAssesseeCategory String The CompanyFBTAssesseeCategory value of the Company.
CMPPFCode String The CMPPFCode value of the Company.
CMPPFAccountGroupCode String The CMPPFAccountGroupCode value of the Company.
CMPPFSecurityCode String The CMPPFSecurityCode value of the Company.
CMPESICode String The CMPESICode value of the Company.
CMPESIBranchOffice String The CMPESIBranchOffice value of the Company.
CMPESIWorkingDays String The CMPESIWorkingDays value of the Company.
XBRLCIN String The XBRLCIN value of the Company.
XBRLIndustryType String The XBRLIndustryType value of the Company.
LBTRegnNo String The LBTRegnNo value of the Company.
LBTZone String The LBTZone value of the Company.
EconomicActivityCode String The EconomicActivityCode value of the Company.
AuthorisedPersonName String The AuthorisedPersonName value of the Company.
AuthorisedPersonDesignation String The AuthorisedPersonDesignation value of the Company.
AuthorisedPlace String The AuthorisedPlace value of the Company.
CircleSector String The CircleSector value of the Company.
CircleDivision String The CircleDivision value of the Company.
ExportImportCode String The ExportImportCode value of the Company.
TaxAuthorisedPerson String The TaxAuthorisedPerson value of the Company.
CircleWard String The CircleWard value of the Company.
VATReturnForm String The VATReturnForm value of the Company.
GSTRegistrationNumber String The GSTRegistrationNumber value of the Company.
GSTRegistrationType String The GSTRegistrationType value of the Company.
CmpTypeOfSupply String The CmpTypeOfSupply value of the Company.
CompanyNameNative String The CompanyNameNative value of the Company.
CompanyEmirateNative String The CompanyEmirateNative value of the Company.
CompanyCountryNative String The CompanyCountryNative value of the Company.
VATDealerType String The VATDealerType value of the Company.
ConnectName String The ConnectName value of the Company.
SMSShortCode String The SMSShortCode value of the Company.
SMSPrefix String The SMSPrefix value of the Company.
CompanyContactPerson String The CompanyContactPerson value of the Company.
CompanyContactNumber String The CompanyContactNumber value of the Company.
CompanySMSName String The CompanySMSName value of the Company.
LogoPath String The LogoPath value of the Company.
CompanyChequeName String The CompanyChequeName value of the Company.
TDSNatureOfPayment String The TDSNatureOfPayment value of the Company.
TCSNatureofGood String The TCSNatureofGood value of the Company.
CRNumber String The CRNumber value of the Company.
BranchCRNumber String The BranchCRNumber value of the Company.
ShowBankDetails String The ShowBankDetails value of the Company.
GenerateBatchesOn String The GenerateBatchesOn value of the Company.
UploadLastRefresh String The UploadLastRefresh value of the Company.
IsAggregate String The IsAggregate value of the Company.
IndianVat String The IndianVat value of the Company.
IsVATRegdDealer String The IsVATRegdDealer value of the Company.
IsVATCompositeDealer String The IsVATCompositeDealer value of the Company.
IsDaywiseCashAggregate String The IsDaywiseCashAggregate value of the Company.
ITDeductorType String The ITDeductorType value of the Company.
IsAuditWorkingPaperOn String The IsAuditWorkingPaperOn value of the Company.
IsAuditCategoryOn String The IsAuditCategoryOn value of the Company.
IsRoundOffExceOn String The IsRoundOffExceOn value of the Company.
IsCSTWithAddlTax String The IsCSTWithAddlTax value of the Company.
IsSalesTaxCessOn String The IsSalesTaxCessOn value of the Company.
IsExciseClassificationOn String The IsExciseClassificationOn value of the Company.
STIsSTLargeTaxPayer String The STIsSTLargeTaxPayer value of the Company.
STXIsRoundOffApplicable String The STXIsRoundOffApplicable value of the Company.
ServiceTaxIsSEZ String The ServiceTaxIsSEZ value of the Company.
STIsMultiUnit String The STIsMultiUnit value of the Company.
STUserDefinedClass String The STUserDefinedClass value of the Company.
STIsInputServDistributor String The STIsInputServDistributor value of the Company.
IsSTStockItemOn String The IsSTStockItemOn value of the Company.
IsReverseApplicable String The IsReverseApplicable value of the Company.
STIsMonthlyReturns String The STIsMonthlyReturns value of the Company.
DeductorType String The DeductorType value of the Company.
IgnoreITExemption String The IgnoreITExemption value of the Company.
IgnoreTCSITExemption String The IgnoreTCSITExemption value of the Company.
IsTDSStockItemOn String The IsTDSStockItemOn value of the Company.
IsFBTSurchargeApplicable String The IsFBTSurchargeApplicable value of the Company.
XBRLIsConsolidatedRepType String The XBRLIsConsolidatedRepType value of the Company.
IsLBTOn String The IsLBTOn value of the Company.
IsVATClassOn String The IsVATClassOn value of the Company.
IsMRPOn String The IsMRPOn value of the Company.
IsRevisedAnnexureOn String The IsRevisedAnnexureOn value of the Company.
EnableVATOnItemRate String The EnableVATOnItemRate value of the Company.
EnableVATOnQuantity String The EnableVATOnQuantity value of the Company.
IsInZRBasicServices String The IsInZRBasicServices value of the Company.
IsDesignatedZone String The IsDesignatedZone value of the Company.
STMaintainSepAccForExempt String The STMaintainSepAccForExempt value of the Company.
IsDeviceDetailsReq String The IsDeviceDetailsReq value of the Company.
CMPIsUnderNPVScheme String The CMPIsUnderNPVScheme value of the Company.
IsSecurityOn String The IsSecurityOn value of the Company.
IsAccountingOn String The IsAccountingOn value of the Company.
IsInventoryOn String The IsInventoryOn value of the Company.
IsIntegrated String The IsIntegrated value of the Company.
IsBillWiseOn String The IsBillWiseOn value of the Company.
IsAllBillWiseOn String The IsAllBillWiseOn value of the Company.
IsCostCentresOn String The IsCostCentresOn value of the Company.
IsCostCategoryOn String The IsCostCategoryOn value of the Company.
IsStockCategoryOn String The IsStockCategoryOn value of the Company.
IsBatchWiseOn String The IsBatchWiseOn value of the Company.
IsPerishableOn String The IsPerishableOn value of the Company.
IsMultiGodownOn String The IsMultiGodownOn value of the Company.
IsMultiCurrencyOn String The IsMultiCurrencyOn value of the Company.
IsInvoicingOn String The IsInvoicingOn value of the Company.
IsRevJrnlOn String The IsRevJrnlOn value of the Company.
IsRemindersOn String The IsRemindersOn value of the Company.
IsDCNoteOn String The IsDCNoteOn value of the Company.
IsRejectionOn String The IsRejectionOn value of the Company.
IsTrackingOn String The IsTrackingOn value of the Company.
IsExciseOn String The IsExciseOn value of the Company.
IsChqPrintingOn String The IsChqPrintingOn value of the Company.
DiffActualQty String The DiffActualQty value of the Company.
UseZeroEntries String The UseZeroEntries value of the Company.
AddlAmount String The AddlAmount value of the Company.
IsTallyAuditOn String The IsTallyAuditOn value of the Company.
IsBudgetsOn String The IsBudgetsOn value of the Company.
IsPayrollOn String The IsPayrollOn value of the Company.
IsTDSOn String The IsTDSOn value of the Company.
IsServiceTaxOn String The IsServiceTaxOn value of the Company.
IsJobCostingOn String The IsJobCostingOn value of the Company.
IsTCSOn String The IsTCSOn value of the Company.
IsExciseReportsOn String The IsExciseReportsOn value of the Company.
IsCompositeDealer String The IsCompositeDealer value of the Company.
IsBOMOn String The IsBOMOn value of the Company.
IsSalesOrdersOn String The IsSalesOrdersOn value of the Company.
IsPurcOrdersOn String The IsPurcOrdersOn value of the Company.
IsDiscountsOn String The IsDiscountsOn value of the Company.
CNoteAsInvoice String The CNoteAsInvoice value of the Company.
UKVATReturns String The UKVATReturns value of the Company.
UsePriceLevels String The UsePriceLevels value of the Company.
IsInterestOn String The IsInterestOn value of the Company.
IsAdvInterestOn String The IsAdvInterestOn value of the Company.
PurcAsInvoice String The PurcAsInvoice value of the Company.
UseAutoCost String The UseAutoCost value of the Company.
DNoteAsInvoice String The DNoteAsInvoice value of the Company.
PLasIncomeExpense String The PLasIncomeExpense value of the Company.
AllowinMobile String The AllowinMobile value of the Company.
IsIndentOn String The IsIndentOn value of the Company.
IsFBTOn String The IsFBTOn value of the Company.
IsExciseMfgrTraderOn String The IsExciseMfgrTraderOn value of the Company.
IsSalesTaxOn String The IsSalesTaxOn value of the Company.
IsPayrollStatOn String The IsPayrollStatOn value of the Company.
ConnectCompany String The ConnectCompany value of the Company.
ConnectCompanyOnLoad String The ConnectCompanyOnLoad value of the Company.
IsEntryTaxApplicable String The IsEntryTaxApplicable value of the Company.
RevenueLedForOpBal String The RevenueLedForOpBal value of the Company.
EnableSMSAccess String The EnableSMSAccess value of the Company.
IsRcptsPymtsOn String The IsRcptsPymtsOn value of the Company.
IsLogoEnabled String The IsLogoEnabled value of the Company.
IsXBRLOn String The IsXBRLOn value of the Company.
IsProprietorship String The IsProprietorship value of the Company.
IsYearWise String The IsYearWise value of the Company.
IsCmpLTUOn String The IsCmpLTUOn value of the Company.
IsGSTOn String The IsGSTOn value of the Company.
IsGSTClassifOn String The IsGSTClassifOn value of the Company.
IsDisallowInEduMode String The IsDisallowInEduMode value of the Company.
IsMultiAddressOn String The IsMultiAddressOn value of the Company.
IsEbankingOn String The IsEbankingOn value of the Company.
IsJobWorkOn String The IsJobWorkOn value of the Company.
IsMaterialTransferOn String The IsMaterialTransferOn value of the Company.
IsCostTrackingOn String The IsCostTrackingOn value of the Company.
EnablePwdPolicy String The EnablePwdPolicy value of the Company.
RestrictPwdReuse String The RestrictPwdReuse value of the Company.
ResetPwdOnFirstLogin String The ResetPwdOnFirstLogin value of the Company.
AllowPwdReset String The AllowPwdReset value of the Company.
NotifyOfExpiry String The NotifyOfExpiry value of the Company.
IsDefPwdPolicyAltered String The IsDefPwdPolicyAltered value of the Company.
IsBankingVchMigrated String The IsBankingVchMigrated value of the Company.
IsBeneficiaryCodeOn String The IsBeneficiaryCodeOn value of the Company.
IsTransferModeOn String The IsTransferModeOn value of the Company.
IsBankingforCCOn String The IsBankingforCCOn value of the Company.
IsImpBankDetailsOn String The IsImpBankDetailsOn value of the Company.
IsApprovalOn String The IsApprovalOn value of the Company.
IsExportOnVchCreate String The IsExportOnVchCreate value of the Company.
IsExportWithErrors String The IsExportWithErrors value of the Company.
IsResetBankStatus String The IsResetBankStatus value of the Company.
IsISOCurrencyApplicable String The IsISOCurrencyApplicable value of the Company.
IsIgnoreWithWarnings String The IsIgnoreWithWarnings value of the Company.
IsFIFOApplied String The IsFIFOApplied value of the Company.
IsTrackVouchersOn String The IsTrackVouchersOn value of the Company.
ResetTrackedChanges String The ResetTrackedChanges value of the Company.
CompanyNumber Decimal The CompanyNumber value of the Company.
StatutoryVersion Decimal The StatutoryVersion value of the Company.
VATPymtDueDate Decimal The VATPymtDueDate value of the Company.
CSTPymtDueDate Decimal The CSTPymtDueDate value of the Company.
STPymtDueDate Decimal The STPymtDueDate value of the Company.
TDSPymtDueDate Decimal The TDSPymtDueDate value of the Company.
TCSPymtDueDate Decimal The TCSPymtDueDate value of the Company.
PFPymtDueDate Decimal The PFPymtDueDate value of the Company.
PTPymtDueDate Decimal The PTPymtDueDate value of the Company.
ESIPymtDueDate Decimal The ESIPymtDueDate value of the Company.
FBTPymtDueDate Decimal The FBTPymtDueDate value of the Company.
FBTYearEndPymtDueDate Decimal The FBTYearEndPymtDueDate value of the Company.
STCrAdjPercent Decimal The STCrAdjPercent value of the Company.
CmpTaxAmountTolerence Decimal The CmpTaxAmountTolerence value of the Company.
PwdLength Decimal The PwdLength value of the Company.
LettersInPwd Decimal The LettersInPwd value of the Company.
NumeralsInPwd Decimal The NumeralsInPwd value of the Company.
SpclCharsInPwd Decimal The SpclCharsInPwd value of the Company.
PwdHistory Decimal The PwdHistory value of the Company.
PwdExpiry Decimal The PwdExpiry value of the Company.
ExpiryNotifPeriod Decimal The ExpiryNotifPeriod value of the Company.
NACHVersion Decimal The NACHVersion value of the Company.
MaxCashValue String The MaxCashValue value of the Company.
MinCashValue String The MinCashValue value of the Company.
CMPESIEligibleAmount String The CMPESIEligibleAmount value of the Company.
RTGSLimit String The RTGSLimit value of the Company.
Address String The Address value of the Company.
CompanyAddressNative String The CompanyAddressNative value of the Company.
PriceLevel String The PriceLevel value of the Company.
MobileNumbers String The MobileNumbers value of the Company.
UserAccountIds Decimal The UserAccountIds value of the Company.
Dbname String The Dbname value of the Company.
Thisyearbeg Date The Thisyearbeg value of the Company.
Thisyearend Date The Thisyearend value of the Company.
Prevyearbeg Date The Prevyearbeg value of the Company.
Prevyearend Date The Prevyearend value of the Company.
Thisquarterbeg Date The Thisquarterbeg value of the Company.
Thisquarterend Date The Thisquarterend value of the Company.
Prevquarterbeg Date The Prevquarterbeg value of the Company.
Prevquarterend Date The Prevquarterend value of the Company.
Name String The Name value of the Company.
Address1 String The Address1 value of the Company.
Address2 String The Address2 value of the Company.
Address3 String The Address3 value of the Company.
Address4 String The Address4 value of the Company.
Address5 String The Address5 value of the Company.

Pseudo-Columns

SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。

Name Type Description
Company String Name of the Company whose data need to be fetched. Please make sure it is selected and unlocked atleast once in the Tally tool after the tool is launched. It need not be in the selected state at the moment.

CData Cloud

Employees

Retrieve Employee Details.

Table Specific Information

Select

The Cloud will use the Tally API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client side within the Cloud.

  • String supports the '=, !=,<, <=, >, >=, LIKE, ORDER BY' comparisons.

For example these queries are processed server side:

SELECT * FROM Employees WHERE EMailID LIKE '%cdata%'

SELECT * FROM Employees WHERE BloodGroup != 'A Positive'

SELECT * FROM Employees WHERE Gender = 'Male' AND FatherName >= 'abc'

SELECT * FROM Employees WHERE BankBranch = 'Delhi' OR BankBranch = 'Bangalore'

SELECT * FROM Employees WHERE ForPayroll > 'No'

SELECT * FROM Employees ORDER BY Guid ASC

Columns

Name Type Description
Name String The Name value of the Employees.
ActiveFrom Date The ActiveFrom value of the Employees.
ActiveTo Date The ActiveTo value of the Employees.
DateOfBirth Date The DateOfBirth value of the Employees.
DateOfJoin Date The DateOfJoin value of the Employees.
DeactivationDate Date The DeactivationDate value of the Employees.
VisaExpiryDate Date The VisaExpiryDate value of the Employees.
ContractStartDate Date The ContractStartDate value of the Employees.
ContractExpiryDate Date The ContractExpiryDate value of the Employees.
PassportExpiryDate Date The PassportExpiryDate value of the Employees.
PFJoiningDate Date The PFJoiningDate value of the Employees.
PFRelievingDate Date The PFRelievingDate value of the Employees.
IdentityExpiryDate Date The IdentityExpiryDate value of the Employees.
Guid String The Guid value of the Employees.
Parent String The Parent value of the Employees.
Category String The Category value of the Employees.
MobileNumber String The MobileNumber value of the Employees.
MICRCode String The MICRCode value of the Employees.
IFSCode String The IFSCode value of the Employees.
Narration String The Narration value of the Employees.
RemoteGUID String The RemoteGUID value of the Employees.
RemoteAltGUID String The RemoteAltGUID value of the Employees.
RequestorRule String The RequestorRule value of the Employees.
BankDetails String The BankDetails value of the Employees.
BankDetailsBankID String The BankDetailsBankID value of the Employees.
Function String The Function value of the Employees.
Location String The Location value of the Employees.
Designation String The Designation value of the Employees.
PFAccountNumber String The PFAccountNumber value of the Employees.
PanNumber String The PanNumber value of the Employees.
ESINumber String The ESINumber value of the Employees.
PassportDetails String The PassportDetails value of the Employees.
Gender String The Gender value of the Employees.
BloodGroup String The BloodGroup value of the Employees.
FatherName String The FatherName value of the Employees.
ContactNumbers String The ContactNumbers value of the Employees.
EMailID String The EMailID value of the Employees.
BankAccountNumber String The BankAccountNumber value of the Employees.
BankBranch String The BankBranch value of the Employees.
VisaNumber String The VisaNumber value of the Employees.
WorkPermitNumber String The WorkPermitNumber value of the Employees.
CountryofIssue String The CountryofIssue value of the Employees.
SpouseName String The SpouseName value of the Employees.
FPFAccountNumber String The FPFAccountNumber value of the Employees.
ReasonsForLeaving String The ReasonsForLeaving value of the Employees.
ESIDispensaryName String The ESIDispensaryName value of the Employees.
EmpDisplayName String The EmpDisplayName value of the Employees.
IdentityNumber String The IdentityNumber value of the Employees.
PRAccountNumber String The PRAccountNumber value of the Employees.
AadharNumber String The AadharNumber value of the Employees.
UANNumber String The UANNumber value of the Employees.
RevenueLedForOpBal String The RevenueLedForOpBal value of the Employees.
IsMstFromSync String The IsMstFromSync value of the Employees.
IsUpdatingTargetId String The IsUpdatingTargetId value of the Employees.
AsOriginal String The AsOriginal value of the Employees.
AffectsStock String The AffectsStock value of the Employees.
ForPayroll String The ForPayroll value of the Employees.
ForJobCosting String The ForJobCosting value of the Employees.
IsEmployeeGroup String The IsEmployeeGroup value of the Employees.
SortPosition Decimal The SortPosition value of the Employees.
Alterid Decimal The Alterid value of the Employees.
RemoteAlterID Decimal The RemoteAlterID value of the Employees.
DefaultLanguage Decimal The DefaultLanguage value of the Employees.
Address String The Address value of the Employees.
MailingName String The MailingName value of the Employees.
TargetRemoteId String The $TargetRemoteId value of the Employees.

Pseudo-Columns

SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。

Name Type Description
Company String Name of the Company whose data need to be fetched. Please make sure it is selected and unlocked atleast once in the Tally tool after the tool is launched. It need not be in the selected state at the moment.

CData Cloud

Ledger

Retrieve Ledger Details.

Table Specific Information

Select

The Cloud will use the Tally API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client side within the Cloud.

  • String supports the '=, !=,<, <=, >, >=, LIKE, ORDER BY' comparisons.

For example these queries are processed server side:

SELECT * FROM Ledger WHERE TaxType LIKE '%GST%'

SELECT * FROM Ledger WHERE GSTType != 'Applicable'

SELECT * FROM Ledger WHERE GSTTypeofSupply = 'Goods' AND GSTDutyHead = 'Central Tax'

SELECT * FROM Ledger WHERE Parent = 'Sales Accounts' OR Parent = 'Bank Accounts'

SELECT * FROM Ledger WHERE IsChequePrintingEnabled > 'No'

SELECT * FROM Ledger ORDER BY Guid Desc

Columns

Name Type Description
Name String The Name value of the Ledger.
StartingFrom Date The StartingFrom value of the Ledger.
STRegDate Date The STRegDate value of the Ledger.
LBTRegnDate Date The LBTRegnDate value of the Ledger.
SamplingDateOneFactor Date The SamplingDateOneFactor value of the Ledger.
SamplingDateTwoFactor Date The SamplingDateTwoFactor value of the Ledger.
ActiveFrom Date The ActiveFrom value of the Ledger.
ActiveTo Date The ActiveTo value of the Ledger.
CreatedDate Date The CreatedDate value of the Ledger.
AlteredOn Date The AlteredOn value of the Ledger.
VATApplicableDate Date The VATApplicableDate value of the Ledger.
ExciseRegistrationDate Date The ExciseRegistrationDate value of the Ledger.
PANApplicableFrom Date The PANApplicableFrom value of the Ledger.
PayInsRunningFileDate Date The PayInsRunningFileDate value of the Ledger.
VATTaxExemptionDate Date The VATTaxExemptionDate value of the Ledger.
Guid String The Guid value of the Ledger.
CurrencyName String The CurrencyName value of the Ledger.
Email String The Email value of the Ledger.
StateName String The StateName value of the Ledger.
PINCode String The PINCode value of the Ledger.
Website String The Website value of the Ledger.
IncomeTaxNumber String The IncomeTaxNumber value of the Ledger.
SalesTaxNumber String The SalesTaxNumber value of the Ledger.
InterStateSTNumber String The InterStateSTNumber value of the Ledger.
VATTINNumber String The VATTINNumber value of the Ledger.
CountryName String The CountryName value of the Ledger.
ExciseRange String The ExciseRange value of the Ledger.
ExciseDivision String The ExciseDivision value of the Ledger.
ExciseCommissionerate String The ExciseCommissionerate value of the Ledger.
LBTRegnNo String The LBTRegnNo value of the Ledger.
LBTZone String The LBTZone value of the Ledger.
ExportImportCode String The ExportImportCode value of the Ledger.
GSTRegistrationType String The GSTRegistrationType value of the Ledger.
VATDealerType String The VATDealerType value of the Ledger.
PriceLevel String The PriceLevel value of the Ledger.
UploadLastRefresh String The UploadLastRefresh value of the Ledger.
Parent String The Parent value of the Ledger.
SamplingMethod String The SamplingMethod value of the Ledger.
SamplingStrOneFactor String The SamplingStrOneFactor value of the Ledger.
IFSCode String The IFSCode value of the Ledger.
Narration String The Narration value of the Ledger.
RemoteGUID String The RemoteGUID value of the Ledger.
RemoteAltGUID String The RemoteAltGUID value of the Ledger.
RequestorRule String The RequestorRule value of the Ledger.
GrpDebitParent String The GrpDebitParent value of the Ledger.
GrpCreditParent String The GrpCreditParent value of the Ledger.
SysDebitParent String The SysDebitParent value of the Ledger.
SysCreditParent String The SysCreditParent value of the Ledger.
TDSApplicable String The TDSApplicable value of the Ledger.
TCSApplicable String The TCSApplicable value of the Ledger.
GSTApplicable String The GSTApplicable value of the Ledger.
CreatedBy String The CreatedBy value of the Ledger.
AlteredBy String The AlteredBy value of the Ledger.
TaxClassificationName String The TaxClassificationName value of the Ledger.
TaxType String The TaxType value of the Ledger.
BillCreditPeriod String The BillCreditPeriod value of the Ledger.
BankDetails String The BankDetails value of the Ledger.
BankBranchName String The BankBranchName value of the Ledger.
BankBSRCode String The BankBSRCode value of the Ledger.
DeducteeType String The DeducteeType value of the Ledger.
BusinessType String The BusinessType value of the Ledger.
TypeOfNotification String The TypeOfNotification value of the Ledger.
MSMERegNumber String The MSMERegNumber value of the Ledger.
CountryofResidence String The CountryofResidence value of the Ledger.
RelatedPartyId String The RelatedPartyId value of the Ledger.
RelPartyIssuingAuthority String The RelPartyIssuingAuthority value of the Ledger.
ImporterExporterCode String The ImporterExporterCode value of the Ledger.
EMailCC String The EMailCC value of the Ledger.
Description String The Description value of the Ledger.
LedAddlAllocType String The LedAddlAllocType value of the Ledger.
TransporterId String The TransporterId value of the Ledger.
LedgerPhone String The LedgerPhone value of the Ledger.
LedgerFax String The LedgerFax value of the Ledger.
LedgerContact String The LedgerContact value of the Ledger.
LedgerMobile String The LedgerMobile value of the Ledger.
RelationType String The RelationType value of the Ledger.
MailingNameNative String The MailingNameNative value of the Ledger.
StateNameNative String The StateNameNative value of the Ledger.
CountryNameNative String The CountryNameNative value of the Ledger.
BasicTypeOfDuty String The BasicTypeOfDuty value of the Ledger.
GSTType String The GSTType value of the Ledger.
ExemptionType String The ExemptionType value of the Ledger.
AppropriateFor String The AppropriateFor value of the Ledger.
SubTaxType String The SubTaxType value of the Ledger.
STXNatureOfParty String The STXNatureOfParty value of the Ledger.
NameOnPAN String The NameOnPAN value of the Ledger.
UsedForTaxType String The UsedForTaxType value of the Ledger.
eCommMerchantID String The eCommMerchantID value of the Ledger.
PartyGSTIN String The PartyGSTIN value of the Ledger.
GSTDutyHead String The GSTDutyHead value of the Ledger.
GSTAppropriateTo String The GSTAppropriateTo value of the Ledger.
GSTTypeofSupply String The GSTTypeofSupply value of the Ledger.
GSTNatureofSupply String The GSTNatureofSupply value of the Ledger.
CessValuationMethod String The CessValuationMethod value of the Ledger.
PayType String The PayType value of the Ledger.
PayslipName String The PayslipName value of the Ledger.
AttendanceType String The AttendanceType value of the Ledger.
LeaveType String The LeaveType value of the Ledger.
CalculationPeriod String The CalculationPeriod value of the Ledger.
RoundingMethod String The RoundingMethod value of the Ledger.
ComputationType String The ComputationType value of the Ledger.
CalculationType String The CalculationType value of the Ledger.
PayStatType String The PayStatType value of the Ledger.
ProfessionalTaxNumber String The ProfessionalTaxNumber value of the Ledger.
UserDefinedCalenderType String The UserDefinedCalenderType value of the Ledger.
ITNature String The ITNature value of the Ledger.
ITComponent String The ITComponent value of the Ledger.
NotificationNumber String The NotificationNumber value of the Ledger.
RegistrationNumber String The RegistrationNumber value of the Ledger.
ServiceCategory String The ServiceCategory value of the Ledger.
AbatementNotificationNo String The AbatementNotificationNo value of the Ledger.
STXDutyHead String The STXDutyHead value of the Ledger.
STXClassification String The STXClassification value of the Ledger.
NotificationSlNo String The NotificationSlNo value of the Ledger.
ServiceTaxApplicable String The ServiceTaxApplicable value of the Ledger.
ExciseLedgerClassification String The ExciseLedgerClassification value of the Ledger.
ExciseRegistrationNumber String The ExciseRegistrationNumber value of the Ledger.
ExciseAccountHead String The ExciseAccountHead value of the Ledger.
ExciseDutyType String The ExciseDutyType value of the Ledger.
ExciseDutyHeadCode String The ExciseDutyHeadCode value of the Ledger.
ExciseAllocType String The ExciseAllocType value of the Ledger.
ExciseDutyHead String The ExciseDutyHead value of the Ledger.
NatureOfSales String The NatureOfSales value of the Ledger.
ExciseNotificationNo String The ExciseNotificationNo value of the Ledger.
ExciseImportsRegistartionNo String The ExciseImportsRegistartionNo value of the Ledger.
ExciseApplicability String The ExciseApplicability value of the Ledger.
ExciseTypeofBranch String The ExciseTypeofBranch value of the Ledger.
ExciseDefaultRemoval String The ExciseDefaultRemoval value of the Ledger.
ExciseNotificationSlNo String The ExciseNotificationSlNo value of the Ledger.
TypeOfTariff String The TypeOfTariff value of the Ledger.
ExciseRegNo String The ExciseRegNo value of the Ledger.
ExciseNatureofPurchase String The ExciseNatureofPurchase value of the Ledger.
TDSDeducteeTypeMst String The TDSDeducteeTypeMst value of the Ledger.
TdsRateName String The TdsRateName value of the Ledger.
TDSDeducteeSectionNumber String The TDSDeducteeSectionNumber value of the Ledger.
PANStatus String The PANStatus value of the Ledger.
DeducteeReference String The DeducteeReference value of the Ledger.
TDSDeducteeType String The TDSDeducteeType value of the Ledger.
ITExemptApplicable String The ITExemptApplicable value of the Ledger.
TaxIdentificationNo String The TaxIdentificationNo value of the Ledger.
LedgerFBTCategory String The LedgerFBTCategory value of the Ledger.
BranchCode String The BranchCode value of the Ledger.
ClientCode String The ClientCode value of the Ledger.
BankingConfigBank String The BankingConfigBank value of the Ledger.
BankingConfigBankID String The BankingConfigBankID value of the Ledger.
BankAccHolderName String The BankAccHolderName value of the Ledger.
UseForPOSType String The UseForPOSType value of the Ledger.
PaymentGateway String The PaymentGateway value of the Ledger.
TypeOfInterestOn String The TypeOfInterestOn value of the Ledger.
BankConfigIFSC String The BankConfigIFSC value of the Ledger.
BankConfigMICR String The BankConfigMICR value of the Ledger.
BankConfigShortCode String The BankConfigShortCode value of the Ledger.
PymtInstoutputName String The PymtInstoutputName value of the Ledger.
ProductCodeType String The ProductCodeType value of the Ledger.
SalaryPymtProductCode String The SalaryPymtProductCode value of the Ledger.
OtherPymtProductCode String The OtherPymtProductCode value of the Ledger.
PaymentInstLocation String The PaymentInstLocation value of the Ledger.
EncrptionLocation String The EncrptionLocation value of the Ledger.
NewIMFLocation String The NewIMFLocation value of the Ledger.
ImportedIMFLocation String The ImportedIMFLocation value of the Ledger.
BankNewStatements String The BankNewStatements value of the Ledger.
BankImportedStatements String The BankImportedStatements value of the Ledger.
BankMICR String The BankMICR value of the Ledger.
CorporateUserNoECS String The CorporateUserNoECS value of the Ledger.
CorporateUserNoACH String The CorporateUserNoACH value of the Ledger.
CorporateUserName String The CorporateUserName value of the Ledger.
IMFName String The IMFName value of the Ledger.
PayInsBatchName String The PayInsBatchName value of the Ledger.
LastUsedBatchName String The LastUsedBatchName value of the Ledger.
PayInsFileNumPeriod String The PayInsFileNumPeriod value of the Ledger.
EncryptedBy String The EncryptedBy value of the Ledger.
EncryptedId String The EncryptedId value of the Ledger.
ISOCurrencyCode String The ISOCurrencyCode value of the Ledger.
BankCapsuleID String The BankCapsuleID value of the Ledger.
SalesTaxCessApplicable String The SalesTaxCessApplicable value of the Ledger.
BankIBAN String The BankIBAN value of the Ledger.
VATTaxExemptionNature String The VATTaxExemptionNature value of the Ledger.
VATTaxExemptionNumber String The VATTaxExemptionNumber value of the Ledger.
LedStateName String The LedStateName value of the Ledger.
VATApplicable String The VATApplicable value of the Ledger.
PartyBusinessType String The PartyBusinessType value of the Ledger.
PartyBusinessStyle String The PartyBusinessStyle value of the Ledger.
IsBillWiseOn String The IsBillWiseOn value of the Ledger.
IsCostCentresOn String The IsCostCentresOn value of the Ledger.
IsInterestOn String The IsInterestOn value of the Ledger.
AllowinMobile String The AllowinMobile value of the Ledger.
IsCostTrackingOn String The IsCostTrackingOn value of the Ledger.
IsBeneficiaryCodeOn String The IsBeneficiaryCodeOn value of the Ledger.
IsMstFromSync String The IsMstFromSync value of the Ledger.
IsUpdatingTargetId String The IsUpdatingTargetId value of the Ledger.
AsOriginal String The AsOriginal value of the Ledger.
IsCondensed String The IsCondensed value of the Ledger.
AffectsStock String The AffectsStock value of the Ledger.
IsRateInclusiveVAT String The IsRateInclusiveVAT value of the Ledger.
ForPayroll String The ForPayroll value of the Ledger.
IsABCEnabled String The IsABCEnabled value of the Ledger.
IsCreditDaysChkOn String The IsCreditDaysChkOn value of the Ledger.
InterestonBillwise String The InterestonBillwise value of the Ledger.
OverrideInterest String The OverrideInterest value of the Ledger.
OverrideAdvInterest String The OverrideAdvInterest value of the Ledger.
UseForVAT String The UseForVAT value of the Ledger.
IgnoreTDSExempt String The IgnoreTDSExempt value of the Ledger.
IsTCSApplicable String The IsTCSApplicable value of the Ledger.
IsTDSApplicable String The IsTDSApplicable value of the Ledger.
IsFBTApplicable String The IsFBTApplicable value of the Ledger.
IsGSTApplicable String The IsGSTApplicable value of the Ledger.
IsExciseApplicable String The IsExciseApplicable value of the Ledger.
IsTDSExpense String The IsTDSExpense value of the Ledger.
IsEDLIApplicable String The IsEDLIApplicable value of the Ledger.
IsRelatedParty String The IsRelatedParty value of the Ledger.
UseForESIEligibility String The UseForESIEligibility value of the Ledger.
IsInterestInclLastDay String The IsInterestInclLastDay value of the Ledger.
AppropriateTaxValue String The AppropriateTaxValue value of the Ledger.
IsBehaveAsDuty String The IsBehaveAsDuty value of the Ledger.
InterestInclDayOfAddition String The InterestInclDayOfAddition value of the Ledger.
InterestInclDayOfDeduction String The InterestInclDayOfDeduction value of the Ledger.
IsOthTerritoryAssessee String The IsOthTerritoryAssessee value of the Ledger.
OverRideCreditLimit String The OverRideCreditLimit value of the Ledger.
IsAgainstFormC String The IsAgainstFormC value of the Ledger.
IsChequePrintingEnabled String The IsChequePrintingEnabled value of the Ledger.
IsPayUpLoad String The IsPayUpLoad value of the Ledger.
IsPayBatchOnlySAL String The IsPayBatchOnlySAL value of the Ledger.
IsBNFCodeSupported String The IsBNFCodeSupported value of the Ledger.
AllowExportWithErrors String The AllowExportWithErrors value of the Ledger.
ConsiderPurchaseforExport String The ConsiderPurchaseforExport value of the Ledger.
IsTransporter String The IsTransporter value of the Ledger.
UseForNotionalITC String The UseForNotionalITC value of the Ledger.
IseCommOperator String The IseCommOperator value of the Ledger.
ShowinPayslip String The ShowinPayslip value of the Ledger.
UseForGratuity String The UseForGratuity value of the Ledger.
IsTDSProjected String The IsTDSProjected value of the Ledger.
ForServiceTax String The ForServiceTax value of the Ledger.
IsInputCredit String The IsInputCredit value of the Ledger.
IsExempted String The IsExempted value of the Ledger.
IsAbatementApplicable String The IsAbatementApplicable value of the Ledger.
IsSTXParty String The IsSTXParty value of the Ledger.
IsSTXNonRealizedType String The IsSTXNonRealizedType value of the Ledger.
IsUsedForCVD String The IsUsedForCVD value of the Ledger.
LedBelongsToNonTaxable String The LedBelongsToNonTaxable value of the Ledger.
IsExciseMerchantExporter String The IsExciseMerchantExporter value of the Ledger.
IsPartyExempted String The IsPartyExempted value of the Ledger.
IsSEZParty String The IsSEZParty value of the Ledger.
TDSDeducteeIsSpecialRate String The TDSDeducteeIsSpecialRate value of the Ledger.
IseChequeSupported String The IseChequeSupported value of the Ledger.
IseDDSupported String The IseDDSupported value of the Ledger.
HaseChequeDeliveryMode String The HaseChequeDeliveryMode value of the Ledger.
HaseChequeDeliveryTo String The HaseChequeDeliveryTo value of the Ledger.
HaseChequePrintLocation String The HaseChequePrintLocation value of the Ledger.
HaseChequePayableLocation String The HaseChequePayableLocation value of the Ledger.
HaseChequeBankLocation String The HaseChequeBankLocation value of the Ledger.
HaseDDDeliveryMode String The HaseDDDeliveryMode value of the Ledger.
HaseDDDeliveryTo String The HaseDDDeliveryTo value of the Ledger.
HaseDDPrintLocation String The HaseDDPrintLocation value of the Ledger.
HaseDDPayableLocation String The HaseDDPayableLocation value of the Ledger.
HaseDDBankLocation String The HaseDDBankLocation value of the Ledger.
IseBankingEnabled String The IseBankingEnabled value of the Ledger.
IsExportFileEncrypted String The IsExportFileEncrypted value of the Ledger.
IsBatchEnabled String The IsBatchEnabled value of the Ledger.
IsProductCodeBased String The IsProductCodeBased value of the Ledger.
HaseDDCity String The HaseDDCity value of the Ledger.
HaseChequeCity String The HaseChequeCity value of the Ledger.
IsFileNameFormatSupported String The IsFileNameFormatSupported value of the Ledger.
HasClientCode String The HasClientCode value of the Ledger.
PayInsIsBatchApplicable String The PayInsIsBatchApplicable value of the Ledger.
PayInsIsFileNumApp String The PayInsIsFileNumApp value of the Ledger.
IsSalaryTransGroupedForBRS String The IsSalaryTransGroupedForBRS value of the Ledger.
IseBankingSupported String The IseBankingSupported value of the Ledger.
IsSCBUAE String The IsSCBUAE value of the Ledger.
IsBankStatusApp String The IsBankStatusApp value of the Ledger.
IsSalaryGrouped String The IsSalaryGrouped value of the Ledger.
UseForPurchaseTax String The UseForPurchaseTax value of the Ledger.
Audited String The Audited value of the Ledger.
SamplingNumOneFactor Decimal The SamplingNumOneFactor value of the Ledger.
SamplingNumTwoFactor Decimal The SamplingNumTwoFactor value of the Ledger.
SortPosition Decimal The SortPosition value of the Ledger.
Alterid Decimal The Alterid value of the Ledger.
RemoteAlterID Decimal The RemoteAlterID value of the Ledger.
DefaultLanguage Decimal The DefaultLanguage value of the Ledger.
RateofTaxCalculation Decimal The RateofTaxCalculation value of the Ledger.
GratuityMonthDays Decimal The GratuityMonthDays value of the Ledger.
GratuityLimitMonths Decimal The GratuityLimitMonths value of the Ledger.
CalculationBasis Decimal The CalculationBasis value of the Ledger.
RoundingLimit Decimal The RoundingLimit value of the Ledger.
AbatementPercentage Decimal The AbatementPercentage value of the Ledger.
TDSDeducteeSpecialRate Decimal The TDSDeducteeSpecialRate value of the Ledger.
BeneficiaryCodeMaxLength Decimal The BeneficiaryCodeMaxLength value of the Ledger.
eChequePrintLocationVersion Decimal The eChequePrintLocationVersion value of the Ledger.
eChequePayableLocationVersion Decimal The eChequePayableLocationVersion value of the Ledger.
eDDPrintLocationVersion Decimal The eDDPrintLocationVersion value of the Ledger.
eDDPayableLocationVersion Decimal The eDDPayableLocationVersion value of the Ledger.
PayInsRunningFileNum Decimal The PayInsRunningFileNum value of the Ledger.
TransactionTypeVersion Decimal The TransactionTypeVersion value of the Ledger.
PayInsFileNumLength Decimal The PayInsFileNumLength value of the Ledger.
SamplingAmtOneFactor String The SamplingAmtOneFactor value of the Ledger.
SamplingAmtTwoFactor String The SamplingAmtTwoFactor value of the Ledger.
OpeningBalance Decimal The OpeningBalance value of the Ledger.
CreditLimit String The CreditLimit value of the Ledger.
GratuityLimitAmount String The GratuityLimitAmount value of the Ledger.
ODLimit String The ODLimit value of the Ledger.
tempGSTCGSTRate Decimal The tempGSTCGSTRate value of the Ledger.
tempGSTSGSTRate Decimal The tempGSTSGSTRate value of the Ledger.
tempGSTIGSTRate Decimal The tempGSTIGSTRate value of the Ledger.
tempGSTStateCessRate Decimal The tempGSTStateCessRate value of the Ledger.
tempIsVATfieldsEdited String The tempIsVATfieldsEdited value of the Ledger.
tempApplDate Date The tempApplDate value of the Ledger.
tempClassification String The tempClassification value of the Ledger.
tempNature String The tempNature value of the Ledger.
tempPartyEntity String The tempPartyEntity value of the Ledger.
tempBusinessNature String The tempBusinessNature value of the Ledger.
tempVATRate Decimal The tempVATRate value of the Ledger.
tempAddlTax Decimal The tempAddlTax value of the Ledger.
tempCessOnVat Decimal The tempCessOnVat value of the Ledger.
tempTaxType String The tempTaxType value of the Ledger.
tempMajorCommodityName String The tempMajorCommodityName value of the Ledger.
tempCommodityName String The tempCommodityName value of the Ledger.
tempCommodityCode String The tempCommodityCode value of the Ledger.
tempSubCommodityCode String The tempSubCommodityCode value of the Ledger.
tempUOM String The tempUOM value of the Ledger.
tempTypeofGoods String The tempTypeofGoods value of the Ledger.
tempTradeName String The tempTradeName value of the Ledger.
tempGoodsNature String The tempGoodsNature value of the Ledger.
tempSchedule String The tempSchedule value of the Ledger.
tempScheduleslNo String The tempScheduleslNo value of the Ledger.
tempIsInvDetailsEnable String The tempIsInvDetailsEnable value of the Ledger.
tempLocalVATRate Decimal The tempLocalVATRate value of the Ledger.
tempValuationType String The tempValuationType value of the Ledger.
tempIsCalcOnQty String The tempIsCalcOnQty value of the Ledger.
tempIsSaletoLocalCitizen String The tempIsSaletoLocalCitizen value of the Ledger.
LEDIsTDSApplicableCurrLiab String The LEDIsTDSApplicableCurrLiab value of the Ledger.
IsProductCodeEdited String The IsProductCodeEdited value of the Ledger.
Address String The Address value of the Ledger.
MailingName String The MailingName value of the Ledger.
TargetRemoteId String The TargetRemoteId value of the Ledger.
AddressNative String The AddressNative value of the Ledger.
BankUserLoginID String The BankUserLoginID value of the Ledger.
OldAuditEntryIds Decimal The OldAuditEntryIds value of the Ledger.
Closingbalance Decimal The Closingbalance value of the Ledger.
Address1 String The Address1 value of the Ledger.
Address2 String The Address2 value of the Ledger.
Address3 String The Address3 value of the Ledger.
Address4 String The Address4 value of the Ledger.
Address5 String The Address5 value of the Ledger.
Primarygroup String The Primarygroup value of the Ledger.
Overduebills Decimal The Overduebills value of the Ledger.
Onaccountvalue String The Onaccountvalue value of the Ledger.
Cashinflow Decimal The Cashinflow value of the Ledger.
Cashoutflow Decimal The Cashoutflow value of the Ledger.
Performance Decimal The Performance value of the Ledger.
Drinterest Decimal The Drinterest value of the Ledger.
Crinterest String The Crinterest value of the Ledger.
Lastinterestdate Date The Lastinterestdate value of the Ledger.
Thisyearbalance Decimal The Thisyearbalance value of the Ledger.
Prevyearbalance String The Prevyearbalance value of the Ledger.
Thisquarterbalance Decimal The Thisquarterbalance value of the Ledger.
Prevquarterbalance String The Prevquarterbalance value of the Ledger.

Pseudo-Columns

SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。

Name Type Description
Company String Name of the Company whose data need to be fetched. Please make sure it is selected and unlocked atleast once in the Tally tool after the tool is launched. It need not be in the selected state at the moment.

CData Cloud

Payhead

Retrieve Payhead Details.

Table Specific Information

Select

The Cloud will use the Tally API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client side within the Cloud.

  • String supports the '=, !=,<, <=, >, >=, LIKE, ORDER BY' comparisons.

For example these queries are processed server side:

SELECT * FROM PayHead WHERE Parent LIKE '%Maruti%'

SELECT * FROM PayHead WHERE RemoteAltGUID != NULL

SELECT * FROM PayHead WHERE TCSApplicable = 'True' AND OpeningValue > '0.00'

SELECT * FROM PayHead WHERE BaseUnits = 'Nos' OR BaseUnits = 'POS'

SELECT * FROM PayHead ORDER BY BaseUnits Desc

Columns

Name Type Description
StartingFrom String The StartingFrom value of the Payhead.
STRegDate String The STRegDate value of the Payhead.
LBTRegnDate String The LBTRegnDate value of the Payhead.
SamplingDateOneFactor String The SamplingDateOneFactor value of the Payhead.
SamplingDateTwoFactor String The SamplingDateTwoFactor value of the Payhead.
ActiveFrom String The ActiveFrom value of the Payhead.
ActiveTo String The ActiveTo value of the Payhead.
CreatedDate String The CreatedDate value of the Payhead.
AlteredOn String The AlteredOn value of the Payhead.
VATApplicableDate String The VATApplicableDate value of the Payhead.
ExciseRegistrationDate String The ExciseRegistrationDate value of the Payhead.
PANApplicableFrom String The PANApplicableFrom value of the Payhead.
PayInsRunningFileDate String The PayInsRunningFileDate value of the Payhead.
VATTaxExemptionDate String The VATTaxExemptionDate value of the Payhead.
Name String The Name value of the Payhead.
Address String The Address value of the Payhead.
GUID String The GUID value of the Payhead.
CurrencyName String The CurrencyName value of the Payhead.
EMail String The EMail value of the Payhead.
StateName String The StateName value of the Payhead.
PINCode String The PINCode value of the Payhead.
Website String The Website value of the Payhead.
IncomeTaxNumber String The IncomeTaxNumber value of the Payhead.
SalesTaxNumber String The SalesTaxNumber value of the Payhead.
InterStateSTNumber String The InterStateSTNumber value of the Payhead.
VATTINNumber String The VATTINNumber value of the Payhead.
CountryName String The CountryName value of the Payhead.
ExciseRange String The ExciseRange value of the Payhead.
ExciseDivision String The ExciseDivision value of the Payhead.
ExciseCommissionerate String The ExciseCommissionerate value of the Payhead.
LBTRegnNo String The LBTRegnNo value of the Payhead.
LBTZone String The LBTZone value of the Payhead.
ExportImportCode String The ExportImportCode value of the Payhead.
GSTRegistrationType String The GSTRegistrationType value of the Payhead.
VATDealerType String The VATDealerType value of the Payhead.
PriceLevel String The PriceLevel value of the Payhead.
UploadLastRefresh String The UploadLastRefresh value of the Payhead.
Parent String The Parent value of the Payhead.
MailingName String The MailingName value of the Payhead.
SamplingMethod String The SamplingMethod value of the Payhead.
SamplingStrOneFactor String The SamplingStrOneFactor value of the Payhead.
IFSCode String The IFSCode value of the Payhead.
Narration String The Narration value of the Payhead.
RemoteGUID String The RemoteGUID value of the Payhead.
RemoteAltGUID String The RemoteAltGUID value of the Payhead.
TargetRemoteId String The TargetRemoteId value of the Payhead.
RequestorRule String The RequestorRule value of the Payhead.
GrpDebitParent String The GrpDebitParent value of the Payhead.
GrpCreditParent String The GrpCreditParent value of the Payhead.
SysDebitParent String The SysDebitParent value of the Payhead.
SysCreditParent String The SysCreditParent value of the Payhead.
TDSApplicable String The TDSApplicable value of the Payhead.
TCSApplicable String The TCSApplicable value of the Payhead.
GSTApplicable String The GSTApplicable value of the Payhead.
CreatedBy String The CreatedBy value of the Payhead.
AlteredBy String The AlteredBy value of the Payhead.
TaxClassificationName String The TaxClassificationName value of the Payhead.
TaxType String The TaxType value of the Payhead.
BillCreditPeriod String The BillCreditPeriod value of the Payhead.
BankDetails String The BankDetails value of the Payhead.
BankBranchName String The BankBranchName value of the Payhead.
BankBSRCode String The BankBSRCode value of the Payhead.
DeducteeType String The DeducteeType value of the Payhead.
BusinessType String The BusinessType value of the Payhead.
TypeOfNotification String The TypeOfNotification value of the Payhead.
MSMERegNumber String The MSMERegNumber value of the Payhead.
CountryofResidence String The CountryofResidence value of the Payhead.
RelatedPartyId String The RelatedPartyId value of the Payhead.
RelPartyIssuingAuthority String The RelPartyIssuingAuthority value of the Payhead.
ImporterExporterCode String The ImporterExporterCode value of the Payhead.
EmailCC String The EmailCC value of the Payhead.
Description String The Description value of the Payhead.
LedAddlAllocType String The LedAddlAllocType value of the Payhead.
TransporterId String The TransporterId value of the Payhead.
LedgerPhone String The LedgerPhone value of the Payhead.
LedgerFax String The LedgerFax value of the Payhead.
LedgerContact String The LedgerContact value of the Payhead.
LedgerMobile String The LedgerMobile value of the Payhead.
RelationType String The RelationType value of the Payhead.
MailingNameNative String The MailingNameNative value of the Payhead.
AddressNative String The AddressNative value of the Payhead.
StateNameNative String The StateNameNative value of the Payhead.
CountryNameNative String The CountryNameNative value of the Payhead.
BasicTypeOfDuty String The BasicTypeOfDuty value of the Payhead.
GSTType String The GSTType value of the Payhead.
ExemptionType String The ExemptionType value of the Payhead.
AppropriateFor String The AppropriateFor value of the Payhead.
SubTaxType String The SubTaxType value of the Payhead.
STXNatureOfParty String The STXNatureOfParty value of the Payhead.
NameOnPAN String The NameOnPAN value of the Payhead.
UsedForTaxType String The UsedForTaxType value of the Payhead.
eCommMerchantID String The eCommMerchantID value of the Payhead.
PartyGSTIN String The PartyGSTIN value of the Payhead.
GSTDutyHead String The GSTDutyHead value of the Payhead.
GSTAppropriateTo String The GSTAppropriateTo value of the Payhead.
GSTTypeofSupply String The GSTTypeofSupply value of the Payhead.
GSTNatureofSupply String The GSTNatureofSupply value of the Payhead.
CessValuationMethod String The CessValuationMethod value of the Payhead.
PayType String The PayType value of the Payhead.
PayslipName String The PayslipName value of the Payhead.
AttendanceType String The AttendanceType value of the Payhead.
LeaveType String The LeaveType value of the Payhead.
CalculationPeriod String The CalculationPeriod value of the Payhead.
RoundingMethod String The RoundingMethod value of the Payhead.
ComputationType String The ComputationType value of the Payhead.
CalculationType String The CalculationType value of the Payhead.
PayStatType String The PayStatType value of the Payhead.
ProfessionalTaxNumber String The ProfessionalTaxNumber value of the Payhead.
UserDefinedCalenderType String The UserDefinedCalenderType value of the Payhead.
ITNature String The ITNature value of the Payhead.
ITComponent String The ITComponent value of the Payhead.
NotificationNumber String The NotificationNumber value of the Payhead.
RegistrationNumber String The RegistrationNumber value of the Payhead.
ServiceCategory String The ServiceCategory value of the Payhead.
AbatementNotificationNo String The AbatementNotificationNo value of the Payhead.
STXDutyHead String The STXDutyHead value of the Payhead.
STXClassification String The STXClassification value of the Payhead.
NotificationSlNo String The NotificationSlNo value of the Payhead.
ServiceTaxApplicable String The ServiceTaxApplicable value of the Payhead.
ExciseLedgerClassification String The ExciseLedgerClassification value of the Payhead.
ExciseRegistrationNumber String The ExciseRegistrationNumber value of the Payhead.
ExciseAccountHead String The ExciseAccountHead value of the Payhead.
ExciseDutyType String The ExciseDutyType value of the Payhead.
ExciseDutyHeadCode String The ExciseDutyHeadCode value of the Payhead.
ExciseAllocType String The ExciseAllocType value of the Payhead.
ExciseDutyHead String The ExciseDutyHead value of the Payhead.
NatureOfSales String The NatureOfSales value of the Payhead.
ExciseNotificationNo String The ExciseNotificationNo value of the Payhead.
ExciseImportsRegistartionNo String The ExciseImportsRegistartionNo value of the Payhead.
ExciseApplicability String The ExciseApplicability value of the Payhead.
ExciseTypeofBranch String The ExciseTypeofBranch value of the Payhead.
ExciseDefaultRemoval String The ExciseDefaultRemoval value of the Payhead.
ExciseNotificationSlNo String The ExciseNotificationSlNo value of the Payhead.
TypeOfTariff String The TypeOfTariff value of the Payhead.
ExciseRegNo String The ExciseRegNo value of the Payhead.
ExciseNatureofPurchase String The ExciseNatureofPurchase value of the Payhead.
TDSDeducteeTypeMst String The TDSDeducteeTypeMst value of the Payhead.
TDSRateName String The TDSRateName value of the Payhead.
TDSDeducteeSectionNumber String The TDSDeducteeSectionNumber value of the Payhead.
PANStatus String The PANStatus value of the Payhead.
DeducteeReference String The DeducteeReference value of the Payhead.
TDSDeducteeType String The TDSDeducteeType value of the Payhead.
ITExemptApplicable String The ITExemptApplicable value of the Payhead.
TaxIdentificationNo String The TaxIdentificationNo value of the Payhead.
LedgerFBTCategory String The LedgerFBTCategory value of the Payhead.
BranchCode String The BranchCode value of the Payhead.
ClientCode String The ClientCode value of the Payhead.
BankingConfigBank String The BankingConfigBank value of the Payhead.
BankingConfigBankID String The BankingConfigBankID value of the Payhead.
BankAccHolderName String The BankAccHolderName value of the Payhead.
UseForPOSType String The UseForPOSType value of the Payhead.
PaymentGateway String The PaymentGateway value of the Payhead.
TypeOfInterestOn String The TypeOfInterestOn value of the Payhead.
BankConfigIFSC String The BankConfigIFSC value of the Payhead.
BankConfigMICR String The BankConfigMICR value of the Payhead.
BankConfigShortCode String The BankConfigShortCode value of the Payhead.
PymtInstoutputName String The PymtInstoutputName value of the Payhead.
ProductCodeType String The ProductCodeType value of the Payhead.
SalaryPymtProductCode String The SalaryPymtProductCode value of the Payhead.
OtherPymtProductCode String The OtherPymtProductCode value of the Payhead.
PaymentInstLocation String The PaymentInstLocation value of the Payhead.
EncrptionLocation String The EncrptionLocation value of the Payhead.
NewIMFLocation String The NewIMFLocation value of the Payhead.
ImportedIMFLocation String The ImportedIMFLocation value of the Payhead.
BankNewStatements String The BankNewStatements value of the Payhead.
BankImportedStatements String The BankImportedStatements value of the Payhead.
BankMICR String The BankMICR value of the Payhead.
CorporateUserNoECS String The CorporateUserNoECS value of the Payhead.
CorporateUserNoACH String The CorporateUserNoACH value of the Payhead.
CorporateUserName String The CorporateUserName value of the Payhead.
BankUserLoginID String The BankUserLoginID value of the Payhead.
IMFName String The IMFName value of the Payhead.
PayInsBatchName String The PayInsBatchName value of the Payhead.
LastUsedBatchName String The LastUsedBatchName value of the Payhead.
PayInsFileNumPeriod String The PayInsFileNumPeriod value of the Payhead.
EncryptedBy String The EncryptedBy value of the Payhead.
EncryptedId String The EncryptedId value of the Payhead.
ISOCurrencyCode String The ISOCurrencyCode value of the Payhead.
BankCapsuleID String The BankCapsuleID value of the Payhead.
SalesTaxCessApplicable String The SalesTaxCessApplicable value of the Payhead.
BankIBAN String The BankIBAN value of the Payhead.
VATTaxExemptionNature String The VATTaxExemptionNature value of the Payhead.
VATTaxExemptionNumber String The VATTaxExemptionNumber value of the Payhead.
LedStateName String The LedStateName value of the Payhead.
VATApplicable String The VATApplicable value of the Payhead.
PartyBusinessType String The PartyBusinessType value of the Payhead.
PartyBusinessStyle String The PartyBusinessStyle value of the Payhead.
IsBillWiseOn String The IsBillWiseOn value of the Payhead.
IsCostCentresOn String The IsCostCentresOn value of the Payhead.
IsInterestOn String The IsInterestOn value of the Payhead.
AllowinMobile String The AllowinMobile value of the Payhead.
IsCostTrackingOn String The IsCostTrackingOn value of the Payhead.
IsBeneficiaryCodeOn String The IsBeneficiaryCodeOn value of the Payhead.
IsMstFromSync String The IsMstFromSync value of the Payhead.
IsUpdatingTargetId String The IsUpdatingTargetId value of the Payhead.
AsOriginal String The AsOriginal value of the Payhead.
IsCondensed String The IsCondensed value of the Payhead.
AffectsStock String The AffectsStock value of the Payhead.
IsRateInclusiveVAT String The IsRateInclusiveVAT value of the Payhead.
ForPayroll String The ForPayroll value of the Payhead.
IsABCEnabled String The IsABCEnabled value of the Payhead.
IsCreditDaysChkOn String The IsCreditDaysChkOn value of the Payhead.
InterestonBillwise String The InterestonBillwise value of the Payhead.
OverrideInterest String The OverrideInterest value of the Payhead.
OverrideAdvInterest String The OverrideAdvInterest value of the Payhead.
UseForVAT String The UseForVAT value of the Payhead.
IgnoreTDSExempt String The IgnoreTDSExempt value of the Payhead.
IsTCSApplicable String The IsTCSApplicable value of the Payhead.
IsTDSApplicable String The IsTDSApplicable value of the Payhead.
IsFBTApplicable String The IsFBTApplicable value of the Payhead.
IsGSTApplicable String The IsGSTApplicable value of the Payhead.
IsExciseApplicable String The IsExciseApplicable value of the Payhead.
IsTDSExpense String The IsTDSExpense value of the Payhead.
IsEDLIApplicable String The IsEDLIApplicable value of the Payhead.
IsRelatedParty String The IsRelatedParty value of the Payhead.
UseForESIEligibility String The UseForESIEligibility value of the Payhead.
IsInterestInclLastDay String The IsInterestInclLastDay value of the Payhead.
AppropriateTaxValue String The AppropriateTaxValue value of the Payhead.
IsBehaveAsDuty String The IsBehaveAsDuty value of the Payhead.
InterestInclDayOfAddition String The InterestInclDayOfAddition value of the Payhead.
InterestInclDayOfDeduction String The InterestInclDayOfDeduction value of the Payhead.
IsOthTerritoryAssessee String The IsOthTerritoryAssessee value of the Payhead.
OverRideCreditLimit String The OverRideCreditLimit value of the Payhead.
IsAgainstFormC String The IsAgainstFormC value of the Payhead.
IsChequePrintingEnabled String The IsChequePrintingEnabled value of the Payhead.
IsPayUpLoad String The IsPayUpLoad value of the Payhead.
IsPayBatchOnlySAL String The IsPayBatchOnlySAL value of the Payhead.
IsBNFCodeSupported String The IsBNFCodeSupported value of the Payhead.
AllowExportWithErrors String The AllowExportWithErrors value of the Payhead.
ConsiderPurchaseforExport String The ConsiderPurchaseforExport value of the Payhead.
IsTransporter String The IsTransporter value of the Payhead.
UseForNotionalITC String The UseForNotionalITC value of the Payhead.
IseCommOperator String The IseCommOperator value of the Payhead.
ShowinPayslip String The ShowinPayslip value of the Payhead.
UseForGratuity String The UseForGratuity value of the Payhead.
IsTDSProjected String The IsTDSProjected value of the Payhead.
ForServiceTax String The ForServiceTax value of the Payhead.
IsInputCredit String The IsInputCredit value of the Payhead.
IsExempted String The IsExempted value of the Payhead.
IsAbatementApplicable String The IsAbatementApplicable value of the Payhead.
IsSTXParty String The IsSTXParty value of the Payhead.
IsSTXNonRealizedType String The IsSTXNonRealizedType value of the Payhead.
IsUsedForCVD String The IsUsedForCVD value of the Payhead.
LedBelongsToNonTaxable String The LedBelongsToNonTaxable value of the Payhead.
IsExciseMerchantExporter String The IsExciseMerchantExporter value of the Payhead.
IsPartyExempted String The IsPartyExempted value of the Payhead.
IsSEZParty String The IsSEZParty value of the Payhead.
TDSDeducteeIsSpecialRate String The TDSDeducteeIsSpecialRate value of the Payhead.
IseChequeSupported String The IseChequeSupported value of the Payhead.
IseDDSupported String The IseDDSupported value of the Payhead.
HaseChequeDeliveryMode String The HaseChequeDeliveryMode value of the Payhead.
HaseChequeDeliveryTo String The HaseChequeDeliveryTo value of the Payhead.
HaseChequePrintLocation String The HaseChequePrintLocation value of the Payhead.
HaseChequePayableLocation String The HaseChequePayableLocation value of the Payhead.
HaseChequeBankLocation String The HaseChequeBankLocation value of the Payhead.
HaseDDDeliveryMode String The HaseDDDeliveryMode value of the Payhead.
HaseDDDeliveryTo String The HaseDDDeliveryTo value of the Payhead.
HaseDDPrintLocation String The HaseDDPrintLocation value of the Payhead.
HaseDDPayableLocation String The HaseDDPayableLocation value of the Payhead.
HaseDDBankLocation String The HaseDDBankLocation value of the Payhead.
IsEBankingEnabled String The IsEBankingEnabled value of the Payhead.
IsExportFileEncrypted String The IsExportFileEncrypted value of the Payhead.
IsBatchEnabled String The IsBatchEnabled value of the Payhead.
IsProductCodeBased String The IsProductCodeBased value of the Payhead.
HaseDDCity String The HaseDDCity value of the Payhead.
HaseChequeCity String The HaseChequeCity value of the Payhead.
IsFileNameFormatSupported String The IsFileNameFormatSupported value of the Payhead.
HasClientCode String The HasClientCode value of the Payhead.
PayInsIsBatchApplicable String The PayInsIsBatchApplicable value of the Payhead.
PayInsIsFileNumApp String The PayInsIsFileNumApp value of the Payhead.
IsSalaryTransGroupedForBRS String The IsSalaryTransGroupedForBRS value of the Payhead.
IseBankingSupported String The IseBankingSupported value of the Payhead.
IsSCBUAE String The IsSCBUAE value of the Payhead.
IsBankStatusApp String The IsBankStatusApp value of the Payhead.
IsSalaryGrouped String The IsSalaryGrouped value of the Payhead.
UseForPurchaseTax String The UseForPurchaseTax value of the Payhead.
Audited String The Audited value of the Payhead.
SamplingNumOneFactor String The SamplingNumOneFactor value of the Payhead.
SamplingNumTwoFactor String The SamplingNumTwoFactor value of the Payhead.
SortPosition String The SortPosition value of the Payhead.
AlterID String The AlterID value of the Payhead.
RemoteAlterID String The RemoteAlterID value of the Payhead.
DefaultLanguage String The DefaultLanguage value of the Payhead.
OldAuditEntryIds String The OldAuditEntryIds value of the Payhead.
RateOfTaxCalculation String The RateOfTaxCalculation value of the Payhead.
GratuityMonthDays String The GratuityMonthDays value of the Payhead.
GratuityLimitMonths String The GratuityLimitMonths value of the Payhead.
CalculationBasis String The CalculationBasis value of the Payhead.
RoundingLimit String The RoundingLimit value of the Payhead.
AbatementPercentage String The AbatementPercentage value of the Payhead.
TDSDeducteeSpecialRate String The TDSDeducteeSpecialRate value of the Payhead.
BeneficiaryCodeMaxLength String The BeneficiaryCodeMaxLength value of the Payhead.
eChequePrintLocationVersion String The eChequePrintLocationVersion value of the Payhead.
eChequePayableLocationVersion String The eChequePayableLocationVersion value of the Payhead.
eDDPrintLocationVersion String The eDDPrintLocationVersion value of the Payhead.
eDDPayableLocationVersion String The eDDPayableLocationVersion value of the Payhead.
PayInsRunningFileNum String The PayInsRunningFileNum value of the Payhead.
TransactionTypeVersion String The TransactionTypeVersion value of the Payhead.
PayInsFileNumLength String The PayInsFileNumLength value of the Payhead.
SamplingAmtOneFactor String The SamplingAmtOneFactor value of the Payhead.
SamplingAmtTwoFactor String The SamplingAmtTwoFactor value of the Payhead.
OpeningBalance String The OpeningBalance value of the Payhead.
CreditLimit String The CreditLimit value of the Payhead.
GratuityLimitAmount String The GratuityLimitAmount value of the Payhead.
ODLimit String The ODLimit value of the Payhead.
Closingbalance String The Closingbalance value of the Payhead.
Address1 String The Address1 value of the Payhead.
Address2 String The Address2 value of the Payhead.
Address3 String The Address3 value of the Payhead.
Address4 String The Address4 value of the Payhead.
Address5 String The Address5 value of the Payhead.
Primarygroup String The Primarygroup value of the Payhead.
Overduebills String The Overduebills value of the Payhead.
Onaccountvalue String The Onaccountvalue value of the Payhead.
Cashinflow String The Cashinflow value of the Payhead.
Cashoutflow String The Cashoutflow value of the Payhead.
Performance String The Performance value of the Payhead.
Drinterest String The Drinterest value of the Payhead.
Crinterest String The Crinterest value of the Payhead.
Lastinterestdate String The Lastinterestdate value of the Payhead.
Thisyearbalance String The Thisyearbalance value of the Payhead.
Prevyearbalance String The Prevyearbalance value of the Payhead.
Thisquarterbalance String The Thisquarterbalance value of the Payhead.
Prevquarterbalance String The Prevquarterbalance value of the Payhead.

Pseudo-Columns

SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。

Name Type Description
Company String Name of the Company whose data need to be fetched. Please make sure it is selected and unlocked atleast once in the Tally tool after the tool is launched. It need not be in the selected state at the moment.

CData Cloud

PriceList

Retrieve PriceList.

Table Specific Information

Select

The Cloud will use the Tally API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client side within the Cloud.

  • String supports the '=, !=,<, <=, >, >=, LIKE, ORDER BY' comparisons.

For example these queries are processed server side:

SELECT * FROM PriceList WHERE Guid LIKE '%4da0-b84f5%'

SELECT * FROM PriceList WHERE RemoteGUID != NULL

SELECT * FROM PriceList WHERE GSTApplicable = 'Applicable' AND CostingMethod = 'Avg. Cost'

SELECT * FROM PriceList WHERE Parent = 'Ashok Leyland' OR Parent = 'Maruti Limited'

SELECT * FROM PriceList WHERE IsBatchWiseOn > 'No'

SELECT * FROM PriceList ORDER BY Guid Asc

Columns

Name Type Description
Name String The Name value of the PriceList.
ActiveFrom Date The ActiveFrom value of the PriceList.
ActiveTo Date The ActiveTo value of the PriceList.
Guid String The Guid value of the PriceList.
Parent String The Parent value of the PriceList.
Narration String The Narration value of the PriceList.
RemoteGUID String The RemoteGUID value of the PriceList.
RemoteAltGUID String The RemoteAltGUID value of the PriceList.
RequestorRule String The RequestorRule value of the PriceList.
TDSApplicable String The TDSApplicable value of the PriceList.
TCSApplicable String The TCSApplicable value of the PriceList.
GSTApplicable String The GSTApplicable value of the PriceList.
CostingMethod String The CostingMethod value of the PriceList.
ValuationMethod String The ValuationMethod value of the PriceList.
BaseUnits String The BaseUnits value of the PriceList.
AdditionalUnits String The AdditionalUnits value of the PriceList.
ExciseTaxType String The ExciseTaxType value of the PriceList.
IsBatchWiseOn String The IsBatchWiseOn value of the PriceList.
IsPerishableOn String The IsPerishableOn value of the PriceList.
IsAddable String The IsAddable value of the PriceList.
IsMstFromSync String The IsMstFromSync value of the PriceList.
IsUpdatingTargetId String The IsUpdatingTargetId value of the PriceList.
AsOriginal String The AsOriginal value of the PriceList.
IgnorePhysicalDifference String The IgnorePhysicalDifference value of the PriceList.
IgnoreNegativeStock String The IgnoreNegativeStock value of the PriceList.
TreatSalesasManufactured String The TreatSalesasManufactured value of the PriceList.
TreatPurchasesasConsumed String The TreatPurchasesasConsumed value of the PriceList.
TreatRejectsasScrap String The TreatRejectsasScrap value of the PriceList.
HasMfgDate String The HasMfgDate value of the PriceList.
AllowUseofExpiredItems String The AllowUseofExpiredItems value of the PriceList.
IgnoreBatches String The IgnoreBatches value of the PriceList.
IgnoreGodowns String The IgnoreGodowns value of the PriceList.
SortPosition Decimal The SortPosition value of the PriceList.
Alterid Decimal The Alterid value of the PriceList.
RemoteAlterID Decimal The RemoteAlterID value of the PriceList.
Denominator Decimal The Denominator value of the PriceList.
Conversion Decimal The Conversion value of the PriceList.
tempGSTCGSTRate Decimal The tempGSTCGSTRate value of the PriceList.
tempGSTSGSTRate Decimal The tempGSTSGSTRate value of the PriceList.
tempGSTIGSTRate Decimal The tempGSTIGSTRate value of the PriceList.
tempGSTStateCessRate Decimal The tempGSTStateCessRate value of the PriceList.
tempIsVATfieldsEdited String The tempIsVATfieldsEdited value of the PriceList.
tempApplDate Date The tempApplDate value of the PriceList.
tempClassification String The tempClassification value of the PriceList.
tempNature String The tempNature value of the PriceList.
tempPartyEntity String The tempPartyEntity value of the PriceList.
tempBusinessNature String The tempBusinessNature value of the PriceList.
tempVATRate Decimal The tempVATRate value of the PriceList.
tempAddlTax Decimal The tempAddlTax value of the PriceList.
tempCessOnVat Decimal The tempCessOnVat value of the PriceList.
tempTaxType String The tempTaxType value of the PriceList.
tempMajorCommodityName String The tempMajorCommodityName value of the PriceList.
tempCommodityName String The tempCommodityName value of the PriceList.
tempCommodityCode String The tempCommodityCode value of the PriceList.
tempSubCommodityCode String The tempSubCommodityCode value of the PriceList.
tempUOM String The tempUOM value of the PriceList.
tempTypeofGoods String The tempTypeofGoods value of the PriceList.
tempTradeName String The tempTradeName value of the PriceList.
tempGoodsNature String The tempGoodsNature value of the PriceList.
tempSchedule String The tempSchedule value of the PriceList.
tempScheduleslNo String The tempScheduleslNo value of the PriceList.
tempIsInvDetailsEnable String The tempIsInvDetailsEnable value of the PriceList.
tempValuationType String The tempValuationType value of the PriceList.
tempIsCalcOnQty String The tempIsCalcOnQty value of the PriceList.
tempMRPRate String The tempMRPRate value of the PriceList.
tempMRPApplDate Date The tempMRPApplDate value of the PriceList.
TargetRemoteId String The TargetRemoteId value of the PriceList.
Closingbalance String The Closingbalance value of the PriceList.
Inwardquantity String The Inwardquantity value of the PriceList.
Outwardquantity String The Outwardquantity value of the PriceList.
Closingvalue String The Closingvalue value of the PriceList.
Inwardvalue String The Inwardvalue value of the PriceList.
Outwardvalue String The Outwardvalue value of the PriceList.
Closingrate String The Closingrate value of the PriceList.
Lastsaledate String The Lastsaledate value of the PriceList.
Lastsaleparty String The Lastsaleparty value of the PriceList.
Lastsaleprice String The Lastsaleprice value of the PriceList.
Lastsaleqty String The Lastsaleqty value of the PriceList.
Lastpurcdate String The Lastpurcdate value of the PriceList.
Lastpurcparty String The Lastpurcparty value of the PriceList.
Lastpurcprice String The Lastpurcprice value of the PriceList.
Lastpurccost String The Lastpurccost value of the PriceList.
Lastpurcqty String The Lastpurcqty value of the PriceList.
Consumption String The Consumption value of the PriceList.
Thisyearbalance String The Thisyearbalance value of the PriceList.
Prevyearbalance String The Prevyearbalance value of the PriceList.
Thisquarterbalance String The Thisquarterbalance value of the PriceList.
Prevquarterbalance String The Prevquarterbalance value of the PriceList.
Baseunits String The Baseunits value of the PriceList.
Additionalunits String The Additionalunits value of the PriceList.
Conversion Decimal The Conversion value of the PriceList.
Openingbalance String The Openingbalance value of the PriceList.
Credittotals String The Credittotals value of the PriceList.
Debittotals String The Debittotals value of the PriceList.
Openingvalue String The Openingvalue value of the PriceList.
Denominator Decimal The Denominator value of the PriceList.

Pseudo-Columns

SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。

Name Type Description
Company String Name of the Company whose data need to be fetched. Please make sure it is selected and unlocked atleast once in the Tally tool after the tool is launched. It need not be in the selected state at the moment.

CData Cloud

Report_BalanceSheet

Balance Sheet Report of Tally

Columns

Name Type Description
Name String Name for Report BalanceSheet.
MainAmount Decimal Main amount for Report BalanceSheet.
SubAmount Decimal Sub amount for Report BalanceSheet.
FromDate Date This is a mirror column.
ToDate Date This is a mirror column.

Pseudo-Columns

SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。

Name Type Description
Company String Name of the Company whose data need to be fetched. Please make sure it is selected and unlocked atleast once in the Tally tool after the tool is launched. It need not be in the selected state at the moment.

CData Cloud

Report_BankGroupSummary

Bank Group Summary Report of Tally

Columns

Name Type Description
Name String Name for Report BankGroupSummary.
DebitAmount Decimal DebitAmount for Report BankGroupSummary.
CreditAmount Decimal CreditAmount for Report BankGroupSummary.
FromDate Date This is a mirror column.
ToDate Date This is a mirror column.

Pseudo-Columns

SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。

Name Type Description
Company String Name of the Company whose data need to be fetched. Please make sure it is selected and unlocked atleast once in the Tally tool after the tool is launched. It need not be in the selected state at the moment.

CData Cloud

Report_BillsPayable

Bills Payable Report of Tally

Columns

Name Type Description
BillParty String Bill party for Report BillsPayable.
BillRef String Bill reference for Report BillsPayable.
BillDate Date Bill date for Report BillsPayable.
BillAmount Decimal Bill amount for Report BillsPayable.
BillDueDate Date Bill due date for Report BillsPayable.
BillOverdue Boolean Bill overdue for Report BillsPayable.
FromDate Date This is a mirror column.
ToDate Date This is a mirror column.

Pseudo-Columns

SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。

Name Type Description
Company String Name of the Company whose data need to be fetched. Please make sure it is selected and unlocked atleast once in the Tally tool after the tool is launched. It need not be in the selected state at the moment.

CData Cloud

Report_BillsReceivable

Bills Receivable Report of Tally

Columns

Name Type Description
BillParty String Bill party for Report BillsReceivable.
BillRef String Bill reference for Report BillsReceivable.
BillDate Date Bill date for Report BillsReceivable.
BillAmount Decimal Bill Amount for Report BillsReceivable.
BillDueDate Date Bill due date for Report BillsReceivable.
BillOverdue Boolean Bill overdue for Report BillsReceivable.
FromDate Date This is a mirror column.
ToDate Date This is a mirror column.

Pseudo-Columns

SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。

Name Type Description
Company String Name of the Company whose data need to be fetched. Please make sure it is selected and unlocked atleast once in the Tally tool after the tool is launched. It need not be in the selected state at the moment.

CData Cloud

Report_GodownSummary

Godown Summary Report of Tally

Table Specific Information

Select

The Cloud will use the Tally API to process WHERE clause conditions built with the following column and operator. The DspGodownName is required to make a request and the rest of the filter is executed client side within the Cloud.

  • DspGodownName supports the '=' comparisons.
  • FromDate supports the '=' comparisons.
  • ToDate supports the '=' comparisons.

For example these queries are processed server side:

SELECT * FROM Report_GodownSummary WHERE DspGodownName = 'Karnataka'

SELECT * FROM Report_GodownSummary WHERE DspGodownName = 'Karnataka' AND FromDate = '01/01/2019' AND ToDate = '01/01/2020'

Columns

Name Type Description
Name String Name for Report GodownSummary.
Quantity String Quantity for Report GodownSummary.
Rate String Rate for Report GodownSummary.
Amount Decimal Amount for Report GodownSummary.
DspGodownName String This is a mirror column.
FromDate Date This is a mirror column.
ToDate Date This is a mirror column.

Pseudo-Columns

SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。

Name Type Description
Company String Name of the Company whose data need to be fetched. Please make sure it is selected and unlocked atleast once in the Tally tool after the tool is launched. It need not be in the selected state at the moment.

CData Cloud

Report_GroupOutstandings

Group Outstandings Report of Tally

Table Specific Information

Select

The Cloud will use the Tally API to process WHERE clause conditions built with the following column and operator. The GroupName is required to make a request and the rest of the filter is executed client side within the Cloud.

  • GroupName supports the '=' comparisons.
  • FromDate supports the '=' comparisons.
  • ToDate supports the '=' comparisons.

For example these queries are processed server side:

SELECT * FROM Report_GroupOutstandings WHERE GroupName = 'Group1'

SELECT * FROM Report_GroupOutstandings WHERE GroupName = 'Group1' AND FromDate = '01/01/2019' AND ToDate = '01/01/2020'

Columns

Name Type Description
Name String Name for Report GroupOutstandings.
DebitAmount Decimal Debit amount for Report GroupOutstandings.
CreditAmount Decimal Credit amount for Report GroupOutstandings.
GroupName String This is a mirror column.
FromDate Date This is a mirror column.
ToDate Date This is a mirror column.

Pseudo-Columns

SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。

Name Type Description
Company String Name of the Company whose data need to be fetched. Please make sure it is selected and unlocked atleast once in the Tally tool after the tool is launched. It need not be in the selected state at the moment.

CData Cloud

Report_GroupSummary

Group Summary Report of Tally

Columns

Name Type Description
Name String Name for Report GroupSummary.
DebitAmount Decimal Debit amount for Report GroupSummary.
CreditAmount Decimal Credit amount for Report GroupSummary.
FromDate Date This is a mirror column.
ToDate Date This is a mirror column.

Pseudo-Columns

SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。

Name Type Description
Company String Name of the Company whose data need to be fetched. Please make sure it is selected and unlocked atleast once in the Tally tool after the tool is launched. It need not be in the selected state at the moment.

CData Cloud

Report_GroupVouchers

Group Vouchers Report of Tally

Table Specific Information

Select

The Cloud will use the Tally API to process WHERE clause conditions built with the following column and operator. The GroupName is required to make a request and the rest of the filter is executed client side within the Cloud.

  • GroupName supports the '=' comparisons.
  • FromDate supports the '=' comparisons.
  • ToDate supports the '=' comparisons.

For example these queries are processed server side:

SELECT * FROM Report_GroupVouchers WHERE GroupName = 'Group1'

SELECT * FROM Report_GroupVouchers WHERE GroupName = 'Group1' AND FromDate = '01/01/2019' AND ToDate = '01/01/2020'

Columns

Name Type Description
Account String Account for Report GroupVouchers.
Date Date Date for Report GroupVouchers.
Type String Type for Report GroupVouchers.
DebitAmount Decimal Debit amount for Report GroupVouchers.
CreditAmount Decimal Credit amount for Report GroupVouchers.
GroupName String This is a mirror column.
FromDate Date This is a mirror column.
ToDate Date This is a mirror column.

Pseudo-Columns

SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。

Name Type Description
Company String Name of the Company whose data need to be fetched. Please make sure it is selected and unlocked atleast once in the Tally tool after the tool is launched. It need not be in selected state at the moment.

CData Cloud

Report_ItemMonthlySummary

ItemMonthlySummary Report of Tally

Columns

Name Type Description
Month String Month for Report ItemMonthlySummary.
Quantity String Quantity for Report ItemMonthlySummary.
Rate String Rate for Report ItemMonthlySummary.
Amount Decimal Amount for Report ItemMonthlySummary.
FromDate Date This is a mirror column.
ToDate Date This is a mirror column.

Pseudo-Columns

SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。

Name Type Description
Company String Name of the Company whose data need to be fetched. Please make sure it is selected and unlocked atleast once in the Tally tool after the tool is launched. It need not be in the selected state at the moment.

CData Cloud

Report_LedgerOutstandings

Ledger Outstandings Report of Tally

Table Specific Information

Select

The Cloud will use the Tally API to process WHERE clause conditions built with the following column and operator. The LedgerName is required to make a request and the rest of the filter is executed client side within the Cloud.

  • LedgerName supports the '=' comparisons.
  • FromDate supports the '=' comparisons.
  • ToDate supports the '=' comparisons.

For example these queries are processed server side:

SELECT * FROM Report_LedgerOutstandings WHERE LedgerName = 'Ledger1'

SELECT * FROM Report_LedgerOutstandings WHERE LedgerName = 'Ledger1' AND FromDate = '01/01/2019' AND ToDate = '01/01/2020'

Columns

Name Type Description
BillDate Date Bill date for Report LedgerOutstandings.
BillRef String Bill reference for Report LedgerOutstandings.
BillAmount Decimal Bill amount for Report LedgerOutstandings.
BillDueDate Date Bill due date for Report LedgerOutstandings.
BillOverdue Boolean Bill overdue for Report LedgerOutstandings.
LedgerName String This is a mirror column.
FromDate Date This is a mirror column.
ToDate Date This is a mirror column.

Pseudo-Columns

SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。

Name Type Description
Company String Name of the Company whose data need to be fetched. Please make sure it is selected and unlocked atleast once in the Tally tool after the tool is launched. It need not be in the selected state at the moment.

CData Cloud

Report_LedgerVouchers

Ledger Vouchers Report of Tally

Table Specific Information

Select

The Cloud will use the Tally API to process WHERE clause conditions built with the following column and operator. The LedgerName is required to make a request and the rest of the filter is executed client side within the Cloud.

  • LedgerName supports the '=' comparisons.
  • FromDate supports the '=' comparisons.
  • ToDate supports the '=' comparisons.

For example these queries are processed server side:

SELECT * FROM Report_LedgerVouchers WHERE LedgerName = 'Ledger1'

SELECT * FROM Report_LedgerVouchers WHERE LedgerName = 'Ledger1' AND FromDate = '01/01/2019' AND ToDate = '01/01/2020'

Columns

Name Type Description
Account String Acoount for Report LedgerVouchers.
Date Date Date for Report LedgerVouchers.
Type String Type for Report LedgerVouchers.
DebitAmount Decimal Debit amount for Report LedgerVouchers.
CreditAmount Decimal Credit amount for Report LedgerVouchers.
LedgerName String This is a mirror column.
FromDate Date This is a mirror column.
ToDate Date This is a mirror column.

Pseudo-Columns

SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。

Name Type Description
Company String Name of the Company whose data need to be fetched. Please make sure it is selected and unlocked atleast once in the Tally tool after the tool is launched. It need not be in the selected state at the moment.

CData Cloud

Report_NegativeLedger

Negative Ledger Report of Tally

Columns

Name Type Description
Name String Name for Report NegativeLedger.
DebitAmount Decimal Debit amount Report NegativeLedger.
CreditAmount Decimal Credit amount Report NegativeLedger.
FromDate Date This is a mirror column.
ToDate Date This is a mirror column.

Pseudo-Columns

SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。

Name Type Description
Company String Name of the Company whose data need to be fetched. Please make sure it is selected and unlocked atleast once in the Tally tool after the tool is launched. It need not be in the selected state at the moment.

CData Cloud

Report_NegativeStock

Negative Stock Report of Tally

Columns

Name Type Description
Name String Name for Report NegativeStock.
Quantity String Quantity for Report NegativeStock.
Rate String Rate for Report NegativeStock.
Amount Decimal Amount for Report NegativeStock.
FromDate Date This is a mirror column.
ToDate Date This is a mirror column.

Pseudo-Columns

SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。

Name Type Description
Company String Name of the Company whose data need to be fetched. Please make sure it is selected and unlocked atleast once in the Tally tool after the tool is launched. It need not be in the selected state at the moment.

CData Cloud

Report_ProfitAndLoss

Profit and Loss Report of Tally

Columns

Name Type Description
Name String Name for Report ProfitAndLoss
MainAmount Decimal Main amount for Report ProfitAndLoss
SubAmount Decimal Sub amount for Report ProfitAndLoss
FromDate Date This is a mirror column.
ToDate Date This is a mirror column.

Pseudo-Columns

SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。

Name Type Description
Company String Name of the Company whose data need to be fetched. Please make sure it is selected and unlocked atleast once in the Tally tool after the tool is launched. It need not be in the selected state at the moment.

CData Cloud

Report_RatioAnalysis

Ratio Analysis Report of Tally

Columns

Name Type Description
RatioName String Ratio name for Report RatioAnalysis.
RatioValue String Ratio value for Report RatioAnalysis.
FromDate Date This is a mirror column.
ToDate Date This is a mirror column.

Pseudo-Columns

SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。

Name Type Description
Company String Name of the Company whose data need to be fetched. Please make sure it is selected and unlocked atleast once in the Tally tool after the tool is launched. It need not be in the selected state at the moment.

CData Cloud

Report_Statistics

Statistics Report of Tally

Columns

Name Type Description
StatisticName String Statistic name for Report Statistics.
StatisticDirectValue Integer Statistic direct value for Report Statistics.
StatisticCancelled String Statistic cancelled value for Report Statistics.
FromDate Date This is a mirror column.
ToDate Date This is a mirror column.

Pseudo-Columns

SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。

Name Type Description
Company String Name of the Company whose data need to be fetched. Please make sure it is selected and unlocked atleast once in the Tally tool after the tool is launched. It need not be in the selected state at the moment.

CData Cloud

Report_StockGroupSummary

Stock Summary Report of Tally

Columns

Name Type Description
Name String Name for Report StockGroupSummary.
Quantity String Quantity for Report StockGroupSummary.
Rate String Rate for Report StockGroupSummary.
Amount Decimal Amount for Report StockGroupSummary.
FromDate Date This is a mirror column.
ToDate Date This is a mirror column.

Pseudo-Columns

SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。

Name Type Description
Company String Name of the Company whose data need to be fetched. Please make sure it is selected and unlocked atleast once in the Tally tool after the tool is launched. It need not be in the selected state at the moment.

CData Cloud

Report_StockItemSummary

Stock Summary Report of Tally

Table Specific Information

Select

The Cloud will use the Tally API to process WHERE clause conditions built with the following column and operator. The STOCKGROUPNAME is required to make a request and the rest of the filter is executed client side within the Cloud.

  • STOCKGROUPNAME supports the '=' comparisons.
  • FromDate supports the '=' comparisons.
  • ToDate supports the '=' comparisons.

For example these queries are processed server side:

SELECT * FROM Report_StockItemSummary WHERE STOCKGROUPNAME = 'StockItem1'

SELECT * FROM Report_StockItemSummary WHERE STOCKGROUPNAME = 'StockItem1' AND FromDate = '01/01/2019' AND ToDate = '01/01/2020'

Columns

Name Type Description
Name String Name for Report StockItemSummary.
Quantity String Quantity for StockItemSummary.
Rate String Rate for StockItemSummary.
Amount Decimal Amount for StockItemSummary.
STOCKGROUPNAME String This is a mirror column.
FromDate Date This is a mirror column.
ToDate Date This is a mirror column.

Pseudo-Columns

SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。

Name Type Description
Company String Name of the Company whose data need to be fetched. Please make sure it is selected and unlocked atleast once in the Tally tool after the tool is launched. It need not be in the selected state at the moment.

CData Cloud

Report_StockVouchers

StockVouchers Report of Tally

Table Specific Information

Select

The Cloud will use the Tally API to process WHERE clause conditions built with the following column and operator. The StockItemName is required to make a request and the rest of the filter is executed client side within the Cloud.

  • StockItemName supports the '=' comparisons.
  • FromDate supports the '=' comparisons.
  • ToDate supports the '=' comparisons.

For example these queries are processed server side:

SELECT * FROM Report_StockVouchers WHERE StockItemName = 'StockItem1'

SELECT * FROM Report_StockVouchers WHERE StockItemName = 'StockItem1' AND FromDate = '01/01/2019' AND ToDate = '01/01/2020'

Columns

Name Type Description
Account String Account for Report StockVouchers.
Date Date Date for Report StockVouchers.
Type String Type for Report StockVouchers.
InQuantity String Quantity for Report StockVouchers.
InAmount Decimal Amount for Report StockVouchers.
OutQuantity String OutQuantity for Report StockVouchers.
OutAmount Decimal OutAmount for Report StockVouchers.
StockItemName String This is a mirror column.
FromDate Date This is a mirror column.
ToDate Date This is a mirror column.

Pseudo-Columns

SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。

Name Type Description
Company String Name of the Company whose data need to be fetched. Please make sure it is selected and unlocked atleast once in the Tally tool after the tool is launched. It need not be in the selected state at the moment.

CData Cloud

Report_TrialBalance

Trial Balance Report of Tally

Columns

Name Type Description
Name String Name for Report TrialBalance.
DebitAmount Decimal DebitAmount for Report TrialBalance.
CreditAmount Decimal CreditAmount for Report TrialBalance.
FromDate Date This is a mirror column.
ToDate Date This is a mirror column.

Pseudo-Columns

SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。

Name Type Description
Company String Name of the Company whose data need to be fetched. Please make sure it is selected and unlocked atleast once in the Tally tool after the tool is launched. It need not be in the selected state at the moment.

CData Cloud

Report_VoucherRegister

Voucher Register Report of Tally

Table Specific Information

Select

The Cloud will use the Tally API to process WHERE clause conditions built with the following column and operator.

  • VOUCHERTYPENAME supports the '=' comparisons.
  • FromDate supports the '=' comparisons.
  • ToDate supports the '=' comparisons.

For example these queries are processed server side:

SELECT * FROM Report_VoucherRegister WHERE VOUCHERTYPENAME = 'Stock Journal'

SELECT * FROM Report_VoucherRegister WHERE VOUCHERTYPENAME = 'Stock Journal' AND FromDate = '01/01/2019' AND ToDate = '01/01/2020'

Columns

Name Type Description
OBJVIEW String OBJVIEW for Report VoucherRegister
REMOTEID String REMOTEID for Report VoucherRegister
SENDERID String SENDERID for Report VoucherRegister
VCHKEY String VCHKEY for Report VoucherRegister
VCHTYPE String VCHTYPE for Report VoucherRegister
OLDAUDITENTRYIDS_LIST String OLDAUDITENTRYIDS_LIST for Report VoucherRegister
ACCOUNTAUDITENTRIES_LIST String ACCOUNTAUDITENTRIES_LIST for Report VoucherRegister
ACTIVETO String ACTIVETO for Report VoucherRegister
ADDITIONALNARRATION String ADDITIONALNARRATION for Report VoucherRegister
ADDRESS_LIST String ADDRESS_LIST for Report VoucherRegister
ADJFROMDATE Date ADJFROMDATE for Report VoucherRegister
ADJPARTYGSTIN String ADJPARTYGSTIN for Report VoucherRegister
ADJPARTYINVOICEDATE Date ADJPARTYINVOICEDATE for Report VoucherRegister
ADJPARTYINVOICENO String ADJPARTYINVOICENO for Report VoucherRegister
ADJPARTYINVOICEVALUE String ADJPARTYINVOICEVALUE for Report VoucherRegister
ADJPARTYPAYMENTDATE Date ADJPARTYPAYMENTDATE for Report VoucherRegister
ADJTODATE Date ADJTODATE for Report VoucherRegister
ADVANCERECEIPTDATE Date ADVANCERECEIPTDATE for Report VoucherRegister
ADVANCERECEIPTNUMBER String ADVANCERECEIPTNUMBER for Report VoucherRegister
AGGREMENTORDERDATE Date AGGREMENTORDERDATE for Report VoucherRegister
AGGREMENTORDERNO String AGGREMENTORDERNO for Report VoucherRegister
AIRPORTNAME String AIRPORTNAME for Report VoucherRegister
AIRWAYBILLDATE Date AIRWAYBILLDATE for Report VoucherRegister
AIRWAYBILLNO String AIRWAYBILLNO for Report VoucherRegister
ALLINVENTORYENTRIES_LIST String ALLINVENTORYENTRIES_LIST for Report VoucherRegister
ALLLEDGERENTRIES_LIST String ALLLEDGERENTRIES_LIST for Report VoucherRegister
ALLOWCONSUMPTION String ALLOWCONSUMPTION for Report VoucherRegister
ALTEREDBY String ALTEREDBY for Report VoucherRegister
ALTEREDON String ALTEREDON for Report VoucherRegister
ALTERID String ALTERID for Report VoucherRegister
AREFORMTYPE String AREFORMTYPE for Report VoucherRegister
ARESERIALMASTER String ARESERIALMASTER for Report VoucherRegister
ARESERIALNUMBER String ARESERIALNUMBER for Report VoucherRegister
ASORIGINAL String ASORIGINAL for Report VoucherRegister
ASPAYSLIP String ASPAYSLIP for Report VoucherRegister
ATTDRECORDS_LIST String ATTDRECORDS_LIST for Report VoucherRegister
ATTENDANCEENTRIES_LIST String ATTENDANCEENTRIES_LIST for Report VoucherRegister
AUDITED String AUDITED for Report VoucherRegister
AUDITEDON String AUDITEDON for Report VoucherRegister
AUDITENTRIES_LIST String AUDITENTRIES_LIST for Report VoucherRegister
AUTHORITYADDRESS String AUTHORITYADDRESS for Report VoucherRegister
AUTHORITYNAME String AUTHORITYNAME for Report VoucherRegister
AUTOCOSTLEVEL String AUTOCOSTLEVEL for Report VoucherRegister
BASICBASEPARTYNAME String BASICBASEPARTYNAME for Report VoucherRegister
BASICBUYERADDRESS_LIST String BASICBUYERADDRESS_LIST for Report VoucherRegister
BASICBUYERNAME String BASICBUYERNAME for Report VoucherRegister
BASICBUYERSSALESTAXNO String BASICBUYERSSALESTAXNO for Report VoucherRegister
BASICDATETIMEOFINVOICE String BASICDATETIMEOFINVOICE for Report VoucherRegister
BASICDATETIMEOFREMOVAL String BASICDATETIMEOFREMOVAL for Report VoucherRegister
BASICDESTINATIONCOUNTRY String BASICDESTINATIONCOUNTRY for Report VoucherRegister
BASICDUEDATEOFPYMT String BASICDUEDATEOFPYMT for Report VoucherRegister
BASICDUEDATEOFPYMT String BASICDUEDATEOFPYMT for Report VoucherRegister
BASICFINALDESTINATION String BASICFINALDESTINATION for Report VoucherRegister
BASICORDERREF String BASICORDERREF for Report VoucherRegister
BASICPLACEOFRECEIPT String BASICPLACEOFRECEIPT for Report VoucherRegister
BASICPORTOFDISCHARGE String BASICPORTOFDISCHARGE for Report VoucherRegister
BASICPORTOFLOADING String BASICPORTOFLOADING for Report VoucherRegister
BASICSERIALNUMINPLA String BASICSERIALNUMINPLA for Report VoucherRegister
BASICSHIPDOCUMENTNO String BASICSHIPDOCUMENTNO for Report VoucherRegister
BASICSHIPPEDBY String BASICSHIPPEDBY for Report VoucherRegister
BASICSHIPVESSELNO String BASICSHIPVESSELNO for Report VoucherRegister
BASICVOUCHERCHEQUENAME String BASICVOUCHERCHEQUENAME for Report VoucherRegister
BASICVOUCHERCROSSCOMMENT String BASICVOUCHERCROSSCOMMENT for Report VoucherRegister
BILLOFENTRYDATE Date BILLOFENTRYDATE for Report VoucherRegister
BILLOFENTRYNO String BILLOFENTRYNO for Report VoucherRegister
BILLOFLADINGDATE Date BILLOFLADINGDATE for Report VoucherRegister
BILLOFLADINGNO String BILLOFLADINGNO for Report VoucherRegister
BONDAMOUNT String BONDAMOUNT for Report VoucherRegister
BONDDATEOFISSUE Date BONDDATEOFISSUE for Report VoucherRegister
BONDEXPIRYDATE Date BONDEXPIRYDATE for Report VoucherRegister
BONDNUMBER String BONDNUMBER for Report VoucherRegister
BUYERADDRESSTYPE String BUYERADDRESSTYPE for Report VoucherRegister
BUYERPINNUMBER String BUYERPINNUMBER for Report VoucherRegister
BUYERSCSTNUMBER String BUYERSCSTNUMBER for Report VoucherRegister
CARRIERNAME String CARRIERNAME for Report VoucherRegister
CASHPARTYDEDTYPE String CASHPARTYDEDTYPE for Report VoucherRegister
CASHPARTYPAN String CASHPARTYPAN for Report VoucherRegister
CERTIFICATEDATE Date CERTIFICATEDATE for Report VoucherRegister
CERTIFICATENUMBER String CERTIFICATENUMBER for Report VoucherRegister
CERTIFICATETYPE String CERTIFICATETYPE for Report VoucherRegister
CHALLANTYPE String CHALLANTYPE for Report VoucherRegister
CHANGEVCHMODE String CHANGEVCHMODE for Report VoucherRegister
CHEQUEDEPOSITORNAME String CHEQUEDEPOSITORNAME for Report VoucherRegister
CLASSNAME String CLASSNAME for Report VoucherRegister
CLEARINGAGENTNAME String CLEARINGAGENTNAME for Report VoucherRegister
COMMONNATUREOFPAYMENT String COMMONNATUREOFPAYMENT for Report VoucherRegister
CONSIGNEECIRCLE String CONSIGNEECIRCLE for Report VoucherRegister
CONSIGNEECITY String CONSIGNEECITY for Report VoucherRegister
CONSIGNEECSTNUMBER String CONSIGNEECSTNUMBER for Report VoucherRegister
CONSIGNEEGSTIN String CONSIGNEEGSTIN for Report VoucherRegister
CONSIGNEEIECODE String CONSIGNEEIECODE for Report VoucherRegister
CONSIGNEELBTREGNNO String CONSIGNEELBTREGNNO for Report VoucherRegister
CONSIGNEELBTZONE String CONSIGNEELBTZONE for Report VoucherRegister
CONSIGNEEMAIL String CONSIGNEEMAIL for Report VoucherRegister
CONSIGNEEMOBILENUMBER String CONSIGNEEMOBILENUMBER for Report VoucherRegister
CONSIGNEEOTHERS String CONSIGNEEOTHERS for Report VoucherRegister
CONSIGNEEPINCODE String CONSIGNEEPINCODE for Report VoucherRegister
CONSIGNEEPINNUMBER String CONSIGNEEPINNUMBER for Report VoucherRegister
CONSIGNEESTATENAME String CONSIGNEESTATENAME for Report VoucherRegister
CONSUMERIDENTIFICATIONNUMBER String CONSUMERIDENTIFICATIONNUMBER for Report VoucherRegister
CONTRACTORTIN String CONTRACTORTIN for Report VoucherRegister
COSTCENTRENAME String COSTCENTRENAME for Report VoucherRegister
COUNTRYOFRESIDENCE String COUNTRYOFRESIDENCE for Report VoucherRegister
CREDITLETTERDATE Date CREDITLETTERDATE for Report VoucherRegister
CREDITLETTERREF String CREDITLETTERREF for Report VoucherRegister
CSTFORMISSUEDATE Date CSTFORMISSUEDATE for Report VoucherRegister
CSTFORMISSUENUMBER String CSTFORMISSUENUMBER for Report VoucherRegister
CSTFORMISSUESERIESNUM String CSTFORMISSUESERIESNUM for Report VoucherRegister
CSTFORMISSUETYPE String CSTFORMISSUETYPE for Report VoucherRegister
CSTFORMRECVDATE Date CSTFORMRECVDATE for Report VoucherRegister
CSTFORMRECVNUMBER String CSTFORMRECVNUMBER for Report VoucherRegister
CSTFORMRECVSERIESNUM String CSTFORMRECVSERIESNUM for Report VoucherRegister
CSTFORMRECVTYPE String CSTFORMRECVTYPE for Report VoucherRegister
CURBOMNAME String CURBOMNAME for Report VoucherRegister
CURRBASICBUYERNAME String CURRBASICBUYERNAME for Report VoucherRegister
CURRBASICPURCHASEORDERNO String CURRBASICPURCHASEORDERNO for Report VoucherRegister
CURRBASICSHIPDELIVERYNOTE String CURRBASICSHIPDELIVERYNOTE for Report VoucherRegister
CURRBUYERADDRESSTYPE String CURRBUYERADDRESSTYPE for Report VoucherRegister
CURRPARTYADDRESSTYPE String CURRPARTYADDRESSTYPE for Report VoucherRegister
CURRPARTYLEDGERNAME String CURRPARTYLEDGERNAME for Report VoucherRegister
CURRPARTYNAME String CURRPARTYNAME for Report VoucherRegister
CURRSTATENAME String CURRSTATENAME for Report VoucherRegister
CUSTOMDUTYPAID String CUSTOMDUTYPAID for Report VoucherRegister
DATE Date DATE for Report VoucherRegister
DELIVERYCITY String DELIVERYCITY for Report VoucherRegister
DELIVERYOTHERS String DELIVERYOTHERS for Report VoucherRegister
DELIVERYPINCODE String DELIVERYPINCODE for Report VoucherRegister
DELIVERYSTATE String DELIVERYSTATE for Report VoucherRegister
DESTINATIONGODOWN String DESTINATIONGODOWN for Report VoucherRegister
DESTINATIONPERMITNUMBER String DESTINATIONPERMITNUMBER for Report VoucherRegister
DESTINATIONTAXUNIT String DESTINATIONTAXUNIT for Report VoucherRegister
DIFFACTUALQTY String DIFFACTUALQTY for Report VoucherRegister
DISPATCHCITY String DISPATCHCITY for Report VoucherRegister
DISPATCHDATE Date DISPATCHDATE for Report VoucherRegister
DISPATCHPINCODE String DISPATCHPINCODE for Report VoucherRegister
DUTYHEADDETAILS_LIST String DUTYHEADDETAILS_LIST for Report VoucherRegister
ECDATE Date ECDATE for Report VoucherRegister
ECFEEAMOUNT String ECFEEAMOUNT for Report VoucherRegister
ECFEEDEPOSITBYAWARDER String ECFEEDEPOSITBYAWARDER for Report VoucherRegister
ECFEEDEPOSITBYCONTRACTOR String ECFEEDEPOSITBYCONTRACTOR for Report VoucherRegister
ECFEERATE String ECFEERATE for Report VoucherRegister
ECISSUINGAUTHORITY String ECISSUINGAUTHORITY for Report VoucherRegister
ECNUMBER String ECNUMBER for Report VoucherRegister
EFFECTIVEDATE Date EFFECTIVEDATE for Report VoucherRegister
EICHECKPOST String EICHECKPOST for Report VoucherRegister
EIDEFAULTLED_CLASSADDLRATE String EIDEFAULTLED_CLASSADDLRATE for Report VoucherRegister
EIDEFAULTLED_CLASSNAME String EIDEFAULTLED_CLASSNAME for Report VoucherRegister
EIDEFAULTLED_CLASSRATE String EIDEFAULTLED_CLASSRATE for Report VoucherRegister
EIDEFAULTLED_ISUSERDEFINED String EIDEFAULTLED_ISUSERDEFINED for Report VoucherRegister
EIDEFAULTLED_ISZRBASICSERVICE String EIDEFAULTLED_ISZRBASICSERVICE for Report VoucherRegister
EMIRATEPOS String EMIRATEPOS for Report VoucherRegister
ENTEREDBY String ENTEREDBY for Report VoucherRegister
ENTRYCHECKPOSTLOCATION String ENTRYCHECKPOSTLOCATION for Report VoucherRegister
EWAYBILLDETAILS_LIST String EWAYBILLDETAILS_LIST for Report VoucherRegister
EXCHGCURRENCYNAME String EXCHGCURRENCYNAME for Report VoucherRegister
EXCHGRATE String EXCHGRATE for Report VoucherRegister
EXCISECLASSIFICATIONNAME String EXCISECLASSIFICATIONNAME for Report VoucherRegister
EXCISENOTIFICATIONNO String EXCISENOTIFICATIONNO for Report VoucherRegister
EXCISENOTIFICATIONSERIALNO String EXCISENOTIFICATIONSERIALNO for Report VoucherRegister
EXCISEOPENING String EXCISEOPENING for Report VoucherRegister
EXCISETARIFFTYPE String EXCISETARIFFTYPE for Report VoucherRegister
EXCISETAXOVERRIDE String EXCISETAXOVERRIDE for Report VoucherRegister
EXCISETREASURYNAME String EXCISETREASURYNAME for Report VoucherRegister
EXCISETREASURYNUMBER String EXCISETREASURYNUMBER for Report VoucherRegister
EXCISEUNITNAME String EXCISEUNITNAME for Report VoucherRegister
EXCLUDEDTAXATIONS_LIST String EXCLUDEDTAXATIONS_LIST for Report VoucherRegister
EXITCHECKPOSTLOCATION String EXITCHECKPOSTLOCATION for Report VoucherRegister
EXPORTERCOUNTRY String EXPORTERCOUNTRY for Report VoucherRegister
FBTFROMDATE Date FBTFROMDATE for Report VoucherRegister
FBTPAYMENTTYPE String FBTPAYMENTTYPE for Report VoucherRegister
FBTTODATE Date FBTTODATE for Report VoucherRegister
FOREIGNSELLERNAME String FOREIGNSELLERNAME for Report VoucherRegister
FORJOBCOSTING String FORJOBCOSTING for Report VoucherRegister
FORM16ISSUEDATE Date FORM16ISSUEDATE for Report VoucherRegister
FWDAGENTNAME String FWDAGENTNAME for Report VoucherRegister
GOODSRCPTDATE Date GOODSRCPTDATE for Report VoucherRegister
GOODSVEHICLENUMBER String GOODSVEHICLENUMBER for Report VoucherRegister
GSTACTIVITYSTATUS String GSTACTIVITYSTATUS for Report VoucherRegister
GSTADDITIONALDETAILS String GSTADDITIONALDETAILS for Report VoucherRegister
GSTBANKACCOUNTHOLDER String GSTBANKACCOUNTHOLDER for Report VoucherRegister
GSTBANKACCOUNTNUMBER String GSTBANKACCOUNTNUMBER for Report VoucherRegister
GSTBANKACCOUNTTYPE String GSTBANKACCOUNTTYPE for Report VoucherRegister
GSTBANKBRANCHADDRESS String GSTBANKBRANCHADDRESS for Report VoucherRegister
GSTBANKBRANCHNAME String GSTBANKBRANCHNAME for Report VoucherRegister
GSTBANKIFSCCODE String GSTBANKIFSCCODE for Report VoucherRegister
GSTBANKMICRCODE String GSTBANKMICRCODE for Report VoucherRegister
GSTBANKNAME String GSTBANKNAME for Report VoucherRegister
GSTCHALLANDATE Date GSTCHALLANDATE for Report VoucherRegister
GSTCHALLANEXPIRYDATE Date GSTCHALLANEXPIRYDATE for Report VoucherRegister
GSTCHALLANNUMBER String GSTCHALLANNUMBER for Report VoucherRegister
GSTCINNUMBER String GSTCINNUMBER for Report VoucherRegister
GSTCPINNUMBER String GSTCPINNUMBER for Report VoucherRegister
GSTDEBITDOCNUMBER String GSTDEBITDOCNUMBER for Report VoucherRegister
GSTEWAYCONSIGNEEADDRESS_LIST String GSTEWAYCONSIGNEEADDRESS_LIST for Report VoucherRegister
GSTEWAYCONSIGNORADDRESS_LIST String GSTEWAYCONSIGNORADDRESS_LIST for Report VoucherRegister
GSTINSTRUMENTNUMBER String GSTINSTRUMENTNUMBER for Report VoucherRegister
GSTINVASSESSABLEVALUE String GSTINVASSESSABLEVALUE for Report VoucherRegister
GSTITCDOCUMENTTYPE String GSTITCDOCUMENTTYPE for Report VoucherRegister
GSTITCREVERSALDETAILS String GSTITCREVERSALDETAILS for Report VoucherRegister
GSTMERCHANTID String GSTMERCHANTID for Report VoucherRegister
GSTNATUREOFRETURN String GSTNATUREOFRETURN for Report VoucherRegister
GSTNOTEXPORTED String GSTNOTEXPORTED for Report VoucherRegister
GSTPYMTMODEOFDEPOSIT String GSTPYMTMODEOFDEPOSIT for Report VoucherRegister
GSTREASONFORREJECTION String GSTREASONFORREJECTION for Report VoucherRegister
GSTRECONSTATUS String GSTRECONSTATUS for Report VoucherRegister
GSTREGISTRATIONTYPE String GSTREGISTRATIONTYPE for Report VoucherRegister
GUID String GUID for Report VoucherRegister
HASCASHFLOW String HASCASHFLOW for Report VoucherRegister
HASDISCOUNTS String HASDISCOUNTS for Report VoucherRegister
HOLDREFERENCE String HOLDREFERENCE for Report VoucherRegister
IGNOREGSTINVALIDATION String IGNOREGSTINVALIDATION for Report VoucherRegister
IGNOREORIGVCHDATE String IGNOREORIGVCHDATE for Report VoucherRegister
IGNOREPOSVALIDATION String IGNOREPOSVALIDATION for Report VoucherRegister
IMPORTEREXPORTERCODE String IMPORTEREXPORTERCODE for Report VoucherRegister
INCLUDEADVPYMTVCH String INCLUDEADVPYMTVCH for Report VoucherRegister
INSPDOCDATE Date INSPDOCDATE for Report VoucherRegister
INSPDOCNO String INSPDOCNO for Report VoucherRegister
INVDELIVERYDATE Date INVDELIVERYDATE for Report VoucherRegister
INVENTORYENTRIESIN_LIST String INVENTORYENTRIESIN_LIST for Report VoucherRegister
INVENTORYENTRIESOUT_LIST String INVENTORYENTRIESOUT_LIST for Report VoucherRegister
INVOICEDELNOTES_LIST String INVOICEDELNOTES_LIST for Report VoucherRegister
INVOICEEXPORTLIST_LIST String INVOICEEXPORTLIST_LIST for Report VoucherRegister
INVOICEINDENTLIST_LIST String INVOICEINDENTLIST_LIST for Report VoucherRegister
INVOICEORDERLIST_LIST String INVOICEORDERLIST_LIST for Report VoucherRegister
ISATTDDATAPRESERVED String ISATTDDATAPRESERVED for Report VoucherRegister
ISBLANKCHEQUE String ISBLANKCHEQUE for Report VoucherRegister
ISBOENOTAPPLICABLE String ISBOENOTAPPLICABLE for Report VoucherRegister
ISCANCELLED String ISCANCELLED for Report VoucherRegister
ISCOSTCENTRE String ISCOSTCENTRE for Report VoucherRegister
ISCSTAGTFORMC String ISCSTAGTFORMC for Report VoucherRegister
ISDECLAREDTOCUSTOMS String ISDECLAREDTOCUSTOMS for Report VoucherRegister
ISDELETED String ISDELETED for Report VoucherRegister
ISDELIVERYSAMEASCONSIGNEE String ISDELIVERYSAMEASCONSIGNEE for Report VoucherRegister
ISDESIGNATEDZONEPARTY String ISDESIGNATEDZONEPARTY for Report VoucherRegister
ISDISPATCHSAMEASCONSIGNOR String ISDISPATCHSAMEASCONSIGNOR for Report VoucherRegister
ISEXCISEMANUFACTURERON String ISEXCISEMANUFACTURERON for Report VoucherRegister
ISEXCISEOVERRIDDEN String ISEXCISEOVERRIDDEN for Report VoucherRegister
ISEXCISESUPPLYVCH String ISEXCISESUPPLYVCH for Report VoucherRegister
ISEXCISEVOUCHER String ISEXCISEVOUCHER for Report VoucherRegister
ISFORJOBWORKIN String ISFORJOBWORKIN for Report VoucherRegister
ISGSTOVERRIDDEN String ISGSTOVERRIDDEN for Report VoucherRegister
ISINVOICE String ISINVOICE for Report VoucherRegister
ISISDVOUCHER String ISISDVOUCHER for Report VoucherRegister
ISMSTFROMSYNC String ISMSTFROMSYNC for Report VoucherRegister
ISONHOLD String ISONHOLD for Report VoucherRegister
ISOPTIONAL String ISOPTIONAL for Report VoucherRegister
ISOVERSEASTOURISTTRANS String ISOVERSEASTOURISTTRANS for Report VoucherRegister
ISPOSTDATED String ISPOSTDATED for Report VoucherRegister
ISSERVICETAXOVERRIDDEN String ISSERVICETAXOVERRIDDEN for Report VoucherRegister
ISSHIPPINGWITHINSTATE String ISSHIPPINGWITHINSTATE for Report VoucherRegister
ISSTXNONREALIZEDVCH String ISSTXNONREALIZEDVCH for Report VoucherRegister
ISSUBWORKSCONTRACT String ISSUBWORKSCONTRACT for Report VoucherRegister
ISTCSOVERRIDDEN String ISTCSOVERRIDDEN for Report VoucherRegister
ISTDSOVERRIDDEN String ISTDSOVERRIDDEN for Report VoucherRegister
ISTDSTCSCASHVCH String ISTDSTCSCASHVCH for Report VoucherRegister
ISVATDUTYPAID String ISVATDUTYPAID for Report VoucherRegister
ISVATOVERRIDDEN String ISVATOVERRIDDEN for Report VoucherRegister
ISVATPAIDATCUSTOMS String ISVATPAIDATCUSTOMS for Report VoucherRegister
ISVATPRINCIPALACCOUNT String ISVATPRINCIPALACCOUNT for Report VoucherRegister
ISVATRESTAXINVOICE String ISVATRESTAXINVOICE for Report VoucherRegister
ISVOID String ISVOID for Report VoucherRegister
LBTMAPPEDCATEGORY String LBTMAPPEDCATEGORY for Report VoucherRegister
LBTMAPPEDZONE String LBTMAPPEDZONE for Report VoucherRegister
LBTNATUREOFLIABILITY String LBTNATUREOFLIABILITY for Report VoucherRegister
LEDGERENTRIES_LIST String LEDGERENTRIES_LIST for Report VoucherRegister
LORRYRECPTDATE Date LORRYRECPTDATE for Report VoucherRegister
LORRYRECPTNO String LORRYRECPTNO for Report VoucherRegister
LUTDATEOFISSUE Date LUTDATEOFISSUE for Report VoucherRegister
LUTEXPIRYDATE Date LUTEXPIRYDATE for Report VoucherRegister
LUTNUMBER String LUTNUMBER for Report VoucherRegister
MASTERID String MASTERID for Report VoucherRegister
MFGJOURNAL String MFGJOURNAL for Report VoucherRegister
MFGRADDRESSTYPE String MFGRADDRESSTYPE for Report VoucherRegister
NARRATION String NARRATION for Report VoucherRegister
NATUREOFSALES String NATUREOFSALES for Report VoucherRegister
OLDAUDITENTRIES_LIST String OLDAUDITENTRIES_LIST for Report VoucherRegister
ORDERLINESTATUS String ORDERLINESTATUS for Report VoucherRegister
ORIGINVOICEDETAILS_LIST String ORIGINVOICEDETAILS_LIST for Report VoucherRegister
PARTYADDRESSTYPE String PARTYADDRESSTYPE for Report VoucherRegister
PARTYGSTIN String PARTYGSTIN for Report VoucherRegister
PARTYINVDATE Date PARTYINVDATE for Report VoucherRegister
PARTYINVNO String PARTYINVNO for Report VoucherRegister
PARTYLEDGERNAME String PARTYLEDGERNAME for Report VoucherRegister
PARTYNAME String PARTYNAME for Report VoucherRegister
PARTYORDERDATE Date PARTYORDERDATE for Report VoucherRegister
PARTYORDERNO String PARTYORDERNO for Report VoucherRegister
PAYROLLMODEOFPAYMENT_LIST String PAYROLLMODEOFPAYMENT_LIST for Report VoucherRegister
PERSISTEDVIEW String PERSISTEDVIEW for Report VoucherRegister
PLACEOFSUPPLY String PLACEOFSUPPLY for Report VoucherRegister
PLACEOFSUPPLYCOUNTRY String PLACEOFSUPPLYCOUNTRY for Report VoucherRegister
PLACEOFSUPPLYSTATE String PLACEOFSUPPLYSTATE for Report VoucherRegister
POINTOFTRANSACTION String POINTOFTRANSACTION for Report VoucherRegister
PORTCODE String PORTCODE for Report VoucherRegister
PORTNAME String PORTNAME for Report VoucherRegister
POSCARDLEDGER String POSCARDLEDGER for Report VoucherRegister
POSCARDNUMBER String POSCARDNUMBER for Report VoucherRegister
POSCASHLEDGER String POSCASHLEDGER for Report VoucherRegister
POSCASHRECEIVED String POSCASHRECEIVED for Report VoucherRegister
POSCHEQUEBANKNAME String POSCHEQUEBANKNAME for Report VoucherRegister
POSCHEQUELEDGER String POSCHEQUELEDGER for Report VoucherRegister
POSCHEQUENUMBER String POSCHEQUENUMBER for Report VoucherRegister
POSGIFTLEDGER String POSGIFTLEDGER for Report VoucherRegister
POSSTAXPARTYLEDGERNAME String POSSTAXPARTYLEDGERNAME for Report VoucherRegister
PREVBOMNAME String PREVBOMNAME for Report VoucherRegister
PRICELEVEL String PRICELEVEL for Report VoucherRegister
PRIORITYSTATECONFLICT String PRIORITYSTATECONFLICT for Report VoucherRegister
PROCESSINGDURATION String PROCESSINGDURATION for Report VoucherRegister
PURPOSEOFPURCHASE String PURPOSEOFPURCHASE for Report VoucherRegister
RECONCILATIONDATE Date RECONCILATIONDATE for Report VoucherRegister
REFERENCE String REFERENCE for Report VoucherRegister
REFERENCEDATE Date REFERENCEDATE for Report VoucherRegister
REFUNDVOUCHERDATE Date REFUNDVOUCHERDATE for Report VoucherRegister
REFUNDVOUCHERNUMBER String REFUNDVOUCHERNUMBER for Report VoucherRegister
REQUESTORRULE String REQUESTORRULE for Report VoucherRegister
RETURNINVOICEDATE Date RETURNINVOICEDATE for Report VoucherRegister
SERIALMASTER String SERIALMASTER for Report VoucherRegister
SERIALNUMBER String SERIALNUMBER for Report VoucherRegister
SETTLEMENTTYPE String SETTLEMENTTYPE for Report VoucherRegister
SHIPAGENTNAME String SHIPAGENTNAME for Report VoucherRegister
SHIPNAME String SHIPNAME for Report VoucherRegister
SHIPPINGBILLDATE Date SHIPPINGBILLDATE for Report VoucherRegister
SHIPPINGBILLNO String SHIPPINGBILLNO for Report VoucherRegister
SRVTREGNUMBER String SRVTREGNUMBER for Report VoucherRegister
STATADJUSTMENTTYPE String STATADJUSTMENTTYPE for Report VoucherRegister
STATENAME String STATENAME for Report VoucherRegister
STATPAYMENTTYPE String STATPAYMENTTYPE for Report VoucherRegister
STTAXBANKCHALLANNUMBER String STTAXBANKCHALLANNUMBER for Report VoucherRegister
STTAXCHALLANDATE Date STTAXCHALLANDATE for Report VoucherRegister
STTVCHRHANDLE String STTVCHRHANDLE for Report VoucherRegister
SUMAUTOVCHNUM String SUMAUTOVCHNUM for Report VoucherRegister
SUPPLEMENTARYDUTYHEADDETAILS_LIST String SUPPLEMENTARYDUTYHEADDETAILS_LIS for Report VoucherRegister
SUPPLIERIECODE String SUPPLIERIECODE for Report VoucherRegister
SUPPLIERLBTREGNNO String SUPPLIERLBTREGNNO for Report VoucherRegister
SUPPLIERLBTZONE String SUPPLIERLBTZONE for Report VoucherRegister
TAXADJUSTMENT String TAXADJUSTMENT for Report VoucherRegister
TAXBANKACCOUNTNUMBER String TAXBANKACCOUNTNUMBER for Report VoucherRegister
TAXBANKBRANCHNAME String TAXBANKBRANCHNAME for Report VoucherRegister
TAXBANKCHALLANNUMBER String TAXBANKCHALLANNUMBER for Report VoucherRegister
TAXBANKNAME String TAXBANKNAME for Report VoucherRegister
TAXCHALLANBSRCODE String TAXCHALLANBSRCODE for Report VoucherRegister
TAXCHALLANDATE Date TAXCHALLANDATE for Report VoucherRegister
TAXCHEQUEDATE Date TAXCHEQUEDATE for Report VoucherRegister
TAXCHEQUENUMBER String TAXCHEQUENUMBER for Report VoucherRegister
TAXPAYMENTTYPE String TAXPAYMENTTYPE for Report VoucherRegister
TAXPAYPERIODFROMDATE Date TAXPAYPERIODFROMDATE for Report VoucherRegister
TAXPAYPERIODTODATE Date TAXPAYPERIODTODATE for Report VoucherRegister
TAXUNITNAME String TAXUNITNAME for Report VoucherRegister
TDNOFAWARDER String TDNOFAWARDER for Report VoucherRegister
TDSDEDNSTATUS String TDSDEDNSTATUS for Report VoucherRegister
TDSDEDUCTED String TDSDEDUCTED for Report VoucherRegister
TDSNATUREOFPAYMENT String TDSNATUREOFPAYMENT for Report VoucherRegister
TDSSECTIONNO String TDSSECTIONNO for Report VoucherRegister
TEMPCLASSNATURE String TEMPCLASSNATURE for Report VoucherRegister
TEMPCONSIGNEEPINCODENUMBER String TEMPCONSIGNEEPINCODENUMBER for Report VoucherRegister
TEMPCONSIGNORPINCODENUMBER String TEMPCONSIGNORPINCODENUMBER for Report VoucherRegister
TEMPGSTEWAYBILLDATE Date TEMPGSTEWAYBILLDATE for Report VoucherRegister
TEMPGSTEWAYBILLNUMBER String TEMPGSTEWAYBILLNUMBER for Report VoucherRegister
TEMPGSTEWAYCONSADDRESS String TEMPGSTEWAYCONSADDRESS for Report VoucherRegister
TEMPGSTEWAYCONSBILLDATE Date TEMPGSTEWAYCONSBILLDATE for Report VoucherRegister
TEMPGSTEWAYCONSBILLNUMBER String TEMPGSTEWAYCONSBILLNUMBER for Report VoucherRegister
TEMPGSTEWAYCONSFROMPLACE String TEMPGSTEWAYCONSFROMPLACE for Report VoucherRegister
TEMPGSTEWAYCONSIGNEE String TEMPGSTEWAYCONSIGNEE for Report VoucherRegister
TEMPGSTEWAYCONSIGNEEADDRESSTYPE String TEMPGSTEWAYCONSIGNEEADDRESSTYPE for Report VoucherRegister
TEMPGSTEWAYCONSIGNOR String TEMPGSTEWAYCONSIGNOR for Report VoucherRegister
TEMPGSTEWAYCONSIGNORADDRESS String TEMPGSTEWAYCONSIGNORADDRESS for Report VoucherRegister
TEMPGSTEWAYCONSIGNORADDRESSTYPE String TEMPGSTEWAYCONSIGNORADDRESSTYPE for Report VoucherRegister
TEMPGSTEWAYCONSIGNORSTATE String TEMPGSTEWAYCONSIGNORSTATE for Report VoucherRegister
TEMPGSTEWAYCONSIGNORTIN String TEMPGSTEWAYCONSIGNORTIN for Report VoucherRegister
TEMPGSTEWAYCONSPINCODE String TEMPGSTEWAYCONSPINCODE for Report VoucherRegister
TEMPGSTEWAYCONSPINCODENUMBER String TEMPGSTEWAYCONSPINCODENUMBER for Report VoucherRegister
TEMPGSTEWAYCONSSHIPFROMSTATE String TEMPGSTEWAYCONSSHIPFROMSTATE for Report VoucherRegister
TEMPGSTEWAYCONSSHIPTOSTATE String TEMPGSTEWAYCONSSHIPTOSTATE for Report VoucherRegister
TEMPGSTEWAYCONSSTATE String TEMPGSTEWAYCONSSTATE for Report VoucherRegister
TEMPGSTEWAYCONSTIN String TEMPGSTEWAYCONSTIN for Report VoucherRegister
TEMPGSTEWAYDISTANCE String TEMPGSTEWAYDISTANCE for Report VoucherRegister
TEMPGSTEWAYDOCUMENTTYPE String TEMPGSTEWAYDOCUMENTTYPE for Report VoucherRegister
TEMPGSTEWAYFROMPLACE String TEMPGSTEWAYFROMPLACE for Report VoucherRegister
TEMPGSTEWAYPINCODE String TEMPGSTEWAYPINCODE for Report VoucherRegister
TEMPGSTEWAYPINCODENUMBER String TEMPGSTEWAYPINCODENUMBER for Report VoucherRegister
TEMPGSTEWAYSTATUS String TEMPGSTEWAYSTATUS for Report VoucherRegister
TEMPGSTEWAYSUBTYPE String TEMPGSTEWAYSUBTYPE for Report VoucherRegister
TEMPGSTEWAYTRANSPORTERDOCDATE Date TEMPGSTEWAYTRANSPORTERDOCDATE for Report VoucherRegister
TEMPGSTEWAYTRANSPORTERDOCNO String TEMPGSTEWAYTRANSPORTERDOCNO for Report VoucherRegister
TEMPGSTEWAYTRANSPORTERID String TEMPGSTEWAYTRANSPORTERID for Report VoucherRegister
TEMPGSTEWAYTRANSPORTERNAME String TEMPGSTEWAYTRANSPORTERNAME for Report VoucherRegister
TEMPGSTEWAYTRANSPORTMODE String TEMPGSTEWAYTRANSPORTMODE for Report VoucherRegister
TEMPGSTEWAYVEHICLENUMBER String TEMPGSTEWAYVEHICLENUMBER for Report VoucherRegister
TEMPGSTEWAYVEHICLETYPE String TEMPGSTEWAYVEHICLETYPE for Report VoucherRegister
TEMPGSTOVRDNINELIGIBLEITC String TEMPGSTOVRDNINELIGIBLEITC for Report VoucherRegister
TEMPGSTOVRDNINELIGIBLEITCSTR String TEMPGSTOVRDNINELIGIBLEITCSTR for Report VoucherRegister
TEMPGSTOVRDNISREVCHARGEAPPL String TEMPGSTOVRDNISREVCHARGEAPPL for Report VoucherRegister
TEMPGSTOVRDNISREVCHARGEAPPLSTR String TEMPGSTOVRDNISREVCHARGEAPPLSTR for Report VoucherRegister
TEMPGSTOVRDNTAXABILITY String TEMPGSTOVRDNTAXABILITY for Report VoucherRegister
TEMPGSTRATEDETAILS.LIST String TEMPGSTRATEDETAILS.LIST for Report VoucherRegister
TEMPISUSERDEFINEDCLASS String TEMPISUSERDEFINEDCLASS for Report VoucherRegister
TEMPISVCHSUPPLFILLED String TEMPISVCHSUPPLFILLED for Report VoucherRegister
TEMPVATCLASSIFICATION String TEMPVATCLASSIFICATION for Report VoucherRegister
TRANSBUYERLANDINGDATE Date TRANSBUYERLANDINGDATE for Report VoucherRegister
TRANSCATEGORY String TRANSCATEGORY for Report VoucherRegister
TRANSPORTERADDRAREA String TRANSPORTERADDRAREA for Report VoucherRegister
TRANSPORTERADDRBLDG String TRANSPORTERADDRBLDG for Report VoucherRegister
TRANSPORTERADDRDIST String TRANSPORTERADDRDIST for Report VoucherRegister
TRANSPORTERADDRFAX String TRANSPORTERADDRFAX for Report VoucherRegister
TRANSPORTERADDRPHONE String TRANSPORTERADDRPHONE for Report VoucherRegister
TRANSPORTERADDRPINCODE String TRANSPORTERADDRPINCODE for Report VoucherRegister
TRANSPORTERADDRROAD String TRANSPORTERADDRROAD for Report VoucherRegister
TRANSPORTERADDRROOM String TRANSPORTERADDRROOM for Report VoucherRegister
TRANSPORTERADDRSTATE String TRANSPORTERADDRSTATE for Report VoucherRegister
TRANSPORTERADDRTOWN String TRANSPORTERADDRTOWN for Report VoucherRegister
TRANSPORTERNAME String TRANSPORTERNAME for Report VoucherRegister
TRANSPORTERVEHICLE2 String TRANSPORTERVEHICLE2 for Report VoucherRegister
TRANSPORTLOCALTIN String TRANSPORTLOCALTIN for Report VoucherRegister
TRANSPORTMODE String TRANSPORTMODE for Report VoucherRegister
TRANSSALELANDINGDATE Date TRANSSALELANDINGDATE for Report VoucherRegister
TRANSSOURCEPLACE String TRANSSOURCEPLACE for Report VoucherRegister
TYPEOFEXCISEVOUCHER String TYPEOFEXCISEVOUCHER for Report VoucherRegister
URDORIGINALSALEVALUE String URDORIGINALSALEVALUE for Report VoucherRegister
USEFORCOMPOUND String USEFORCOMPOUND for Report VoucherRegister
USEFOREXCISE String USEFOREXCISE for Report VoucherRegister
USEFORFINALPRODUCTION String USEFORFINALPRODUCTION for Report VoucherRegister
USEFORGAINLOSS String USEFORGAINLOSS for Report VoucherRegister
USEFORGODOWNTRANSFER String USEFORGODOWNTRANSFER for Report VoucherRegister
USEFORINTEREST String USEFORINTEREST for Report VoucherRegister
USEFORSERVICETAX String USEFORSERVICETAX for Report VoucherRegister
USEFORTAXUNITTRANSFER String USEFORTAXUNITTRANSFER for Report VoucherRegister
USETRACKINGNUMBER String USETRACKINGNUMBER for Report VoucherRegister
VALUEOFSUBWORKSCONT String VALUEOFSUBWORKSCONT for Report VoucherRegister
VALUEOFWORKSCONTRACT String VALUEOFWORKSCONTRACT for Report VoucherRegister
VATADJADDLDETAILS String VATADJADDLDETAILS for Report VoucherRegister
VATADJUSTMENTTYPE String VATADJUSTMENTTYPE for Report VoucherRegister
VATBANKACCNUMBER String VATBANKACCNUMBER for Report VoucherRegister
VATBANKBRANCH String VATBANKBRANCH for Report VoucherRegister
VATBANKNAME String VATBANKNAME for Report VoucherRegister
VATBRANCHCODE String VATBRANCHCODE for Report VoucherRegister
VATBRANCHNAME String VATBRANCHNAME for Report VoucherRegister
VATBRIEFDESCRIPTION String VATBRIEFDESCRIPTION for Report VoucherRegister
VATCANCINVDATE Date VATCANCINVDATE for Report VoucherRegister
VATCANCINVNO String VATCANCINVNO for Report VoucherRegister
VATCANCPURCNAME String VATCANCPURCNAME for Report VoucherRegister
VATCANCPURCTIN String VATCANCPURCTIN for Report VoucherRegister
VATCERTIFICATENO String VATCERTIFICATENO for Report VoucherRegister
VATCFORMISSUESTATE String VATCFORMISSUESTATE for Report VoucherRegister
VATCHALLANDATE Date VATCHALLANDATE for Report VoucherRegister
VATCHALLANNUMBER String VATCHALLANNUMBER for Report VoucherRegister
VATCONSIGNMENTNO String VATCONSIGNMENTNO for Report VoucherRegister
VATCONTRACTEEDISTRICT String VATCONTRACTEEDISTRICT for Report VoucherRegister
VATCONTRACTEENAME String VATCONTRACTEENAME for Report VoucherRegister
VATCONTRACTEETDN String VATCONTRACTEETDN for Report VoucherRegister
VATCSTE1DATE Date VATCSTE1DATE for Report VoucherRegister
VATCSTE1SERIALNO String VATCSTE1SERIALNO for Report VoucherRegister
VATCSTE1SERIESNO String VATCSTE1SERIESNO for Report VoucherRegister
VATDDCHEQUEDATE Date VATDDCHEQUEDATE for Report VoucherRegister
VATDDCHEQUENO String VATDDCHEQUENO for Report VoucherRegister
VATDEALERTYPE String VATDEALERTYPE for Report VoucherRegister
VATDEPOSITDATE Date VATDEPOSITDATE for Report VoucherRegister
VATDESIGOFPURCHASER String VATDESIGOFPURCHASER for Report VoucherRegister
VATDESTINATIONPLACE String VATDESTINATIONPLACE for Report VoucherRegister
VATDESTINATIONSTATE String VATDESTINATIONSTATE for Report VoucherRegister
VATDEVICENO String VATDEVICENO for Report VoucherRegister
VATDISPATCHTIME String VATDISPATCHTIME for Report VoucherRegister
VATDOCUMENTDATE Date VATDOCUMENTDATE for Report VoucherRegister
VATDOCUMENTNUMBER String VATDOCUMENTNUMBER for Report VoucherRegister
VATDOCUMENTTYPE String VATDOCUMENTTYPE for Report VoucherRegister
VATEFORMAPPLICABLE String VATEFORMAPPLICABLE for Report VoucherRegister
VATEFORMAPPLICABLENO String VATEFORMAPPLICABLENO for Report VoucherRegister
VATEXEMPTCERTIFICATENO String VATEXEMPTCERTIFICATENO for Report VoucherRegister
VATEXPORTENTRYNO String VATEXPORTENTRYNO for Report VoucherRegister
VATFORMSTATUS String VATFORMSTATUS for Report VoucherRegister
VATGOODSRCPTNO String VATGOODSRCPTNO for Report VoucherRegister
VATGOODSRECEIPTDATE Date VATGOODSRECEIPTDATE for Report VoucherRegister
VATGOODSRECEIPTNUMBER String VATGOODSRECEIPTNUMBER for Report VoucherRegister
VATGOODSVALUE String VATGOODSVALUE for Report VoucherRegister
VATINCOURSEOF String VATINCOURSEOF for Report VoucherRegister
VATISAGNSTCANCSALES String VATISAGNSTCANCSALES for Report VoucherRegister
VATISASSESABLECALCVCH String VATISASSESABLECALCVCH for Report VoucherRegister
VATISPURCEXEMPTED String VATISPURCEXEMPTED for Report VoucherRegister
VATMOBILENUMBER String VATMOBILENUMBER for Report VoucherRegister
VATORDERDATE Date VATORDERDATE for Report VoucherRegister
VATORDERNO String VATORDERNO for Report VoucherRegister
VATPAIDAGAINST String VATPAIDAGAINST for Report VoucherRegister
VATPARTYITCCLAIMED String VATPARTYITCCLAIMED for Report VoucherRegister
VATPARTYORGNAME String VATPARTYORGNAME for Report VoucherRegister
VATPARTYORGTYPE String VATPARTYORGTYPE for Report VoucherRegister
VATPARTYTAXLIABILITY String VATPARTYTAXLIABILITY for Report VoucherRegister
VATPARTYTRANSRETURNDATE Date VATPARTYTRANSRETURNDATE for Report VoucherRegister
VATPARTYTRANSRETURNNUMBER String VATPARTYTRANSRETURNNUMBER for Report VoucherRegister
VATPARTYTYPE String VATPARTYTYPE for Report VoucherRegister
VATPERMITFORM String VATPERMITFORM for Report VoucherRegister
VATPURCHASERCPTTYPE String VATPURCHASERCPTTYPE for Report VoucherRegister
VATPYMTMODEOFDEPOSIT String VATPYMTMODEOFDEPOSIT for Report VoucherRegister
VATPYMTTAXDESC String VATPYMTTAXDESC for Report VoucherRegister
VATSELLERTIN String VATSELLERTIN for Report VoucherRegister
VATSOURCESTATE String VATSOURCESTATE for Report VoucherRegister
VATSUBMISSIONDATE Date VATSUBMISSIONDATE for Report VoucherRegister
VATTDSAMT String VATTDSAMT for Report VoucherRegister
VATTDSBARCODE String VATTDSBARCODE for Report VoucherRegister
VATTDSDATE Date VATTDSDATE for Report VoucherRegister
VATTDSDEDUCTORNAME String VATTDSDEDUCTORNAME for Report VoucherRegister
VATTDSRATE String VATTDSRATE for Report VoucherRegister
VATTRANSBILLNO String VATTRANSBILLNO for Report VoucherRegister
VATTRANSBILLQTY String VATTRANSBILLQTY for Report VoucherRegister
VATTRANSPORTERADDRESS String VATTRANSPORTERADDRESS for Report VoucherRegister
VATTRANSSOURCE String VATTRANSSOURCE for Report VoucherRegister
VATTYPEOFDEVICE String VATTYPEOFDEVICE for Report VoucherRegister
VATVEHICLENUMBER String VATVEHICLENUMBER for Report VoucherRegister
VCHGSTCLASS String VCHGSTCLASS for Report VoucherRegister
VCHTAXTYPE String VCHTAXTYPE for Report VoucherRegister
VCHTAXUNIT String VCHTAXUNIT for Report VoucherRegister
VOUCHERDESTINATIONGODOWN String VOUCHERDESTINATIONGODOWN for Report VoucherRegister
VOUCHERKEY Long VOUCHERKEY for Report VoucherRegister
VOUCHERNUMBER String VOUCHERNUMBER for Report VoucherRegister
VOUCHERSOURCEGODOWN String VOUCHERSOURCEGODOWN for Report VoucherRegister
VOUCHERTIME String VOUCHERTIME for Report VoucherRegister
VOUCHERTYPENAME String VOUCHERTYPENAME for Report VoucherRegister
VOUCHERTYPEORIGNAME String VOUCHERTYPEORIGNAME for Report VoucherRegister
FromDate Date This is a mirror column.
ToDate Date This is a mirror column.

Pseudo-Columns

SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。

Name Type Description
Company String Name of the Company whose data need to be fetched. Please make sure it is selected and unlocked atleast once in the Tally tool after the tool is launched. It need not be in the selected state at the moment.

CData Cloud

StockItem

Retrieve StockItems.

Table Specific Information

Select

The Cloud will use the Tally API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client side within the Cloud.

  • String supports the '=, !=,<, <=, >, >=, LIKE, ORDER BY' comparisons.

For example these queries are processed server side:

SELECT * FROM StockItem WHERE Narration LIKE 'Item%'

SELECT * FROM StockItem WHERE GSTApplicable != NULL

SELECT * FROM StockItem WHERE ValuationMethod = 'Default' AND CostingMethod = 'Avg. Cost'

SELECT * FROM StockItem WHERE LastSaleParty = 'OutState Party [GST Test]' OR OutwardQuantity = '0 Nos'

SELECT * FROM StockItem WHERE IsBatchWiseOn > 'No'

SELECT * FROM StockItem ORDER BY RemoteAltGUID Desc

Columns

Name Type Description
Name String The Name value of the StockItem.
ActiveFrom Date The ActiveFrom value of the StockItem.
ActiveTo Date The ActiveTo value of the StockItem.
PriceLevelDate Date The PriceLevelDate value of the StockItem.
Guid String The Guid value of the StockItem.
PriceLevel String The PriceLevel value of the StockItem.
Parent String The Parent value of the StockItem.
Category String The Category value of the StockItem.
Narration String The Narration value of the StockItem.
RemoteGUID String The RemoteGUID value of the StockItem.
RemoteAltGUID String The RemoteAltGUID value of the StockItem.
RequestorRule String The RequestorRule value of the StockItem.
TDSApplicable String The TDSApplicable value of the StockItem.
TCSApplicable String The TCSApplicable value of the StockItem.
GSTApplicable String The GSTApplicable value of the StockItem.
TaxClassificationName String The TaxClassificationName value of the StockItem.
Description String The Description value of the StockItem.
GSTTypeofSupply String The GSTTypeofSupply value of the StockItem.
ServiceTaxApplicable String The ServiceTaxApplicable value of the StockItem.
ExciseApplicability String The ExciseApplicability value of the StockItem.
SalesTaxCessApplicable String The SalesTaxCessApplicable value of the StockItem.
VATApplicable String The VATApplicable value of the StockItem.
LedgerName String The LedgerName value of the StockItem.
CostingMethod String The CostingMethod value of the StockItem.
ValuationMethod String The ValuationMethod value of the StockItem.
BaseUnits String The BaseUnits value of the StockItem.
AdditionalUnits String The AdditionalUnits value of the StockItem.
ExciseTaxType String The ExciseTaxType value of the StockItem.
NatureofItem String The NatureofItem value of the StockItem.
ExciseItemClassification String The ExciseItemClassification value of the StockItem.
OldBasicTariffType String The OldBasicTariffType value of the StockItem.
TCSCategory String The TCSCategory value of the StockItem.
BasicTariffType String The BasicTariffType value of the StockItem.
VatCommodity String The VatCommodity value of the StockItem.
EntryTaxCommodity String The EntryTaxCommodity value of the StockItem.
VatBaseUnit String The VatBaseUnit value of the StockItem.
VatTrailUnit String The VatTrailUnit value of the StockItem.
ReOrderPeriod String The ReOrderPeriod value of the StockItem.
ReOrderRoundType String The ReOrderRoundType value of the StockItem.
MinOrderPeriod String The MinOrderPeriod value of the StockItem.
MinOrderRoundType String The MinOrderRoundType value of the StockItem.
GSTRepUoM String The GSTRepUoM value of the StockItem.
GSTConvUnit String The GSTConvUnit value of the StockItem.
IsCostCentresOn String The IsCostCentresOn value of the StockItem.
IsBatchWiseOn String The IsBatchWiseOn value of the StockItem.
IsPerishableOn String The IsPerishableOn value of the StockItem.
IsEntryTaxApplicable String The IsEntryTaxApplicable value of the StockItem.
IsCostTrackingOn String The IsCostTrackingOn value of the StockItem.
IsMstFromSync String The IsMstFromSync value of the StockItem.
IsUpdatingTargetId String The IsUpdatingTargetId value of the StockItem.
AsOriginal String The AsOriginal value of the StockItem.
IsRateInclusiveVAT String The IsRateInclusiveVAT value of the StockItem.
IgnorePhysicalDifference String The IgnorePhysicalDifference value of the StockItem.
IgnoreNegativeStock String The IgnoreNegativeStock value of the StockItem.
TreatSalesasManufactured String The TreatSalesasManufactured value of the StockItem.
TreatPurchasesasConsumed String The TreatPurchasesasConsumed value of the StockItem.
TreatRejectsasScrap String The TreatRejectsasScrap value of the StockItem.
HasMfgDate String The HasMfgDate value of the StockItem.
AllowUseofExpiredItems String The AllowUseofExpiredItems value of the StockItem.
IgnoreBatches String The IgnoreBatches value of the StockItem.
IgnoreGodowns String The IgnoreGodowns value of the StockItem.
CalcOnMRP String The CalcOnMRP value of the StockItem.
ExcludeJrnlForValuation String The ExcludeJrnlForValuation value of the StockItem.
IsMRPInclOfTax String The IsMRPInclOfTax value of the StockItem.
IsAddlTaxExempt String The IsAddlTaxExempt value of the StockItem.
IsSupplementryDutyOn String The IsSupplementryDutyOn value of the StockItem.
GVATIsExciseAppl String The GVATIsExciseAppl value of the StockItem.
ReOrderAsHigher String The ReOrderAsHigher value of the StockItem.
MinOrderAsHigher String The MinOrderAsHigher value of the StockItem.
IsExciseCalculateonMRP String The IsExciseCalculateonMRP value of the StockItem.
InclusiveTax String The InclusiveTax value of the StockItem.
GSTCalcSlabOnMRP String The GSTCalcSlabOnMRP value of the StockItem.
ModifyMRPRate String The ModifyMRPRate value of the StockItem.
SortPosition Decimal The SortPosition value of the StockItem.
Alterid Decimal The Alterid value of the StockItem.
RemoteAlterID Decimal The RemoteAlterID value of the StockItem.
Denominator Decimal The Denominator value of the StockItem.
Conversion Decimal The Conversion value of the StockItem.
RateofMRP Decimal The RateofMRP value of the StockItem.
BasicRateOfExcise Decimal The BasicRateOfExcise value of the StockItem.
RateOfEntryTax Decimal The RateOfEntryTax value of the StockItem.
RateofVAT Decimal The RateofVAT value of the StockItem.
RateofSAT Decimal The RateofSAT value of the StockItem.
VatBaseNo Decimal The VatBaseNo value of the StockItem.
VatTrailNo Decimal The VatTrailNo value of the StockItem.
VatActualRatio Decimal The VatActualRatio value of the StockItem.
ReOrderPeriodLength Decimal The ReOrderPeriodLength value of the StockItem.
ReOrderRoundLimit Decimal The ReOrderRoundLimit value of the StockItem.
MinOrderPeriodLength Decimal The MinOrderPeriodLength value of the StockItem.
MinOrderRoundLimit Decimal The MinOrderRoundLimit value of the StockItem.
GSTItemUnits Decimal The GSTItemUnits value of the StockItem.
GSTRepUnits Decimal The GSTRepUnits value of the StockItem.
OpeningBalance String The OpeningBalance value of the StockItem.
OpeningValue Decimal The OpeningValue value of the StockItem.
BasicValue String The BasicValue value of the StockItem.
BasicQty String The BasicQty value of the StockItem.
ReorderBase String The ReorderBase value of the StockItem.
MinimumOrderBase String The MinimumOrderBase value of the StockItem.
OpeningRate String The OpeningRate value of the StockItem.
tempGSTCGSTRate Decimal The tempGSTCGSTRate value of the StockItem.
tempGSTSGSTRate Decimal The tempGSTSGSTRate value of the StockItem.
tempGSTIGSTRate Decimal The tempGSTIGSTRate value of the StockItem.
tempGSTStateCessRate Decimal The tempGSTStateCessRate value of the StockItem.
tempIsVATfieldsEdited String The tempIsVATfieldsEdited value of the StockItem.
tempApplDate Date The tempApplDate value of the StockItem.
tempClassification String The tempClassification value of the StockItem.
tempNature String The tempNature value of the StockItem.
tempPartyEntity String The tempPartyEntity value of the StockItem.
tempBusinessNature String The tempBusinessNature value of the StockItem.
tempVATRate Decimal The tempVATRate value of the StockItem.
tempAddlTax Decimal The tempAddlTax value of the StockItem.
tempCessOnVat Decimal The tempCessOnVat value of the StockItem.
tempTaxType String The tempTaxType value of the StockItem.
tempMajorCommodityName String The tempMajorCommodityName value of the StockItem.
tempCommodityName String The tempCommodityName value of the StockItem.
tempCommodityCode String The tempCommodityCode value of the StockItem.
tempSubCommodityCode String The tempSubCommodityCode value of the StockItem.
tempUOM String The tempUOM value of the StockItem.
tempTypeofGoods String The tempTypeofGoods value of the StockItem.
tempTradeName String The tempTradeName value of the StockItem.
tempGoodsNature String The tempGoodsNature value of the StockItem.
tempSchedule String The tempSchedule value of the StockItem.
tempScheduleslNo String The tempScheduleslNo value of the StockItem.
tempIsInvDetailsEnable String The tempIsInvDetailsEnable value of the StockItem.
tempValuationType String The tempValuationType value of the StockItem.
tempIsCalcOnQty String The tempIsCalcOnQty value of the StockItem.
tempMRPRate String The tempMRPRate value of the StockItem.
tempMRPApplDate Date The tempMRPApplDate value of the StockItem.
MailingName String The MailingName value of the StockItem.
TargetRemoteId String The TargetRemoteId value of the StockItem.
OldAuditEntryIds Decimal The OldAuditEntryIds value of the StockItem.
Closingbalance String The Closingbalance value of the StockItem.
Inwardquantity String The Inwardquantity value of the StockItem.
Outwardquantity String The Outwardquantity value of the StockItem.
Closingvalue Decimal The Closingvalue value of the StockItem.
Inwardvalue String The Inwardvalue value of the StockItem.
Outwardvalue Decimal The Outwardvalue value of the StockItem.
Closingrate String The Closingrate value of the StockItem.
Lastsaledate Date The Lastsaledate value of the StockItem.
Lastsaleparty String The Lastsaleparty value of the StockItem.
Lastsaleprice String The Lastsaleprice value of the StockItem.
Lastsaleqty String The Lastsaleqty value of the StockItem.
Lastpurcdate Date The Lastpurcdate value of the StockItem.
Lastpurcparty String The Lastpurcparty value of the StockItem.
Lastpurcprice String The Lastpurcprice value of the StockItem.
Lastpurccost String The Lastpurccost value of the StockItem.
Lastpurcqty String The Lastpurcqty value of the StockItem.
Consumption Decimal The Consumption value of the StockItem.
Thisyearbalance Decimal The Thisyearbalance value of the StockItem.
Prevyearbalance Decimal The Prevyearbalance value of the StockItem.
Thisquarterbalance Decimal The Thisquarterbalance value of the StockItem.
Prevquarterbalance Decimal The Prevquarterbalance value of the StockItem.

Pseudo-Columns

SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。

Name Type Description
Company String Name of the Company whose data need to be fetched. Please make sure it is selected and unlocked atleast once in the Tally tool after the tool is launched. It need not be in the selected state at the moment.

CData Cloud

ストアドプロシージャ

ストアドプロシージャはファンクションライクなインターフェースで、Tally の単純なSELECT 処理にとどまらずCloud の機能を拡張します。

ストアドプロシージャは、パラメータのリストを受け取り、目的の機能を実行し、プロシージャが成功したか失敗したかを示すとともにTally から関連するレスポンスデータを返します。

CData Cloud - Tally ストアドプロシージャ

Name Description
ExportReport Export Report.
ImportData Imports Data into Tally

CData Cloud

ExportReport

Export Report.

Input

Name Type Required Description
ReportName String True The Name of the Report to be downloaded.

使用できる値は次のとおりです。Balance Sheet, Profit and Loss, Stock Summary, Ratio Analysis, Trial Balance, RTS FilteredVouchers, Negative Stock, Negative Ledgers, Bank Group summary, Ledger Vouchers, Group Summary, Group Vouchers, Voucher Register, Bills Receivable, Bills Payable, Ledger Outstandings, Group Outstandings, Statistics, Cost Category Summary, Cost Centre Breakup, Ledger Cost Breakup, Group Cost Breakup, Godown Summary, ITEMMONTHLYSUMMARY, STOCKVOUCHERS, STOCKSUMMARY, Prlevel

ReportParameter String False Report Parameter if required for the report eg: GROUPNAME=BANK ACCOUNTS
ReportFormat String False The format of the downloaded report: XML or HTML

使用できる値は次のとおりです。XML, HTML

デフォルト値はHTMLです。

ExportLocation String False Download location
FromDate Date False From Date
ToDate Date False To Date
Company String False Name of the Company whose data need to be fetched. Please make sure it is selected and unlocked atleast once in the Tally tool after the tool is launched. It need not be in the selected state at the moment.
Encoding String False The FileData input encoding type.

使用できる値は次のとおりです。NONE, BASE64

デフォルト値はBASE64です。

Result Set Columns

Name Type Description
Status String The status of the operation
FileData String If the ExportLocation and FileStream are not provided, this contains the content of the file.

CData Cloud

ImportData

Imports Data into Tally

Input

Name Type Required Description
XMLPath String False Full path of the xml file to be Imported.
XMLContent String False XML Content to be imported.

Result Set Columns

Name Type Description
Status String Stored procedure execution status.

CData Cloud

システムテーブル

このセクションで説明されているシステムテーブルをクエリして、スキーマ情報、データソース機能に関する情報、およびバッチ操作の統計にアクセスできます。

スキーマテーブル

以下のテーブルは、Tally のデータベースメタデータを返します。

  • sys_catalogs:利用可能なデータベースをリスト。
  • sys_schemas:利用可能なスキーマをリスト。
  • sys_tables:利用可能なテーブルおよびビューをリスト。
  • sys_tablecolumns:利用可能なテーブルおよびビューのカラムについて説明。
  • sys_procedures:利用可能なストアドプロシージャについて説明。
  • sys_procedureparameters:ストアドプロシージャパラメータについて説明。
  • sys_keycolumns:主キーおよび外部キーについて説明。
  • sys_indexes:利用可能なインデックスについて説明。

データソーステーブル

以下のテーブルは、データソースへの接続方法およびクエリ方法についての情報を返します。

  • sys_connection_props:利用可能な接続プロパティについての情報を返す。
  • sys_sqlinfo:Cloud がデータソースにオフロードできるSELECT クエリについて説明。

クエリ情報テーブル

次のテーブルは、データ変更クエリのクエリ統計を返します。

  • sys_identity:バッチ処理または単一の更新に関する情報を返す。

CData Cloud

sys_catalogs

利用可能なデータベースをリストします。

次のクエリは、接続文字列で決定されるすべてのデータベースを取得します。

SELECT * FROM sys_catalogs

Columns

Name Type Description
CatalogName String データベース名。

CData Cloud

sys_schemas

利用可能なスキーマをリストします。

次のクエリは、すべての利用可能なスキーマを取得します。

          SELECT * FROM sys_schemas
          

Columns

Name Type Description
CatalogName String データベース名。
SchemaName String スキーマ名。

CData Cloud

sys_tables

利用可能なテーブルをリストします。

次のクエリは、利用可能なテーブルおよびビューを取得します。

          SELECT * FROM sys_tables
          

Columns

Name Type Description
CatalogName String テーブルまたはビューを含むデータベース。
SchemaName String テーブルまたはビューを含むスキーマ。
TableName String テーブル名またはビュー名。
TableType String テーブルの種類(テーブルまたはビュー)。
Description String テーブルまたはビューの説明。
IsUpdateable Boolean テーブルが更新可能かどうか。

CData Cloud

sys_tablecolumns

利用可能なテーブルおよびビューのカラムについて説明します。

次のクエリは、Company テーブルのカラムとデータ型を返します。

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

Columns

Name Type Description
CatalogName String テーブルまたはビューを含むデータベースの名前。
SchemaName String テーブルまたはビューを含むスキーマ。
TableName String カラムを含むテーブルまたはビューの名前。
ColumnName String カラム名。
DataTypeName String データ型の名前。
DataType Int32 データ型を示す整数値。この値は、実行時に環境に基づいて決定されます。
Length Int32 カラムのストレージサイズ。
DisplaySize Int32 指定されたカラムの通常の最大幅(文字数)。
NumericPrecision Int32 数値データの最大桁数。文字データおよび日時データの場合は、カラムの長さ(文字数)。
NumericScale Int32 カラムのスケール(小数点以下の桁数)。
IsNullable Boolean カラムがNull を含められるかどうか。
Description String カラムの簡単な説明。
Ordinal Int32 カラムのシーケンスナンバー。
IsAutoIncrement String カラムに固定増分値が割り当てられるかどうか。
IsGeneratedColumn String 生成されたカラムであるかどうか。
IsHidden Boolean カラムが非表示かどうか。
IsArray Boolean カラムが配列かどうか。
IsReadOnly Boolean カラムが読み取り専用かどうか。
IsKey Boolean sys_tablecolumns から返されたフィールドがテーブルの主キーであるかどうか。
ColumnType String スキーマ内のカラムの役割または分類。可能な値は、SYSTEM、LINKEDCOLUMN、NAVIGATIONKEY、REFERENCECOLUMN、およびNAVIGATIONPARENTCOLUMN が含まれます。

CData Cloud

sys_procedures

利用可能なストアドプロシージャをリストします。

次のクエリは、利用可能なストアドプロシージャを取得します。

          SELECT * FROM sys_procedures
          

Columns

Name Type Description
CatalogName String ストアドプロシージャを含むデータベース。
SchemaName String ストアドプロシージャを含むスキーマ。
ProcedureName String ストアドプロシージャの名前。
Description String ストアドプロシージャの説明。
ProcedureType String PROCEDURE やFUNCTION などのプロシージャのタイプ。

CData Cloud

sys_procedureparameters

ストアドプロシージャパラメータについて説明します。

次のクエリは、CreateSchema ストアドプロシージャのすべての入力パラメータについての情報を返します。

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

パラメータに加えて結果セットのカラムを含めるには、IncludeResultColumns 擬似カラムをTrue に設定します。

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

Columns

Name Type Description
CatalogName String ストアドプロシージャを含むデータベースの名前。
SchemaName String ストアドプロシージャを含むスキーマの名前。
ProcedureName String パラメータを含むストアドプロシージャの名前。
ColumnName String ストアドプロシージャパラメータの名前。
Direction Int32 パラメータのタイプに対応する整数値:input (1)。input/output (2)、またはoutput(4)。input/output タイプパラメータは、入力パラメータと出力パラメータの両方になれます。
DataType Int32 データ型を示す整数値。この値は、実行時に環境に基づいて決定されます。
DataTypeName String データ型の名前。
NumericPrecision Int32 数値データの場合は最大精度。文字データおよび日時データの場合は、カラムの長さ(文字数)。
Length Int32 文字データの場合は、許可される文字数。数値データの場合は、許可される桁数。
NumericScale Int32 数値データの小数点以下の桁数。
IsNullable Boolean パラメータがNull を含められるかどうか。
IsRequired Boolean プロシージャの実行にパラメータが必要かどうか。
IsArray Boolean パラメータが配列かどうか。
Description String パラメータの説明。
Ordinal Int32 パラメータのインデックス。
Values String このパラメータで設定できる値は、このカラムに表示されるものに限られます。指定できる値はカンマ区切りです。
SupportsStreams Boolean パラメータがファイルを表すかどうか。ファイルは、ファイルパスとして渡すことも、ストリームとして渡すこともできます。
IsPath Boolean パラメータがスキーマ作成操作のターゲットパスかどうか。
Default String 何も値が指定されていない場合に、このパラメータで使用される値。
SpecificName String 複数のストアドプロシージャが同じ名前を持つ場合、それぞれの同名のストアドプロシージャを一意に識別するラベル。特定の名前を持つプロシージャが1つだけの場合は、その名前がここに単純に反映されます。
IsCDataProvided Boolean プロシージャがネイティブのTally プロシージャではなく、CData によって追加 / 実装されているかどうか。

Pseudo-Columns

Name Type Description
IncludeResultColumns Boolean 出力にパラメータに加えて結果セットのカラムを含めるかどうか。デフォルトはFalse です。

CData Cloud

sys_keycolumns

主キーおよび外部キーについて説明します。

次のクエリは、Company テーブルの主キーを取得します。

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

Columns

Name Type Description
CatalogName String キーを含むデータベースの名前。
SchemaName String キーを含むスキーマの名前。
TableName String キーを含むテーブルの名前。
ColumnName String キーカラムの名前
IsKey Boolean カラムがTableName フィールドで参照されるテーブル内の主キーかどうか。
IsForeignKey Boolean カラムがTableName フィールドで参照される外部キーかどうか。
PrimaryKeyName String 主キーの名前。
ForeignKeyName String 外部キーの名前。
ReferencedCatalogName String 主キーを含むデータベース。
ReferencedSchemaName String 主キーを含むスキーマ。
ReferencedTableName String 主キーを含むテーブル。
ReferencedColumnName String 主キーのカラム名。

CData Cloud

sys_foreignkeys

外部キーについて説明します。

次のクエリは、他のテーブルを参照するすべての外部キーを取得します。

         SELECT * FROM sys_foreignkeys WHERE ForeignKeyType = 'FOREIGNKEY_TYPE_IMPORT'
          

カラム

名前 タイプ 説明
CatalogName String キーを含むデータベースの名前。
SchemaName String キーを含むスキーマの名前。
TableName String キーを含むテーブルの名前。
ColumnName String キーカラムの名前
PrimaryKeyName String 主キーの名前。
ForeignKeyName String 外部キーの名前。
ReferencedCatalogName String 主キーを含むデータベース。
ReferencedSchemaName String 主キーを含むスキーマ。
ReferencedTableName String 主キーを含むテーブル。
ReferencedColumnName String 主キーのカラム名。
ForeignKeyType String 外部キーがインポート(他のテーブルを指す)キーかエクスポート(他のテーブルから参照される)キーかを指定します。

CData Cloud

sys_primarykeys

主キーについて説明します。

次のクエリは、すべてのテーブルとビューから主キーを取得します。

         SELECT * FROM sys_primarykeys
          

Columns

Name Type Description
CatalogName String キーを含むデータベースの名前。
SchemaName String キーを含むスキーマの名前。
TableName String キーを含むテーブルの名前。
ColumnName String キーカラムの名前。
KeySeq String 主キーのシーケンス番号。
KeyName String 主キーの名前。

CData Cloud

sys_indexes

利用可能なインデックスについて説明します。インデックスをフィルタリングすることで、より高速なクエリ応答時間でセレクティブクエリを記述できます。

次のクエリは、主キーでないすべてのインデックスを取得します。

          SELECT * FROM sys_indexes WHERE IsPrimary='false'
          

Columns

Name Type Description
CatalogName String インデックスを含むデータベースの名前。
SchemaName String インデックスを含むスキーマの名前。
TableName String インデックスを含むテーブルの名前。
IndexName String インデックス名。
ColumnName String インデックスに関連付けられたカラムの名前。
IsUnique Boolean インデックスが固有の場合はTrue。そうでない場合はFalse。
IsPrimary Boolean インデックスが主キーの場合はTrue。そうでない場合はFalse。
Type Int16 インデックスタイプに対応する整数値:statistic (0)、clustered (1)、hashed (2)、またはother (3)。
SortOrder String 並べ替え順序:A が昇順、D が降順。
OrdinalPosition Int16 インデックスのカラムのシーケンスナンバー。

CData Cloud

sys_connection_props

利用可能な接続プロパティと、接続文字列に設定されている接続プロパティに関する情報を返します。

次のクエリは、接続文字列に設定されている、あるいはデフォルト値で設定されているすべての接続プロパティを取得します。

SELECT * FROM sys_connection_props WHERE Value <> ''

Columns

Name Type Description
Name String 接続プロパティ名。
ShortDescription String 簡単な説明。
Type String 接続プロパティのデータ型。
Default String 明示的に設定されていない場合のデフォルト値。
Values String 可能な値のカンマ区切りリスト。別な値が指定されていると、検証エラーがスローされます。
Value String 設定した値またはあらかじめ設定されたデフォルト。
Required Boolean プロパティが接続に必要かどうか。
Category String 接続プロパティのカテゴリ。
IsSessionProperty String プロパティが、現在の接続に関する情報を保存するために使用されるセッションプロパティかどうか。
Sensitivity String プロパティの機密度。これは、プロパティがロギングおよび認証フォームで難読化されているかどうかを通知します。
PropertyName String キャメルケースの短縮形の接続プロパティ名。
Ordinal Int32 パラメータのインデックス。
CatOrdinal Int32 パラメータカテゴリのインデックス。
Hierarchy String このプロパティと一緒に設定する必要がある、関連のある依存プロパティを表示します。
Visible Boolean プロパティが接続UI に表示されるかどうかを通知します。
ETC String プロパティに関するその他のさまざまな情報。

CData Cloud

sys_sqlinfo

Cloud がデータソースにオフロードできるSELECT クエリ処理について説明します。

SQL 構文の詳細については、SQL 準拠 を参照してください。

データソースのSELECT 機能

以下はSQL 機能のサンプルデータセットです。 SELECT 機能のいくつかの側面がサポートされている場合には、カンマ区切りのリストで返されます。サポートされていない場合、カラムにはNO が入ります。

名前説明有効な値
AGGREGATE_FUNCTIONSサポートされている集計関数。AVG, COUNT, MAX, MIN, SUM, DISTINCT
COUNTCOUNT 関数がサポートされているかどうか。YES, NO
IDENTIFIER_QUOTE_OPEN_CHAR識別子をエスケープするための開始文字。[
IDENTIFIER_QUOTE_CLOSE_CHAR識別子をエスケープするための終了文字。]
SUPPORTED_OPERATORSサポートされているSQL 演算子。=, >, <, >=, <=, <>, !=, LIKE, NOT LIKE, IN, NOT IN, IS NULL, IS NOT NULL, AND, OR
GROUP_BYGROUP BY がサポートされているかどうか。サポートされている場合、どのレベルでサポートされているか。NO, NO_RELATION, EQUALS_SELECT, SQL_GB_COLLATE
OJ_CAPABILITIESサポートされている外部結合の種類。NO, LEFT, RIGHT, FULL, INNER, NOT_ORDERED, ALL_COMPARISON_OPS
OUTER_JOINS外部結合がサポートされているかどうか。YES, NO
SUBQUERIESサブクエリがサポートされているかどうか。サポートされていれば、どのレベルでサポートされているか。NO, COMPARISON, EXISTS, IN, CORRELATED_SUBQUERIES, QUANTIFIED
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_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_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_TABLESレプリケーション中にスキップされたテーブルを示します。
REPLICATION_TIMECHECK_COLUMNSレプリケーション中に更新判断のカラムとして使用するかどうかを、(指定された順に)チェックするカラムのリストを含む文字列の配列。
IDENTIFIER_PATTERN識別子としてどの文字列が有効かを示す文字列値。
SUPPORT_TRANSACTIONプロバイダーが、コミットやロールバックなどのトランザクションをサポートしているかどうかを示します。YES, NO
DIALECT使用するSQL ダイアレクトを示します。
KEY_PROPERTIESUniform データベースを特定するプロパティを示します。
SUPPORTS_MULTIPLE_SCHEMASプロバイダー用に複数のスキームが存在するかどうかを示します。YES, NO
SUPPORTS_MULTIPLE_CATALOGSプロバイダー用に複数のカタログが存在するかどうかを示します。YES, NO
DATASYNCVERSIONこのドライバーにアクセスするために必要な、CData Sync のバージョン。Standard, Starter, Professional, Enterprise
DATASYNCCATEGORYこのドライバーのCData Sync カテゴリ。Source, Destination, Cloud Destination
SUPPORTSENHANCEDSQLAPI で提供されている以上の、追加SQL 機能がサポートされているかどうか。TRUE, FALSE
SUPPORTS_BATCH_OPERATIONSバッチ操作がサポートされているかどうか。YES, NO
SQL_CAPこのドライバーでサポートされているすべてのSQL 機能。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_OPTIONS使用したいcacheOptions を指定する文字列値。
ENABLE_EF_ADVANCED_QUERYドライバーがEntity Framework の高度なクエリをサポートしているかどうかを示します。サポートしていなければ、クエリはクライアントサイドで処理されます。YES, NO
PSEUDO_COLUMNS利用可能な疑似カラムを示す文字列の配列。
MERGE_ALWAYS値がtrue であれば、CData Sync 内でMerge Model が強制的に実行されます。TRUE, FALSE
REPLICATION_MIN_DATE_QUERYレプリケート開始日時を返すSELECT クエリ。
REPLICATION_MIN_FUNCTIONサーバーサイドでmin を実行するために使用する式名を、プロバイダーが指定できるようになります。
REPLICATION_START_DATEレプリケート開始日を、プロバイダーが指定できるようになります。
REPLICATION_MAX_DATE_QUERYレプリケート終了日時を返すSELECT クエリ。
REPLICATION_MAX_FUNCTIONサーバーサイドでmax を実行するために使用する式名を、プロバイダーが指定できるようになります。
IGNORE_INTERVALS_ON_INITIAL_REPLICATE初回のレプリケートで、レプリケートをチャンクに分割しないテーブルのリスト。
CHECKCACHE_USE_PARENTIDCheckCache 構文を親キーカラムに対して実行するかどうかを示します。TRUE, FALSE
CREATE_SCHEMA_PROCEDURESスキーマファイルの生成に使用できる、ストアドプロシージャを示します。

次のクエリは、WHERE 句で使用できる演算子を取得します。

SELECT * FROM sys_sqlinfo WHERE Name = 'SUPPORTED_OPERATORS'
WHERE 句では、個々のテーブルの制限や要件が異なる場合がありますので注意してください。詳しくは、データモデル セクションを参照してください。

Columns

Name Type Description
NAME String SQL 構文のコンポーネント、またはサーバー上で処理できる機能。
VALUE String サポートされるSQL またはSQL 構文の詳細。

CData Cloud

sys_identity

試行された変更に関する情報を返します。

次のクエリは、バッチ処理で変更された行のId を取得します。

         SELECT * FROM sys_identity
          

Columns

Name Type Description
Id String データ変更処理から返された、データベース生成Id。
Batch String バッチの識別子。1 は単一処理。
Operation String バッチ内の処理の結果:INSERTED、UPDATED、またはDELETED。
Message String SUCCESS、またはバッチ内の更新が失敗した場合のエラーメッセージ。

CData Cloud

sys_information

利用可能なシステム情報を説明します。

次のクエリは、すべてのカラムを取得します。

SELECT * FROM sys_information

Columns

NameTypeDescription
ProductString製品名。
VersionString製品のバージョン番号。
DatasourceString製品が接続するデータソースの名前。
NodeIdString製品がインストールされているマシンの固有識別子。
HelpURLString製品のヘルプドキュメントのURL。
LicenseString製品のライセンス情報。(この情報が利用できない場合、この項目は空白のままか「N/A」と表示されます。)
LocationString製品のライブラリが格納されているファイルパスの場所。
EnvironmentString製品が現在稼働している環境またはランタイムのバージョン。
DataSyncVersionString本コネクタを使用するために必要なCData Sync のティア。
DataSyncCategoryStringCData Sync 機能のカテゴリ(例:Source、Destination)。

CData Cloud

接続文字列オプション

接続文字列プロパティは、接続を確立するために使用できるさまざまなオプションです。このセクションでは、本プロバイダーの接続文字列で設定できるオプションの一覧を示します。詳細については各リンクをクリックしてください。

Authentication


プロパティ説明
URLThe URL of the Tally instance. Default value is http://{hostname or server ip}:9000
CompanyThe Name of the Company in Tally.

SSL


プロパティ説明
SSLServerCertTLS/SSL を使用して接続する際に、サーバーが受け入れ可能な証明書を指定します。

Logging


プロパティ説明
VerbosityログファイルのVerbosity レベルを指定し、記録される情報の詳細度を制御します。サポートされる値の範囲は1から5までです。

Schema


プロパティ説明
BrowsableSchemasレポートされるスキーマを利用可能なすべてのスキーマのサブセットに制限するオプション設定。例えば、 BrowsableSchemas=SchemaA,SchemaB,SchemaC です。

Miscellaneous


プロパティ説明
MaxRows集計やGROUP BY を含まないクエリで返される最大行数を指定します。
PseudoColumnsテーブルカラムとして公開する擬似カラムを、'TableName=ColumnName;TableName=ColumnName' の形式の文字列で指定します。
ThrowsKeyNotFound更新された行がない場合に例外をスローするかどうかを指定します。
Timeoutprovider がタイムアウトエラーを返すまでにサーバーからの応答を待機する最大時間を秒単位で指定します。
CData Cloud

Authentication

このセクションでは、本プロバイダーの接続文字列で設定可能なAuthentication プロパティの全リストを提供します。


プロパティ説明
URLThe URL of the Tally instance. Default value is http://{hostname or server ip}:9000
CompanyThe Name of the Company in Tally.
CData Cloud

URL

The URL of the Tally instance. Default value is http://{hostname or server ip}:9000

データ型

string

デフォルト値

""

解説

The URL of the Tally instance. Default value is http://{hostname or server ip}:9000

CData Cloud

Company

The Name of the Company in Tally.

データ型

string

デフォルト値

""

解説

Enter the Name of the Company if you want to fetch data of the Company which is not selected in the tool at the moment. Please make sure that Company is selected and unlocked atleast once in the Tally tool after the tool is launched. It need not be in the selected state at the moment. Default value is blank. In case of blank it will fetch data of the Company that is selected in the Tally Tool.

CData Cloud

SSL

このセクションでは、本プロバイダーの接続文字列で設定可能なSSL プロパティの全リストを提供します。


プロパティ説明
SSLServerCertTLS/SSL を使用して接続する際に、サーバーが受け入れ可能な証明書を指定します。
CData Cloud

SSLServerCert

TLS/SSL を使用して接続する際に、サーバーが受け入れ可能な証明書を指定します。

データ型

string

デフォルト値

""

解説

TLS/SSL 接続を使用している場合は、このプロパティを使用して、サーバーが受け入れるTLS/SSL 証明書を指定できます。このプロパティに値を指定すると、マシンによって信頼されていない他の証明書はすべて拒否されます。

このプロパティは、次のフォームを取ります:

説明 例
フルPEM 証明書(例では省略されています) -----BEGIN CERTIFICATE-----
MIIChTCCAe4CAQAwDQYJKoZIhv......Qw==
-----END CERTIFICATE-----
証明書を保有するローカルファイルへのパス。 C:\cert.cer
公開鍵(例では省略されています) -----BEGIN RSA PUBLIC KEY-----
MIGfMA0GCSq......AQAB
-----END RSA PUBLIC KEY-----
MD5 Thumbprint(hex 値はスペースまたはコロン区切り) ecadbdda5a1529c58a1e9e09828d70e4
SHA1 Thumbprint(hex 値はスペースまたはコロン区切り) 34a929226ae0819f2ec14b4a3d904f801cbb150d

Note:'*' を使用してすべての証明書を受け入れるように指定することも可能ですが、セキュリティ上の懸念があるため推奨されません。

CData Cloud

Logging

このセクションでは、本プロバイダーの接続文字列で設定可能なLogging プロパティの全リストを提供します。


プロパティ説明
VerbosityログファイルのVerbosity レベルを指定し、記録される情報の詳細度を制御します。サポートされる値の範囲は1から5までです。
CData Cloud

Verbosity

ログファイルのVerbosity レベルを指定し、記録される情報の詳細度を制御します。サポートされる値の範囲は1から5までです。

データ型

string

デフォルト値

"1"

解説

このプロパティは、Cloud がログファイルに含める詳細レベルを定義します。 Verbosity レベルを高くするとログに記録される情報の詳細が増えますが、ログファイルが大きくなり取り込まれるデータが増えるためパフォーマンスが低下する可能性があります。

デフォルトのVerbosity レベルは1で、通常の運用にはこれが推奨されます。 より高いVerbosity レベルは主にデバッグを目的としています。 各レベルの詳細については、ログ を参照してください。

LogModules プロパティと組み合わせることで、Verbosity は特定の情報カテゴリに対するログの詳細度を調整できます。

CData Cloud

Schema

このセクションでは、本プロバイダーの接続文字列で設定可能なSchema プロパティの全リストを提供します。


プロパティ説明
BrowsableSchemasレポートされるスキーマを利用可能なすべてのスキーマのサブセットに制限するオプション設定。例えば、 BrowsableSchemas=SchemaA,SchemaB,SchemaC です。
CData Cloud

BrowsableSchemas

レポートされるスキーマを利用可能なすべてのスキーマのサブセットに制限するオプション設定。例えば、 BrowsableSchemas=SchemaA,SchemaB,SchemaC です。

データ型

string

デフォルト値

""

解説

利用可能なデータベーススキーマをすべてリストすると余分な時間がかかり、パフォーマンスが低下します。 接続文字列にスキーマのリストを指定することで、時間を節約しパフォーマンスを向上させることができます。

CData Cloud

Miscellaneous

このセクションでは、本プロバイダーの接続文字列で設定可能なMiscellaneous プロパティの全リストを提供します。


プロパティ説明
MaxRows集計やGROUP BY を含まないクエリで返される最大行数を指定します。
PseudoColumnsテーブルカラムとして公開する擬似カラムを、'TableName=ColumnName;TableName=ColumnName' の形式の文字列で指定します。
ThrowsKeyNotFound更新された行がない場合に例外をスローするかどうかを指定します。
Timeoutprovider がタイムアウトエラーを返すまでにサーバーからの応答を待機する最大時間を秒単位で指定します。
CData Cloud

MaxRows

集計やGROUP BY を含まないクエリで返される最大行数を指定します。

データ型

int

デフォルト値

-1

解説

このプロパティのデフォルト値である-1 は、クエリに明示的にLIMIT 句が含まれていない限り、行の制限が適用されないことを意味します。 (クエリにLIMIT 句が含まれている場合、クエリで指定された値がMaxRows 設定よりも優先されます。)

MaxRows を0より大きい整数に設定することで、クエリがデフォルトで過度に大きな結果セットを返さないようにします。

このプロパティは、非常に大きなデータセットを返す可能性のあるクエリを実行する際に、パフォーマンスを最適化し、過剰なリソース消費を防ぐのに役立ちます。

CData Cloud

PseudoColumns

テーブルカラムとして公開する擬似カラムを、'TableName=ColumnName;TableName=ColumnName' の形式の文字列で指定します。

データ型

string

デフォルト値

""

解説

このプロパティを使用すると、Cloud がテーブルカラムとして公開する擬似カラムを定義できます。

個々の擬似カラムを指定するには、以下の形式を使用します。

Table1=Column1;Table1=Column2;Table2=Column3

すべてのテーブルのすべての擬似カラムを含めるには、次を使用してください:

*=*

CData Cloud

ThrowsKeyNotFound

更新された行がない場合に例外をスローするかどうかを指定します。

データ型

bool

デフォルト値

false

解説

更新された行がない場合に例外をスローするかどうかを指定します。

CData Cloud

Timeout

provider がタイムアウトエラーを返すまでにサーバーからの応答を待機する最大時間を秒単位で指定します。

データ型

int

デフォルト値

60

解説

タイムアウトは、クエリや操作全体ではなくサーバーとの個々の通信に適用されます。 例えば、各ページング呼び出しがタイムアウト制限内に完了する場合、クエリは60秒を超えて実行を続けることができます。

タイムアウトはデフォルトで60秒に設定されています。タイムアウトを無効にするには、このプロパティを0に設定します。

タイムアウトを無効にすると、操作が成功するか、サーバー側のタイムアウト、ネットワークの中断、またはサーバーのリソース制限などの他の条件で失敗するまで無期限に実行されます。

Note: このプロパティは慎重に使用してください。長時間実行される操作がパフォーマンスを低下させたり、応答しなくなる可能性があるためです。

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) 2026 CData Software, Inc. - All rights reserved.
Build 25.0.9540