2
votes
0answers
51 views

Sharepoint Workflows and Managed Term Sets

Platform: Sharepoint 2010 with Sharepoint Designer 2010 Are there any explanations out there on how to create a workflow with an email template that is sent to certain people based on a taxonomy term ...
0
votes
0answers
169 views

How to modify replicator activity

I'm using a Replicator Activity in my Workflow. I would like at some point, to modify the list I've given to InitialChildData. I've tried to do something like : ...
1
vote
1answer
469 views

Discussion Board reply subject for workflow

I'm creating a workflow for a discussion board, that will create a new item in an announcements list. The idea is to have announcements such as New Forum Post: 'This is a new post' was posted by ...
2
votes
0answers
516 views

How can you create a dynamic link to a workflow initiation form in a workflow-based e-mail?

Process: User Creates Item Admin receives "approve this" e-mail with a dynamic link Admin selects dynamic link in e-mail Admin is taken to initiation form of second approval workflow Admin selects ...
0
votes
2answers
769 views

'Append-Only Comments' not appending

Ok, so here's the background: i have a 3/4 step approval process: User submits item for approval Approver approves(with comment) and tells user they need more details User edits item with necessary ...
1
vote
1answer
757 views

Output parameters in sharepoint designer are not working

Here is what I have A custom activity with 2 in parameters and 2 out parameters. The custom activity code works fine and in debugging mode the parameter is set. I created some log activities, after ...
0
votes
3answers
997 views

Workflow: How to copy current item to a dynamically determined location

Scenario: I have a group of users; each has a private document library (named with their userid). When a person updates a list item I need to put copy of the item into their library (using a codeless ...
1
vote
0answers
55 views

How to access workflow variable in association form created in SharePoint designer?

I need to access a worflow variable in an association form created using the action 'Collect data'.
1
vote
0answers
1k views

Sharepoint 2010 SPD Workflow Email SharePoint Group specified in Association Form?

Trying to do something, that I swear I've done before, and I think definitely should be possible, but wondering if I am missing something here. I am using SPD2010 to create a custom Resusable ...
0
votes
1answer
305 views

How to use a negative of a numeric column's value in workflow

I have a column named "How many month before the due date to inform the focal" which is used to know how many months before the due date I need to remind the focal to do his task. The problem is: I ...