cancel
Showing results for 
Search instead for 
Did you mean: 

Validation in Tuple type of field of main table.

Former Member
0 Kudos

I have customer master data .., in which company code field is tuple (it contains mare than one data). Now I want to use a validation in which if Company Code field has 1234 ( along with other values ) . i have a validation which I used

If(CompanyCode.code = "1234" , TRUE,FALSE)

But the problem is that when it encounters multivalues ( even if 1234 is present ), the validation fails.

Can anyone gaive avalidation for multivalued fields.

Accepted Solutions (1)

Accepted Solutions (1)

former_member226173
Active Participant
0 Kudos

Hi Dibya,

Try using the Has Any value in the validation. as there are multiple values in the tuple , the validation should check all the values .

Let me know if this works.

Regards,

Vag Vignesh Shenoy

Answers (0)