cancel
Showing results for 
Search instead for 
Did you mean: 

Input field with Simple Type

Former Member
0 Kudos

I have created a input field which is connected to a value attribute which is connected to a simple type with pre-defined values.

I want to fill in a free value (not in the simpletype) in the input field and save. But the app doesn't accept it because it is not in the allowed values. Is there a possibility to solve it, so I can add a free value?

If the question is already answered, I am sorry but i cannot find it.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Refer this thread

you may get some idea!

Regards,

ramesh

Answers (2)

Answers (2)

Former Member
0 Kudos

The action after entering the information in the screen is non-validating then you can add your values without a error. If you want to validate the entered data you need to do that manually

Former Member
0 Kudos

Hi Kusters,

To solve scenario mentioned , you should use OVS(object value selector) and assign default values that

you have assigned to simple value as enumeration.

Implementation of OVS is very simple , you can find OVS implementation examples on SDN.

Surely this is going to solve your problem.

Kind Regards

Sarsij

former_member197348
Active Contributor
0 Kudos

Hello,

It is not possible to enter a free value if the value attribute is simple type.

But you can add values to value set of the attribute as Mr.Ramesh referred.

Regards,

Siva