RetrieveFilteredForms Function
Retrieves the entity forms that are available for a specified user.
Bound entities
Bound functions are invoked by appending the fully qualified function name to the URI representing an entity or collection.
| Entity Type | Binding Type |
|---|---|
| systemform | collection |
Parameters
Parameters allow for data to be passed to the function.
| Name | Type | Nullable | Unicode | Description |
|---|---|---|---|---|
|
EntityLogicalName
|
Edm.String | False | False | The logical name for the entity. |
|
FormType
|
Edm.Int32 | False | True | The type of form. |
|
User
|
systemuser | False | True | The ID of the user. |
Return type
| Type | Nullable | Description |
|---|---|---|
| Collection(systemform) | False | The RetrieveFilteredForms function returns the following value. |