2
votes
2answers
93 views

Powershell script to retrive all the customization done on sharepoint site

How to write a powershell script which will display the customization done on a sharepoint site - customizations like custom features, custom workflows, custom site def, infopath form etc...
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
0answers
295 views

Sharepoint 2010 publishing approval custom workflow

I need to create a custom publishing page approval workflow using SPD 2010. Actors: owner, contributors, approvers Type: parallel. Process: 1. Owner creates a page and assign to the contributor group ...
0
votes
0answers
8 views

Under what criteria to columns show on the WorkFlow Information page?

Under what criteria do fields display on the WorkFlow Information page or WorkFlow Status page (Workflow.aspx)? Also, is it possible to add additional fields to that page or must you create a custom ...
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
454 views

sharepoint 2010 cannot edit list item after approved

Working on a custom approval workflow, in which: A form is filled out, and Then the item is sent to an approver via email. Approver views item, and chooses approve/reject from the ribbon. Item steps ...
2
votes
1answer
119 views

SP 2007 custom workflow activity not deploying properly

I have a relatively simple workflow activity that just removes all permissions on a list item. This activity runs great in our test environments which is 2k8 r2 64bit. However, when we GAC the ...
1
vote
1answer
578 views

How can I have a user attach a file to a workflow task?

I'm using sharepoint designer 2010, custom list. I have created workflow on that list. I need to enable the user to enclose a file to the workflow task: What kind of task I need to use? P.S. I'm ...
1
vote
1answer
306 views

Custom State Machine Workflow with navigation based on user input

Here's what I have to do: I have a list of items called Projects, and for this I have developed a custom display form called DisplayProject.aspx, and a custom State Machine Workflow. I have to put a ...