Caner.B
19th April 2002, 18:04
Hi,
I never created a domain before.
Now I need to create an enumerated domain .
What are the steps of creating an domain?

Thanks

Caner

evesely
19th April 2002, 20:17
[list=1]
Go to Maintain Domains
Insert the domain using type "Enumerated"
Set the "Length" to the maximum display length for your enumeration description (used in pull-down lists)
Save
Saving usually pops up enumeration window. If not, choose the from menu.
For each enumeration, enter:
(A)Constant: usually start at 1 and go up from there
(B)Constant Name: Usually lower case, no spaces. This create the name of the enumeration used in scripts. For example, in domain tcyesno, the constant name 'no' is used. It is then referenced in script as tcyesno.no.
(C)Description: This is what is displayed in pull down lists.
Save and exit
Run Convert to runtime (ttadv5215m000) or Create runtime (ttadv5210m000) for your domain(s)
Exit and re-enter Baan [/list=1]

tnzabo
9th April 2008, 21:24
what if this still doesn't do it? I actually have an existing enum domain and I've changed some of the elements. I can't get them show when I drop down the field in my form. The old domain elements are still there. I've Converted to runtime, I've had to check those ttadv50* tables I just can't get it??

rajeev2012
10th April 2008, 14:54
In general Convert to Runtime works, try Create Run-time DD. Also, if you have multiple VRC (parent -child relationship) then you need to do CRDD for all VRCs ( If user is linked to other VRC)