MySite feature stapler for personal site collection master page branding not...
I'm following this blog http://blogs.technet.com/b/sharepointdevelopersupport/archive/2013/09/17/how-to-change-master-page-of-a-personal-site-in-sharepoint-2013.aspx and can't seem to get the feature...
View ArticleDeploy app in Visual Studio 2013 error
When i try to deploy my app in Visual Studio 2013 i get this error: Error occurred in deployment step 'Install app for SharePoint': We're sorry, we weren't able to complete the operation, please try...
View ArticleHow to set ShowField in powershell for people picker site column
How do I set "Show Field" in PeoplePicker column to "Name" using powershell?I've tried $siteColumn.[Show Field] ="Name",$siteColumn.'Show Field' ="Name",$siteColumn.ShowField ="Name" and...
View ArticleHow to get a value from User's AD attribute and Display it on a SharePoint...
Forum,We have a specific attribute in Active Directory for every single user. Meaning: In our Active Directory we have an attribute e.g. "UserType" and the value of this attribute is different from...
View ArticleWhere to register event handlers for a content type
Hello,I'm developing a feature that creates site columns, content types, event receivers (class libraries) and binds all together - everything using code and not xml. The web application should have 1...
View ArticleGet a list of all files from the REST API as admin
I am developing an app that watches the use of files by users. I need to get a list of all files in the enterprise. I cannot see a way to query from a single user. That user can only see their own...
View ArticleHow to open a aspx page in a sp modal dialog for ipad?
I have a scenario where I need to open a aspx page, inside a SP Modal Dialog.I have created the same and it is working perfectly in every browser except IPAD.Is there any different approach needs to be...
View ArticleAntiXSS removed from GAC?
I have code that MSOCAF required us to use the AntiXSS library. It was added and the package was updated to deploy the AntiXSS.dll to the GAC. Once the DLL is in the GAC, I remove the original...
View ArticleCustomize Navigation Menu bar - Removing the last menu item text seperator
Hi,I have a custom Master page, in which I have added the Menu control. The menu works fine. If the user clicks on the menu, i am showing the pages below.. In each of the menu item, there is a text...
View ArticleAjax in Script Editor does not fire until I open the developer tools for...
I have a very weird issue that is occurring with jquery code that I put in a Script Editor web part. In IE 9 and below the code does not seem to run if you just open up the browser to the page that...
View ArticleSharePoint Rest API return does not return JSON
Hi,I have something strange on one of my site collection. On my Master Page, I have a call to SharePoint REST API to get the page last modification date. The same script is working correctly on one...
View ArticleJSLink
(function () { // Create object that have the context information about the field that we want to change it's output render var ageFiledContext = {}; ageFiledContext.Templates = {};...
View ArticleUploading bigger files using CSOM
Hi,whenever i try to use this codevar myFile = new FileCreationInformation(); myFile.ContentStream = doc.ContentStream; using (ClientContext ctx =...
View ArticleREST Service with admin access
We have SharePoint 2013 server. We are implement the some webpages that will utilize the REST service. currently all the REST calls are runs under current user credential. is their anyway to run the...
View ArticleUrgent - Sorry, we can't seem to connect to the SharePoint Store. Try again...
I am getting this error after run below command in power shell.Set-SPAppStoreConfiguration -Url http://officeclient.microsoft.com -Enable $trueCan anyone please help me?Thanks.
View ArticleState Machine Workflow (SP2010 engine) causes Visual Studio 2013 Ultimate and...
I have SharePoint 2013 Server installed + Visual Studio 2013 Ultimate Update 4.In Visual Studio:Create a new project from template "SharePoint 2013 - Empty Project"Add a state machine workflow (2010)...
View ArticleGet User/Group Permissions for List using javascript(ecmascript)
how to get permissions for SharePoint list using js?Trying code based on this corresponding article on stackoverflow my RoleAssignment Collection is not initialized becauseclientContext.load(list,...
View Articleadd third party dll to solution
In my solution/web part, I used a third party dll (newtonsoft.json.dll). I have added the dll to the solution and project level. I do not see the dll when I tried to add a reference. Please see the...
View ArticleSharepoint Content Editor Webpart appending ___jb_old___ to link
I added a Content Editor Webpart to my Site Page and in the settings I set the "Content Link" to an HTML page under my SiteAssets library. The link keeps changing from '/SiteAssets/html/page.html' to...
View ArticleUpdating CustromXML part in documents on request
Hello,I have a document library, which contains .docx files with content controls, bound to custom XML. I need to update those custom XML parts with the new values when user requests file open...
View Article