Category: SharePoint

The Role of SharePoint Embedded in deep

September 11, 2024 By Joao LIVIO

SharePoint Embedded is a cloud-based file and document management system that integrates seamlessly into any application. It leverages the robust capabilities of Microsoft 365, providing a powerful backend for managing documents and files within an enterprise’s existing infrastructure. Key Features: SharePoint Premium Subscription The SharePoint Premium subscription enhances the capabilities of SharePoint Embedded by providing advanced content governance and […]

SPFx 1.19.0: Desmitify Error – [webpack] ‘dist’: [Object Objet]

August 26, 2024 By Joao LIVIO

I was exploring SharePoint Framework 1.19.0 and noticed some controversy surrounding this error. In my understanding, it is an annoying behavior but this issue is not a bug in the chain or in the Reusable React controls for your SharePoint Framework solutions v3.19.0, nor in the Reusable property pane controls for the SharePoint Framework solutions […]

Go Live today M365 Development Services

August 19, 2024 By Joao LIVIO

Exciting Launch: PH7x Systems Partners with Multinacional Client to Revolutionize Digital Workspaces Today marks a significant milestone for PH7x Systems as we proudly announce the launch of our Microsoft 365 Development Services in collaboration with a prestigious Multinacional client. This partnership is set to transform the client’s digital workspace through the creation of a cutting-edge […]

Test-Driven Development in SharePoint Framework Projects Use Case

May 23, 2024 By Joao LIVIO

Introduction In the fast-paced world of software development, ensuring code quality and functionality is paramount. Test-Driven Development (TDD) offers a robust foundation for building reliable SharePoint Framework (SPFx) solutions. By integrating TDD into your SPFx projects, you can enhance code quality, facilitate maintenance, and streamline the development process. Understanding TDD and SPFx TDD is a […]

Testing SharePoint Framework (SPFx) Components with Jest and React Testing Library

April 30, 2024 By Joao LIVIO

Introduction Testing is a crucial aspect of any software development process, including SharePoint Framework (SPFx) development. Here are some reasons why testing is important: Testing is an essential part of SPFx development. It helps ensure the quality, reliability, and performance of your components, leading to a better end product and a smoother user experience. How […]

Consume Lookup Multi Select Fields SPFx with Models and Hooks

April 4, 2024 By Joao LIVIO

First when you set up lookup columns in a list or library, Microsoft restricts you to 12 columns of that type in a single view. The reason behind this limitation is that lookup columns retrieve data from another list or source. If you surpass this limit and try to add a 13th column, you’ll encounter an error message. […]