cancel
Showing results for 
Search instead for 
Did you mean: 

Drop down bykey error while selecting a value.

Former Member
0 Kudos


Hello Every one,

When selecting a value from drop down bykey (DDK) , iam getting the error  "The Entered value is Not on the List of Valid Values" in Pre Production server but in Testing Server  there is no such error and the application is working fine.Where as the same code and the properties are there both in the Pre prduction and Testing Server.

Please help in this

Thanks

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hello ,

Coding is same in both the servers and the data is popultaing correctly to the drop down but when selecting the existing value  the error is thorowing. Even the cardinality are same

Former Member
0 Kudos

Please check the Table data's in both the servers where the drop down values are loaded...

or please paste your drop down code , we have a look and find out the solution....

Thanks,

Vijay SR

former_member222068
Active Participant
0 Kudos

Hi Kunchakuri,

This is because of mis-match of the data. Have a check with the data.

Thanks & Regards,

Sankar Gelivi

ramakrishnappa
Active Contributor
0 Kudos

Hi Praveen,

The issue seems that,the key of selected value from drop down list is not found in the VALUE SET of the context attribute.

I suspect, the conversion of key value might be the issue here. i.e. if you have a key like '1000', it might be set as '1000 ', '0111' might be set as '111'.

Please check the code, which is responsible to populate the attribute value list.

Also, you can compare the value list of the context attribute in both PRE-PRD & Testing system.

Regards,

Rama