Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have an infopath form based on a sharepoint list. I would like to update a people picker field with the current users details when they click a button.

I have created a secondary data connection and managed to retrieve the current user's details by using GetUserProfileByName.

I can see that the correct displayname and account ID are coming thru as I have an on load rule to populate 3 fields in my list with these details.

I have set the action on the button to update the people picker with the details from the currentuser - all three values (displayName = Preferred Name, accountID = Account Name and accountType = user) but still the button won't work.

Am I missing something easy here?

Not sure what info you need to aid me - please let me know if you need anything else!

Thanks in advance,

MW

share|improve this question

closed as off topic by M42, Mario, Aleksander Blomskøld, Gung Foo, Jon Egerton Feb 13 at 0:20

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

The button executes custom code? If it does, are you seeing any errors/exceptions?

If you are not seeing errors, make sure to configure the people picker to be updated on every postback. That could solve the issue.

Go to Properties -> Browser forms -> Always

enter image description here

I hope this helps.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.