User Tools

Site Tools


Plugin installed incorrectly. Rename plugin directory 'swiftmail.backup' to 'swiftmail'.
en:faq:variableshelper

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
en:faq:variableshelper [2017/09/28 14:17]
Julian Le created
en:faq:variableshelper [2021/07/01 09:52] (current)
Line 1: Line 1:
-FIXME **This page is not fully translated, yet. Please help completing the translation.** \\ 
-//(remove this paragraph once the translation is finished)// 
 ===== VariablesHelper ===== ===== VariablesHelper =====
  
-==== Variablen ​====+==== Variables ​====
  
-Variablen können an verschiedenen Stellen eingesetzt werdenzB in [[:​software:​tim:​mailnode|Mailtexten]] (im Detail [[:​software:​tim:​mail_configuration|hier]]), [[:​software:​tim:​actionhandler|Actionhandlern]] oder in den [[:​software:​tim:​tim.properties|tim.properties]] .+Variables can be used in many different places, e.g. in [[:en:​software:​tim:​mailnode|Mailtexten]] (im Detail [[:en:​software:​tim:​mail_configuration|here]]), [[:en:​software:​tim:​actionhandler|actionhandlers]] or in the [[:en:​software:​tim:​tim.properties|]].
  
-<note tip>Variablen werden immer mit ${//Name der Variable//markiert.\\ +<note tip>Variable are always marked with ${name_of_the_variable}.\\ 
-Systemvariablen tragen immer das Prefix ​**SYS.**</​note>​ +System variables always have the prefix ​**SYS.**</​note>​ 
-==== System ​Variablen ​====+==== System ​Variables ​====
  
-System ​Variablen können immer dann eingesetzt werdenso lange es der Kontext erlaubtFolgende Variablen sind somit immer verfügbar:+System ​variables can be usedwhen the context allows itThe following variable are therefor always available:
  
-^${SYS.PROCESSDEFINITION_NAME}|Gibt den Namen der aktuell genutzten Prozessdefinition zurück.| +^${SYS.PROCESSDEFINITION_NAME}|Returns the name blonging to the current processdefinition.| 
-^${SYS.PROCESSINSTANCE_NAME}|Gibt den Namen der aktuell genutzten Prozessinstanz zurück.| +^${SYS.PROCESSINSTANCE_NAME}|Returns the name belonging to the current procesinstance.| 
-^${SYS.PROCESSINSTANCE_ID}|Gibt die eindeutige ​ID (Zahlder Prozessinstanz zurückACHTUNGKein Zusammenhang mit [[:​software:​tim:​actionhandler:​yearidgenerator|YearIdGenerator]]| +^${SYS.PROCESSINSTANCE_ID}|Returns the unique ​ID (numberbelonging to the ProcessinstanceAttentionNo connection to [[:en:​software:​tim:​actionhandler:​yearidgenerator|YearIdGenerator]]| 
-^${SYS.PROCESSINSTANCE_DESCRIPTION}|Gibt die Beschreibung der aktuellen Prozessinstanz zurück.+^${SYS.PROCESSINSTANCE_DESCRIPTION}|Returns the description belonging to the current Processinstance
-^${SYS.PROCESSVARIABLELOG}|Gibt eine Liste der verwendeten Prozessvariablen zurück.| +^${SYS.PROCESSVARIABLELOG}|Returns a list of the used processvariables.| 
-^${SYS.DOC_HISTORY}|Gibt den Dokumentenverlauf einer Prozessinstanz zurückBeinhaltet den BenutzerZeit und Datum sowie die Art des Eingriffs ​(ErstellenÄndernLöschen).+^${SYS.DOC_HISTORY}|Returns the document history of one processinstanceContains usertime and date as well as the type of operation ​(createeditdelete).| 
-^${SYS.BUSINESS_ID}|Diese Zahl wird für jede Instanz um 1 erhöht, fortlaufend über alle Prozesse und Mandanten.  ​+^${SYS.TASK_NAME}|Returns the current taskname.| 
-^${SYS.TASK_NAME}|Gibt den aktuellen Aufgabennamen zurück.| +^${SYS.NODE_NAME}|Returns the current activityname
-^${SYS.NODE_NAME}|Gibt den aktuellen Aktivitätennamen zurück.+^${SYS.TASK_ID}|Returns the unique ​ID belonging to the current task.| 
-^${SYS.TASK_ID}|Gibt die eindeutige ​ID der Aufgabe zurück.| +^${SYS.NODE_ID}|Returns the unique ​ID belonging to the current activity.| 
-^${SYS.NODE_ID}|Gibt die eindeutige ​ID der Aktivität zurück.| +^${SYS.TASKLINK}|Returns the link to the current task.| 
-^${SYS.TASKLINK}|Gibt den Link zu der aktuellen Aufgaben zurück.| +^${SYS.TASK_DESCRIPTION}|Returns the description belonging to the current task.| 
-^${SYS.TASK_DESCRIPTION}|Gibt die Beschreibung der aktuellen Aufgabe zurück.| +^${SYS.CLIENT_NAME}|Returns the current clientname.| 
-^${SYS.CLIENT_NAME}|Gibt den aktuellen Mandantennamen zurück.| +^${SYS.CLIENT_ID}|Returns the unique ​ID belonging to the current client.| 
-^${SYS.CLIENT_ID}|Gibt die eindeutige ​ID des aktuellen Mandanten zurück.| +^${SYS.BASELINK}|Returns the link, which is composed of [[:en:​software:​tim:​client_profile|Client-Profil]] (Application-Host + Port) and /​loom-portal/​.| 
-^${SYS.BASELINK}|Gibt den Link zurück der durch das [[:​software:​tim:​client_profile|Client-Profil]] (Application-Host + Port) und /​loom-portal/ ​zusammengesetzt wird.| +^${SYS.ROOTLINK}|Returns the link, which is composed of [[:en:​software:​tim:​client_profile|Client-Profil]] (Application-Host + Port).| 
-^${SYS.ROOTLINK}|Gibt den Link zurück der durch das [[:​software:​tim:​client_profile|Client-Profil]] (Application-Host + Port) zusammengesetzt wird.| +^${SYS.NOW}|Returns the current server time.
-^${SYS.NOW}|Gibt die aktuelle **Serverzeit** zurück+^${SYS.SEZ}|Returns the [[:en:​support:​cpm#​lft_-_latest_finish_time|LFT (Latest Finish Time)]] of the current task.| 
-^${SYS.SEZ}|Gibt die [[:​support:​cpm#​sez_-_spaetester_endzeitpunkt|SEZ (Späteste End Zeitpunkt)]] der aktuellen Aufgabe zurück.| +^${SYS.RECIPIENT_GROUP_NAME}|Returns the group'​s namewhich should receive this mail.([[:en:​software:​tim:​notes#​send_notification|Notifications at notes]])| 
-^${SYS.RECIPIENT_GROUP_NAME}|Gibt den Namen der Gruppe zurückdie diese Mail erhalten soll. ([[:​software:​tim:​notes#​benachrichtigung_versenden|Benachrichtigung bei Notizen]])  +^${SYS.RECIPIENT_NAME}|Returns the user's usernamewhich should receive this mail.([[:en:​software:​tim:​notes#​send_notification|Notifications at notes]])| 
-^${SYS.RECIPIENT_NAME}|Gibt den Benutzernamen des Users zurückder diese Mail erhalten soll. ([[:​software:​tim:​notes#​benachrichtigung_versenden|Benachrichtigung bei Notizen]])| +^${SYS.RECIPIENT_FIRSTNAME}|Returns the user's first namewhich should receive this mail.([[:en:​software:​tim:​notes#​send_notification|Notifications at notes]])| 
-^${SYS.RECIPIENT_FIRSTNAME}|Gibt den Vornamen des Users zurückder diese Mail erhalten soll. ([[:​software:​tim:​notes#​benachrichtigung_versenden|Benachrichtigung bei Notizen]])| +^${SYS.RECIPIENT_LASTNAME}|Returns the user's last namewhich should receive this mail.([[:en:​software:​tim:​notes#​send_notification|Notifications at notes]])|
-^${SYS.RECIPIENT_LASTNAME}|Gibt den Nachnamen des Users zurückder diese Mail erhalten soll. ([[:​software:​tim:​notes#​benachrichtigung_versenden|Benachrichtigung bei Notizen]])|+
  
 \\ \\
  
  
en/faq/variableshelper.1506601020.txt.gz · Last modified: 2021/07/01 09:56 (external edit)