Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Hi,
I have attribute with three values. Its mandatory for user to select all the values.
Selection of multiple attribute values is achieved with unchecking the Single Selection option.
Is there a way to make sure WTPart doesn't gets created user has selected all the attribute values.
Regards,
Durga
Why don't you create 3 attributes and make each one required?
Hi Joe,
Thank you for the reply.
This option will definitely solve the problem, however we cannot go with this as it has to only one attribute passing to SAP with three values.
Regards,
Durga
Perhaps you could add a 4th, calculated attribute, and use that to concatenate the 3 values. Then pass that concatenated value to SAP.