-
Managing Microsoft Dataverse with PowerShell simplifies retrieving records and managing solutions for devops pipelines. In this post, we’ll focus on connecting to Dataverse with PowerShell, one of the key steps in automating tasks. Why Connect to Dataverse with PowerShell? PowerShell scripts can interact with Dataverse to perform operations like retrieving data, managing solutions, or automating
-
In Dynamics 365, locking fields on a Business Process Flow (BPF) prevents users from editing certain fields. Two JavaScript functions are shared: one for locking BPF fields and another for locking both form and BPF fields simultaneously. The header_process prefix is used to access BPF fields. For more insights, visit our other posts.
-
The post discusses managing multiple controls associated with a single attribute in Dynamics 365 forms. It emphasizes the need to dynamically show or hide these controls based on conditions, providing examples for hiding a single control and hiding all controls for an attribute. Efficient management is crucial for a smooth user experience.