1
vote
0answers
57 views

Deploying Workflow wsp as sandbox soluting

I Am Relatively new in sharepoint. I have created a small workflow using Visual Studio as a Farm Solution. It works fine for my Server but whem I am trying to deploy it on remote server its disabling ...
0
votes
1answer
188 views

Hide SharePoint custom workflow activity in SharePoint Designer Action menu when feature is deactivated

Is there a way to hide a SharePoint custom workflow activity in the SharePoint Designer 2010 Action menu when the feature is deactivated? It doesn't happen automatically, but I was wondering if there ...
0
votes
0answers
274 views

How to use the CreateTaskWithContentType Activity in SharePoint SequentialWorkflowActivity?

Need sample for Task-related activity based on SharePoint SequentialWorkflowActivity Maybe someone has usefull samples? task-ralated activity ONLY FOR using in SharePoint Designer!!! sequence ...
0
votes
1answer
131 views

Download Pages From SharePoint for Deployment to Another SharePoint Site

Are there any tools or methods I can use to pull down .aspx pages from SharePoint into Visual Studio? I'm developing a SharePoint site on a development environment, for use in several other ...
0
votes
0answers
136 views

Customized Page Content

I'm trying to do some automatized process in Sharepoint 2010: Create some document libraries, some custom list, some columns, webparts and an Article page using VS 2010. This is my code that it's ...
0
votes
2answers
299 views

Custom content type

I have a custom content type create in visual studio 2010: Here you have my custom content type.... I would like to use this content type in a sub-site in the same site. Now I have this: http // ...
0
votes
1answer
401 views

After SPD Reusable workflow imported in Visual Studio 2010

I made a simple reusable workflow in SharePoint Designer. Which sends an email and then sets the WF status to "Completed". Imported in Visual Studio 2010. I added a CreateTask1 before the email ...
0
votes
1answer
703 views

Hide/Disable Edit button based on column's Values in Sharepoint 2010

I have a column that has 2 Categories, Done and Pending. I would like to Hide/Disable edit button once the user selects an item and if that item has a Status column of "Pending". I would like to ...
3
votes
2answers
1k views

Sharepoint Designer says: “The list of workflow actions on the server references an assembly that does not exist”

I successfully deploy my custom Action to the list of Actions available for use in my SharePoint Designer, but when opening an existing workflow, or creating a new one in the Designer, I get the ...