Hwo to get Discussion Topic Name by reply ID?
I want to get in C# the Discussion Topic Name/Title by using the Id of the reply. I found that the reply has ParentItemID which has its parent and all the way to the TOP parent, Looking for a function...
View ArticleMulti-Select Validation
I have a multi-select choice field for a user to populate. Let's say options A and C are selected. Option A Option BOption CNext I have corresponding Date fields. Option A DateOption B DateOption C...
View ArticleSharepoint online REST API returns: HTTP Error 400. A request header field is...
I have a loop that will loop through records in my DB, pulling information i need and then creating 3 folders & upload a file. This works OK for like 40 records but then it starts erroring out with...
View ArticleSharePoint Confirm dialogue when adding item
We want to pop up a confirm dialogue when adding item in the list new form. Please help on this. Is there any built in feature can achieve this ?
View ArticleWhy highlighted items not showing in search? [Javascript]
Hello Everyone ! I have a Javascript code that highlights my results on a specific status. The script works fine, but the problem when i search for an invoice id the color of the highlighted item...
View ArticleHow to create page template by using PnP provisioning in SharePoint online
Can someone please advise me how to create pageTemplate by using PnP provisioning script creating new modern pages with this page template
View ArticleHow to reduce the height of the page banner in modern pages in SharePoint Online
How to reduce the height of the page banner in modern pages in SharePoint Online.
View ArticleUtility.SendEmail (CSOM - C#) 'To' field is blank for few users
Hello,We're facing weird issues with Utility.SendEmail (CSOM - C#) for few users. In my EmailProperties object, I have 'To' & 'Cc' propertiesI have cc'ed myself to check if email is sending...
View ArticleComparing numbers in Calculated Column formula, inside a simple OR Condition...
Simply trying to compare numbers in formula for calculated Column Total Days in Route. The numbers to be compared are returned by subtraction likeTODAY()-[CurrentRouteDateTemp]where the column...
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 ArticleHow to check item exists before getItemByid
I am using in c#item = list.GetItemById(40); This throws error if the item with id 40 doe snto exists. I do not want to use try catch. Please advise how can I check if the item exists using GetItemByid...
View ArticleActive Directory contact can be used for Sharepoint Alerts?
Hi,I am trying to create an alerts for Active Directory Contact ,is it possible with Active Directory Contact or it need to be AD generic User?thanks
View ArticleHow to check item exists before getItemByid
I am using in c#item = list.GetItemById(40); This throws error if the item with id 40 doe snto exists. I do not want to use try catch. Please advise how can I check if the item exists using GetItemByid...
View ArticleAdding Multiple Items to List
Hello Experts! I have some code (JavaScript) which adds multiple list items from an excel sheet. Data is converted to CSV and from there relevant data is extracted and list items need to be created, i...
View ArticleSharePoint Framework Field Customizer affecting default List default...
Hi All,I have created a SPFx field customizer which can be used in list/library for SharePoint Online. In whichever list/library this site column is added, default functionalities like Delete stops...
View ArticleHow to validate discussion topic url is valid?
I used the following to check whether an URL for a discussion topic is valid? Both returns false. spweb.Url.StartsWith("http://webapp/sites/CommunitySite/Lists/Community Discussion/Topic1");...
View ArticleInvalid Selector - #events! Please, check whether the used ID or CSS Class...
I am getting below error while getting data from 2-3 lists.. I am using jqwidget grid code for generating grid. but I am getting blank grid. while debugging in IEDOM getting below error.Invalid...
View ArticleUpdating user field with new entries using workflow
Hi guys,I have the following problem:- I have a list with multiple entries, and for each entry a different team. The team members are displayed on a column named "Team" - the column type is person or...
View ArticleSeparate DLL for SharePoint 2013 and SharePoint 2016 on Server side coding C#...
Hi,I had created a web service developed in Visual Studio 2015 using SharePoint 2016 DLL . It is working fine if I publish that code on SharePoint 2016 server. But when I am hosting same application on...
View ArticleCustom IAlertNotifyHandler gives error for deleted items!
I used the following to get the item Title, and other column values in order to send them in custom emailclass CustomAlert1 : IAlertNotifyHandler { public bool...
View Article