Archive for the ‘InfoPath Forms’ Category

How to get Common Manager personal data – InfoPath2010

Friday, July 29th, 2011 in InfoPath Forms.

No Comments »

getCommonManager web service helps you to find the user common manager name but won’t allow you retrieve any personal information fields.

For this task we need to use another web service: getUserProfileByName.

We need to query this web service with manager AcountName to get the data. Sounds simple? It is!

Here is a step-by-step guide to help you through it:

(more…)

How to get a featured form ID in InfoPath Form

Saturday, July 23rd, 2011 in InfoPath Forms, SharePoint 2007, SharePoint 2010.
Tags: , , , , ,

No Comments »

The scenario is very common: You create a new form template and want to use the ID of the form as part of the form name.

But there is a catch here – the ID doesn’t exist until you will submit the form to the SharePoint library…

Here is a very simple way to calculate the feature ID of your form in the SharePoint Library.

(more…)

Form Server based forms and the approval task form.

Sunday, April 3rd, 2011 in InfoPath Forms, SharePoint 2010.
Tags: , , ,

No Comments »

Have you already seen this bug? When you create a new approval workflow for your InfoPath Form SharePoint Designer will create a very nice automatic task form for you, but…

When you click on the “Form” link in the notification bar (the part of “This workflow task applies to Form.” notification) you’ll get the “Open/Save file” dialog instead of a normal “Form Server based” form.

 

This issue is a hard one to explain to your customers if they don’t have InfoPath client installed on their machinesL

So after a little research I found a couple of important points:

(more…)