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 Dictionary - Default Fields

Former Member
0 Kudos
102

Hai Friends,

This is Ramu. Can anyone help me

How to make Fields of a Table in Disable Mode and How to Populate Values when it is New Entry or Update.

Ex: I have 5 fields in my table.

Date

Time

UserName

Indicator

System No.

So, before giving the values. Date, Time and User Name should be in disable mode. and after giving SystemNo.

the Date, Time and User Name need to be Populated.

At the same time, when it is a New Entry "Indicator" need to be populated with "I New Entry". And if we make any changes to the Existing values then Indicator need to populate into "U Update Entry".

Thank u.

2 REPLIES 2

Former Member
0 Kudos
58

Ramu,

Search for table maintenance events

Thanks

Bala Duvvuri

0 Kudos
58

Hai Bala...

Thank u. U have sorted my requirement with a good hint. I finished my task.