View Complete Post
I am working on a SP site (MOSS not WSS) which is heavily customised away from the OOTB layout. I need to create a Wiki site, which was going well - I've created a master page which displays the miniconsole (this was not visible with our customised layout), and made it the default master page for the site. This has been applied to the two standard pages that come with the Wiki site, however when a new page is created, it seems to inherit the default.master, rather than my custom master page - thus not showing the miniconsole.
When I have created a new page, I am able to use SharePoint Designer to attach my custom master page to it, which works perfectly, however this will not be a viable option going forward as end-users create their new wiki pages.
How can I get the new pages to inherit my master page when they are created?
Shark
I am working with SharePoint Server 2010 Beta 2, Visual Studio 2010 Ultimate RC and SharePoint Designer 2010 Beta.I built a custom Content Type based on the Item type with a few custom site columns. I also have built a custom Sequential Workflow using Visual Studio 2010. This is a relatively simple workflow that creates a task, waits for the task to complete, sets the workflow to complete. I am able to deploy this workflow to the site collection through VS 2010. The problem I have is that when I try to associate my custom Content Type with my custom workflow, that workflow is not listed in the workflow templates to select. There are only the OOTB SharePoint workflows to choose. However, if I create a list and associate a workflow to that list, my custom workflow is listed in the workflow template list. This makes sense since at the start of building a custom workflow in VS2010, one of the first questions is whether the workflow is a Site or a List workflow and I selected List. I did a little research and found some who wrote that Reusable Workflows may be attached to Content Types. In VS2010, there is no option to build a Reusable Workflow. That is only possible in SharePoint Designer. However, it is possible to import a SPD workflow into VS, so I tried that. Imported the WSP into VS201
Hi all,
I am trying to create task with custom content type in sharepoint statemachine workflow. But it is showing "Error Occured" after task creation code is excecuted. can anyone tell me what is the problem.
Task Content type
<ContentType ID="0x01080100A707C0079E8547c0A87515457DB90629" Name="TaskContentTypeForLeaveApproval" Group="Development" Description="Workflow Task" Version="0" Hidden="TRUE"> <FieldRefs> <FieldRef ID="{9da97a8a-1da5-4a77-98d3-4bc10456e700}" Name="MyComments" DisplayName="MyComments" /> </FieldRefs> <XmlDocuments> <XmlDocument NamespaceURI="http://schemas.microsoft.com/sharepoint/v3/contenttype/forms/url"> <FormUrls xmlns=" SharePoint Designer Workflow to email multiple recipients listed in a custom list Hi all, I created a workflow in designer attached to a form library. I also have a custom list "Admins" containing names of persons that serves a different purpose but would also like to be used as recipients for the workflow email everytime a new item in the form library is created. I have been searching the net and tried out few work arounds but so far able to send to only one person in the "Admins" list. The list has a column "Admin Name" which is of type "Person or Group". Thanks in advance!
I created a workflow in designer attached to a form library. I also have a custom list "Admins" containing names of persons that serves a different purpose but would also like to be used as recipients for the workflow email everytime a new item in the form library is created.
I have been searching the net and tried out few work arounds but so far able to send to only one person in the "Admins" list. The list has a column "Admin Name" which is of type "Person or Group".
Thanks in advance!
We have created a custom workflow using SharePoint Designer. We are using one action “Collect Data from a User”. As you know, this action sends an email to a user with a link to a task form where user is supposed to accept or reject a request. We are encountering following issues with this form:
Can someone please explain what is going on and how can we resolve the above issues? Thanks……….
One of our custom SharePoint Designer workflow activities, which have always worked fine in SharePoint 2007, fails to validate.
This appears to happen when a Workflow Activity that contains a StringBuilder field also contains a lookup variable.
<FieldBind Field="CustomCode" Text="this code" Id="1" DesignerType="StringBuilder" />
For example when we store the following in this StringBuilder field
"Today's date = [%Current Item:Transaction Date%]"
This field returns 'null' in the ActivityValidator. As a result we cannot validate its contents.
When
We have created a two-level custom workflow using SPD as follows:
Submitter submits request form in a form libraryàApprover A approves/rejectsàApprover B approves/rejectsàSubmitter receives an email and workflow stops
Exception: If Approver A rejectsàsubmitter receives email and workflow stops
Question: Users may have noticed that the default view of the form library has a column with the same name as the workflow. Let us call our workflow as “WF1” So the default view of the form library would show a column named WF1. When yo
Not usre if this is the right place to post this but sure many guys must have used this I have a siteA at
http://myserver:8080/sites/pop/lists/mylistname
and Site B at
http://myserverA:8080/sites/pop/lists/mylistname
when i try and use the http://spdactivities.codeplex.com/Copy List Item Extended Activity to copy the list items across i keep getting error:
System.IO.FileNotFoundException: The Web application at http://myserverA/sites/pop/lists/mylistname could not be found. Verify that you have typed the URL correctly. If the URL should be serving existing content, the system administrator may need to add a new request URL mapping to the intended application.
My AAM looks like this:
Internal URL Zone Plublic URL for Zone
http://myserverA:8080 Default http://myserverA:8080
http://myserverA.domainname:8080 Default http://myserverA.domainname:8080
http://myserverA.domainname:2020 Default http://myserverA.domainname:2020 -- this is been extended for FBA
Any ideas what i ne
Hi there,
As you can see in the title bar i have a problem with my custom workflow created in VS2008 which is associated with the custom list.
So, what my workflow actualy doing: We have a list (custom list) of projects - any of them has a collection of documents in a document library grouped to project name. When user edit a selected project in a custom list (projects) the WF have to move their documents to the second document library called Archive. At WF start the status is automaticly set to "In Progress".
Anything going well, but sometimes WF does complete normaly, and sometimes does NOT complete - it's status is still "In Progress" even the documents are successfuly moved to other doc.library. Any activity that I put after this code activity does not get executed.
So the question is, whats going wrong there or can I programaticly stop my WF with status "Completed"?
Thanks for the answers.
Luka
Hall of Fame Twitter Terms of Service Privacy Policy Contact Us Archives Tell A Friend