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

structure

Former Member
0 Likes
537

ACTION CHAR 1 action to take:

1: create order

2: delete order

3: change date/time

4: release

5: release unconfirmed

i need to incude a field ACTION ot type CHAR 1 in a structure and it shd have these option to select search help like thing how and where to put these 1, 2 ,3 , 4 & 5 option ?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
519

hi ,

1.create data element for that field and

2.create domain for that data element

in the domain there is tab strip called value range ,

in that place your values as

fix valu text

1 create order

2 delete order

3 change date/time

4 release

5 release unconfirmed

[ Note : need not to create and search help you will get it where every you are using this field are reffering this data element type . ]

Regards ,

Girish

3 REPLIES 3
Read only

former_member196299
Active Contributor
0 Likes
519

Hi Ajantha ,

you can do this by creating a search help using a view in the method name .

this view should consists of the 2 fields , single char field and the descriptive field .

then create a secrh help and use the same in the field attributes ..

Hope this info helps !

Regards,

Ranjita

Read only

Former Member
0 Likes
519

Create a data element and domain for this field. In the domain you can speify fixed values and descriptions for these fixed values.

Now whenever you have this field on the screen, automatically there will be a search help showing the fixed values.

Hope this helps you.

Read only

Former Member
0 Likes
520

hi ,

1.create data element for that field and

2.create domain for that data element

in the domain there is tab strip called value range ,

in that place your values as

fix valu text

1 create order

2 delete order

3 change date/time

4 release

5 release unconfirmed

[ Note : need not to create and search help you will get it where every you are using this field are reffering this data element type . ]

Regards ,

Girish