I’m sure I am missing something obvious, but How do you provide the moveTo functionality like a djxmLineItem has in javascript in the case where I need to use a button to set fields in addition to switching mobile pages?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can’t use server side to execute the mobile moveTo as these actons are handle by dojo client side code.
One option I’ve used in the past is to use a document “postSaveDocument” to call the moveTo.
e.g.
In my example I needed to maually add some data to a document with server side code ad faced the same issue, I found this to be a good solution as it won’t run until the document has been saved, meaning all validation will run fine.