SPO JSLink Column Format is not taking any action
Hello Everyone!I have a list of type **Classic Experience** that contain column **"Status"** assume the following values: Approved, Pending, and Rejected. Each of these values contain a color format...
View ArticleHow to show Number of likes, Has best reply, etc in custom alert?
I have made a copy of alerttemplate.xml and want to modify <AlertTemplate Type="List" Name="SPAlertTemplateType.DiscussionBoard"> to show Number of likes of discussion topics, Does it contain...
View ArticleGet only those data from Share point External content type depending on the...
Hi,The throttle value of the list is 20000 that is defined by the company. But the data in the BCS list is increasing more than 20000 and the list is throwing an error as it not able to accommodate...
View ArticleJavaScript CountDictionary is not provided for SharePoint Online
Hello everyone ! I am trying to add a new button to the ribbon in my list. The button shows fine but no action is taken, the main idea is this button will update status column that have In Progress...
View ArticleSPD 2013 Enable Multiple Selection for Print Button
I am using SharePoint Designer 2013 connected to my Communication Site, i have tried to add a print button to the command bar but i got 2 problems:The first problem is when i add an image to the...
View ArticleSharePoint Online - Page Header
We have a few Office 365 Site Collections. Users don't like to see Page Header (too much blank space). Is there a way to get rid of the blank space completely or reduce the width of it.Any info would...
View ArticleIncremental Backup of Sitecollections with PowerShell
Hello,I wanted to Backup a Site Collection once a week with a full-backup and every other day of the week with an incremental or differential backup, but I think that isn't possible that easily, Right?...
View ArticleC# code to copy files to a Sharepoint site
I'm new to both sharepoint and some C# experience.I'm looking for c# code to simply copy a file to a sharepoint site. Currently doing something like this: string siteURL =...
View ArticleCustom site template not showing up in list when creating new site
I upgraded a site collection from 2010 to 2013. There is a site template called "My Site Template" which shows up in solution gallery (in Site Settings) in both 2010 and 2013. I can also activate and...
View ArticleGet List Item Versions using CSOM SharePoint 2013 On Premise
Hello,We are trying to get the versions data of list items (SPList and not Document Library just to be clear) using CSOM in our console app. We found that we can get the versions data in SharePoint...
View ArticleHow to implement Content Approval Workflow in Sharepoint online with email...
Hi Team,How to implement Content Approval Workflow in Sharepoint online with email notifications on Document libraryIf any new document uploaded/ modifications in document, then how to add Content...
View ArticleExport SP 2013 list view with powershell
I have the following to export an entire list. However can someone assist with how to code in the name of the view?Add-Type -Path...
View ArticleHow to get the network id of the modified by column value in custom...
I have made a copy of alerttemplate.xml and need to include the image of the user (MODIFIED BY) in the alert email. All user pictures are in mysite web app in my company. For...
View ArticleHow to get List column values using IAlertNotifyHandler?
Is it possible in the c# code to iterate thru the list items affected by a specific alert (immediate/daily/weekly)? I followed...
View ArticleSPUtility.SendEmail is not working with HTMl email properly
I build html strings which has around 200000 + characters in its HTML body. I send email using (IAlertNotifyHandler) andSPUtility.SendEmail(web, true, false, ahp.headers["to"].ToString(), "IMMEDIATE...
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 ArticleO365: How to force Doc Properties Pop-up appear when adding docs to Lib?
If I have mandatory fields in Doc Lib how can I force properties window to appear as pop-up like in the old days?
View ArticleSPD 2013 Adding Button with Javascript code using Modern Experience
Hello Everyone !I created a button using SPD 2013 to my list, the role of this button is to update multiple items status to closed. I created a workflow to update the status of columns.But the problem...
View ArticleHow to get teh mysite host url in c#?
I have an SPSite object for my web app that I am coding against and I need to find out the MySite web application url in the same farm using c#? Thanks
View ArticleDownload Recycle Bin data from Sharepoint online using CSOM C#
Hi,I want to download Recycle bin data from sharepoint online using CSOM C#. What I know that by following code I will be able to connect to recycle bin. Web web = clientContext.Web;...
View Article