Let me start off by saying that I have followed Reza's tutorial for Deep Linking. Great tutorial.
I have successfully been able to get most of what his video calls out to work as far as getting the linking to work with the linking to the specific screen. I have a screen called "EditBQITScreen". This screen is normally accessed from inside a Gallery from another page. The gallery has "Set(vRecordBQIT, ThisItem);Navigate(EditBQITScreen,Fade)" when clicking to take you to the EditBQITScreen.
Inside the EditBQITScreen, I have several text input boxes. these text fields are "vRecordBQIT.'Requester Name'" as an example.
When viewing this page, everything works. If i do the tutorial from Reza, it doesnt work. Im guessing because Im not using forms.
Can i get this sheet to load the "vRecordBQIT" values from the sharepoint list without using a form? The sheet looks 10X better without the form.