Source paramater for aspnetForm not working in SharePoint 2013
With SharePoint 2010 I could do something like this to redirect the new form back to the new form on save.document.getElementById("aspnetForm").action =...
View ArticleUpdating web.config through SPWebConfigModification updates last modified...
Hi,I have tried updating web.config entries through SPWebConfigModification class. We are targeting for single web application. This updates value fine in the web.config for the specific web...
View ArticleFolder is getting created with ID number
Dear Team,I am creating a Folder in SharePoint List using rest API. I have followed along the below URL and was able to create a...
View Articlecustom FBA signin Page folder location
Hi web application custiom signin page URL I have given "/_layouts/15/GG.Login.Custom/Login.aspx" but when I physically check the location the  GG.Login.Custom sitting under Template/_layouts/16/ but...
View ArticleFBA Custom Signin page error
HiI have created a new web app for testing FBA custom signin page and my visual studio is pointing to previous web app which i created and when checked the farm solutions gg.login.cuntom.wsp was...
View Articlecustom view based on document names
Dear all,I have created two calculated columns for document renaming when uploading document.. Now I want to create custom view based on the documentname.formula for first calculated column1 is...
View ArticleEnsureScriptFunc
I am trying to load a script file using EnsureScriptFunc function call as shown below:RegisterSod('kendo.all.min.js',...
View ArticleHow to access Microsoft graph from SharePoint online aspx pages?
I have SharePoint 2013 online site and from one of the aspx page I want to access some of the Microsoft Graph endpoints.I am using following code in $(document).ready to get the access token to connect...
View ArticleCSOM in Sharepoint 2013 using PowerShell - Issues
HiOver in http://social.msdn.microsoft.com/Forums/en-US/d64798ca-653a-413c-b262-3a5d8ecee4d2/csom-and-sharepoint-2013 i asked if this should work, the answer is yes, but it does not for me.I have the...
View ArticleMultiple login prompts after call logout page.
There are some cases that my Sharepoint 2013 farm application must force the user to logout.In order to logout the user, the app redirects the user to closeconnection...
View ArticleHow to use the reusable components in SPFX projects
Hello Guys,I am working in a SharePoint Framework (SPFx) project in Online version. We have created two separate projects, one is main project and another one is common project. The common project will...
View ArticleHow to refresh or reload the controller in AngularJS after adding the list items
Hi,I am using AngularJS for displaying and Adding list Items, so there are 2 controllers one for adding and one for displaying list itemsi want refresh the controller after adding new list items, below...
View Article'xsltlistviewwebpart' is not supported
Hello Guys ;I'm new with Sharepoint developpement , and i was following some sharepoint developpement tutorials about creating a new Sharepoint List .I used the same code as in the turorial ( i even...
View ArticleSharePoint online- Page Title
Hi there,I'm having this issue. when I go to any lists or libraries the page title seems to add the current list or library view name to existing title ex. Lists(List name) - AllItems(View name).This...
View ArticleFilter list items created by ME - SharePoint Online
Hi there,I'm trying to retrieve data from a list where the items are created by METhis is what I'm using but it doesn't seem to be working.var userName = _spPageContextInfo.userDisplayName; var...
View ArticleUpload SharePoint Online with Errors: File Not Found, and URL is not web...
Function Upload-FilesFromServer() { param ( [Parameter(Mandatory=$true)] [ClientContext] $Ctx, [Parameter(Mandatory=$true)] [string] $SourceFiles, [Parameter(Mandatory=$true)] [string] $TargetDocLib )...
View Articlelist in modern layout office365
when i try to filter the view in the office365 modern layout i am not able to see the filters showing all the columns and help me for the sameBlitz
View ArticleHow to Expand Collapse Multiline Text field in SharePoint ListView
Hi,I want to Expand and Collapse Multi line Text in SharePoint list-view as the text is very longhow can i achieve this ?sal
View ArticleEdit and View Form - Modify width for specific fields
Hi again,I'm trying to change the default width of some fields in the Edit and View Forms.What I already got is to modify the width of text fields with this code:<style> .ms-long { Width: 500px...
View Articlestrong tag in sharepoint 2013 editor
Whenever I try to apply the <strong> tag instead of the <b> tag is does not let me save the page.I want to use Strong as it is used by screen reader much better than the <b> tag...
View Article