Hi I am creating a car reservation app. So I created two entities (user + vehicles) in CDS. I added two edit forms onto the same screen. Each form to add certain fields from each entity. Is there a way to add fields from two entities onto one edit form?
I was able to make it work with two edit forms, but i'm thinking there has to be a better way? Also, after I submitted succesffuly using a SubmitForm twice 'SubmitForm(Form3); SubmitForm(Form1)', I set it to go 'Back()'. And it does go back, but it goes back to the form screen and is showing 'No item to display' 2x.
Newbie here, hope someone can give me some good pointers. Thanks.