SetProcessManagementFilterAndSortOptions

Sets the process management filtering and sorting criteria for the HFMwDataGrid instance.

Tip:

The totalRowCount and vFilteredPageCount properties return the number of rows and pages in the grid after filtering has occurred.

Syntax

<HFMwDataGrid>.SetProcessManagementFilterAndSortOptions lReviewLevelFilter, lReviewLevelFilterCondition, lPassFailFilter, lReviewLevelSortOrder

Argument

Description

lReviewLevelFilter

The review level by which to filter. Valid values are represented by the HFMConstants type library constants listed in Process Management Review Level Constants.

The lReviewLevelFilterCondition argument determines whether filtering is for all review levels above or below the specified level, or only for the specified level.

Note:

The ReviewLevelFilter property returns the value set by this argument.

Input argument. Long subtype.

lReviewLevelFilterCondition

The condition by which to filter the review level specified in the lReviewLevelFilter argument. For example, you can use this argument to filter all process units above the review level specified with the lReviewLevelFilter argument. Valid values are represented by the HFMConstants type library constants listed in Process Management Filters other than those listed for the lPassFailFilter argument.

Note:

The ReviewLevelFilterCondition property returns the value set by this argument.

Input argument. Long subtype.

lPassFailFilter

The validation for promotion state by which to filter. Valid values are represented by the following HFMConstants type library constants, which are described in Process Management Filters.

  • PROCESS_FLOW_FILTER_PASSFAIL

  • PROCESS_FLOW_FILTER_PASSONLY

  • PROCESS_FLOW_FILTER_FAILONLY

    Note:

    The PassFailFilter property returns the value set by this argument.

Input argument. Long subtype.

lReviewLevelSortOrder

The order in which to sort process units in the grid. Valid values are represented by the HFMConstants type library constants listed in Process Management Sorting Constants.

Note:

The ReviewLevelSortOrder property returns the value set by this argument.

Input argument. Long subtype.