Author: Joao LIVIO

With over 30 years of IT experience and multiple certifications (MCP, MCTS), we are Lean Specialists with skills in Lean Management, Nintex, and various training programs. As a functional, motivated and skilled team, we foster a collaborative environment to unlock clients’ digital potential and enhance productivity. Recognized as a Microsoft MVP for 10 consecutive years, our team specializes in delivering cutting-edge solutions, managing complex system migrations, and implementing best practices for Microsoft 365, SharePoint Online, Industry 4.0, and Blockchain technologies.

SPFx IPropertyPaneDropdownOption[] get Unique Options (Duplicates) Cascade

January 21, 2024 By Joao LIVIO

When designing the property pane for your SharePoint client-side web parts, you may have one web part property that displays its options based on the value selected in another property. This scenario typically occurs when implementing cascading dropdown controls. I’m assuming in this Article/Fix you are getting all lists excluding the hidden ones. Let’s Start […]

2023 IN RECAP

January 1, 2024 By Joao LIVIO

2023 RECAP in all aspects of my life. It was a year full of surprises, full of decisions, professional and family challenges for three reasons. The professional: Was very grateful, and full of challenges that solidified my professional maturity, my resilience and my growth in managing technology and people. How challenging and emotional it is […]

SPO WBBag: Company wide tips for SharePoint Online from product to service (Cloud Service SharePoint Online)

December 18, 2023 By Joao LIVIO

In this article I will not cover all phases and planning, but some insights from my experience. FIRST MOST IMPORTANT Companies are usually curious by nature and it is your responsibility to design processes that the client is unaware of in the context of migration and modern workplace. IN A MIGRATION CLIENTS ARE INSATISFAYED BY […]

Working with Models in SPFx and Consume Some Field Types

April 19, 2023 By Joao LIVIO

This article will give you some insights to work with models in the SharePoint Framework SPFx and consume information from some Field Types FIELDS Why to use Models? TypeScript is a superset of JavaScript that adds optional static typing and other features to JavaScript. It provides a way to catch errors early through static type […]