Cannot expand site group users without administrative rights
I've got a problem with SharePoint Rest API.I've got a service account with "Full control" permission level.I need to list all group members in my site collection.I can...
View ArticleSharePoint Event Receiver Environment.CurrentDirectory after deployment
Hello,I have developed an event receiver which will create a pdf file upon list submit record and drop the file at Environment.CurrentDirectoryWhen I run in the development, I see that the file is at...
View ArticleSplitting the Top Link Bar in two rows
Hi,Does anyone know how I can modify the Top Link Bar to display the links in two rows instead of one? We have many subsites, and the Top Link Bar keeps extending the row horizontally instead of...
View ArticleSharePoint 2013 List - Drag n drop attachments without datasheet view
SharePoint 2013 List on premisesCan we drag n drop files - Attach files in a sharepoint 2013 list not in datasheet view? All itemsThank you!Below is a js file with datasheet view drag n drop /*****...
View ArticleSharePoint 2013 List Header show all columns
hiBelow is the script don't seems to work when I scroll to the right. The Stickyheader.js I found on the internet doesn't refresh the page normal. I had to scroll back to the left when the page...
View ArticleHow can I open the /_layouts/15/aclinv.aspx and set it to a default group
I have several issues:1) I am opening the add the user to a group page (aclinx.aspx) in a Modal Dialog form from another Modal dialog. Although I am passing the MembergroupID, when the Modal dialog...
View ArticleWhy does SharePoint put in character code 8203 in a richtext field?
I use some RichHtmlField controls (PublishingWebControls) in different pagelayouts. I edit the pages, put some text in the fields and publish. It all seems to work fine, but I've noticed that...
View ArticleGet user properties by specific Id
How I can use to get user properties (login name, display name and\or title) from a specific user id ?I have tried this but no luck:var user = context.get_web().siteUsers().getById(userID); Thanks for...
View ArticleColor Coding SharePoint List Item Columns Based on Today's Date
I have a SharePoint Online list where I have been able to format the background color of the cells in the column based on the text in the field using this formula:{ "$schema":...
View ArticleREST API Get all documents Error Exceeds the list view threshold
Hi all,I want to call one API to get all folder, and one API to get all documents.- Get...
View ArticleReply to a topic in Discussion board List using CSOM
I am working with a Discussion board list. I need to create the whole list using CSOM from scratch. To which I was able to make the list and topic inside it as folders. But I am not able to add...
View ArticleUpdate taxonmy field value with Rest API
Hi Experts,Can we update taxonmy field value with Rest API ? I can't find a working demo, could you please help to provide ?Thanks for any help.
View ArticleUnhide Order column for list
Hi All,I am trying to unhide the "Order" column for SharePoint list(SPO 2013), tried doing below script but it keeps giving me error :Exception setting "Order": "The property 'Order' cannot be found on...
View ArticleHow to return more Permission data in response of API get all list documents...
Hi all,I have one problem about Permission Docs or Folder for current user that logged in SharePoint site. Please help me if you met issue before.How to return more Permission data in response of API...
View ArticleI am not able to get the selected values from a multiselect dropdown on a...
Below is my code:It is not working. I need to get the first value selected.<script type="text/javascript" src="https://code.jquery.com/jquery-1.12.4.js"></script> <script...
View Articlesetting the custom master page through powershell is NOT working
Hi, I am writing the below code to set the custom master page through powershell.But its not working .when i went to site settings-->master page --> in the drodown , the maste page set is...
View ArticleAdding custom coloum in Reorder.aspx page
Hi All,I am using Reorder.aspx for my custom list, I want to show my custom column instead of "Name". I know this Reorder.aspx is an application page but is there still a way to achieve my requirment...
View ArticleSharePoint Rest API get wrong date
I'm using SharePoint Rest API to get a date column, however, it's return the incorrect date value, a few hours less than the real date time.Could anyone please tell me what's the reason ?Thanks in...
View Articleoverlay option missing in ribbon
HI,I have created different calender views on sharepoint 2016 on Prem,in ribbon calender overlay feature is missing in ribbon.How can I make it visible calander overlay in ribbon.Thanks
View ArticleCustom functionality like Reorder.aspx
Hi All,I want to have custom functionality like Reorder.aspx. When the order of a list box item is changed, it should automatically take care of the values of remaining list box.Can this be done using...
View Article