This activity has been deprecated so it won’t receive any update any more. It's not visible in the workflow designer but workflows which are using it will continue to work fine. A new version of this activity has been created in the activity library Profiles.Search. To take advantage of the new features use DocsMarshal.Workflow.ActivityLibrary.Profiles.Search.SetWhereIntField.

SetWhereIntField

Description

This activity allows to add a condition on an Integer field to a profile search query.

The result represents the newly added condition. The query passed in, is updated with the new condition and is ready to be used. The next step can be adding new conditions, calling this activity repeatedly (or the equivalent ones for other data types), or performing the search itself using the activity ProfileSearch.

Misc

Condition ENumericCondition REQUIRED

The condition to apply to the field.

ExternalId InArgument<String> REQUIRED

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

QueryProfile InArgument<IQueryProfile> REQUIRED

The query to apply the condition to. It is obtained through activity ProfileSearch

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.