Hi,
I'm new to LLBL Gen and wondering how others record the basic Last Modified On, Last Modified By and Created By, Created On information against records.
Each of my database tables has the necessary columns to record the datetimes and user IDs but I'm wondering how to incorporate this into the actual code without going into each entity and adding in the necessary logic.
I've seen the CommonEntityBase class - how would I go about adding this logic here?
Any help would be much appreciated.