Does anyone know what all of the line item status numbers mean? What I'm talking about is when I run a query on SQL Query analyzer:
SELECT * FROM POP10110 WHERE POLNESTA <> '0'
The column POLNESTA gives me numbers 1-8 I believe and I'm trying to figure out when your in GP, what each number relates to.
Ex: 1 = Quote/Estimate, 2 = Open, etc.
Anyone have any idea where I can find this info b/c I need to find out which number is equal to a "Closed" Purchase Order (PO).
Thanks.
SELECT * FROM POP10110 WHERE POLNESTA <> '0'
The column POLNESTA gives me numbers 1-8 I believe and I'm trying to figure out when your in GP, what each number relates to.
Ex: 1 = Quote/Estimate, 2 = Open, etc.
Anyone have any idea where I can find this info b/c I need to find out which number is equal to a "Closed" Purchase Order (PO).
Thanks.