【问题标题】:How to get JournalEntryLine items from Netsuite ODBCHow to get JournalEntryLine items from Netsuite ODBC
【发布时间】:2022-12-02 03:04:19
【问题描述】:

I am new to NetSuite and currently trying to query it via CData's ODBC driver for NetSuite.

According to the NetSuite schema browser (https://www.netsuite.com/help/helpcenter/en_US/srbrowser/Browser2016_1/schema/other/journalentryline.html?mode=package) there is an entity called JournalEntryLine that exists in Netsuite, I can see these line items listed in the Netsuite UI when i look up Journal Entries, however according to CData's docs (and my own investigation connecting via their ODBC driver, or directly via the SOAP API) I can only see a table called JournalEntry

I need to access this data but a query like SELECT * FROM JournalEntryLine gives me the following error: "[500] Could not execute the specified command: A table could not be found that matches JournalEntryLine"

Aware this is probably a stupid and basic question, but whatisa JournalEntryLine in terms of netsuite's underlying data structure, and how do i extract it over an ODBC connection

【问题讨论】:

    标签: sql odbc netsuite


    【解决方案1】:

    IIRC the Connect Browser gets you closer to what you can query with ODBC. The Schema Browser is for SOAP and (I think) REST web services.

    In this case you are looking for Transactions and Transaction_lines

    【讨论】:

      猜你喜欢
      • 2022-05-17
      • 2022-12-01
      • 2022-12-27
      • 2022-12-28
      • 2022-12-28
      • 2022-12-01
      • 2022-12-27
      • 2022-12-02
      • 2022-12-02
      相关资源
      最近更新 更多