I need to build dynamic string that contain a link to SharePoint list item in edit mode.
I used the nintex forum: http://connect.nintex.com/forums/thread/5536.aspx
What should the string contain?
|
I need to build dynamic string that contain a link to SharePoint list item in edit mode. I used the nintex forum: http://connect.nintex.com/forums/thread/5536.aspx What should the string contain? |
|||||
|
Questions on SharePoint Stack Exchange are expected to relate to SharePoint within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
If you wanted to edit the item with an ID of 1 from the list called "Test", you'd use something like the following (substituting the appropriate site URL) http://{SiteURL}/Lists/Test/EditForm.aspx?id={ID} |
|||||
|
|
It's self explanitory in that article you referenced. The build dynamic string operation Peter references shows you exactly what you need to do. With that created, you can email that to a user, and when clicked, it will open the item in edit mode. |
|||||||
|