Hi
I am using Jdeveloper 12.1.3 to develop an ADF Application.
My database table which has 4 audit columns.
CREATED_BY
LAST_UPDATED_BY
I have added 2 new history types available under Tools-->Preferences-->ADF Business Components -->History Types.
11. created by userid
12. modified by userid
Where are these values getting saved ? which file will have these details of the newly added history columns.
Note:- I am trying to follow the blog by Jobinesh http://www.jobinesh.com/2011/02/creating-custom-history-types.html
Also, in the CustomEntityImpl getHistoryContextForAttribute(AttributeDefImpl attr) method, how will I refer the newly created history type columns ?
Also, how can I distinguish whether this event is create or update ?
Cheers
AJ