... | ... | @@ -55,6 +55,7 @@ This option was added in Datovka 4.11. |
|
|
|
|
|
The `--compose` option takes a single argument string containing value assignments to the following keys:
|
|
|
|
|
|
* *sender* - Sender data-box identifier or sender username. (This option is available since Datovka-4.25.0.)
|
|
|
* *dbIDRecipient* - List of recipient data-box identifiers separated by semicolons. The length of the box identifiers is 7 characters. At least one must be specified.
|
|
|
* *dmAnnotation* - Message subject string. Maximal length is 255 characters.
|
|
|
* *dmToHands* - Name of preferred recipient person in recipient organisation. Maximal length is 50 characters.
|
... | ... | @@ -84,10 +85,10 @@ The `val` statement may consist of a list of values. In such the entries are sep |
|
|
The command
|
|
|
|
|
|
```shell
|
|
|
./datovka --compose "dbIDRecipient='a5s8ee1',dmAnnotation='Test message',dmPersonalDelivery='1',dmAttachment='/tmp/xsda558/request.pdf;/tmp/xsda558/explanation.pdf'"
|
|
|
./datovka --compose "sender='abcdef',dbIDRecipient='a5s8ee1',dmAnnotation='Test message',dmPersonalDelivery='1',dmAttachment='/tmp/xsda558/request.pdf;/tmp/xsda558/explanation.pdf'"
|
|
|
````
|
|
|
|
|
|
will raise the send message dialogue window and will fill in the annotation, the recipient and will add the two attachment files (if they are found in the specified locations) in the same sequence as they have been specified.
|
|
|
will raise the send message dialogue window and will select the appropriate sender will fill in the annotation, the recipient and will add the two attachment files (if they are found in the specified locations) in the same sequence as they have been specified.
|
|
|
|
|
|
If you just want to raise the send message dialogue window and pass a single file you then the following command is fully sufficient:
|
|
|
|
... | ... | |