I trying to edit a custom body field on the `custo...
# suitescript
m
I trying to edit a custom body field on the
customerpayment
record, it works on development, but doesn't work on production (with the same permissions). I get
You do not have permissions to edit this transaction.
b
can you edit the record in the ui from production?
m
With the same role, no.
b
suitescript generally follows the same rules as the ui
if you cant edit it in the ui, you cant edit it in script
m
The weird thing is, on development, that role have the same permissions, and I can edit the record using it.
b
the usual suspect for transactions is a closed period
m
Hmm, will search for which permission allows for editing that, thanks.
b
be very weary of making a change that results in gl impacts
m
got it