Use our Google Custom Search for best site search results.
Search
-
Infopath 2007
Hi guys !
I have a workflow that creates task on some user. Task assigned to infopath form template that shows data from workflow item (I`v done this by helping Itemdata.xml and createTaskProperties.ExtendedProperties....). But how can I pass into task form repeating rows of workflow item ??? Thanks for answers...
-
Please write your workflow.xml
-
thisItem.Properties are not properties of your workflow item. Try this:workflowProperties.Item["myProperty"] = "blablabla";workflowProperties.Item.Update(); SPWeb thisWeb = new SPSite(workflowProperties.SiteId).OpenWeb(workflowProperties.WebId);
SPListItem thisItem = ...
-
Infopath 2007
Hi guys !
I have a workflow that creates task on some user. Task assigned to infopath form template that shows data from workflow item (I`v done this by helping Itemdata.xml and createTaskProperties.ExtendedProperties....). But how can I pass into task form attachment from workflow item (infopath form) ??? Thanks ...
-
Did you try to copy your file with web services of sharepoint. I think they should copy files including Infopath items...
-
Infopath 2007
Hi guys !
I have a workflow that creates task on some user. Task assigned to infopath form template that shows data from workflow item (I`v done this by helping Itemdata.xml and createTaskProperties.ExtendedProperties....). But how can I pass into task form repeating rows of workflow item ??? Thanks for answers...
-
Maybe you should set Infopath 2007 as default application for your infopath forms in your Windows Settings
-
Well you can change serverfiles_FormServer.xml in C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\XML. But I think this is not good... :(
<ServerFiles>
<Mapping FileExtension="xml" ProgId="InfoPath.Document" ...
-
Something wrong with forum I think :(
-
I`m sorry for misprints....
public void btnSubmit_Clicked(object sender, ClickedEventArgs e) {
// My code here ....
...