Probably not best practice, but I have a business object (AuditLog) to log all data changes to all business objects. Attributes are:
Business object name (text 40)
Business object unique reference (number) - unique within each business object, set on insert.
Details (t-1200) - before and after values
On the Main (edit/view) form of the other business objects, I'd like to add an Audit tab, that lists entries from the AuditLog business object that are specific to the business object instance being displayed.
So, I add an AuditLog attribute (allowing multiple) to my other business objects, but I can't see where I can enter run-time join criteria.
Can this be done? Or is there a better way to achieve my objective.