CreateModelFromObjectIds

Description

This activity allows you to generate and eventually print a document model in DocsMarshal.


Data

ObjectId InArgument<Guid?>

ObjectIds InArgument<List<Guid>>


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.

DocumentModel

DocumentModelExternalId InArgument<String> REQUIRED

LanguageCode InArgument<String>

LanguageId InArgument<Int32?>


Misc

UsePortalAPI InArgument<Boolean?>

Indicate if the document should be generated with the portal API, using this option is suggested for the generation of small files, because it can improve the performance due to the portal cache.


Print

PrinterName InArgument<String>

PrintInGrayScale InArgument<Boolean?>

PrintNrCopies InArgument<Int16?>