Skip to main content
Nintex Community Menu Bar

Dynamically Change the Item ID for Edit Form Web Part

  • August 9, 2017
  • 2 replies
  • 25 views

Forum|alt.badge.img+7

I'm looking to use a custom page to edit forms in a similar fashion as the new forms in a Nintex Forms Web Part. We need to be able to dynamically change the Item ID so when a user clicks a link in an email they are directed to the "Edit Page" with the correct form.

Thanks in advance

2 replies

Forum|alt.badge.img+7
  • Nintex Partner
  • August 11, 2017

Hi

I had a similar request a few years ago and didn't find a solution.

I am curious if someone managed to solve this. Guess the problem is, you can't connect the Nintex Forms Web Part to another Web Part.

My approach then was, to use a "Liste item" or "List View" control but there I can't set the mode to "Edit Mode".


Forum|alt.badge.img+14
  • Scholar
  • August 13, 2017

it is possible, but you have to have on the same page List View web part of the same list and have configured connection between the two web parts.

then list form web part shows an item selected in list view one.

when you will have configured that and examine URL, you will notice that there is appended a token &SelectedID=12345 which tells list form web part which item to show.

so you should be able to build a link in mail notification that opens directly a specific item.