Distinct

Select this check box so that the event action returns unique property combinations only. Clear this check box to allow the event action to return duplicate property combinations.

This option applies to Dispatch Load Collection and Load Collection action types.

This option uses a Boolean value to determine whether duplicate combinations are eliminated from the results of a load collection operation.

When you click OK to return to the Event Actions form, the system returns one of these syntax statements:

  • If this check box is selected, DISTINCT( TRUE )
  • If this check box is cleared, DISTINCT( FALSE )