RequestFilterFields Property

Version: Available or changed with runtime version 1.0.

Sets which fields are automatically included on the tab of the request page that is related to this data item. The user can set filters on these fields.

Applies to

  • Xml Port Table Element
  • Report Data Item

Property Value

A comma-separated list of field names.

Example

RequestFilterFields="No.","Search Name","Customer Posting Group";

Remarks

We recommend that you use this property for common filter fields.

If you do not want users to add filters on fields, then use one of the following methods:

  • Remove the request page completely by using the UseRequestPage Property of the report or XMLport.

  • Do not specify the RequestFilterFields property, then the request page will display with only the actions: Send to, Print, Preview, and Cancel will display. And you can instead specify a key field on which to sort in the DataItemTableView Property for a report and in the SourceTableView (XMLports) Property for an XMLport.

Note

On the Windows client, users can specify filters, even if RequestFilterFields is not specified.

See Also

Request Pages