Tagged Questions
0
votes
1answer
58 views
Sharepoint visual studio worflow IfElseActivity
I am developing a sequential workflow for SharePoint and wondering if an IfElseActivity should always have a minimum of two branches. For instance, if I have a true/false condition, do I need a branch ...
1
vote
1answer
57 views
run SPD workflow on changes to any field EXCEPT one?
I have a custom list. Each item in the list has 39 fields/columns that need to be filled out and a 40th field that gets filled out by a separate workflow.
I have another workflow that I need to ...
1
vote
0answers
283 views
Item Updating And Item Updated Event-Reciever Field values gets null for InfoPath Form Library
I have a InfoPath form library and custom visual studio workflow associated with it. And also I have a Event-Receiver for the library. When I Update the list item as Following code part the item ...
2
votes
3answers
731 views
How to create a new sharepoint site based on a template after a new item is added to a List
the help that I need is to know how can I create a new sharepoint site based on a template after a new item is added to a list, for example I have the the sharepoint sita "A" with a list with info ...
0
votes
0answers
252 views
Content Editor Webpart using a sharepoint 2007 workflow
I have two pages one blank .aspx page and one webpart sharepoint page using a CEWP.
Both are using this code to start the workflow.
<a href="javascript: ...
0
votes
0answers
309 views
Start a Custom Sharepoint Workflow from an ASP.NET app?
Basically I'm creating a separate ASP.NET app with forms that saves the data to an external database. I'm going to deploy that application within Sharepoint (see tutorial link below).
I'm using ...
0
votes
0answers
142 views
Sharepoint 2007 workflow tasks with designer
I have an issue I need some help with, I have two unrelated lists on a site: Issues List(which I never touched) and Tickets List(amongst multiple more lists there in).
I created a workflow and ...
0
votes
0answers
222 views
Sharepoint 2007 workflow to Word 2007 document using multiple lists and steps
Background Details
I am using Sharepoint Server 2007, Microsoft Word 2007, Windows XP SP3, and Sharepoint Designer 2007. We are upgraded to Sharepoint Server 2010, Office 2010, and Windows 7 in 3 ...
0
votes
1answer
320 views
Is it possible to copy a list item to a document library in SharePoint 2007?
How could I copy a list item, when it is created, to a document library using a workflow? Is it even possible?
If not, what would be a possible solution for getting a created list item to a document ...
0
votes
1answer
450 views
Sharepoint 2007 Workflow with/without content approval document library error
We have a sharepoint 2007 server. USers have set up document libraries and have also set up content approval workflows on them. I'm not sure how many, but a rough guess is 150 < n < 300.
...
0
votes
1answer
379 views
Is it possible to compare current user to a SharePoint list/group and switch views if they belong?
So I have a list of managers in my SharePoint site, and I am able to get the current user by using a web service and storing their name into a control. Is it possible to compare this name to everyone ...
0
votes
1answer
429 views
With SharePoint/InfoPath: Is it possible to switch default views, and then save this setting with a button?
So lets say that I have two views, one that is the default and another that can be triggered with a button. Is it possible to switch views, then have the view that you switched to become the default ...
1
vote
2answers
901 views
SharePoint 2007 WF: onWorkflowItemChanged activity within a Replicator Activity: Correlation Token error?
I'm trying to build a sequential workflow feature in Visual Studio for SharePoint 2007 / MOSS. The complication seems to be placing an OnWorkflowItemChanged activity within a Replicator/Sequence... I ...
-1
votes
1answer
719 views
Sharepoint Designer 2007 - Workflows and secondary workflow relationships
A little background: I work for a company that produces a product that has a workflow for projects with many "concurrently" running tasks. For this discussion, lets say that Project A creates 4 ...
0
votes
1answer
857 views
SharePoint 2007 Workflow in VS: OnTaskChanged not firing for InfoPath task item
I'm using Visual Studio 2008 to create a sequential workflow feature for MOSS (SP 2007), SP2.
My task list is a Document Library containing InfoPath forms, and the CreateTask activity in my ...
0
votes
1answer
1k views
How to set workflow on survey creation in SharePoint
I want to set workflow on survey creation to create list item, like, when I create survey, I want item of list to be created automatically.
My list contains title, creation Date, Created By, Survey ...
1
vote
1answer
313 views
Problem mixing OOTB SPD WFAs and Custom WFAs
I'm using MOSS (SharePoint 2007 Enterprise), 32-bit, SP2.
I've been noticing some odd problems with Custom Workflow Activities which I've developed and am using in SharePoint Designer (SPD) ...
0
votes
1answer
77 views
Can I trigger a workflow in SharePoint 2007 whenever a URL is visited
I have a flash program sitting in SharePoint 2007, and I'd like to trigger a workflow (to send an email to the logged in user), but I don't really have any hooks to do that.
Can I reliably start a ...
1
vote
1answer
529 views
SharePoint 2007 Workflow Doesn't Trigger On InfoPath Form Submit
This is a follow-up question to this question.
This is what I expect to happen:
User navigates to Document Library
User clicks New
InfoPath form opens
User fills in data
User clicks Submit
Form ...
0
votes
1answer
694 views
Populating lists with the workflow in sharepoint 2007
Hey all, I am currently building a workflow, i created a list (let say list A), when the user fills out the list (form) and clicks OK button the workflow kick starts. the first action of workflow ...
1
vote
1answer
986 views
Working with workflows and populating lists
Hey all,
I am currently building a workflow, i created a list (let say list A), when the user fills out the list (form) and clicks OK button the workflow kick starts. the first action of workflow ...
0
votes
1answer
192 views
Using SQL in a Sharepoint 2007 workflow
I'm not sure this is the right forum for this, but here goes:
I'm creating a workflow that kicks off when a user submits an InfoPath form to a form library on a Sharepoint 2007 platform. The ...
0
votes
1answer
661 views
Error Occurred Creating Second Task within While loop - VS SharePoint Workflow
SharePoint 2007 Sequential Workflow in VS 2008
There is an issue wherein my workflow will complete if only one account is specified, but will fail and create only the first task if multiple users are ...
1
vote
0answers
264 views
Updating Long Running Sharepoint Sequential Workflow
I have inherited a Sharepoint Sequential Workflow; and now I need make few changes in the code of the workflow; many instances of this long running workflow are running in production.
I can change ...
0
votes
1answer
417 views
Sharepoint Workflow is still recursive on item change even with sp2
I have a basic workflow programmed in Visual Studio 10 for a sharepoint site. It fires on a list item change or creation. The workflow basically sends an email, changes the value of one of the item ...
1
vote
3answers
3k views
Sharepoint: Create a link to either add an item to a list, or start a workflow
I'm creating a solution that involves a document with a link at the bottom (a way to get staff to read the document, then click the "I have read this" button.
We want to keep track of who has read ...
0
votes
1answer
462 views
SharePoint Approval workflow - Form Closed Error
I have a SharePoint site developed using MOSS 2007. In the site I am having one document library where user upload a document and it routs through multiple approval levels. To route the document I ...
1
vote
3answers
378 views
workflow sharepoint plugin to use
i need to know few things please
1- is sharepoint with windows workflow foundation (a good and dependable engine)
2- i am using .NET and sharepoint, what would be the best workflow plugin for ...
0
votes
1answer
234 views
Invoke workflow activity
I've an issue when i try to invoke a workflow.
I've a global workflow and in this worflow, I'm using the "InvokeWorkflowActivity" activity to invoke a workflow. I bind the TagetWorkflow to my ...
0
votes
1answer
1k views
The form has been closed [Sharepoint 2007 - Workflow - infopath]
I'm developping a workflow with MOSS 2007 and infopath and I got this error :
The form has been closed
This error occurs when I start a task. So I bind my new demand with my workflow then I try to ...
0
votes
1answer
108 views
Co-recurisive workflows not starting on second cycle
My scenario is:*
Workflow A - configured to start when a new item is created in List A:
Creates a new list item in List B.
Workflow B - configured to start when a new item is created in List B:
...
0
votes
1answer
333 views
In-process Workflow: Lotus Notes to SharePoint Migration
I have a question how about in-process workflow
I migrated workflow application (approval workflow) from Lotus Notes to SharePoint 2007 by using Quest tool.
I migrated workflow by hand (dev) and ...
0
votes
2answers
537 views
Sharepoint 2007 cross-site workflow
Is it possible to create some kind of workflow in SPS 2007 that would mirror contents of one list to another one on another site.
For example.
Our portal locates in http://portal and it has "Tasks" ...
0
votes
2answers
247 views
log4net and Sharepoint 2007 Workflow
I'm working on a project with some custom Sharepoint Workflow components which I'd like to add log4net to.
I'm really struggling to get log4net to output anything at all though!
Here's my current ...
0
votes
1answer
712 views
Repeated execution of code activity in SharePoint workflow?
I have a custom workflow implementation what requires updation of an external DB. I created a simple workflow for text purpose and found a strange thing!
my Db update/insert code is placed in a code ...
1
vote
1answer
4k views
Create folder in document library using SharePoint workflow
I want to create folder inside my document library based on other document library in the root. And I want to run this workflow on new document library creation.
So let say I have 4 document library:
...
0
votes
1answer
465 views
How to pass task attachments down a workflow chain of tasks in sharepoint designer?
I am developing a workflow which involves a chain of tasks. This chain is started atomatically on the creation of a specific list item. The workflow creates a new "readonly" list item in another list ...
0
votes
1answer
359 views
SharePoint: accessing the workflow variables after StartWorkflow() has terminated
I am running a SharePoint workflow programmatically from a SharePoint event receiver by calling workflowManager.StartWorkflow().
The workflow is setting some workflow variables during execution. Is ...
2
votes
1answer
582 views
sharepoint 2007 workflow trigger
I have an initial workflow in Sharepoint Designer that triggers whenever an item is created and also whenever an item has changed in the 'Employee' list .
Within second workflow I am updating the ...
0
votes
1answer
720 views
Sending Email Asynchronously inside a SharePoint workflow
I'm getting a weird threading issue inside a SharePoint workflow that I'd like to learn more about. I'm trying to send an email using SPUtility.SendEmail asynchronously by firing up a new thread to do ...
1
vote
1answer
263 views
Weird Workflow Behavior in Sharepoint 2007
I have a Document Library A and a list B.
When a document added to A, an item is created in B with the Title = A.Url. Another workflow runs whenever a document is updated in A which makes a lookup: ...
0
votes
1answer
270 views
Workflow's UpdateAllTasks method clears out DueDate field
I have problem with UpdateAllTasks activity.
Before executing this activity, I have a task as seen in workflow history here:
But when task gets finished, i`m calling UpdateAllTasks to update some ...
1
vote
1answer
252 views
SharePoint workflow user
I have created a SharePoint workflow in visual studio , I have extended this workflow from the default SharePoint approval workflow as discribed here
The workflow is running properly. Is there a ...
0
votes
2answers
578 views
changing user permissions dynamically
I am designing a system on SharePoint. There is a approval list for the items. The members can approve, reject and edit the items. One from approval list has to fill the "assigned to" field in the ...
0
votes
1answer
947 views
workflow assign task to multiple users
I have MOSS.
I want to make a page where a user, say administrator, could send some instructions to a server, for example using standard library and make task for a group of users forcing them to read ...
1
vote
3answers
3k views
What permissions does an approver need to edit and approve a document?
If an Approval workflow assigns a task to approve a document to a user, that user receives an email which prompts them to:
review the document, and modify if necessary
edit the task to show as ...
0
votes
1answer
388 views
0
votes
1answer
984 views
Update Item Lookup in Sharepoint Workflow [closed]
I have several lists, each has a workflow to its item created event that creates another item in a third list. Every workflow creates an item in that list. By the way, each list has different columns, ...
0
votes
2answers
101 views
WSS caches old Workflow version
I'm currently developing three workflows that are supposed to handle the status of items in different lists.
Each Workflow is attached to a separate list.
When I'm deploying and debugging in my ...
0
votes
3answers
7k views
Multilevel Approval Workflow Using Sharepoint Designer
I need to create a multilevel Approval Workflow for following scenario:
Workflow starts once item is created employee (Say in a ProductList) for certain Amount.
Manager Approves the workflow.
If ...
