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:yearidgenerator [2016/01/14 12:48] amanda.zens |
en:software:tim:actionhandler:yearidgenerator [2021/07/01 09:52] (current) |
||
---|---|---|---|
Line 2: | Line 2: | ||
=======YearIDGenerator======= | =======YearIDGenerator======= | ||
- | The [[en:software:tim:actionhandler|Handler]] creates an number, which can be used as a unique classification. Typically, the generated ID is connected by the [[en:software:tim:actionhandler:renameinstancehandler|RenameInstanceHandler]]. | + | ==== Description ==== |
- | The generated ID is set-up as such: YYYYxxxx; | + | |
- | in which YYYY is the current year und xxxx represents a sequential counter number (Example: 20110001). | + | The [[:en:software:tim:actionhandler|Handler]] creates an number, which can be used as a unique classification. Typically, the generated ID is connected by the [[:en:software:tim:actionhandler:renameinstancehandler|RenameInstanceHandler]]. The generated ID is set-up as such: YYYYxxxx; in which YYYY is the current year und xxxx represents a sequential counter number (Example: 20110001). |
+ | |||
+ | ---- | ||
- | ------ | ||
==== Action Class ==== | ==== Action Class ==== | ||
<code> | <code> |