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

Event when data is changed in table maintenace.

Former Member
0 Likes
938

Hi,

I want to populate 2 hidden fields ( changed by and changed date ) when ever some one changes the existing entry with the hepl of table maintenace. Is there any event for it. I am able to do it while creating the record . Any help will be <<removed by moderator>>.

Best Regards

Please do not make such irresistable offers and always ask the questions in the right forum

Edited by: kishan P on Aug 31, 2010 4:48 PM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
856

Hi Hari,

Check Event for Change

08 After correcting the contents of a selected field

18 After checking whether the data has changed

& For Hidden fields

21 Fill hidden fields

Regards

Abhii

Hi,

I want to populate 2 hidden fields ( changed by and changed date ) when ever some one changes the existing entry with the hepl of table maintenace. Is there any event for it. I am able to do it while creating the record . Any help will be <<removed by moderator>>.

Best Regards

Please do not make such irresistable offers and always ask the questions in the right forum

Edited by: kishan P on Aug 31, 2010 4:48 PM

5 REPLIES 5
Read only

Former Member
0 Likes
856

Hi

Check this event 18,

18 After checking whether the data has changed

Regards,

Selva

Read only

0 Likes
856

Hi Selva,

I have used the event 18, the data is there is the structure but when i save, it is not getting save.

Best Regards

Edited by: Hari on Sep 1, 2010 8:43 AM

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
856

FAQ. Event 01 is the one you should be using.

Read only

Former Member
0 Likes
857

Hi Hari,

Check Event for Change

08 After correcting the contents of a selected field

18 After checking whether the data has changed

& For Hidden fields

21 Fill hidden fields

Regards

Abhii

Read only

Former Member
0 Likes
856

Hi ,,

Event Description

01 Before saving the data in the database

05 Creating a new entry

08 After correcting the contents of a selected field

Prabhuda