REST API Function for Generating Guest Link
We want to provide external (anonymous) user access and viewing of files stored in SharePoint 2013 and/or Office 365.Does the REST API provide a function to generate a Guest Link programmatically?If...
View ArticleProblem with lookup value by CAML query.
I just cannot figure out what is wrong with my code that the query does not filter any item. It returns all items in the list. The RowLimit does work so I know the query is used. I wish someone can...
View ArticleUnable to authenticate to SharePoint Online programmatically with federated...
I am unable to authenticate to SharePoint Online using SharePointOnlineCredentials, receiving the error message:Identity Client Runtime Library (IDCRL) encountered an error while talking to the partner...
View ArticleSharePoint 2013 Gantt View Default Zoom
Hi all,Is there an OOTB way to change the default zoom of a gantt view to show months instead of days?Thanks, Ben
View ArticleWhich to use in App part or web part
Recently I have started working on SharePoint 2013 but sadly I find it very confusing specially App part and web part.In app part gallery also we have doc library,lists and in web part gallery also,...
View ArticleCan you only use a Delegated Control in a Masterpage?
I am using sp 2013. I have some custom c# code which is adding a webpart to the welcome page. I would like to do this for each new my site. I am thinking about to use delegate control. I googled...
View ArticleDetermine Email of the person in the people field using JSOM or REST API
Hi,I have to build below HTML dynamically. The source to build this is a sharepoint list that has a people field in it.Can I use JSOM or REST API to do this? if so, can anyone help with some...
View ArticleHelp on jquery
Hi All, I have the below DIV tag.<div class=”myClass”> <div> <div class=”removeThisClass”> <a...
View ArticleCAML Query for Large List.
Hi All,I am having list in which there are more 60000 items in to it. Can you guys please help me out that what is the best practice to execute query on such large list ?Is it a good way to increase...
View ArticleDocument library Permission - users/group can add/upload/modify but same time...
Hi,I have a question regarding SharePoint document library permission. I am using SharePoint 2013.I have 3 SharePoint groups (SP-Group-NL, SP-Group-US & SP-Group-BR).I have given the contribute...
View ArticleREST update item returns 403 forbidden
HiI have been struggling to update a list item through the REST api and JS. I'm working on Sharepoint 2013 on-premise install.Code:var requestUri = _spPageContextInfo.webAbsoluteUrl +...
View ArticleVisual Studio 2013 Version Recommended to Install for SharePoint 2013 Usage
All, What version of Visual Studio is recommended for general programming and development in SharePoint 2013.I have the following versions available and overall - am looking to just do simple changes...
View ArticleCopy List from one List to another on item adding and item updating
Hi,I have a situation where in when a item is added or updated in a List A, it has to copy to List B(in case item is added) and item must be updated(in case of item update).Both the Lists are in...
View ArticleDownload RSS feed as xml file from Sharepoint Online using PowerShell
Hello Our company sharepoint (Office 365) contains also several RSS feeds. How it is possible to download xml file out of this feed (website) using PowerShell? I can authenticate with sharepoint using...
View ArticleREST Endpoint Bug?: Can't Get Managed Metadata Column Value
Hi all,When using a REST Endpoint to retrieve data from a list, it appears the label for a Managed Metadata column has the WSSID copied in, instead of the actual value (ex. "My MM Field Value").Here is...
View ArticleWould a login router require an app or farm solution?
I am just beginning sharepoint development, and am trying to select the appropriate solution model - app or farm - for a login solution. In this particular case I have a set of portals ( ie host named...
View ArticleFormat List Calendar View Days
We'd like to format the calendar view of a list not off the data entered for each of the days, but off the actual day of the week.For example:Saturday and Sunday boxes would be redMonday boxes would be...
View ArticleAccess Denied in Timer Job
I have the following code in a timer job. I got "Access Denied" on the last line to access the list although I used "SPSecurity.RunWithElevatedPrivileges". The variable strtemp return a null value. If...
View ArticleRSS Viewer unknown error
Hi all,we have added a RSS Viewer webpart to one of our Teamsites. This is a Intranet solution.We receive the following (generic) error message:"Unable to display this Web Part. If the problem...
View ArticleWorkflow - Wait for field change
Hi All,I am just starting to experiment with sharepoint 2013 (in office365) workflows and am running into an issue.What I am trying to create is a sort of approval workflow in which multiple people...
View Article