User Filters for Clients, Accounts etc will be respected.
| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| standardRange | isefinStandardRange | The Standard Range. | ||
| sqlWhere | String | An SQL Where clause to filter by. Depending on whether this Standard Range is based on a global collection or not this may filter either the DataView itself or be applied when querying the database. | ||
| includeInactive | Boolean | Indicates whether to Include Inactive records. This will be ignored if it is not applicable to a particular Standard Range. | ||
| target | iseCollectionDataViewTarget | The Target that this DataView is being used for. This will affect the fieldList returned. | ||
| validationTarget | iseCollectionDataViewValidationTarget | |||
| json | String | ByRef | A JSON object containing Data View information. | |
| alwaysIncludeId | String | Optional | The Id of a record to include regardless of whether it is inactive (if the concept of 'Inactive' records applies to this Standard Range). | |
| columns | String | Optional | A comma-separated list of Columns to include (Id and Description columns will always be included). If unspecified, the defaults for the specified Standard Range will be used. |
A Boolean value indicating success.