GetDataTableFromSource

Description

This activity returns all values from a data source as a data table.


Additional Filters - Class Type

ClassTypeExternalId InArgument<String>

An additional filter which allows to filter source values by class type. Specify the ExternalId of the class type to be used for the filter. If Id and ExternalId have both a value only the ExternalId will be considered.

ClassTypeId InArgument<Int32?>

An additional filter which allows to filter source values by class type. Specify the Id of the class type to be used for the filter. If Id and ExternalId have both a value only the ExternalId will be considered.


Additional Filters - Domain

DomainExternalId InArgument<String>

An additional filter which allows to filter source values by domain. Specify the ExternalId of the domain to be used for the filter. If Id and ExternalId have both a value only the ExternalId will be considered.

DomainId InArgument<Int32?>

An additional filter which allows to filter source values by domain. Specify the Id of the domain to be used for the filter. If Id and ExternalId have both a value only the ExternalId will be considered.


Additional Filters - Language

LanguageCode InArgument<String>

An additional filter which allows to filter source values by language. Specify the code of the language to be used for the filter. If Id and ExternalId have both a value only the ExternalId will be considered.

LanguageId InArgument<Int32?>

An additional filter which allows to filter source values by language. Specify the Id of the language to be used for the filter. If Id and ExternalId have both a value only the ExternalId will be considered.


Additional Filters - Object State

ObjectStateExternalId InArgument<String>

An additional filter which allows to filter source values by object state. Specify the ExternalId of the object state to be used for the filter. If Id and ExternalId have both a value only the ExternalId will be considered.

ObjectStateId InArgument<Int32?>

An additional filter which allows to filter source values by object state. Specify the Id of the object state to be used for the filter. If Id and ExternalId have both a value only the ExternalId will be considered.


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.

Misc

ExternalIdSource InArgument<String> REQUIRED

The ExternalId of the source to get as data table. ExternalIdSource and IdSource cannot be used together.

Allows to give a value to the parameters of the sql command of the data source.

IdSource InArgument<Guid?> REQUIRED

The Id of the source to get as data table. ExternalIdSource and IdSource cannot be used together.

WhereFields InArgument<List<IWhereField>>

Allows to add additional conditions to the query of the data source.