...
Bei Fehler in OnError
, OnCancel
, OnExit
:
Sofort abbrechen Sofortiger Abbruch
Beispiel:
Code Block | ||
---|---|---|
| ||
<primedocsConnect> <Template Id="30b55516-80b5-41d7-801b-b31d6da376ac" /> <Forms> <Value Key="Subject">Hello Connect</Value> </Forms> <Commands> <OnSuccess> <SaveFile FileName="\\MyServer\share\organization\...\documentxyz.docx" Overwrite="true" CreateFolder="true"> <Document /> </SaveFile> </OnSuccess> </Commands> </primedocsConnect> |
...