Processes in Microsoft 365 for setting up Office apps, redeeming product keys, and activating licenses.
Thank you!!
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi All,
I am trying to create an InfoPath 2013 form in SharePoint online that does the following:
I am currently having issues accessing user information via SharePoint web services (GetUserProfile) because Microsoft does not allow Infopath to access any SharePoint web services! There is a "loopback" restriction that hinders InfoPathif: http://support.microsoft.com/kb/2674193/en-us
Without this functionality is what I am trying to do not possible? If not can anyone please suggest a workaround? Thanks
Processes in Microsoft 365 for setting up Office apps, redeeming product keys, and activating licenses.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Thank you!!
Step 1: Create data connection to receive data from 'User Information List'. Select the required fields like Name, Account, Work_email..
Be sure to uncheck the check boxes 'Store a copy of the data in the form template' and 'Automatically retrieve data when form is opened'.
Step 2: Create Rules on form load
a. Create a rule to set the Account field to userName()
Select account from user information list data connection query section. Be sure to select from query section and not from data section and click ok. In value insert function userName()
Rule looks like this
Set a field's value= userName()
b. Create a rule to Query using a data connection and select 'User Information List' data connection
Step 3: Drag and the drop the required field on to the screen. Be sure to drag data fields from User Information List(Secondary)
Publish the form.
When the form is opened, details of the logged in user are pre-populated.
You can use the userinformation list on your SharePoint site.
Hi,
Thank you for posting your query in Microsoft Office Community.
As the query is related to SharePoint you may post your query in TechNet Forum for better suggestion from the following link.
http://social.technet.microsoft.com/Forums/sharepoint/enUS/home?category=sharepoint
If you have further questions related to this, please let us know.
Thank you.
Under bullet point 3, I don't understand what you mean by the first entry "Action Set account field in query section of the userinformation list data connection." Could you explain?