when I want to add a new record even if I don't fill in all the fields the record is not saved. why does this happen?
when I save the popup record saved appears but this does not happen. Why?
i also want some fields to autofill with this function in custom code
Code: Select all
function nuBeforeSave(){
nuSetValue('mar_tipo','VETTURA'));
}