Hi,
I have the scenario as:
Given:
Two entities "ITEM" and a related entity "SUB-Item" relationship 1:N.
On ITEM entity form I have given users a related sub-grid so they are able to add as many SUB-item as are applicable.
I also have an option set field "X" displayed on entity ITEM
X= High, Low, Medium, None etc which users can select value and save.
Required:
1) When there is no SUB-Item, set X = None
2) Each time when a SUB-item is created users should be prompted to review the value in X and set it accordingly, they could also delete the SUB-item and again because it is a change in the number of SUB-item they should be warned to re-evaluate the value in field X
3) As per the 1) requirement above when there is no SUB-item X is set to None, hence when user changes the value of X from None to any other value of X, they should get a warning that without adding a SUB-item they cannot change the value..
Thanks,
PS