Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

datadictionary

Former Member
0 Likes
404

what is the meaning of value range in domain? will it be validated according to the fixed values provided in the value range or fixed value?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
387

Hi,

The value range is used for giving fixed values..which might not change very often..Take example..VBTYP.

Also I believe it will not validated against the value range..

Thanks,

Naren

3 REPLIES 3
Read only

Former Member
0 Likes
388

Hi,

The value range is used for giving fixed values..which might not change very often..Take example..VBTYP.

Also I believe it will not validated against the value range..

Thanks,

Naren

Read only

Former Member
0 Likes
387

Hi Prasanna,

It will not be validated automatically.

We have to programatically handled.

Regards,

ravi

Read only

Former Member
0 Likes
387

Hi,

The value range you specifying there will be usefule at the time of giving input..It will come as a button near the textbox..We can see the values which we have given in the value range..

We can also select the values from the value table...

Reward with points if useful yar