GetProfileSearch

Description

This activity returns the base QueryProfile object which is necessary for all search operations.


Misc

ClassTypeExternalId InArgument<String>

The ExternalId of ClassType of profles to search

ClassTypeId InArgument<Int32?>

The Id of ClassType of profles to search

DomainExternalId InArgument<String>

The ExternalId of Domainof profles to search

DomainId InArgument<Int32?>

The Id of Domainof profles to search

FieldsToSelect InArgument<String>

Fields to select. If this property is Empty all fields of the class are selected. If you want to include in the search fields of one ore more DynAss you must add DynAssExternalId.FieldExternalId. If you want to select more than one field you must use ';' separator

ObjectStateExternalId InArgument<String>

The ExternalId of ObjectState of profles to search. If you want to include more ObjectStates in search, you can use ';' as separator

ObjectStateId InArgument<Int32?>

The Id of ObjectState of profles to search

Orchestrator InArgument<IManager>

The orchestrator object represents the connection to a DocsMarshal installation.

If this argument is left blank the activity try to connect using the DocsMarshal Connection parameters. If you want to work on the running installation it is possible to use the activity RuntimeOrchestrator. To work on another installation you can use the DocaMarshal Connection fields or, otherwise, it is possible to get it calling the activity DatabaseOrchestrator.