I create child records by clicking “new” in the inline view of the parent detail view. In the child form the parent ref Id is already selected in a drop down. When I don’t change the parent ref id selection and hit “save” the stored parent ref id will be null. Only when I change the parent ref id by hand it will be stored correctly.
Why is that? Bug?
Eventually what I need in the child form is the parent ref id hidden and not editable but this ends in null too…