Is it ok for me to update the status of a PO via the following SQL Script:
UPDATE dbo.POP10100
SET POSTATUS = 2
WHERE .....
Or does Great Plains need to do additional work when the PO is released which would require me to update the status via eConnect or some other way?