I have a custom Web part with one bizform which stores settings. I want to load a particular row from Recorded data table into the form. How can I achieve this?
You could try setting the itemid property of your bizform to your saved entry itemid. I believe that should do it.
For example www.mysite.com/mybizform?itemid=23
does this apply to an alternative form as well or should I use different approach?
It should work with the alternate forms as well.
Please, sign in to be able to submit a new answer.