I've noticed that all the standard tables in Solomon contain the following six fields that help with tracking who's modified tables:
Crtd_DateTime, Crtd_Program, Crtd_User - List the user, program and date-time the row was first created;
LUpd_DateTime, LUpd_Program, LUpd_User - List the user, program and date-time that the row was last modified.
Are these fields something I should be implementing in new tables that I add to the system?
If so, am I correct in assuming that I would be writing my own UpdateEvent code. Any best practices I should be aware of?
*This post is locked for comments