DMConfig_DomainUpdate

Description

This activity allows to update properties of a Domain that already exists in the specified DocsMarshal installation.

It is enough to set only properties whose value you want to change. Each of the left empty parameters will be ignored and the corresponding value of the domain won't be changed.


Destination

DomainExternalId InArgument<String>

The ExternalId of the Domain to be modified. If Id and ExternalId have both a value only the Id will be considered.

DomainID InArgument<Int32?>

The Id of the Domain to be modified. If Id and ExternalId have both a value only the Id will be considered.


DocsMarshal Connection

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.

Misc

Description InArgument<String>

The description of the Domain. Here we briefly explain what the field is for and how it should be used.

ExternalID InArgument<String>

The ExternalId of the Domain.

The name of the Domain.

RegisterAcronym InArgument<String>

The acronym of the domain. In DocsMarshal, when registers are used to number profiles, an abbreviation can be added to indicate which domain they belong to.

WorkingCalendarId InArgument<Guid?>

The working calendar to assign to the domain.

The world is a parameter that allows you to significantly increase the performance of a DocsMarshal system: it increases the speed of search, insertion and updating of profiles.

It allows, in fact, to logically divide the domains and consequently segment the data within them. It is recommended to use it when the system needs to handle large amounts of data (in the order of tens of millions of profiles). This functionality is only available with the DocsMarshal Multi Tenant Enterprise license.
For more information, request direct advice from our staff.