This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:software:tim:actionhandler:mailbyprocessvariablehandler [2016/01/19 14:52] amanda.zens |
en:software:tim:actionhandler:mailbyprocessvariablehandler [2021/07/01 09:52] (current) |
||
---|---|---|---|
Line 41: | Line 41: | ||
\\ == fieldDuration == | \\ == fieldDuration == | ||
The fieldDuration defines the time span in which the mail should be sent. Possible values are: | The fieldDuration defines the time span in which the mail should be sent. Possible values are: | ||
- | *m (Month) | + | *s (Seconds) |
- | *y (Year) | + | *m (Minutes) |
- | *w (Week) | + | *h (Hours) |
- | *min (Minute) | + | *d (Days) |
- | *ms (Millisecond) | + | *w (Weeks) |
- | *s (Second) | + | *mon (Months) |
+ | *y (Years) | ||
- | (see [[#example]]) | + | can be combined i.e. 1y 11mon 3w 2d 1h 12m 5s |
- | >> **Attention!** Only one kind of time unit may be used; this means that days and hours cannot be combined. | + | (see [[#example]]) |