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: 

How to have default value in an output field?

Former Member
0 Kudos

Hi,

I am working on module pool program and want the initial value for a numeric data to appear by default in an Input/Output field.

How do I achieve the same?

Thanks.

5 REPLIES 5

Former Member
0 Kudos

Hi,

Use PBO Event.

Regards

Jana

Former Member
0 Kudos

put your code in PBO. and have a variable for setting in first execution

Former Member
0 Kudos

Hi,

You have to write the code in PBO module.

or In the field attributes if check the from dictionary option it will display initial value by default.

Former Member
0 Kudos

-

Former Member
0 Kudos

Hi Kumar

Write The Code In PBO Event