1
vote
1answer
38 views

How to get approval status of a list item as a column to that list?

I have a Calendar list and an approval workflow. The workflow is initiated when a new item is added. The event gets approved in the task list. I want to get that "Outcome" column to the list. But when ...
2
votes
1answer
54 views

Comma is being appended to values when adding new item to list through C#

I have a custom web part form which takes a few values from text boxes and adds the new row to a list. The problem is that when I click 'save', the values are being saved but some fields like ...
0
votes
0answers
50 views

Assign users to a task without form

I have associated a workflow to a list. When there is a new item, the workflow will be fire and it will assign a task to a user in order to edit the new item. At first the edit is made through a ...
1
vote
0answers
226 views

How to create a Sharepoint 2010 List with parent-child relationship and apply approval workflow?

I have 2 Custom Lists in Sharepoint 2010 ExpenseList (Parent List) ExpenseDetailsList (Child List) I want to display the ExpenseDetailsList inside the ExpenseList to the user. User shall be able ...
0
votes
0answers
58 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 ...
0
votes
0answers
181 views

Nintex Workflow (custom list) [closed]

I created a custom list and attached a nintex workflow to it. The workflow starts with a condition (If the individual chosen a specific department then the email would go to that manager. After that ...
0
votes
1answer
398 views

I can't remove Content Type programmatically? How I can do it? SharePoint Foundation

I create in SPD 2010 workflow which create custom content type with column. I removed workflow, list and column and I also want to remove content typ but I can't do it, SharePoint shows this info "The ...
1
vote
1answer
172 views

Workflow not starting on adding new item to list via a custom aspx page/form?

I am using FB Authentication and have a custom sign in page for Users(External) to request new accounts. On request, their details are added to a custom list. I have workflow on this custom list ...
0
votes
1answer
207 views

What can I do with SharePoint workflow?

What can I do with WorkFlows and lists without using Visual Studio? Can I develope any system that I can develop with SQL server and C#? What are my limitations?
1
vote
1answer
408 views

Updating a top level list from a subsite

I have a contracts list on the top level site because it needs to be accessed by multiple subsites, however one of the subsites has a list that gathers some pieces of information that I need to push ...
1
vote
2answers
408 views

Workflow; Use previous document library item to populate field

This one has stumped me indefinitely... so I'm coming to the great guru's of the confusing concepts. CASE: I have an InfoPath form which is connected to a document library. Once the form is ...
1
vote
1answer
2k views

associate workflow to custom list - sharepoint designer 2010

I'm using SharePoint designer 2010. I have created workflow in the designer. now I want to associate the workflow to custom list, so I have created custom list and then go back to the workflow in ...
0
votes
1answer
78 views

workflow in sharepoint designer 2010

I'm using ShgarePoint designer 2010, I have created custom list. I have associate workflow to this list and operate the workflow on list item. now I want to make some change in the workflow, but I ...
0
votes
1answer
844 views

How to maintain workflow associations when deploying a SharePoint Designer wsp file on my customer's machine?

I know this might be a silly question but here goes... I created an event calendar site and it has some customized webparts (done using visual studio), custom views (XLV webpart views) and workflows ...