Skip to main content

How do I create an association for a K2 SmartObject between a SharePoint lookup field and the ID field of the referenced SharePoint list?

When a lookup column is retrieved it actually contains the value “1;#name” and not just 1, the ID of the lookup field.
Is there a way we can parse this to make the association work?

Hi,


 We had the same issue. To get around this we wrote a simple event handler that extracted the lookup id in another field.


 Hope this help


 Dominic


Check out this post:


http://www.k2underground.com/forums/p/9902/34894.aspx#34894


Reply