Skip to main content

Hello everyone.

 

I'm creating an item on my custom sharepoint list and then I want to retrieve this item from the list by its ID (not the "List Item ID" which you can specify in K2 Studio, the real ID on the list).

Is there any way I can get the ID from data fields / xml fields in K2 Studio ?

Hi,

I am not exactly clear on what you mean by "the real id". In the Sharepoint List Items event wizard in K2 Studio, on the "Create List Item" page, the List Item ID field is where you can specify a Process Data field to save the newly created list item's ID after it is created. You are not giving it a predetermined ID, you are telling the wizard that this is the place where you would like to save the returned list item's ID value after creation.

 Hope this helps.

Scott 


Thanks for your reply. I was trying to get the ID from list but didn't set List Item ID when creating the item. I set data field for it but not List item so it was null. Thanks once again!

Reply