Category: Microsoft 365

Pexels Thisisengineering 3861958 0

Harnessing the Power of Automation: Creating a Custom Connector for a LOB HR System in Power Automate

Introduction In the digital age, automation is no longer a luxury but a necessity. Businesses are constantly looking for ways to streamline their operations and improve efficiency. One such tool that has been making waves in the world of business automation is Microsoft Power Automate. Power Automate allows you to create automated workflows between your favorite apps and services to...

Pexels Mareklevak 2265487 0

Implementing Governance and Security in Power Automate: A Case Study dummy company

Abstract: As organizations like Globex Corporation embrace digital transformation, tools such as Power Automate become central to automating business processes. However, the convenience of automation brings forth the challenge of maintaining governance and security. This article explores the steps Globex Corporation took to implement a robust governance framework and ensure the security of its Power Automate deployment. Introduction Globex Corporation,...

Pexels Sora Shimazaki 5935791 0

Test-Driven Development in SharePoint Framework Projects Use Case

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 software development approach where tests...

Pexels Thisisengineering 3861964 0

Introduction to Microsoft Teams Apps

Introduction Microsoft Teams has become the hub for teamwork in many organizations, offering a rich platform for extending functionality through apps. These apps can be custom-built or sourced from the Teams app store, providing a wide range of capabilities from project management to employee engagement. Deep Dive into Teams App Capabilities Tabs Tabs are integral to the Teams experience, allowing...

Img 0276 0

Ph7x Innovation Hub Celebrates Achievement of Copilot for Microsoft 365 Technical Champions Certification in 2024

Ph7x Innovation Hub is thrilled to share a momentous achievement in our journey for the year 2024: the attainment of a new Microsoft certification! We are now officially recognized as Copilots for Microsoft 365 Technical Champions, thanks to the unwavering support from Microsoft. This milestone wouldn’t have been possible without the dedicated efforts of our team and the continuous guidance...

Pexels Thisisengineering 3861972 1

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

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 to test? First, we need...

Github Recovery Codes 0

Maximizing Productivity in Modern Work Environments: The Role of Blockchain and AI in Microsoft Teams

Introduction In the rapidly evolving landscape of modern work environments, maximizing productivity and enhancing collaboration are top priorities for organizations worldwide. Leveraging cutting-edge technologies such as blockchain and artificial intelligence (AI) can offer unique advantages in achieving these goals. This article explores the significance of blockchain and AI in the context of Microsoft Teams, highlighting their respective contributions to productivity,...

Pexels Sora Shimazaki 5926380 0

Consume Lookup Multi Select Fields SPFx with Models and Hooks

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. It seems that 13 isn’t a...

Pexels Andrea Piacquadio 3822850 0

SPFx IPropertyPaneDropdownOption[] get Unique Options (Duplicates) Cascade

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 from the beginning, you have...

Pexels Andrea Piacquadio 3822850 0

PnPJs SPFx orderBy() not working?

In the PnPJs Agnostic Framework Some fields are not sortable, let’s assume this call is using a MODEL where TrainingAreaPosition is a number column without decimal places: I’m using a Custom React Hook, fix by comparing the field name, where Position is a property of the Model to Map