Category: SharePoint

SPFx IPropertyPaneDropdownOption[] get Unique Options (Duplicates) Cascade

January 21, 2024 By pH7x Systems

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 […]

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

December 18, 2023 By pH7x Systems

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 pH7x Systems

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 […]