In case of Application validation suppose we have 4 RSV ABCD,now if save a property from D to B will it work?
Note D is the topmost layer then C then B and then A(at the bottom).What i feel is no it wont as B can access rules in D but D cant .
In case of Application validation suppose we have 4 RSV ABCD,now if save a property from D to B will it work?
Note D is the topmost layer then C then B and then A(at the bottom).What i feel is no it wont as B can access rules in D but D cant .
Yes, it will work.
D can reference C, B, A
C can reference B, A
B can reference A
Hi @RameshSangili but in Application Validation B cannot access the rules in D right?so if we save as a rule in D to B it should not work isn’t that the case? Like its Top to bottom so D can see rules in B but B cant