K2 blackpearl set lookup column value


Badge +3

Hi all


I am using SharePoint documents event to upload a new document to a library. This document has to be set with a content type and the content type has look up columns.


is it possible to set the look up column value inside Sharepoint document event?


Thanks


 


2 replies

Badge +5

Hi,


I think you'll be able to assign a value using the SharePoint document event to the LookUp column in the wizard, but the process will fail when it tries to update the lookup.


Hope this helps.


frikkie

Badge +1

Here is how I achieved mine.

 

I had a similar issue, where by I was ccreating a list item using the create list item event from K2 studio. One of the properties on the new list item was a lookup column that was looking up to another list. Here is the tricky part. When you are on the "Specify properties for the list item", add into the lookup column "field value" the .ID reference of the source list item found in the process/activity data browser, and it will resolve itself to the correct display value when the workflow runs.

 

Hope this helps in how to set a lookup column value.

Reply