I tried to make a detail page but I don't know why it does not show the data?
This is what it shows:
Hi Faris,
Does your DomArrReportDetail screen have an input parameter of (I'm guessing here) DomArrReportId (Type Entity Identifier) and an Aggregate GetDomArrReportById that fetches a single record based on your DomArrReportId input parameter?
Furthermore, you need to create a navigation link between your List screen (DomArrReport) and your Detail screen (DomArrReportDetail) on which you pass the following value to the DomArrReportId input parameter of your Detail screen.
GetDomArrReports.List.Current.DomArrReport.Id
Assuming you DomArrReport entity contains data, you be able to see data in you Detail screen by now.
If you still need more assistance, maybe you can share your OML so we can take a look?
I would also like to suggest you to follow the Developing OutSystems Mobile Apps online course where you'll learn all the basics and a lot more cool stuff!
Hope this helps.
Regards,
Nordin
Nordin Ahdi wrote:
Hi thanks for your help
I tried what you instructed but with no luck, please check the file attached.
I installed you app but am unable to manage myself to any detail screen. Is there anything else that I need to do before I'm able to analyze your problem? Or should it work out of the box with the data bootstrapped?
Please add some instructions on how to encounter your problem in a step-by-step manner.
Vincent Koning wrote:
Can't you see a page called "DomArrReportDetail"?
Yes I can but I also want to see the problem when I start the app so I can debug it. And with that I'm having issues.
Thanks I actually found the solution by accident, I just had to the moderate to "yes" not no.
Faris Abdullah Almozini wrote:
What you have done to resolve the issue?
Please make a note of it here,so that other can take benefit of this post in future
you need to pass in details screen
SyntaxEditor Code Snippet
GetArrFlightDoms.List.Current.ArrFlightDom.Id