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

Adding custom values to a standard domain

0 Kudos
4,740

Dear Experts,

I have to add few user defined values to a standard domain, is there any restrictions on the number of custom values that we can add.

Kindly help me on the same.

Regards,

Varid

1 ACCEPTED SOLUTION
Read only

former_member1716
Active Contributor
2,619

Hello varidverma,

You can add fixed values as per the business requirement but at most instances the custom values will always be less. Some domain Values are controlled through Value table, which means all the entries that are required for business must be part of the Value table. Thus the Qualified entries from the value table can be part of the field which used this domain.

I don't think there is any limit for the same but it is better to maintain less entries. In case if you have lot of entries then i would recommend you to use value table.

Note that value table entries only suggest the values where as the domain value entries restrict the entries to a definite set of values.

To Understand how the values are appended to the standard domain you can refer the following links.

WIKI

BLOG

Regards!

2 REPLIES 2
Read only

chaitanya285
Participant
2,619

Hi,

You can add fixed values to standard domains using fixed values append.

Path : Domain -> Goto -> Fixed Values Append.

You can check for the limit but it is recommended to keep fixed values as less as possible.

for large number of values, refer to Value table ( In case of custom domains )

Read only

former_member1716
Active Contributor
2,620

Hello varidverma,

You can add fixed values as per the business requirement but at most instances the custom values will always be less. Some domain Values are controlled through Value table, which means all the entries that are required for business must be part of the Value table. Thus the Qualified entries from the value table can be part of the field which used this domain.

I don't think there is any limit for the same but it is better to maintain less entries. In case if you have lot of entries then i would recommend you to use value table.

Note that value table entries only suggest the values where as the domain value entries restrict the entries to a definite set of values.

To Understand how the values are appended to the standard domain you can refer the following links.

WIKI

BLOG

Regards!