irurzo
05/06/2020, 1:38 PMafterSubmit()
to do some logic, in this part it retrieves some values using getText()
from the PO using the `context.newRecord`I was doing some tests with some POs that were already created and everything worked ok, but now, when the PO is created from an automated process, meaning the user only clicks a button on the SO and the PO gets created I get the next error `Invalid API usage. You must use getValue to return the value set with setValue().`Does this means that the other process using setValue()
to set a field prevents me from using getText()
even though Im using an afterSubmit()?
Sandii
05/06/2020, 1:40 PMirurzo
05/06/2020, 1:40 PMSandii
05/06/2020, 1:42 PMirurzo
05/06/2020, 1:46 PMSandii
05/06/2020, 1:47 PM