I have upgraded cortion rule from 5.4.1 to 5.6. After corticon upgrade, condition is changed if we are referring to vocabulary custom data type.
Below is the example:-
Corticon 5.4.1 | Comments | ||
Conditions | Rule 0 | Rule 1 | |
Rel1.RelationshipCode | CDTRelationshipCode#XYZ | We are referring value of the XYZ | |
Corticon 5.6 | |||
Conditions | Rule 0 | Rule 1 | |
Rel1.RelationshipCode | 'CDTRelationshipCode#XYZ' | After corticon upgrade it is not referring to value instead of it is consider as string CDTRelationshipCode#XYZ and it appends single quote before and after the word. |
It is not possible to change manually in all rule sheet. Please suggest any any alternate method.
Even I tried change the data type of RelationshipCode from string to CDTRelationshipCode. So, it add single quote after CDTRelationshipCode#XYZ' .
Best regards,
Harold
|
Corticon 5.4.1
|
|||
Conditions
|
Rule 0
|
Rule 1
|
Comments
|
Rel1.RelationshipCode
|
|
CDTRelationshipCode#XYZ
|
We are referring value of the XYZ
|
|
|
|
|
|
|
|
|
Corticon 5.6
|
|||
Conditions
|
Rule 0
|
Rule 1
|
Comments
|
Rel1.RelationshipCode
|
|
'CDTRelationshipCode#XYZ'
|
consider as string CDTRelationshipCode#XYZ and it appends single quote before and after the word.
|