Hi All,
Consider an entity as follows:
Code | Name | LegacyYN |
ABC | 25% due 30 days | N |
E | 50% due 45 days | Y |
FGH | 100% due 30 days | N |
AB12 | 25% due 30 days | N |
ZZ | 50% due 45 days | Y |
I am trying to implement a business rule using the MDS UI, where I can check for the uniqueness of the "Name" attribute
but ONLY for members where the LegacyYN value = N
Thanks for your help...
K