Hi all,
v 10.0
I am trying to create child records through a One2many relationship.
The child records inherit some field values from the parents through a 'related' relationship.
I find that in the business logic the parent and children are created at the same time and then commited alltogether.
Meaning at the time of creation the parent values have not yet been commited to the DB but are living in cache (i presume).
How is it possible to use these cache values to populate the child records ?
Regards.