
Hi All,
Can I use the API generalLedgerEntries to get the GL transaction details? and group by account to get GLbalance?
Thanks,
Silvester
It really depends what data you are looking for. General ledger entries table will give you transaction amount at the document level not the line level. So if you need to know transaction line details and g/l account balances you would most likely need to join a few tables together.