Applies to Product - Microsoft Dataverse
What’s happening?
The customer is unable to delete a Business Process Flow (BPF) due to reported dependencies, but cannot identify what those dependencies are.
Reason:
The underlying cause of this is that the BPF cannot be deleted because it has existing dependencies.
Resolution:
- Utilize the RetrieveDependenciesForDelete method to identify the dependencies associated with the BPF.
- Once the dependencies are identified, proceed to delete them.
- After successfully removing the dependencies, attempt to delete the BPF again.
