SetWhereDateTimeField

Description

This activity allows to add a condition on a DateTime field to a appointment 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 AppointmentSearch.

General

ExternalId InArgument<String> REQUIRED

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

QueryAppointment InArgument<QueryAppointment> REQUIRED

The query to apply the condition to.


Options

Condition EDateCondition REQUIRED

The condition to apply to the field.

SpecificCulture InArgument<String>

Some conditions, such as checking the first day of the week, it is essential to specify which culture you are referring to as the result may change for different cultures. In America, for example, the first day of the week is Sunday while in Italy it is Monday. Specifies the name of the culture in this argument. Some possible values are "en-us`" or "it-it". See this link for more information.

The value to compare the given field with.

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

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