Hi everyone,
I need to change a field value of a record of WMSPallet table. I tried:
select forupdate wmsPallet where wmsPallet.wMSPalletId == PalletId.text(); wmsPallet.wMSLocationId = Ubication.text(); wmsPallet.inventLocationId = Location.text(); wmsPallet.update();
But i had netx error: "Can't edit record on WMSPallet. The update must be done within a transaction"
I don't know whats this exactly means. How can i do the update? There is some example somewhere?
Thanks.
*This post is locked for comments