santhosh kumar
03/04/2022, 10:35 AMfunction beforeLoad(context) {
try {
var form = serverWidget.createForm({
title : 'Simple Form'
});
log.debug('form',form);
var sublist = form.addSublist({
id : 'custpage_sublistid',
type : serverWidget.SublistType.STATICLIST,
label : 'Inline Editor Sublist'
});
} catch (e) {
log.debug('error', e);
}
}
im getting insuficient permission error while executing above script on standard vendor prepayment application record.Thanks in advance