The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
2answers
181 views

How to get correct approver

We have created a custom approval workflow. The approval task is assigned to user A. But sometimes user B would open the task and approve it. As you can see by the screenshot it says who was assigned ...
1
vote
0answers
78 views

Displaying workflow history using Javascript in SP2007

I have a document library and a item list that have one workflow for each of them in a SharePoint 2007 site. May I know if there is any ways for me to retrieve the workflow history for both the ...
0
votes
2answers
801 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 ...
0
votes
0answers
4 views

SharePoint Designer 2007 Workflow association and settings .. Not GUI?

Is there a SPD GUI way to assign a workflow to a List? All I see is an XML file with list GUID. Same for turning on and off OnCreated and OnModified???? I've got a document library with that workflow ...
0
votes
0answers
52 views

Track a list like History List

I have a list; one of the columns is called "Assigned to" and the data which should be entered in this column should be Usernames. When we enter a username/usernames in this field, this item will be ...
0
votes
0answers
61 views

How to extract a workflow completion dateand time and display that info in a list column?

I am looking to display the date and time (date at minimum) of workflow completion under a column in one of my lists. I would assume that this would be done using a calculated column. I am open to ...