Forum Widgets
Latest Discussions
SharePoint Webhooks -- now Generally Available!
Hello everyone, Just wanted to announce that SharePoint Webhooks is now Generally Available. First announced https://dev.office.com/blogs/sharepoint-webhooks-developer-preview-now-available in September, Webhooks https://dev.office.com/blogs/sharepoint-webhooks-is-now-generally-available-build-service-oriented-processes-in-sharepoint. Webhooks are based on industry standard patterns around how services fire notifications that developers can intercept and react to. In particular, within SharePoint we've added support for webhooks against SharePoint list data, including events like Item Added, Updated, and Deleted. A developer could then choose to kick off a process, or programmatically update a document, or fire off a tailored notification to users using information you can get from webhooks. You can find an end-to-end overview and "getting started" with webhooks https://dev.office.com/sharepoint/docs/apis/webhooks/overview-sharepoint-webhooks. Look forward to seeing what you all build with these! -- Mike Ammerlaan, Office Ecosystem Marketing teamMike AmmerlaanJan 17, 2017Iron Contributor15KViews20likes13CommentsIssue with flat views in SharePoint Online
I use folders within a SharePoint list to organize list items. Additionally, I apply column formatting to update values in a column via button click using customRowAction (setValue). So far, so good... However, when I switch to a flat view (View without folders), this functionality no longer works, and error messages appear. This Error occures for example if I click on any displayed button. This issue occurs exclusively in the flat view and only affects items stored within folders. Additionally, there is another issue when using the Quick Edit feature to set a date field in the flat view. For items located inside a folder, the localization is incorrect. For example, if I select April 1st, SharePoint instead saves January 4th (German Localization). For items located outside a folder or when using a non-flat view, everything appears to function correctly. The attached video provides a demonstration of the issue.Jan HennemannMar 26, 2025Brass Contributor384Views13likes4CommentsNew SharePoint /Office Dev Patterns and Practices Webcast - Getting started with SharePoint WebHooks
In this PnP Web Cast we concentrated on showing how to get started with upcoming SharePoint Webhooks. SharePoint Webhooks allow developers to build service integration which subscribe to receive notifications on specific events that occur in SharePoint. When one of those events are triggered, SharePoint will send a HTTP POST payload to subscriber. SharePoint Webhooks will be supported for asynchorinious events, like for ItemAdded or ItemAttachmentAdded. To be able to subscribe to SharePoint Webhooks, you'll need to build a service, which will response on the subscribed validation messages and will process the incoming events. Notice. When this webcast was released SharePoint Webhooks were not yet released. They will be provided for Developer Preview soon with support for list item specific events for lists and libraries. Presentation covers following topics: What are Webhooks? Process for subscribing to a SharePoint Webhook Event notifications from SharePoint Demo setup and details on performed steps Web cast demo shows following details Registration of Azure App used for Webhook Using PostMan to register a Webhook for SharePoint Responding to Webhook validation tokens from ASP.net WebAPI Processing incoming events from SharePoint Using ngrok to develop SharePoint Webhooks locally in your development environment Web cast presenters: Bert Jansen, Vesa Juvonen Presentation used in this web cast is available from http://docs.com/OfficeDevPnP. More guidance and details around the SharePoint webhooks will be soon available from SharePoint developer center. If you have any questions, feedback or comments; please let us know.1.3KViews11likes5CommentsHide Site Header communication site
Hi. We are trying to hide the Site header in a communication site, and we would like to know if there is any possibility of doing so. We are trying with some css or js, injected in a webpart and SPFx extension, but there is some flickering, because the code is not executed before the header is showed. In addition, to achieve this we are depending on some CSS classes that we understand could change. Is there any supported way to do it? Or will be supported in the future? CC: VesaJuvonen Many thanks.davidgomezbeezyJun 25, 2019Copper Contributor1.9KViews11likes1CommentHow to re-enable modern list experience - instructions
Just to get this written down somewhere. Instructions to move back to modern view, if you have clickced "Return to classic SharePoint" in SharePoint Online site. Scenario You are in modern view in list / in site contents page You click "Return to classic SharePoint" to move to classic view UI is changed to classic view Status change is saved as a session cookie and will automatically reset next time you connect in new session You want to move to modern view immediately? Steps to clear the setting: Open developer tools in your browser Move to cookies view Delete 'spinu' cookie under the SharePoint Online URL (has value of 0) You are now back on the modern experience.VesaJuvonenMar 23, 2017Microsoft4.8KViews11likes4CommentsWelcome to SharePoint Developer Discussions
Welcome! public void WelcomeMessage() { <remarks> //Welcome to SharePoint Developer discussions on the Office 365 Network. //This week at the Worldwide Partner Conference we continued to share the journey for our vision of modern client-side development with the SharePoint Framework. //Over the course of the next several weeks through this network and related discussions we'll share more information on the SharePoint Framework, it's relationship to our in-market models, our roadmap, and how you can learn more and get involved. </remarks> } Thanks! BillwbaerJul 15, 2016Microsoft2.6KViews10likes6CommentsNew SharePoint PnP webcast - Using external JS libraries from client-side web part
New PnP webcast concentrated on the options and considerations around using external JavaScipt libraries within your SharePoint Framework client-side web part. Check following blog post from dev.office.com/blogs for more details. SharePoint PnP Webcast – Referencing external JavaScript libraries from client-side web part If you have any comments, feedback or other thoughts, just let us know.1.2KViews10likes1CommentFormatted view - hideColumnHeader not working in list webpart
I have a list webpart on a modern site which has a view formatted with some JSON The list column header displays even though the property hideColumnHeader is set to true (this just started happening - was fine before) It is OK on the list page -AllItems.aspx but on webpart page list column header displays I am using https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/view-formatting#get-started-with-view-formatting to test anybody have any ideas?RealPaddyJan 25, 2020Brass Contributor8.4KViews10likes26Comments
Resources
Tags
- developer1,244 Topics
- PnP648 Topics
- apis489 Topics
- Extensibility253 Topics
- Responsive128 Topics
- hybrid82 Topics
- SPFx70 Topics
- SharePoint Online64 Topics
- powershell23 Topics
- SharePoint Online Office 36515 Topics