From SP2013 redirect to SP2010 Mysites
Hi - We have User Profile Service and MySites setup in SharePoint 2010 Farm. We have another small SP2013 Farm coming up for some dedicated use.From the SP2013 Farm we want to be able to have users...
View ArticleJS-Link Problem
Hi,i have a problem with a webpart in which i set the property of a JSLink. I want to change the display of 'SharePoint blog posts. The JavaScript is as follows:(function () { var overrideCtx = {};...
View ArticleDateTimeControl Comparision
Hi All, I am facing an issue with datetime control validation. I have two datetime controls date1 & date2 and the validation should be always date2 >date1. I am using the below code for the...
View ArticleShow a "messagebox" on button click via server side code in visual webpart
Hi,i have a curious problem. I have a already developed Visual WebPart and a Button on it. This Button has an Server Side OnClick Event which works fine. I need to add new functionality to it so that...
View ArticleI want Check exist file
Hi All.I made Console Application Check exist file from forder of server.label.Text = System.IO.File.Exists(@"\\nar-serverPC500s3\test\memo\choco\ice\abc.xlsx").ToString();And I got return True. But If...
View ArticleOffice 365 Azure user information
Hi,Is there any way to get the Office 365 Azure AD user information ? Any API or code possible ?Thanks
View ArticleAccessDenied help
Good Morningwe have customized accessdenied form.how to force user to sign in as different user.it works for Site collection level but not deeper level for example this won't...
View Articlemonitorring excel services power pivot reports
Hi ebHow would u attempt to analyse time spent on data retrieval to power pivot excel chart published in sp2013 power pivot gallery time spent on processing the report (time spent on calculations,...
View ArticleAccess Denied when programmatically creating site collection
I'm the global administrator and can successfully create site collections through the admin site in office 365 but when I try to create a site with the code below I get an Access Denied error. Any...
View ArticleSharepoint 2013 - Use a central list in a site collection to write/change...
I have this site structure:Root ---- Customer 1 ----- Order 1 ----- Order 2 ----- Customer 2 ------ Order 1 And so...
View ArticleDetermining Hierarchy
Hello Experts,I am currently using the Sharepoint REST API to interface with Sharepoint online to build an explorer app. I am able to access the Sharepoint hierarchy using REST API with no...
View ArticleHow do I detect if any change has occurred when comparing...
Hi,I want to know is there a quick and easy way to check if ANY change of fields has actually occurred or do I need to create loop to compare each field?e.g. Something like properties.AfterProperties...
View ArticleProblem copying file using REST Api method CopyTo
Hi,Its a pretty simple example i'm trying to execute. i have a folder which has a docx file and i want to call the restapi to copy it into the same folder with a new name. This is the url i'm using in...
View ArticleSite Column Values in Site Collections
Hi,Just want to know one of the possibility i.e.We have site column 'Tags' of type Managed Metadata column.Used the same in different document libraries of the site collection.Now i want to get the...
View ArticleCreateHttp not working
I'm trying a very simple piece of PowerShell v2 code to get the title of a site using CSOM and REST:[System.Reflection.Assembly]::LoadWithPartialName('Microsoft.SharePoint.Client') | Out-Null...
View ArticleListItem.Update() throws exception in app only context
Hi all,Currently I'm working on an add-in for SharePoint that needs to update list items in a specific library. When I use a client context that is created with "CreateUserClientContextForSPHost", it...
View ArticleLookup column and deleted lookup item
I have a lookup column and it links to an item in another list. When item in the lookup list is deleted or its item id changed, the lookup column becomes empty. In a scheduled updating process, we...
View ArticleDeployment of a .WSP package with minimal impact on the running services
Hi,I have created a .WSP package with my SharePoint solution. It contains mainly application pages (aka layout pages) that are deployed on the farm level to the _layouts folder.My client has many...
View ArticleEnable "Display Search box" programmatically
Hi all, how can I enable the "Display Search box" programmatically in SP2013 when provisioning a new webpart. What is the property called. Cheers
View ArticleCreateing a aspx page with inline code or code behind
I need to write some code and a webpart doesnt look like the correct place for this application , is it possible to write just a single aspx page and insert it into sharepoint and have it work IE in...
View Article