installResponse ComplexType
Contains the response from the install Action.
Properties
The properties of a complex type contain the structured data of the type.
| Name | Type | Details |
|---|---|---|
| flowTriggerUri | Edm.String |
The Uri to trigger the installed flow. |
| connectionId | Edm.String |
The id of the logic flow connection created during install. |
Navigation Properties
The navigation properties of a complex type contain references to an entity type or a collection of entity types.| Name | Type | Nullable | Description |
|---|---|---|---|
| connection | mscrm.crmbaseentity | False | Stringified json object representing the user’s flow invocation configuration. |
Used by
The following use the installResponse ComplexType.
| Name | How used |
|---|---|
| install | ReturnType |