ppds_solutions_components
Get components of a Dataverse solution. Returns entities, workflows, plugins, and other components. Use the solution id from ppds_solutions_list. Optionally filter by component type code.
Input schema
| Name | Type | Required | Description |
|---|---|---|---|
| solutionId | String | yes | The solution ID (GUID) from ppds_solutions_list |
| componentType | Nullable<Int32> | no | Optional component type code to filter by (e.g., 1 = Entity, 26 = View, 29 = Workflow) |
Output
Returns Task<SolutionsComponentsResult>.