Skip to main content

Solution Tools

Overview

Solution tools provide visibility into the Dataverse solution layer, which is essential for project setup and understanding the managed/unmanaged state of your artifacts. Solution tools are always available regardless of which Flowon products are installed, as they interact directly with Dataverse.


list_all_solutions

Lists all Dataverse solutions in the environment, including both managed and unmanaged.

ParameterTypeRequiredDescription
---No parameters

Returns: A list of solutions with their ID, friendly name, and unique name.


list_managed_solutions

Lists only the Dataverse managed solutions in the environment.

ParameterTypeRequiredDescription
---No parameters

Returns: A list of managed solutions with their ID, friendly name, and unique name.


list_unmanaged_solutions

Lists only the Dataverse unmanaged solutions in the environment.

ParameterTypeRequiredDescription
---No parameters

Returns: A list of unmanaged solutions with their ID, friendly name, and unique name.

Use when: Creating a new project and you need to identify a suitable unmanaged solution to link to it.


get_solution_details

Retrieves the full details for a specific Dataverse solution.

ParameterTypeRequiredDescription
solutionNamestringThe unique name of the solution

Returns: Solution details including ID, display name, unique name, version, and managed status.


publish_customizations

Publishes all pending Dataverse customizations. This is equivalent to clicking Publish All Customizations in the Dataverse UI.

ParameterTypeRequiredDescription
---No parameters

Returns: Confirmation that the publish operation completed.

Note: Call this tool after creating or modifying Flowon artifacts if you need changes to take effect immediately in the runtime environment.