How to load saved data into form?

Jaroslav Šebok asked on October 3, 2016 16:06

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?

Recent Answers


Joshua Adams answered on October 3, 2016 16:45

You could try setting the itemid property of your bizform to your saved entry itemid. I believe that should do it.

2 votesVote for this answer Mark as a Correct answer

Laura Frese answered on October 3, 2016 17:59

For example www.mysite.com/mybizform?itemid=23

0 votesVote for this answer Mark as a Correct answer

Jaroslav Šebok answered on October 4, 2016 09:50

does this apply to an alternative form as well or should I use different approach?

0 votesVote for this answer Mark as a Correct answer

Joshua Adams answered on October 4, 2016 16:16

It should work with the alternate forms as well.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.