in nuBuilder v3 we could set a default value for objects. The option doesn't exist anymore in nuBuilder v4.
What I want to do is: insert a default value on a subform object when the user adds a new row.
When I look up the subform settings in the console with nuSubformObject('...'), I get this:
So I would like to set a default value for the fields[6] = 'relance_employe_id'. I tried:
Code: Select all
nuSubformValue('subformajoutrelancecontact', 'relance_employe_id').val("XG").change()
Code: Select all
nuSubformObject('subformajoutrelancecontact').fields[6].val("XG").change()
How can I set a default value on a subform object when the user adds a new row ?
Thanks
Marc