AppointmentSearch

Description

This activity performs the search operation on appointments given a QueryAppointment object and returns the results as a DataTable. It is also returned a SearchResult object which has more precise informations about the results.


DocsMarshal Connection

Orchestrator InArgument<IManager>

The orchestrator object represents the connection to a DocsMarshal installation.

If this argument is left null the activity will work on the running installation. To work on another installation you must get its orchestrator by the activity DatabaseOrchestrator.

Instances

The start date of appointment instances list.

ResultAsAppointmentInstances OutArgument<List<IAppointmentInstance>>

The result of the search operation as a list of appointment instance (An instance rappresent the appointment of an attendee in a specific recurrence occurrence (if it's configured)).

The end date of appointment instances list.


Misc

QueryAppointment InArgument<QueryAppointment> REQUIRED

This argument represents the search query to be executed.

Use the activity GetAppointmentSearch to get the basic query and then use the SetWhereField activities to apply some conditions.

Results

ResultAsDMAppointments OutArgument<List<IDMAppointment>>

The result of the search operation as a list of DMAppointment.

The result of the search operation.