@ehcanadian the record has been created already and I'm in the view mode(beforeLoad usereventscript) but, I'm not able to setValue.
s
Salman Afzal
11/28/2019, 11:25 AM
@Ali if you want to edit a record in view mode you will have to use record.load(options) then use record.setValue(options) and then record.submit(options).