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 [2017/04/13 10:49] konstantinos.litsios [YearIDGenerator] |
en:software:tim:actionhandler:yearidgenerator [2021/07/01 09:52] (current) |
||
---|---|---|---|
Line 3: | Line 3: | ||
=======YearIDGenerator======= | =======YearIDGenerator======= | ||
==== Description ==== | ==== Description ==== | ||
- | 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). | ||
- | ------ | + | 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> |