ForView

Description

This activity returns the Portal url to get an HTML mask to display the content of a profile.


Misc

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.

Profile

LanguageCode InArgument<String>

The LanguageCode of the profile to display.

MaskExternalId InArgument<String>

The External Id of the mask of the profile to display.

ObjectId InArgument<Guid> REQUIRED

The ObjectId of the profile to display.

StaticSessionId InArgument<String>

The static session id for user authentication.

When you share a profile stored in a DocsMarshal using an URL if you try to open it, you will be redirected to the login page. If you don't want this to happen you can set this argument as a user's static session id in DocsMarshal. Now if you try to open that URL, DoscMarshal knows the static session id so it won't redirect you to the login page.

Settings

FormOnly InArgument<Boolean>

If this argument is set to true, only the elements necessary to display the content will be returned: scripts, styles and an HTML container. If set to false or not set at all, a complete web page will be returned.