-2
votes
0answers
6 views

Designing a Sharepoint Workflow Distribution list filtered on column values [migrated]

I'm working on putting together a Sharepoint site to report issues with a new software that is being implemented by my company. I already have a workflow that automatically sends an email to specific ...
0
votes
0answers
37 views

SharePoint 2007 designer assign a task does not continue after completion of task [closed]

I'm currently looking for a way to use the assign a to do item in sharepoint designer as a way to approve the items. My problem is that when I try to assign a task to a person and he's already ...
0
votes
1answer
60 views

SP2007 Workflow: Lookup XXXX property for XXX by Title?

Does anybody know if there is a way to use the Look site user property but search by the user's title instead of their NTLogin/Username? Example: Lookup JobTitle property for John Smith, store in ...
1
vote
1answer
132 views

OOTB Workflows dont migrate from MOSS 2007 to SP2010

I am doing a migration from MOSS 2007 (12.0.0.6670) to SharePoint 2010 (Just SP1 for now) in our Dev Environment using the database attach method. (Moving from Server 2003 32bit, to Server 2008 R2 ...
0
votes
0answers
40 views

Trying to pass 2 variables to a 2007 SharePoint workflow

I have a workflow that I want to be able to use the ActID of an activity and the EmpID of the employee that is registering for the activity. I can not figure out how to get the SP workflow to see the ...
2
votes
1answer
170 views

Custom Windows workflows with inforpath task forms-Switching Multiple views in same form

I am customizing a developed windows workflow by adding more views to the task form. And in Workflow.xml there are task forms defined as ...
0
votes
0answers
39 views

Sequential and Designer WorkFlow Synchronization

i have an Infopath Library with two Workflows configured (at the same time). The Form used in the library has an attachment (a XLS file), and some columns promoted to the library. 1- Is a normal ...
0
votes
0answers
322 views

Issue with sharepoint designer 2007 workflow email, extra newline

I am generating a workflow to send e-mail reminders for users on a SP 2007 site. I went the route of designing the worklow through SP Designer 2007. Everything works properly except for the format of ...
1
vote
1answer
1k views

How to get SPuser object from Assigned To field of task

Hi I have a sharepoint 2007 workflow and i need to get the SPuser object in order to send mails to the user but all i can get is a string from the task's assigned to field. How do i do this? This is ...
0
votes
1answer
594 views

Manually deployed Sharepoint workflow won't visible inside the Site Collection Workflows

I'm developing a three level workflow to MOSS 2007, I published it to our test environment with stsadm installfeature and activatefeature and it works perfectly. I followed this article to publish ...
1
vote
2answers
435 views

Change file extension SPListItem SharePoint 2007

I've Forms Library in SharePoint 2007. I've created a custom workflow activity that makes it possible to convert InfoPath documents to PDF. But when I try to replace original InfoPath file to the new ...
0
votes
2answers
1k views

Create a SharePoint workflow programmatically

I am working on a copy of a SharePoint 2007 site for a client. I would like to be able to automate as much of the update process as I can with minimal disruption to the client's system when the ...
0
votes
0answers
45 views

how to define a process when a user opens a document in a document library

We are using sharepoint 2007. we need to define a process when a user opens a document in a document library. The process should open a dialog box and take some inputs from the user when user try ...
1
vote
1answer
552 views

Sharepoint workflow creating new task item twice? (SP 2007)

I've inherited a sharepoint workflow, but it seems to have an intermittent problem and I'm not sure where to start debugging. User creates new item in list and saves - they can edit the item UNTIL ...
0
votes
1answer
245 views

SharePoint 2007 : Designer Workflow getting restarted after 20-30 mins ( only few instances in the library)

I have a custom SharePoint Designer approval workflow which is restarting (only for few instances in document library) after 20-30 mins, thereby failing the workflow as i am checking few conditions. ...
0
votes
3answers
705 views

Send URL link of discussion board topic in an email from Sharepoint Designer

I have set up a Sharepoint 2007 Discussion Board. I want to create a workflow that sends and email to the creator of a topic within the discussion board when there is a reply on the topic. I want the ...
0
votes
1answer
619 views

SharePoint 2007 list item approval workflow - displaying approver comments in a list

I'm working on a SharePoint 2007 workflow to develop a user feedback process as follows: User adds a new item to a list (i.e. comments, issues, concerns, etc.) Management is then notified of the ...
0
votes
1answer
651 views

SharePoint And Excel Integration

I have an interesting problem. I have several Excel sheets that our users use to submit requests. We now want to automate them. We have created custom web parts and lists and got rid of the excel ...
0
votes
1answer
347 views

Send email with column values before and after change with workflow

I am trying to send an email to specified users when a column in a list changes in MOSS 2007 with workflow. I have a comments column in a list and whenever any user updates that comment, a mail should ...
0
votes
1answer
315 views

Delete a Column from an Old Workflow

I have a column that was created for a workflow that has since been deleted. I had created a workflow (2 years ago), and updated it multiple times. I was looking at the metadata of that list and ...
1
vote
1answer
177 views

How can I add parameters to a workflow in sharepoint 2007

I'd like to create a custom workflow for SharePoint 2007 (NOT 2010) in Visual Studio. My need is to have a custom parameter when this workflow is attached to the list. These would be parameters that ...
0
votes
1answer
170 views

Sharepoint 2007 Workflow

Need to create workflow which will start with the 1 Sending email to the user to upload one document 2 After 7 days check if document is uploaded or not and if not then again send reminder 3 If ...
0
votes
1answer
2k views

need help on copy sharepoint document library file to Archive/ other document library sharepoint 2007

I have one requirement as below while uploading document to the document library user will give expiry date for that document. after expiry date that particular document should gets automatically ...
0
votes
1answer
492 views

SharePoint 2007 ULS Error System.NullReferenceException on workflow start

(MOSS 2007 32bit SP2) I have a workflow which was developed in Visual Studio and is deployed as a feature and associated with my list. Items in that list are created programmatically, and the last ...
0
votes
1answer
519 views

Sharepoint 2007 workflow doesn't start automatically at new item that created another workflow

I have a Task list in Sharepoint 2007 SP2. For this list I made 4 workflow. WF1 is check, the task are recurring or not. (This workflow start automatically then new item created) WF2 is an alerter ...
0
votes
1answer
852 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 ...
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
186 views

Can I use a SharePoint workflow to email the contents of a document?

The HR department in the company I work for has a SharePoint 2007 site filled with company policies. When changes are made to those documents they need a way for the contents of a document to be ...
1
vote
1answer
522 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
219 views

Timing concerns with Custom WF Activity changing permissions

I'm using MOSS 2007 and have developed a set of fairly simple custom workflow activities for use in SharePoint Designer which control item-level permissions (break inheritance, re-inherit, revoke all ...
1
vote
1answer
974 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
222 views

Collaboration portal approval workflow

The company I work for has recently taken over a SharePoint 2007 project form another company. The other company created a site using the Collaboration Portal Publishing template. Since this is an ...
0
votes
1answer
754 views

Workflow terminate event in Sharepoint

I am using SharePoint 2007 workflows for document approval process. When I terminate a workflow thats in In Progress state, I want to populate another list with the particular document information. Is ...
0
votes
1answer
268 views

Visual studio 2008 creating Sharepoint Workflow missing

I've installed visual studio 2008 on my vpc sharepoint 2007 developing machine. I've installed the MOSS SDK and the WSS SDK And Sharepoint extensions for VS2008, and the WSPBuilder extentions. When ...
1
vote
1answer
3k views

Retrieving rich text box sharepoint in javascript

I have CustomNewForm for inserting items in the sharepoint list. The fields are "Reason" and "Reason OverView"; both Multiple Line Rich Text fields. I need to copy some text from "Reason" to "Reason ...
0
votes
1answer
792 views

Error while using OUT parameter in custom workflow activity

Update: How to create a out variable?Can anyone please help me find out what am I doing wrong in my code. I am getting the error... ErrorType 'System.Int32' for dependency property 'ListItem' does ...
0
votes
1answer
111 views

Add up values from matching fields in a linked Sharepoint list

I have 2 lists, say, Fruits & Orders. Orders has a number field FruitID that links to the ID field of Fruits. Orders also has a number field OrderValue which stores the value of the specific ...
1
vote
2answers
712 views

sharepoint custom workflow activity is doing nothing, not even log messages

I am trying to create a custom workflow activity which gives me the list of recipients that I am storing in list. But once I deploy and start the workflow nothing is happening, not even log messages ...
1
vote
2answers
713 views

Copy ID column from List A to TASK List B using Workflow in SPD 2007

I have created approval workflow in SPD 2007. Step 1) User submit the form --> Workflow setup on create a new item on Request Form Step 2) Workflow kickoff and create a tasks and assign to various ...
0
votes
2answers
2k views

