Views:

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:

  1. Utilize the RetrieveDependenciesForDelete method to identify the dependencies associated with the BPF.
  2. Once the dependencies are identified, proceed to delete them.
  3. After successfully removing the dependencies, attempt to delete the BPF again.