Hello,
I have a table Invoice with a state field (open, in progress, and closed), the parent table.
I have a child table called Invoice_detail.
I have to be able to add record to the Invoice_detail table only if the Invoice state = in progress
How can I do this?
I want this rule to be enforce also when used the web API.
Regards