4

I know it's possible to customize the forms of workflow tasks but is it possible to have them customized also for "CreateTaskWithContentType" component, not just for "CreateTask"?

I had a try of customizing the forms of content types but was not successful so I thought that InfoPath forms might be an alternative. It works for normal tasks (workflow "CreateTask" component) but it seems it does not work for "CreateTaskWithContentType" (I get the default form for Task item, even if I set my content type as the default on the task list).

Is it possible to use "CreateTaskWithContentType" and have the forms customized with InfoPath?

1
  • Thanks for the post, I'm having the same issue? When my workflow was using the default workflow task my infopath Task forms where being rendered. As soon as I started using the CreateTask with Content Type activity the infopath task forms are no longer rendered in place of the default edit form.aspx for items. Wondering if you can specify exactly where in the article you reference is the solution to the problem? Thanks for your help Commented Mar 18, 2012 at 23:35

1 Answer 1

0

I managed to resolve this by using this article: http://msdn.microsoft.com/en-us/library/ms438856.aspx

Just one note about the article: WkTaskIP.aspx is in fact WrkTaskIP.aspx and is located in "_layouts" folder.

2
  • Thanks for the post, I'm having the same issue? When my workflow was using the default workflow task my infopath Task forms where being rendered. As soon as I started using the CreateTask with Content Type activity the infopath task forms are no longer rendered in place of the default edit form.aspx for items. Wondering if you can specify exactly where in the article you reference is the solution to the problem? Thanks for your help Commented Mar 18, 2012 at 23:35
  • @Sam: It's was this phrase that jolted my brain: In the content type definition of the task's content type, add an XMLDocument element that specifies the custom edit and/or display forms so I added something like <XmlDocuments><XmlDocument NamespaceURI="http://schemas.microsoft.com/sharepoint/v3/contenttype/forms/url"><FormUrls xmlns="http://schemas.microsoft.com/sharepoint/v3/contenttype/forms/url"><Display>...WrkTaskIP.aspx</Display><Edit>...WrkTaskIP.aspx</Edit><New>...WrkTaskIP.aspx</New></FormUrls></XmlDocument></XmlDocuments>. That was my problem; your problem might differ! Commented Mar 21, 2012 at 15:02

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.