Hello,
I have super type say A which has a repeating attribute attrA.
I have two subtypes say B and C
I want to make attrA mandatory for only type B not for Type C.
I was trying docbasic expression (in composer on attrA constraints) something like below which doesn't seem to be working
r_object_type='B' and Len(attrA(FIRST))<1
Can someone help me with this.
Thank you.