developer
3119 TopicsAlways use File Chunking to Upload Files > 250 MB to SharePoint Online
First published on TECHNET on Nov 23, 2016 This post is a contribution from Adam Burns, an engineer with the SharePoint Developer Support teamSome developers may have been confused by some of the information available on blogs (and even on MSDN) about the upper limit of file sizes that can be programmatically uploaded to SharePoint Online using the SharePoint REST API.193KViews0likes0CommentsAll 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 pagesSolved128KViews6likes81CommentsBoard 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 ListsSolved87KViews8likes35CommentsSharePoint 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 help86KViews1like16CommentsAutoNumbering 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?81KViews0likes4Comments