DMConfig_WorkingDayExceptionInsert

Description

This activity allows to set a new working day definition of a user for a certain date (WorkingDayException). You can only set one exception in a certain date for a specific user.


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.

Input - Exception

Date InArgument<DateTime> REQUIRED

Date of application of the exception

SecurityIdentityId InArgument<Int32> REQUIRED

Id of the user where apply the exception to


Input - WorkingDay

WorkingDayExternalId InArgument<String>

ExternalId of the working day to apply current exception to (Only one of this category is required)

WorkingDayId InArgument<Guid>

Id of the working day to apply the current exception to (Only one of this category is required)

WorkingPeriods InArgument<List<WorkingPeriod>>

List of periods that will define the working day exception. You can decide to assign an existing WorkingDay or define periods that will be valid exclusively for this exception