cancel
Showing results for 
Search instead for 
Did you mean: 

FPM multiple dropdown UI - error - entered value not in list of valid values

Former Member
0 Kudos

Hi All,

I have 2 Dropdown UI Lists.

The 2nd dropdown is dependent on the values from the 1st dropdown.

This is in a FPM_FORM_UIBB component.

Problem is - if I select a value in 2nd dropdown and then try to change the value in dropdown 1 , I get a error message - entered value is not in valid values.

Blank values is already considered in the list - so I'm not sure whats causing the problem.

The changes are written in the GET_DATA method of the feeder class.

Dynamic Dropdowns in FPM - error "entered value is not in valid values."

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Soumya,

Check if Data element and Domain are maintained to the field that you are referring.

If not, please maintain data element along with domain.

Thanks,

Yugesh A

Former Member
0 Kudos

Thanks but the answer to this was to pass the value IS_NULLABLE attribute as  'X' in get_definition.

Former Member
0 Kudos

Hi,

This error comes if the value in the field is not there in the value help.Try to add initial value to the list of valid values.

Hope this resolves your issue.

Thanks

KH