RetrieveFilteredForms Function
Retrieves the entity forms that are available for a specified user.
Bound Entities
Bound functions are invoked by appending the 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 specified user. |
Return Type
| Type | Nullable | Description |
|---|---|---|
| Collection( systemform ) | False | The RetrieveFilteredForms function returns the following value. |