Hi everyone, do you know if when a sales order is ...
# suitecommerce
e
Hi everyone, do you know if when a sales order is created from a quote from the web store is normal that the
createdfrom
is empty? I mean, I'm not sure if this is a well known issue - cause once you go to the UI I can see the value populated but on a UE script on afterSubmit, the value is empty
m
If instead doing afterSubmit you load the record the value is present ?
e
I was actually loading the record and since this is a afterSubmit, the value should be there, however I noticed on the code that the Commerce API is the one making the final work, so the solution was doing a lookup field, I do not know why but this worked.