Issue I have created a record through suitelet. and in the end I m doing : objRec.save({ enableSourcing: true, ignoreMandatoryFields: true }); But the mandatory column field are not getting ignored and script is throwing error while saving the objRec. Solution The ignoreMandatory field options does not ignore mandatory fields in the record. There are… Continue reading Issue with ignoring Mandatory Column Fields During Record Saving
Tag: alert on record save
Alert message before record save using user event script.
Shows an error message before record save using user event script.