Approval - SharePoint 2010- Workflow in SharePoint 2013 by using OM
Hey guys,i have a question about the 'Approval - SharePoint 2010'- Workflow in SharePoint 2013. If I want to use that Workflow, I have to activate the related 'workflows'- Feature in the Site...
View ArticleSharepoint 2013 Apps upgrades from App Catalog
I added an app on my 'local' App Catalog, then I installed it on different sites.Now I upgraded the app on App Catalog. How could I push my upgrades to web sites where the app is installed?How can i...
View ArticleDeploy default.aspx with site definition as publishing page.
I have site definition, where I deploy custom default.aspx file. The file has some JS scripts and WebPartZone, nevermind that. It is deployed like this: <Modules><Module Name="Default" Url=""...
View ArticleHow do I set up the Query in a web part from a publish page on main Intranet...
Hi Everyone,I have set up a publishing site in a site collection. We will use this site as an Intranet in main page with lots of links. We also want to display a ist of warning message that are...
View ArticleQuestion on SPChangeQuery and GetChanges
Hello,I have written the following powershell code...$q = new-object("Microsoft.SharePoint.SPChangeQuery") $false, $false $q.RoleAssignmentAdd = $true $q.RoleAssignmentDelete = $true $q.Web = $true...
View ArticleProblem with VS2012 and Sharepoint 2013 Solution
Hello everyoneI've got a problem that's driving me crazy. I'm migrating a Sharepoint 2010/Visual Studio 2010 Solution to Sharepoint 2013/visual Studio 2012 with the developer tools.My solution consists...
View ArticleHow to check whether current user is site collection administrator using...
Hi,How could I get to know is the current logged in user is Site Collection Administrator using Javascript?Please help me to get rid of the above issue.Thanks in advance,Kalpesh
View ArticleCreate DocumentSet in SharePoint 2013 App Web
Hi,I create a sharepoint-hosted app for SP2013 and provision a list with the content type "Document set" to the app web.When I run the app, open the list and try to create a new document set by the...
View ArticleApply different term sets to top navigation and quick launch
I used Managed metadata Navigation to display links on my top navigation. That is fine, but I would like to display a different set of links in the quick launch. When I enable both options in Site...
View ArticleHow to enable publishing - on page or in site definition.
My site collection is created from custom site definition. I want to use Device Channels in it. It can be only applied to publishing pages.What have I already done:- activated Publishing features -...
View Articlepage layout &web part
Hello everyone ,I have created a pagelayout with webpartzone in it. in my pagelayout, i have a list item which is ;<SharePointWebControls:ListItemProperty runat="server" id="ListItemProperty2"...
View ArticleProgramatically Provosion Managed Metadata field
I am having trouble programatically provisioning a managed metadata field from CSOM. I am using the AddFieldAsXml method, and basically using the same markup, outside of the right GUIDs from my TermSet...
View ArticleCustom look and feel of my site sharepoint 2013
Since the my sites in 2013 don't have a composed look option can anyone point me in the correct direction to apply theme changes through a master page?Stefanie Long
View ArticleWeb part Title is missing on migrated Site in SharePoint 2010 ?
Hi All,We are migrating sites from SharePoint 2007 to SharePoint 2010 using database detach-attach apporach and using custom master page for branding .When the site is migrated Web part title's are...
View ArticleHow to get people picker value using JS Link feature
Hi All,We are using JS Link new feature of SharePoint 2013. I have a people picker column in my list. I want to get that column value for an item. When am usingfunction () { // var itemCtx = {};...
View ArticleWorkflow. Length of string variables is limited to 255 chars?
Hello All,I am trying to build an Uri for REST query. I output the string via WriteToHistory activity setting Message property to vString1+vString2 ... vStringN.The total length of the string is about...
View ArticleImport Groove 2007 to SharePoint 2013
Hello,I have to import Groove 2007 workspaces to SharePoint 2013.I haven't found any thing regarding this kind of import...Do you have some clue for me ?Thank youjulien.
View ArticleRWD on SharePoint 2013
Hi,Is there any documentation from Microsoft on developing using RWD approach in SharePoint 2013? Are there any limitations as to how far RWD can be implemented on top of SharePoint? There are lot of...
View ArticleSharePoint Online (Office 365) create site problem
Hi, I ran into a problem when programmatically creating a new site in SharePoint Online. I try to run it from a webpart. On-premise everything is working like a charm, but when i deploy it to...
View ArticleAnonymous access of Managed Navigation Termset via JSOM
I have built a global navigation using the example provided by this site: http://blog.mastykarz.nl/global-navigation-sharepoint-2013-revisited/ and it works really well after a few tweaks and...
View Article