I have 2 tables User and Resume. I want to show the resume description of the particular user who has logged in.
The problem I am facing is that dataunit displaying data from "resume" needs to receive userId which is a foreign key in table resume. I cant find an option in coupling to give an input to FK of the resume table.