Sharepoint Desinger Workflow --> Grant Permission on Item

I am designing the custom workflow using Sharepoint Designer. I would like to grant the permission on each task once it created by workflow. In order to do that I am trying to select Workflow ...
1
vote
1answer
172 views

Workflow SPRootWeb Solution That Brought Up More Questions | ERROR: request not found in the TrackedRequests

I actually solved this already but I find the solution to be weird so say the least. If found that I was getting the oh so nice "ERROR: request not found in the TrackedRequests. We might be creating ...
0
votes
1answer
995 views

System.Net.Mail.SmtpFailedRecipientException: Mailbox unavailable in sharepoint 2007

I have created a document library in sharepoint 2007 and i have enabled incoming email settings to the doc library. When I am trying to send an email from workflow I am getting the error... ...
0
votes
2answers
5k views

Item level permission for sharepoint custom list

I have created a custom list with work flow associated with that. The workflow takes the item through different levels of approval. My workflow scenario is like say an initiator add an item, which ...
3
votes
0answers
498 views

SPSite.BypassImpersonationStateCheck - a mystery showing up in Sharepoint error logs

In the process of tracking down an elusive Sharepoint custom workflow problem, I cranked up the verbosity level on our sandbox MOSS server and noticed the following error message start popping up: ...
0
votes
1answer
104 views

How to ensure all steps in form gets completed in order

I have an Excel spreadsheet which must be converted to a workflow. The spreadsheet is simply used for our employees to follow a certain order while doing specific tasks. There are roughly 20 steps per ...
0
votes
1answer
711 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 ...
2
votes
1answer
627 views

How to trigger a SharePoint workflow on clicking a link item in the list

I have a sharepoint list and user will click 'start now' link in that list, then, I have to start a workflow. How this can be achieved. Please advice! Thanking you.
0
votes
1answer
1k views

How to copy attachments from a List into a document library via workflow activity

I currently have a task list, some of them contain file attachments. As part of a new workflow I'm creating in MOSS Designer I need to copy the attachments to files in a document library. What is ...
2
votes
1answer
1k views

How to check if a document is checked in, in SharePoint Designer Workflow?

I am trying to create a SharePoint designer workflow which should be triggered every time a document is checked in. How do I pause till the document is checked in? Will the condition Wait For ...