User924607044 posted
Hi,
I've got the following scenario:
Parent table Order which is linked to multiple child OrderLines.
The Order table implements a rule, via OnValidate, that checks that the contents of the OrderLines table meets certain criteria.
I have exposed this via Dynamic Data using an inline grid to generate the UI for this.
The problem is this:
The OnValidate event of the Order object does not fire when I add or remove items from the OrderLines collection because the Order object has not technically been modified.
Is there a way to 'Invalidate' the Order object so that OnValidate fires regardless of whether it has been physically modified or not?
Regards
Nick