Difference between revisions of "Status actions"

From TempusServa wiki
Jump to navigation Jump to search
old>Admin
(Created page with ' == Status actions == The actions are fired when a certain condition is meet * An item enters the status * An item leaves the status * Time has passed while an item was in this s…')
 
old>Admin
Line 12: Line 12:


=== Export ===
=== Export ===
The template is optional: If no template is found raw XML will be generated.


The following types of routing are supported
The following types of routing are supported
* a
* Local file system (optionally a mapped share)
* b
* Remote FTP server
* c
* Sent by email
 
The target reference may contain field references in the {FIELD} format, that will be populated at runtime.
 
{
|Routing
|Syntax example
|-
|File system
|c:\exportFolder\{GROUP}
|-
|FTP server
|ftp://username:password@acme.com/exportFolder
|-
|Send by mail
|mailto:boss@acme.com:Attention my friend
|-
|}

Revision as of 20:58, 28 May 2013

Status actions

The actions are fired when a certain condition is meet

  • An item enters the status
  • An item leaves the status
  • Time has passed while an item was in this status

Notifications

Export

The template is optional: If no template is found raw XML will be generated.

The following types of routing are supported

  • Local file system (optionally a mapped share)
  • Remote FTP server
  • Sent by email

The target reference may contain field references in the {FIELD} format, that will be populated at runtime.

{ |Routing |Syntax example |- |File system |c:\exportFolder\{GROUP} |- |FTP server |ftp://username:password@acme.com/exportFolder |- |Send by mail |mailto:boss@acme.com:Attention my friend |- |}