ExecuteView

Description

This activity allows to execute a profile search operation 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 run it to get its data but you can also add further filters for a more precise search.


Misc

IdView InArgument<Guid?>

The Id of the view to be executed.

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.

QueryProfile InArgument<IQueryProfile> REQUIRED

This argument represents a search query that could be used to add further filters to the specified view before to execute it. Use the activity GetProfileSearch to get the basic query and then use the SetWhereField activities to apply some conditions.

SearchResult OutArgument<ISearchResult>

The result of the search operation.

ViewExternalId InArgument<String>

The ExternalId of the view to be executed.