GetProfileSearchFromView

Description

This activity allows to get a profile query starting from the given view one.

A view can be described as a profile query already set up and stored in DocsMarshal. With this activity you can get its query and then take its data but you can also add further filters for a more precise search such as the selected domain or the object state.


Misc

DomainExternalId InArgument<String>

You can specify the selected domain as an additional filter. Enter its ExternalID.

DomainId InArgument<Int32?>

You can specify the selected domain as an additional filter. Enter its ID.

IdView InArgument<Guid?>

The Id of the view from which to get the query.

ObjectStateExternalId InArgument<String>

You can specify the object state of the profiles as an additional filter. Enter its ExternalID.

ObjectStateId InArgument<Int32?>

You can specify the object state of the profiles as an additional filter. Enter its ID.

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.

ViewExternalId InArgument<String>

The ExternalId of the view from which to get the query.