ForUpdate

Description

This activity returns the Portal url for a profile update operation.


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.

On Update Finished

AfterInsertRedirectUrl InArgument<String>

The url where DocsMarshal will redirect you after the update operation is finished.

HideMaskAfterComplete InArgument<Boolean>

If it is set to True the update mask will be automatically hidden when the update operation is finished.

UpdateCompletedMessage InArgument<String>

The message which will be shown when the update operation is finished.

UpdateCompletedMessageFieldExternalId InArgument<String>

The External Id of the field which represent the message that will be shown when the update operation is finished.

UpdateCompletedMessageObjectId InArgument<Guid>

The Object Id of the message which will be shown when the update operation is finished.


Profile

LanguageCode InArgument<String>

The LanguageCode of the profile to update.

MaskExternalId InArgument<String>

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

ObjectId InArgument<Guid> REQUIRED

The ObjectId of the profile to update.

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.

UpdateButtonCaption InArgument<String>

This string represents the text written on the update button. The default value is 'Update'.