pass sharepoint list id to K2 studio from SmartForms

  • 28 August 2014
  • 1 reply
  • 1 view

Badge +4

Hi,

 

I am developing a solution with SmartForms and developing the process through K2 studio.

I am creating a SharePoint list item using the View method in SmartForms.

 

Can anyone tell me how I pass the returned SharePoint list item ID to the process in K2 studio so that I can update the list item from there?

I have tried creating a Parameter in the View and Form and bind it with the SmartForms Integration wizard in K2 studio and also tried getting the ID from the List Item Reference in K2 Studio. I cannot get any of these to work.

 

Your help would be greatly appreciated.

 

Regards,

Sam


1 reply

Badge +9

You're going to want to use the "Get List Item Reference" event. Just point that bad boy at your site collection and you should be good to go with what ever you need to do involving a list item id.

Reply