cancel
Showing results for 
Search instead for 
Did you mean: 

problem while displaying UI element bound to a domain

Former Member
0 Kudos

Hi,

I have an UI element which is bound to a domain.When the ui element is displayed in the browser and I press F4, it displays an error message "Entered value is not in the list of Valid Values" .

This message is displayed after i press F4 and before I select one from the displayed dropdown.

How to avoid this error message?The error message should only be displayed after some input is entered.

With regards,

kiran

Accepted Solutions (0)

Answers (1)

Answers (1)

Sm1tje
Active Contributor
0 Kudos

How have you typed your type of input help for this UI element?

Former Member
0 Kudos

I have bound the input element to a field of a structure. This structure field is assosciated with the domain.

Sm1tje
Active Contributor
0 Kudos

ok, but in the attributes of this field you can set the type of search help. In this case it would have to be Fixed values for domains. Maybe that will fix the problem.That is how I have do it and I don't have any problem.

Former Member
0 Kudos

The attributes of this field is set to 'Fixed values for domains'.

But still i m getting the error.