Skip to main content

I have created a SharePoint list that has a Person/Group column on it. I have then generated the SmartObject, views and Forms. The automatically generated people picker that is created for the column resolves perfectly, but when the view executes the Update / Create method for the item, the column on the item is left blank. 

 

When I look at the method configuration, under input mappings the column has the Picker control mapped in. 

 

Is this the correct mapping? This has been done automatically when K2 has created the SmartObject and views. 

 

Thanks in Advanced. 

So if I'm understanding you correctly, you're saying that when the form gets submitted it's not capturing what was in the people picker control?  So when you go to the list everything is there but the colum for the person is empty?


Yes thats correct. 


In the save logic is the control there?

 

Here's an example of how I have it set up.

 

10876i229946679A6B3F75.jpg


Sorry, looks like your images haven't worked?


Hi,


 


Please attach a screenshot of the picker control data source configuration.


 


Hi, 

 

See attached data source, resolve method and mapping. 'Raised by' is the column with the Picker Field. 

 

The Resolve method appears to be working correctly. 

 

Thanks, 

 

matt 


15724i9E9F3A10195AA6F3.png
16931i0B182DEC6D71DDAE.png
12954i2B883FCC9516BEB1.png

Hi Matt,


 


It seems that you have the Field and the Display Field properties set to None:


 


13445iEF6369E872DAF227.png


 


Please make sure the picker control properties configured as screenshot below:


 


11982iA70C10E77463C7D2.png


 


Reply