JavaScript I am not able to retrieve the value of a people's field from my...
I have a requirement to build a report from a list filtering by a certain criteria. One of the fields that is supposed to show up in my report is a people's field that allows both people and groups in...
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 ArticleHow to display a CounterDown on a page?
Hello Forum ! What is the easiest way to display a counterdown on a SharePoint page? I want something very simple and basic as I have a single fixed date for one single event. Therefore, Something like...
View ArticleHide Person or Group Field depends on the Choice Field
Hi,I am looking for a JavaScript that hides person or group field based on choice field. for example i have one choice field called "Company" and have values in it like Google , Microsoft and Amazon....
View ArticleIs it possible to send the email from selected users in multiple choice filed.
Hi,we have sharepoint list with different data type columns, in this column we have one of the column is Select BU-Users(this is multiple choice -check box), End user select users while create a list...
View ArticleCan't change dialog title in showModalDialog function?
Hi,Seems the "title" property in the options parameter does not work for showModalDialog() function?Below is my code to open a modal dialog,var MyHtmlElement =...
View ArticleRead Multiple value person field and display in Page
In my home page, I want to display all the multiple value person field.I think this can be done with Rest/JavaScript.Can any one help to provide any example ?Thanks for any help.
View ArticleHow to check if the PPTX file uploaded to SP doc lib is using the correct...
Hi experts,We are using SP 2016 and we created several document libraries to which users can upload pptx files. However we have a requirement on the files uploaded by users. We provided a template pptx...
View Articlehow to take backup of office 365 sharepoint 2013 online site with including...
hello Friends,I have created Top level site and its 5 subsides on share point 2013 online office 365 site.I created on test environment but now this backup move to Production environment so i try...
View ArticleProcessBatchData doesn't work when updating Managed Metadata field in a list
I am trying to insert items in bulk in a list using ProcessBatchData in C# and one of the field is called "Department" whose type is "Managed Metadata". I am facing very strange issue which is below....
View ArticleMake Web Part Hidden
There are a lot of web parts in my specific site page and some of them are empty.Now I want to hide the empty one using CSS or JavaScript.One key point is if there are items in the list view web part...
View ArticleWant to hide the div element including header in SPFX react webpart
I am getting the list values and displaying in react SPFX webpart like as below.<divclassName={styles.rowStyle}><divclassName={styles.CellStyle}>How to Request Access...
View Article.NET Core Access SPO
Hi Experts,I have a .NET Core Application and want to access SharePoint Online list.I want to use CSOM Library, but can't find anything in the Internet. .NET Standard framework CSOM library is not...
View ArticleHow to list Communty site where I am member of using Jquery?
I have more than 100 site collections in my web application created using Community Site template and several users have joined as members in several of them. I need to list down ONLY the community...
View ArticleSharePoint designer workflow question - Number of items in a view
Hello,Is there a way to get a count on the number of items in a particular view on a list from SharePoint designer workflow 2010? Or does this have to be done in PowerShell using a caml...
View ArticleHow to use the built-in Check-in dialog in my custom button
Hi experts, I created a custom modal dialog using SP.UI.ModalDialog.showModalDialog, using below code. var options = {// define a URL (and yes, you can pass params to that URL) or reference your HTML...
View ArticleStore list column with unique value into a array in JavaScript
I would like to have list column with unique value into a array in JavaScript.How to do this ?
View ArticleHow to open New Discussion in a Dialog?
In discussions list, when I click 'New Discussion' I want to open the new Item form in a dialog? OOTB model dialog is not supported in Discussions list.
View Articlehow to get unique array from a 3 dimensional array based on two elements
I have requirement that when I retrieve listiems from a SharePoint online list I need to build another array of uniques combined elements.I am retrieving list items fields of :...
View ArticleHow can pass the id of the newly created listitem when the new item is saved...
I have a requirement that when a SharePoint user creates a new list item using the list NewForm.aspx, after successful saving the page needs to be redirected to another page passing the ID of the newly...
View Article