is it possible to move a vendor bill from APPROVED back to PENDING APPROVAL?
s
Suite Sensei
12/29/2020, 6:30 PM
You can do it with a script, but I'm thinking that is probably more of a loophole.
*tested via browser console (SS 1.0):
nlapiSubmitField('vendorbill',INTERNALID,'approvalstatus',1)
Suite Sensei
12/29/2020, 6:32 PM
Approved vendor bills are posting transactions, so please be careful and be sure to test and validate in sandbox. A safer route would be to follow standard ERP functionality (e.g., Suite Answer 40723).