Suppose I have two tables: Project and its child Issue. The relationship is one to many.
I want the records in Issue to have the same Owning Business Unit as that of its parent Project, instead of the business unit of the user who created the issue. How can I achieve that?