Consuming REST using only JavaScript
Hi,How do I do to consume a REST DataSet using only something like Jqueryfor example, if I have the items under a list\library...
View ArticleCreating a Factory class with SharePoint server side API to instantiate a...
Has anyone ever got the idea of creating a Factory class with SharePoint server side API to instantiate a wrapper class around SPWeb?I mean, for site created with different templates, or same templeate...
View ArticleBreadcrumbs (horizontal) in SP Foundation 2013
Hi!I have done this on severall O365 sites but now in in a on Premise Foundation 2013.I have managed to change for the SharePoint:PopoutMenu but the image is now shown, but the menu is...
View ArticleTypeError: Cannot read property 'replace' of undefined
My SharePoint server 2013 was working fine. All of a sudden when im trying to create custom list and add items in the list.i'am getting the following error.Please Help me out!!!
View ArticleImport data from Excel into SharePoint list
I got a requirement to import data (2 million records) from Excel sheet into SharePoint list and need to validate the column type while importing it. can anyone please suggest the best option to do...
View ArticleRemove SharePoint Groups from a SharePoint list with Unique permission
0down votefavoriteI am trying to create unique permission in a SharePoint list using client side C# code. I am able to break inheritance and add a permission level to the group, but the thing is it is...
View ArticleHow to Pass Information to another lists' New Form
I hope someone can help (fingers crossed). I have a SharePoint Calendar being used as an Events List. I created a custom DisplayForm that shows, below the event details, another SharePoint list (on...
View ArticleSharepoint masterpage changes while reload
Hello, I just branded our Sharepoint 2013 Website. I did this without the Design Manager, but with copying, renaming and editing seattle.master + adding a new CSS registration entry in the head area of...
View ArticleCreate a dynamic Lookup Column in SharePoint List New Item page
Hi All,We have 4 lists, List Parent and List Child A, Child B and Child C. List Parent has column "Project Name" and "Portfolio Name". All the child Lists use the Project Name column from the Parent....
View ArticleHow to check if the given user name is valid or not using CSOM
Hi All,Is there a way we can check if the user name that I have is valid SharePoint user or not. I am writing code using CSOM to bulk insert data in SharePoint list from excel and some of the users so...
View ArticleScripts in Style Library vs CDN
Hi Experts,Can you please let me know which is the performance wise best option for storing Scripts in SharePoint? Storing them in Style Library or Referring them from CDN?Thanks, Amit
View ArticleNull Reference error when getting current user
Hi,When using SPContext.Current.Web.CurrentUser.LoginName to get current user name, it throw exception null reference error.Please help.Thanks in advance
View ArticleSharepoint 2013 registration using gmail, linkedin and facebook account
Good Morning,we have SharePoint environment in DMZ with FBA configured, currently we developed custom registration to store login information in novel directory, and SC Admin would provide appropriate...
View ArticleUnable to add web parts in Wiki Pages.
Hi Everyone,Please help me to fix this issue.1. I created a Wiki Page.2. I opened the created page, click Edit in the ribbon, clickInsert icon in the ribbon. Click WebParticon. Nothing happens here.3....
View ArticlePoint /Pages/ url to / url
What i am trying to do is that i want to point the /pages/ url to the url /. I know that if i switch to managed navigation I am allowed to change the page url but i need this done with the Structural...
View ArticleIssue with export-spweb if run it in invoke-command
Hi all.Trying to make replication of some folders, lists and etc..Trying to run Export-spweb in invoke-command and get this...
View ArticleREST from a SharePoint hosted App using JSOM to read a list in a DIFFERENT...
I'm struggling to find a resolution for this and am hoping somebody can help please? If I debug against my top-level site (ie - set my site url to 'http://mysharepointserver/") and use JSOM to bring...
View ArticleSharePoint apps using Angular JS
Hi, I'am new to SharePoint Apps and i want to develop some sample SharePoint Apps using Angular JS, web api and MVC 5. Please suggest me a Good Tutorial for it.
View ArticleLIKES count in sharepoint 2013 lists
HaiI have enabled likes on sharepoint 2013 list items. I want to access that using Client side rendering (CSR) like belowfor (var idx in listData.Row) { var listItem = listData.Row[idx];...
View ArticleCross domain request from JavaScript filter on DateTime field.
I am issuing a cross domain request from JavaScript. The request should filter a standard EventCalendar based on the Start and End times. Based on this my url looks like...
View Article