Application Development 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: 

DATA ELEMENT ( IS IT POSIBLE FOR ADD A DEFAULT VALUE FOR THE DATA ELEMENT)

Former Member
0 Kudos

Hi,

i am creating a data element . I want to add a default value for this data element. Because whenever this data element is called by ur program through out this value is consantant. whether it is posible or not. If posible how? explain with simple

Thaks

margani

1 REPLY 1

Former Member
0 Kudos

Hi,

You can not add a value to the data element as it carries the semantic definition of a field it's being assigned to.

But if you want to restrict the values then you can do that for the domain that is assigned to this data element.

As domain can contain a range of values.

eventually it would restrict the field to have only those values you specified in the domain.

go to any table and click on a data element. then click on domain. In the domain page you see "value range" tab.

I hope this helps.

thanks.