I have an app with 3 screens: a master data screen (VehicleScreen) , a detailed data screen (DetailScreen), and a data form(scrnInspect). When creating new records on scrnInspect I get wildly different results in the web browser and the mobile version of the app depending on the code. I have ensured I am using the correct published version, etc.
Code snippet 1 from the onSelect Event of the check on scrnInspect:
SubmitForm(edfrmInspection);Navigate(DetailScreen,ScreenTransition.None)
Mobile Behaviour: Record writes correctly, App Navigates to DetailScreen
Broswer Behaviour: Record writes correctly, DetailScreen flashes brielfy, then scrnInspect reappears
Conde snippet 2 from the onSelect Event of the check on scrnInspect:
SubmitForm(edfrmInspection);ResetForm(edfrmInspection);Navigate(DetailScreen,ScreenTransition.None)
Mobile Behaviour: Record writes correctly, App navigates all the way back to VehicleScreen
Browser behaviour: Record writes correctly, App navigates back to DetailScreen as expected
Help!
WarrenBelz
146,524
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,906
Most Valuable Professional