CreateWhereIntField

Description

This activity creates a new IWhereField object for the Int fields.

It is used, for example, for the activity DocsMarshal.Workflow.ActivityLibrary.Sources.GetDataTableForFieldOfProfile which takes a list of IWhereField.

Misc

Condition ENumericCondition REQUIRED

The condition to apply to the field.

ExternalId InArgument<String>

The ExternalId of the the field that is the subject of the condition. The type of the field must be Int.

The Name of the the field that is the subject of the condition. The type of the field must be Int.

The value to compare the given field with.

Value2 InArgument<Int32?>

The second value to compare the given field with. It is used for example in the 'BETWEEN' condition.

Values InArgument<List<Int32>>

A list of values to compare to the given field with. It is the only way to make an OR condition in DocaMarshal.