how to update a people/group field using JavaScript code?
I have the following code.I can update the title field but not the people/group field. I am not sure why the following code does not work.The value 8 is the group id I am trying to update the field...
View ArticleHow to check if a list is a Task List using JSOM?
Hello,I would like to know if it is possible to check if a List is a Task List using JSOM.It is possible to check if a List is a Library or a List, but I guess JSOM does not provide any attribute that...
View ArticleHow to produce a chart for site content count"
I want to show a Pie chart for items count of certain lists (Wiki Library, Picture library, Discussions list, Document library) and provide filters (From, To) for the Created date. Please advise how...
View ArticleHow to get feeds related to community sites only?
I have read https://docs.microsoft.com/en-us/sharepoint/dev/general-development/social-feed-rest-api-reference-for-sharepoin but not sure how could I flter feeds which are only specific to ALL...
View ArticleREST Itemcount with date filter does not work?
The following returns 20 items from a discussion listhttps://webapp1/_vti_bin/ListData.svc/DiscussionsList/$count?$filter=((Created ge datetime'2018-01-01T00:00:00Z') and (Created le...
View ArticleHover-able Text For Link List Web Part?
HeyI have a Page with a Link list web part, it is currently set up to only have the URL column shown, the list itself has about a dozen items. I'm trying to get the hover-able text to display on these...
View ArticleHow can I use the list.addItem with the list newform.aspx?
I want to use the code below to create the new list item along with the newform.aspx. How can I do it? The reason is that I need the id of the newly created item. var clientContext =...
View ArticleHow to develop Footer in modern page in sharepoint online
Hi Team,How to develop footer similar to Microsoft page ( https://www.microsoft.com/en-in/) in Sharepoint Modern pages in SPO.Can someone suggest with the procedure would be more helpful at earliest...
View ArticleREST api call using method getbyemail for user in a group returns error...
Users exist in sharepoint group:If I do simple GET request in browser:...
View ArticleHow to get feeds related to community sites only?
I have read https://docs.microsoft.com/en-us/sharepoint/dev/general-development/social-feed-rest-api-reference-for-sharepoin but not sure how could I flter feeds which are only specific to ALL...
View ArticleNotification center for all changes in Sharepoint community site?
I want to show a section/page in which I want to list all changes have happened in a specific community site from the logged-in user's last visit to the site. The changes could be add/edit/delete to a...
View ArticleHow to list ALL activities happened in a SITE b yALL users in a timeline?
I want to list in a content editor web part - of ALL the activities have happened (post, reply to a discussion, likes, uploads, etc..) in a community site byALL users. I looked at REST API of social...
View ArticleGet All Document Library and display in my homepage Jsom/Rest
I want to Get All Document Library and display in my homepage Jsom/Rest.Now I can get all lists. But how to determine if it's Documents library or custom list ?I want only documents library.Thanks for...
View ArticleHow to download all the files from siteassets library using powershell, to a...
How to download all the files from siteassets library using powershell, to a folder ( D:\ Drive )Below code is not working: $destination = "F:\PoCSolutions\July7Timer\SITEASSETS" $webUrl =...
View ArticleCan I set permissions on SharePoint list items in a way that they inherit...
I have inherited a SharePoint online site where there is a parent list and several other lists that are children of the parent list. The children list items are linked to the parent list item via...
View ArticleHow to insert an item with specific ID or update ID field?
Hello,I have been looking into this forum about how to insert an List Item with a specific Id or Update an item with a specific ID field?Then I have found some properties to be updated like...
View ArticleError: The query is not valid
Rest API:/_api/Lists/GetByTitle('test')/items?$filter=year(salesdate) eq 2020Want to filter based on year of a date field but return the error "The query is not valid"How to query this ?
View ArticleDisplay Image Based on Field Value
All, In the following code I am using with a custom SharePoint 2013 list which I didn't create I'm attempting the following and have some questions for how to obtain the following:1) The field name I...
View ArticleHow to initialize people picker control in a modal dialog
Hi expert,I'm using below function to open a modal dialog, in this modal dialog I need a people picker control, but not sure how to initialize it using...
View ArticleLimit character Multiple lines of text(Enhanced rich text) field in list...
Hi,How to limit character in SharePoint list field:Is there any way for notification with javascript as an alert when/before user click on "Save" or any other way?Please advise.Thanking in...
View Article