I have a Gallery on OpenCases screen onselect it navigates to a CaseReportList which is also a gallery. I have a addReport screen with a "NewReport" form which is set to "displayMode=new" . If i attempt to use the NewForm(NewReport) nothing happens but if i do a Navigate(NewReport,Transition.None) to the it works on condition that on the CaseReportList there are existing records.
If the gallery on CaseReportList is empty then I get "no item to display"???
Suggestions what am i missing here???
Regards
MRRCOMP
Solved! Go to Solution.
If "NewReport", is a form then
Navigate(NewReport,Transition.None) is an issue because navigation should be a screen not a form.
So is NewReport a screen name or a form.
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
If "NewReport", is a form then
Navigate(NewReport,Transition.None) is an issue because navigation should be a screen not a form.
So is NewReport a screen name or a form.
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
User | Count |
---|---|
206 | |
93 | |
84 | |
47 | |
42 |
User | Count |
---|---|
251 | |
104 | |
104 | |
61 | |
57 |