I may have posted this in the wrong channel earlie...
# suitetalkapi
s
I may have posted this in the wrong channel earlier but... How do we get gl data from a soap transaction search? Trying to get the accounts on an item on a sales order via a soap transaction search without using a saved search
s
I've never used SOAP before, especially NS soap. Do you happen to know of an article that would show me how to use an advanced search to lookup a transaction by an internalId?
b
its the soap equivalent of a saved search
you either reference an existing saved search
or create a new one with the appropriate filters and columns
s
Does it have the ability to bring back all columns? That's the annoying requirement they are wanting. Every column associated with the transaction needs to come back. So basically a select * from Transaction
b
not without specifying all the columns
s
So the issue we are running into is we are pulling back the CashSale, but it does not lists the account associated with the line (basically the GL impact)
So basically we need the soap call to return the line item account data 😕
b
live with specifying all the columns
s
Hahaha. That's what I said. The other solution is to create a custom column that houses that info (which I don't like)