REVISED_DATE and REVISED_USER not being updated [message #556] |
Mon, 22 January 2007 12:48 |
stephenboey
Messages: 54 Registered: January 2007
|
Member |
|
|
Hi Tony,
Im still new to your framework. When I was doing Tutorial 2, on creation of record in x_option : created_user defaulted to UNKOWN. I logged in as MGR.
After I update the same record, I noticed that revised_date and revised_user were unpopulated. Is that how this is suppose to behave?
Stephen
|
|
|
REVISED_DATE and REVISED_USER not being updated [message #557 is a reply to message #556] |
Mon, 22 January 2007 13:37 |
AJM
Messages: 2369 Registered: April 2006 Location: Surrey, UK
|
Senior Member |
|
|
Each time you update a record through the framework then REVISED_DATE and REVISED_USER should automatically be updated. This will only work if you have set the AUTO-UPDATE option for those fields in the data dictionary, and have exported those details to your application.
If you look in your '<table>.dict.inc' file and do not see 'autoupdate'=> 'y' in the array for the REVISED_DATE and REVISED_USER fields it means that you have not instructed the framework to update these fields.
Tony Marston
http://www.tonymarston.net
http://www.radicore.org
|
|
|
|