Skip to main content
Nintex Community Menu Bar
Solved

SharePoint 2013 - Textbox History

  • April 7, 2017
  • 4 replies
  • 31 views

I am new to K2.

 

I need to show the appended comments history from list with versioning enabled on the SharePoint Display and Edit form. I need to show who added the new comments and when.

 

On K2 it just shows the msot recent comments data. How can I achieve this requirement?

Best answer by CompanyMan

I had the same requirement and yes, K2 forms were showing the most recent versions.

 

I created child list to store comments then created a view to store comments in list format.  The list view was added on add, edit and view forms.

4 replies

Forum|alt.badge.img+10
  • Answer
  • April 7, 2017

I had the same requirement and yes, K2 forms were showing the most recent versions.

 

I created child list to store comments then created a view to store comments in list format.  The list view was added on add, edit and view forms.


  • Author
  • April 7, 2017

Did you use the Append columns at all? or did you use an extra separate list where you stored all the comments? you used the parent-id to link between the two lists right?


Forum|alt.badge.img+10

I created an additional child list to store comments. Yes then key from master list to link it to list that stores comments


  • Author
  • April 7, 2017

Thank you. I will follow the same route.

 

Please do update if you run across a better way or another solution.