Is there a way of getting the current page's title on a SharePoint Page
I am attempting to use the Title attribute (column) from Site Pages (list) as the pageTitle for the corresponding page. I know that I could hard-code going through the Site Pages list for the title,...
View ArticleDisable or hide destination folder from library upload.aspx
Hi All,I want to disable or hide the destination folder from library upload.aspx so the user does not change/update the destination folder.As this application page we cannot have custom code to handle...
View ArticleAdding variable for list name inside jquery getby title in SPFX react webpart
My listname will change based on the condition as shown in belowvarkeyUserList;if(currentPageNameKeyUser>25000){keyUserList='keyUserList2';}else{keyUserList='TableList';}Jquerycode to get the list...
View Articlechange margin for this class 'dataTables_filter' in dataTable in react js...
Hi In my react js SPFX webpartI am using dataTable as shown in below import'DataTables.net';Code :pnp.sp.web.lists.getByTitle(keyUserList).items.filter("Title eq...
View ArticleUpdating a list item via Invoke-RestMethod
I am unable to modify an list item remotely via a REST request via PowerShell.Can anyone see what I am doing wrong here?I am getting at 403 Forbidden response from SharePoint....
View ArticleBind HTML form to sharepoint list items using angular JS
i need to create items for the below details in sharepoint list using angular JS<html><body ng-app="app"><form name="exampleForm"><input type="text" name="snumber"...
View ArticleHow to surpass 5k threshold view limit of a list any PowerShell scripts to...
How to surpass 5k threshold view limit of a list any PowerShell scripts to overcome this error?
View ArticleContent Search display template - remove html coding from property
I've got a content search with a few fields that I'm displaying. This notes field shown below is showing with some html code within the field. I'd like for it just to display the text, but I'm not sure...
View ArticleWorkflow Manager v1.0 - Can workflows be managed across site collections
Hi Guys,With previous versions of workflow, we have always had problems running them across site collections, running under elevated privileges or worst :-). I'm wondering if the same problems exits...
View ArticleI want to hide the site tile for a particular page in SharePoint online
I want to hide the site title and navigation for a particular page.Please see the below screen marked in red color
View ArticleSPFX React Updating Document Library file metadata using Rest API 404 issue
I have the item ID for that particular file, but getting 404 issue. Here is the sample code which have been using:this.spHttpClient.post(`${url}`, SPHttpClient.configurations.v1, { headers: {"Accept":...
View ArticleUpdate an On-prem list from SPOnline using Powershell
Hi,can i update an on-prem list from sponline powershell or pnp-online?Thanks in advancethanks
View ArticleSPFX react webpart get the data from page properties
I want to create a react spfx webpart that has to get the current page properties where i am adding the webpart how can we achieve this?
View ArticleModern Page Search Web Part missing ?
I'm using SharePoint Online Modern Page, why I can't find Search Related Web Part ? In the paste, I can use Search Result, Content Search in classic page.But Modern Page is not available ? So Do I need...
View ArticleCreating dynamic term sets for accented-characters issue
Hi All,I am creating dynamic term sets using jsom, which is working fine for normal text, but if I try to create term set for accented text like qué, cómo, dóndé , por qué, quién then the term sets is...
View ArticleCapturing delete event using custom js
Hi All,I have following custom js code to capture delete event on library item Once user clicks on ... hover menu for item opens and has ... to capture click of ... hover I have...
View ArticleHow to build dynamic multiple filter camlquery using jsom JavaScript on...
I want to apply multiple filter on SharePoint List which filter list by multiple ID field.To reduce looping while operation.
View ArticleCapturing edit properties event using custom js
Hi All,I want to detect if user has clicked on edit properties or update properties using custom js for library.Please let me know how can do it.Thanks in Advance, Jiniv Thakkar
View ArticleCalculated Columns refresh
We have a bespoke form that pushes items into a list for scheduled outages.In this list, the requirement is for a column to contain a year and id number ie 2019/81In order to do this I am running both...
View ArticleUsing SharePoint Online (365) CSOM Receiving 401 Unauthorized
Hello AllI'm trying to download from a document library to a network share using .NET and the CSOM package. When running the code, I'm receiving System.Net.WebException: 'The remote server returned an...
View Article