<@UMR6GE8NQ> Yes, literally with those names...
# suitescript
a
@makon Yes, literally with those names...
m
That doesn't seem to work with currentRecord module. Do i need to use record.load() first?
a
Well if you are using this Client Side then yes, those methods are not available in
currentRecord
from the context, you could try to use `var oRec = `currentRecord.get();`` to get a record reference and from there it may work.
m
It does not work with current record. I got it working by loading the record though. thanks.