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.GetProfileSearch.

GetProfileSearch

Description

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


DocsMarshal Connection

DatabaseName InArgument<String>

The name of the database.

DocsMarshalPassword InArgument<String>

The password for DocsMarshal logon.

DocsMarshalUsername InArgument<String>

The name of user for DocsMarshal logon.

ServerName InArgument<String>

The url of the server.

SqlPassword InArgument<String>

The password for SQL authentication.

SqlUserName InArgument<String>

The name of user for SQL authentication.


Misc


Orchestrator

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.

Profile Search Details

ClassTypeExternalId InArgument<String>

The ClassType where to search the profles

DomainExternalId InArgument<String>

The Domain where to search the profles

FieldsToSelect InArgument<String>

All fields are selected by default. With this argument you can specify the list of fields you want to select if they are not all required. Selecting only some fields will speed up the search operations. The fields must be written in a formatted string separated by a semicolon ('field1; field2; field3; field4').

ObjectStateExternalId InArgument<String>

The ObjectState of profles to search