SYMPTOM:
The following procedure uses Strategy 9.x and 10.x to illustrate the issue.
Create an attribute named Copy_Region based on warehouse table named COPY_LU_REGION. This table contains the following data:

The attribute Copy_Region contains a form ID which maps to the column COPY_REGION_ID and it contains a form DESC which maps to COPY_REGION_NAME. Configure attribute Copy_Region to display both ID and DESC forms.
The attribute Copy_Region results in two issues:


CAUSE:
The preceding two issues with attribute Copy_Region occurs because its form ID and form DESC do not have a 1-1 relationship:
Strategy requires a one-to-one relationship between an attribute's form ID and each of the other forms that this attribute may have.

ACTION:
Ensure that an attribute’s ID form has a one-to-one relationship with the other forms of this attribute.