Tagged Questions
3
votes
1answer
87 views
SharePoint 2010 Workflow Deployemnet from DEV to UAT
I have Sharepoint 2010 DEV and UAT sites. I have made some changes in DEV workflow and I want to deploy the changed workflow to UAT site.
I have created the workflow template and saved .wsp file to ...
0
votes
0answers
22 views
CustomRibbon not displaying in inbuilt List created
I have created my CustomRibbon button in my project.
When I deploy it, it is showing me in the CustomList which is created from Site, but not displaying in the List which is created from VisualStudio ...
1
vote
0answers
38 views
Listdefinitions use Listname as Contenttype
I have a Sharepoint 2010 Foundation, VS2010 and
i use the Sharepointfactory(spsf.codeplex.com), if this is important.
My typical approach are:
I create first some fields, then i use these in a ...
0
votes
1answer
97 views
What happens to content if you remove content's dependency?
Dependency may not be the right word here - but basically my question is regarding what happens to the data inside a sharepoint content database if that data was created, for example, by using a ...
3
votes
1answer
255 views
Why Is My Content Type Replaced With a List Instance Detail When I Deploy My Project in Visual Studio, but Not When I Deploy it Manually?
I'm doing something that I think is pretty typical. I've created a content type, descended from Document, to go into a document library, like so:
<?xml version="1.0" encoding="utf-8"?>
...
1
vote
1answer
626 views
How to update choice field options with a feature upgrade?
I created a feature with a field definition with choices. These choices are bound to language dependent resources using the $Resources:file:key system. Resource files are included.
As the feature is ...
3
votes
3answers
1k views
How to efficiently deploy content types to a Content Type Hub
I have set up a Content Type Hub and tested the syndication is working correctly by creating a test content type and watching it be published to the client site.
Then I deployed the content types I ...
1
vote
6answers
7k views
Deploying columns with content types in Visual Studio 2010
I've written a feature that deploys new columns along with a content type containing the columns. The feature is Site scoped and written in Visual Studio 2010 to deploy to SharePoint 2010.
When the ...