PDA

View Full Version : Required parent table nulls



Wim Schimmel
11-Jun-2018, 02:29 AM
child with nulls to one parent saved without this parent
after update exiting child with new parent (request_save) the parent is cleared and the id of parent is not saved in child

Remove checkbox nulls and then request_save the record update correctly

Dennis Piccioni
20-Jun-2018, 09:29 AM
Hi Wim,

I tried to reproduce this here, but couldn't quite get it. Could you elaborate a bit or perhaps provide a small sample?

Wim Schimmel
21-Jun-2018, 12:12 PM
Hi Dennis,

first create child without parent, then create parent with saverequest after that there is a saverecord for binary field update.
I solved it by a new find of this parent record
Is was not in 19.0

Wim

Dennis Piccioni
21-Jun-2018, 02:28 PM
Is the binary field required to see this behavior?