Add request depend on multiple entities using wizard
0
this is my domain model and i need create page to send request contain this attributes This is entity for my first page: the output is: when i click on the next button which is “التالي” i should go to the secnd page which contain the national card info the problem is here in the output: I not able to select related attribute for national card and fill the input values what is the problem and how can solve this issue ? I hope to get explained answer for this issue
asked
ahmed abdulsalam
1 answers
0
Hi Ahmed,
is the related object (National_Card) being created somewere? It looks like an empty page / no entity access.
So either the object you’re retrieving is empty, or you don’t have permissions to edit them.