ForInsert

Description

This activity returns the url of the Portal for a profile insert 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 Insert Finished

AfterInsertRedirectUrl InArgument<String>

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

HideMaskAfterComplete InArgument<Boolean>

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

InsertCompletedMessage InArgument<String>

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

InsertCompletedMessageFieldExternalId InArgument<String>

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

InsertCompletedMessageObjectId InArgument<Guid>

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


Profile

ClassTypeExternalId InArgument<String> REQUIRED

The external id of the Class Type of the profile to insert.

ClassTypeId InArgument<Int32> REQUIRED

The id of the Class Type of the profile to insert.

The default values for the profile's properties. Set Keys as the name of the properties and the Values as the values to which they will be set to.

DomainExternalId InArgument<String>

The external id of the domain of the profile to insert.

DomainId InArgument<Int32?>

The id of the of domain the profile to insert.

LanguageCode InArgument<String>

The LanguageCode of the profile to insert.

MaskExternalId InArgument<String>

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

ObjectStateExternalId InArgument<String>

The external id of the Object State of the profile to insert.

ObjectStateId InArgument<Int32?>

The id of the Object State of the profile to insert.


Settings

ArchiveButtonCaption InArgument<String>

This string represents the text written on the archive button. The default value is 'Invia'.

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.

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.