I am using the Exact Online connector to extract data from my Exact Online accounting package with the goal of building a standard data model.
The problem I am confronted with:
- I am able to successfully retrieve all ledger transactions.
- However, I am unable to reconstruct the Accounts Payable (AP) and Accounts Receivable (AR) subledgers at year-end.
Sample / Situation
From the connector I have access to the following tables (see attached screenshot):
GLAccountsHrmDivisionsItemGroupsItemsJournalsPayablesListPaymentsPurchaseEntriesPurchaseEntryLinesReceivablesSalesEntriesSalesEntryLinesTransactionLinesUsers
Even though I can pull general ledger data, I cannot find a clear way to create a reliable AP and AR subledger position at year closing based on these available tables.
What I tried
I have tried the following:
- Joining
TransactionLineswithPayablesListandReceivables. - Exploring whether
PurchaseEntryLinesandSalesEntryLinescan be aggregated to reconstruct subledger balances. - Reviewing the available tables for year-end markers, but without success.
Question
Is it possible to construct the AP and AR subledgers at year-end using these Exact Online connector tables? If so, could you provide guidance or an example of how to achieve this?