I have three tables, application , account and contact. Have created 1:N relationship between (Contact - Application), N:1 (Contact and account), 1:N (Account: Application). I have a basic form in the portal website to generate application number stored in Application table, on submission of the basic form it redirects to a multi step form with two different tables (contact and account). The forms are working as expected and application number is generated. But i could not map the application number to the respective entries. how to get the application number - account details - contact information mapped and viewable ? Please suggest