Create Jet Document
Command property:
Asynchronous command.
Command action:
Create a new color document, with the specified layout.
Before start the document creation, all existing layout are deleted.
Syntax:
<command name="createjetdocument">
[XML DATA]
</command>
Reply:
<command valid="true" />
When the command is executed, the system reply with:
<command name="CreateJetDocument" executed="true" >
If the command execution fails, the system reply with:
<command name="CreateJetDocument" executed="false" error="Error creating document. Error on entity: [Entity name]" >
Command purpose:
This command is used to create a new color page.