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

Default values for Domain

Former Member
0 Likes
1,913

I created a new Domain with type CHAR of length 30. On the Value Range tab, I need to enter a fixed single value of 30 characters; however, it only lets me enter 10 characters. How do I get around this limitation?

5 REPLIES 5
Read only

Former Member
0 Likes
890

I guess you have to use a check table instead.

Rob

Read only

Former Member
0 Likes
890

Hi,

Its not possible using Fixed value range. Only 10 chars are allowed for it. To achieve this you have to use value table instead.. This should solve your problem.

Read only

Former Member
0 Likes
890

[]

Check this post.

Regards,

Nitin

Read only

Former Member
0 Likes
890

Hi

You have to create a Z table containg field of your length and assign it to value table in the Data Domain.

Read only

Former Member
0 Likes
890

Why not put your 30 characters in the description and use a two character code say 01 for the domain value? The domain values are not meant for storing long text values. It is meant to be used as a code and description.