``` function beforeLoad(context) { ...
# suitescript
s
Copy code
function beforeLoad(context) {
        	log.debug("context", context);
        	//return 1;
            var rec = context.newRecord;
            rec.setValue("custentity_training_certif_expire_date", "2020-03-01");
        }
but I dont see this field being populated when I load the record