hello, we are trying to get all the data from nets...
# suiteanalytics
k
hello, we are trying to get all the data from netsuite to a datawarehouse. Upon looking into the data closely, I wasn't able to find the Approval Status (native field) data associated to Transactions (purchase order in our case). How can I get this data? Is it associated with a different table? If so, what is the table called?
j
Do you mean like
Fully Billed
,
Partially Received
etc? Isn’t that just the
status
field?
k
I am looking for Approval Status like Approved, Rejected and Pending Approval.
j
oh I see, we use ours differently
Not just
approvalstatus
?
message has been deleted
message has been deleted
SuiteQL shows an
approvalstatus
field on
transaction
k
Yup I see it in saved searches and reports, however the schema I have for the raw netsuite database does not have approvalstatus available in the transaction table.
j
some of the schemas I’ve come across have been unreliable
k
got it, I will probably open a case with them