developer
1607 TopicsAll you need to know about Commenting in SharePoint / Microsoft Lists
Microsoft introduced a new feature of Commenting in SharePoint Online lists and Microsoft lists. Using this feature users will be able to add and delete comments on list items. Users can view all comments on a list item and filter between views that show comments or activity related to an item in details pane. Microsoft rolled out this feature to all SharePoint Online tenants in December 2020 release, see Microsoft 365 Roadmap. Check this articles for more information and step by step tutorials: All you need to know about Commenting in Lists How to Enable/Disable the commenting in SharePoint Online/Microsoft Lists Enable/Disable the comments for individual SharePoint Online/Microsoft List Working with SharePoint Online/Microsoft List Comments using JSON Formatting GET SharePoint list item comments using REST API Add Comments on list item using SharePoint REST API Delete Comments from list item using SharePoint REST APISolved144KViews3likes37CommentsSharePoint Online: Collapsible sections on modern pages
Finally!! Much awaited feature - collapsible sections on #SharePoint modern pages will be released soon Collapsible/expandable sections on modern pages Show sections in an accordion view or as tabs (future release) Roll out begins in early July More details at: SharePoint: Collapsible sections on modern pagesSolved127KViews6likes81CommentsSharePoint List calculated column formula using a Lookup column reference
Given: A SharePoint List (SPL) called Contractors with the following columns: ContractorID // Display name of the default ID column ContractorName Another SPL called Reports with the following columns: ReportID // Display name of the default ID column ReportNumber // Calculated column Contractor_ID // Lookup column referring to the ContractorID column of the Contractors SPL The calculated column, ReportNumber, would have a formula similar to: = [ReportID] & "-" & Contractor_ID Question: Does SharePoint Lists support the use of a Lookup column in the formula of a calculated column? If so, I need help on the proper syntax for the formula. (The formula above is not working) Thanks in Advance86KViews1like9CommentsHow to edit Sharepoint website code?
Our organization uses office 365. I created a Intranet site through Sharepoint and want to make some changes, but need to do it in the HTML code. When I inspect the code, I can see where the line is I need to edit, but cannot figure out how to save changes made to the code. Please help85KViews1like16CommentsBoard view in SharePoint Online / Microsoft Lists
Microsoft is introducing Board view in #SharePointOnline / #MicrosoftLists Highlights: New Kanban board list view Drag & drop items through the stages of workflow Configure which columns to displayed on card & in what order Release Timeline Read more at: Board view in SharePoint online / Microsoft ListsSolved85KViews7likes35CommentsAutoNumbering Columns in SharePoint List
Good morning, I have a Sharepoint list used for tracking my documents. I manually number each document, but this has become challenging over the past month. Is there a way to automatically create a unique ID? I need something that starts with the two-digit year and has the document number created that year. for example, 22-205 22 for the two-digit year 205 for the document added that year. The number will also need to be reset every year. Once January first, 2023 comes, the following document created will be 23-001. Can someone assist me?79KViews0likes4CommentsHow to save SharePoint Site Page as PDF and save PDF to document library
I would like to know if it is possible to automate the process of saving a SharePoint site page as a pdf and then saving this pdf into a document library. Currently to do this I have to print the page (ctrl+p) and choose the option to save as pdf. Then once saved to my pc I upload the pdf file to the document library. Is it possible to have a webpart or button on the site page, which automatically does this for me using custom code?78KViews0likes5CommentsChange deafult font in SharePoint Online (modern experience)
We have a requirement to be able change the default font in SPO for our new Intranet which is using the modern experience. I've can't see a way to do this OOTB. Is it possible to do a (supported) CSS override? Does anyone have any experience of doing this an if so, how has this gone e.g. page content vs. web parts etc.76KViews2likes12Comments