This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
en:software:dashboard:dashboard_tablestructure_v2 [2018/07/11 11:53] Julian Le created |
en:software:dashboard:dashboard_tablestructure_v2 [2021/07/01 09:52] (current) |
||
---|---|---|---|
Line 2: | Line 2: | ||
Evaluations are defined by SQL statements. Therefore only the following predefined [[:software:dashboard:dashboard_views|database views]] can be used. | Evaluations are defined by SQL statements. Therefore only the following predefined [[:software:dashboard:dashboard_views|database views]] can be used. | ||
- | |||
- | <WRAP center round important 60%>\\ | ||
- | The view "view_user" is only compatible with SQL Server 2017 and with MySQL v5.7 or higher!\\ | ||
- | </WRAP>\\ | ||
- | <note tip>Please take into account the explanations below!</note> | ||
---- | ---- | ||
Line 95: | Line 90: | ||
* **displayName**: contains the full name and username (e.g. **Max Mustermann (M.Muster)**) | * **displayName**: contains the full name and username (e.g. **Max Mustermann (M.Muster)**) | ||
* **lastLogin**: contains the tim at which the user last logged in | * **lastLogin**: contains the tim at which the user last logged in | ||
- | * **identityType**: type of identity/user can have the following values 'USER','GROUP','MEMBERSHIP','ROLE' oder 'CLIENT' | + | * **identityType**: type of identity/user can have the following values 'USER','GROUP','MEMBERSHIP','ROLE' or 'CLIENT' |
* **email**: e-mail adress of the user or group | * **email**: e-mail adress of the user or group | ||
* **firstname**: user's first name | * **firstname**: user's first name | ||
Line 112: | Line 107: | ||
* **creationTime**: | * **creationTime**: | ||
* **creationUserId**: | * **creationUserId**: | ||
- | * **creationGroupId **Enthält den Primärschlüssel der Gruppe, die den Prozess gestartet hat | + | * **creationGroupId **contains the primary key of the group that started the process |
- | * **rootTokenId**: Enthält den Primärschlüssel des aktuellen Tokens, welcher auf die aktuelle Aktivität zeigt | + | * **rootTokenId**: contains the primary key of the current token which points to the current activity |
- | * **parentProcessToken**: Enthält den Primärschlüssel auf den zugehörigen Hauptprozess verweist | + | * **parentProcessToken**: contains the primary key which points to the corresponding main process |
- | * **instanceKey**: Enthält den erzeugten Wert des [[:software:tim:actionhandler:yearidgenerator|YearIDGenerators]], falls dieser eingesetzt wird. | + | * **instanceKey**: contains the generated value of the [[en:software:tim:actionhandler:yearidgenerator|YearIDGenerator]], if it is used |
- | * **definitionId**: Enthält eine Zahl die auf die Prozessdefinition verweist, die dieser Instanz zu Grunde liegt | + | * **definitionId**: contains the number that points to the processdefinition, which underlies this instance |
- | * **definitionName**: Der Name der zugrunde liegenden Prozessdefinition | + | * **definitionName**: the name of the underlying processdefinition |
* **instanceStart**: | * **instanceStart**: | ||
* **instanceEnd**: | * **instanceEnd**: | ||
- | * **archivationUserId** : Enthält den Primärschlüssel der auf den Benutzer verweist, der diese Instanz archiviert hat | + | * **archivationUserId** : contains the primary key which points to the user, who archived this instance |
- | * **archivationTime: **Zeitpunkt an dem die Prozessinstanz archiviert wurde | + | * **archivationTime: **time at which the processinstance was archived |
- | * **nextEscalationTime**: Enthält den berechneten Zeitpunkt der nächsten Eskalation des Prozesses | + | * **nextEscalationTime**: contains the calculated time of the next escalationof the process |
- | * **index1-10 und value1-10**: Alle Indexnamen und Werte, welche im Prozess als Indexwerte angegeben wurden | + | * **index1-10 und value1-10**: all index names and values which are declared as indexvalues in the process |
- | * **isInTime**: Gibt an, ob der Prozess noch im Zeitplan liegf, oder ob Milestones/Bearbeitungszeiten nicht mehr schaffbar sind | + | * **isInTime**: states if the process is still on schedule or if milestones/processing time are not possible anymore |
- | * **isArchiv**: Angabe ob die Prozessinstanz bereits archiviert ist | + | * **isArchiv**: states if the process instance is archived or not |
=== view_swimlane === | === view_swimlane === | ||
Line 131: | Line 126: | ||
* **swimlaneName**: | * **swimlaneName**: | ||
* **clientId**: | * **clientId**: | ||
- | * **instanceId**: Enthält den Primärschlüssel der auf die zugehörige Instanz verweist | + | * **instanceId**: contains the primary key that points to the corresponding instance |
- | * **actorId**: Enthält den Primärschlüssel der auf den momentan zugehörigen Benutzer verweist | + | * **actorId**: contains the primary key that points to the currently corresponding user |
- | * **pooledActorId**: Enthält den Primärschlüssel der auf die zugehörige Gruppe verweist) | + | * **pooledActorId**: contains the primary key which points to the corresponding group |
=== view_task === | === view_task === | ||
Line 145: | Line 140: | ||
* **taskStart**: | * **taskStart**: | ||
* **taskEnd**: | * **taskEnd**: | ||
- | * **actorId**: Enthält den Primärschlüssel der auf den momentan zugehörigen Benutzer verweist | + | * **actorId**: contains the primary key that points to the currently corresponding user |
- | * **pooledActorId**: Enthält den Primärschlüssel der auf die momentan zugehörige Gruppe verweist | + | * **pooledActorId**: contains the primary key that points to the currently corresponding group |
- | * **activityId**: Enthält den Primärschlüssel der auf die übergeordnete Aktivität verweist | + | * **activityId**: contains the primary key that points to the superordinate activity |
- | * **parentFolderId**: Enthält den Primärschlüssel des dazugehörigen Folders | + | * **parentFolderId**: contains the primary key that points to the corresponding folder |
- | * **swimlaneId**: Enthält den Primärschlüssel der auf die Swimlane zeigt, in der die Aufgabe liegt | + | * **swimlaneId**: contains the primary key that points to the swimlane in which the task lies |
- | * **remainingTime**: Enthält die verbleibende Bearbeitungszeit dieser Aufgabe | + | * **remainingTime**: contains the remaining processing time of this task |
- | * **elapsedTime**: Enthält die verstrichene Bearbeitungszeit | + | * **elapsedTime**: contains the elapsed processing time |
- | * **isOpen**: Gibt an ob die Aufgabe schon erledigt wurde (Achtung! Signal-Methoden erledigen Aufgaben meist nicht!) | + | * **isOpen**: states if the task is finished already (Attention! signalling methods don't always finish tasks) |
- | * **isAdhoc**: Gibt an ob diese Aufgabe als [[:software:tim:ad_hoc_tasks|AdHoc-Aufgabe]] erstellt wurde oder nicht | + | * **isAdhoc**: states if this task was created as an [[en:software:tim:ad_hoc_tasks|AdHoc-task]] or not |
* **isArchiv**: | * **isArchiv**: | ||
=== view_token === | === view_token === | ||
Line 160: | Line 155: | ||
* **tokenName**: | * **tokenName**: | ||
* **clientId**: | * **clientId**: | ||
- | * **instanceId**: Enthält den Primärschlüssel der auf die zugehörige Instanz verweist | + | * **instanceId**: contains the primary key which points to the corresponding instance |
- | * **activityId**: Enthält den Primärschlüssel der auf die zugehörige Aktivität verweist | + | * **activityId**: contains the primary key which points to the corresponding activity |
- | * **parentTokenId**: Enthält den Primärschlüssel, welcher auf ein Sub-Token zeigt. Ist das Roottoken auf einem Schließenden AND-Gateway wird pro Eingang/Ausgang ein Sub-Token gefunden. | + | * **parentTokenId**: contains the primary key which points to the sub-token. If the roottoken is on a closing AND gateway, a sub-token per input/output is found |
=== view_variable === | === view_variable === | ||
Line 168: | Line 163: | ||
* **variableName**: | * **variableName**: | ||
* **clientId**: | * **clientId**: | ||
- | * **instanceId**: Enthält eine Zahl die auf die zugehörige Instanz verweist | + | * **instanceId**: contains a number which points to the corresponding instance |
- | * **stringValue**: Enthält den Inhalt der Prozessvariable | + | * **stringValue**: contains the content of the process variable |
- | * **label**: Enthält das zugehörige Label zu der Prozessvariable | + | * **label**: contains the corresponding label for the process variable |
=== view_role === | === view_role === | ||
- | * **identityId**: Enthält den Primärschlüssel der auf den momentan zugehörigen Benutzer verweist | + | * **identityId**: contains the primary key which points to the currently corresponding user |
- | * **roleId**: Enthält den Primärschlüssel der auf die dazugehörige Rolle verweist | + | * **roleId**: contains the primary key which points to the corresponding role |
=== view_costcenter === | === view_costcenter === | ||
Line 183: | Line 178: | ||
* **creationTime**: | * **creationTime**: | ||
* **creationUserId**: | * **creationUserId**: | ||
- | * **hourly**: Enthält den Stundensatz der Kostenstelle | + | * **hourly**: contains the hourly rate of the cost center |
- | * **currency**: Enthält die Währung die der Kostenstelle hinterlegt ist | + | * **currency**: contains the currency that is lodged in the cost center |
=== view_systemconfiguration === | === view_systemconfiguration === | ||
Line 191: | Line 186: | ||
* **clientId**: | * **clientId**: | ||
* **creationTime**: | * **creationTime**: | ||
- | * **costCenter** : Kostenstelle des Users aus dem [[:software:tim:userprofil_profile|Userprofils]] | + | * **costCenter** : cost center of the user from the [[en:software:tim:userprofil_profile|userprofile]] |
- | * **department**: Abteilung des Benutzers aus dem [[:software:tim:userprofil_profile|Userprofils]] | + | * **department**: department of the user from the [[en:software:tim:userprofil_profile|userprofile]] |
- | * **personnelNumber** : Personalnummer des Benutzers Users aus dem [[:software:tim:userprofil_profile|Userprofils]] | + | * **personnelNumber** : personnel number of the user from the [[en:software:tim:userprofil_profile|userprofile]] |
- | * **phoneNumber** : Telefonnummer des Benutzers Users aus dem [[:software:tim:userprofil_profile|Userprofils]] | + | * **phoneNumber** : telephone number of the user from the [[en:software:tim:userprofil_profile|userprofile]] |
- | * **tableRowCount** : Feld "Anzeige Tabellenzeilen" aus dem Userprofil Users aus dem [[:software:tim:userprofil_profile|Userprofils]] | + | * **tableRowCount** : Field "Display table rows" from the [[en:software:tim:userprofil_profile|userprofile]] |
- | * **timezoneOffset** : Zeitzone des Benutzers Users | + | * **timezoneOffset** : timezone of the user |
- | * **lastModificationTime**: Enthält den Zeitpunkt der letzten Bearbeitung des Profils | + | * **lastModificationTime**: contains the last time the profile was edited |
- | * **lastModificationUserId**: Enthält den Primärschlüssel des Benutzers der die letzen Änderungen durchgeführt hat | + | * **lastModificationUserId**: contains the primary key of the user that did the last changes |
- | * **defaultRepresentativeId** : Enthält den Primärschlüssel der auf den Benutzer verweist, der als Vertreters im [[:software:tim:userprofil_profile|Userprofil]] hinterlegt ist | + | * **defaultRepresentativeId** : contains the primary key that point to the user that is lodged as representative in the [[en:software:tim:userprofil_profile|userprofile]] |
- | * **departmentChiefId**: Enthältden Primärschlüssel der auf den Benutzer verweist, der als Abteilungsleiter im [[:software:tim:userprofil_profile|Userprofil]] hinterlegt ist | + | * **departmentChiefId**: contains the primary key that points to the user that is lodged as the department chief in the [[en:software:tim:userprofil_profile|userprofile]] |
- | * **supervisorId** : Enthält den Primärschlüssel der auf den Benutzer verweist, der als Vorgesetzten im [[:software:tim:userprofil_profile|Userprofil]] hinterlegt ist | + | * **supervisorId** : contains the primary key that points to the user that is lodged as the supervisor in the [[en:software:tim:userprofil_profile|userprofile]] |
- | * **companyId** : Feld der "UnternehmensId" Users aus dem [[:software:tim:userprofil_profile|Userprofils]] | + | * **companyId** : Field "Company ID in the [[en:software:tim:userprofil_profile|userprofile]] |
- | * **companyName**: Feld des "Unternehmens Namen" Users aus dem [[:software:tim:userprofil_profile|Userprofils]] | + | * **companyName**: Field "Company Name" in the [[en:software:tim:userprofil_profile|userprofile]] |
- | * **country**: Feld des Landes Users aus dem [[:software:tim:userprofil_profile|Userprofils]] | + | * **country**: Field "Country" in the [[en:software:tim:userprofil_profile|userprofile]] |
- | * **isNotifingByMail**: Feld "Benachrichtigung per Mail bevorzugen" aus dem [[:software:tim:userprofil_profile|Userprofils]] oder aus dem [[:software:tim:client_profile|Clientprofil]] | + | * **isNotifingByMail**: Field "Email-Notification preferred" in the [[en:software:tim:userprofil_profile|userprofile]] or in the [[en:software:tim:client_profile|clientprofil]] |
- | * **isNotifingAsignee**: Feld "Benachrichtigung falls Aufgabe von anderem User erledigt" aus dem [[:software:tim:userprofil_profile|Userprofils]] | + | * **isNotifingAsignee**: Field "Notify asignee if his task is done by somebody else" in the [[en:software:tim:userprofil_profile|userprofile]] |
- | * **isIgnoringLDAPAuth**: Feld "keine LDAP Anmeldung" aus dem [[:software:tim:userprofil_profile|Userprofil]] | + | * **isIgnoringLDAPAuth**: Field "ignore LDAP authentication" in the [[en:software:tim:userprofil_profile|userprofile]] |
=== view_folder === | === view_folder === | ||
Line 215: | Line 210: | ||
* **creationTime**: | * **creationTime**: | ||
* **creationUserId**: | * **creationUserId**: | ||
- | * **parentFolderId**: Enthält den Primärschlüssel der aufsich selbst und stellt einen Unterordner bei den Dokumenten dar | + | * **parentFolderId**: contains the primary key which points to itself and represents a subfolder in the documents |
* **isArchiv**: | * **isArchiv**: | ||
- | === view_user === | ||
- | |||
- | * **id**: | ||
- | * **identityName**: | ||
- | * **clientId**: | ||
- | * **creationTime**: | ||
- | * **creationUserId**: | ||
- | * **displayName**: Beinhaltet den vollständigen Namen und Benutzernamen (z.B. **Max Mustermann (M.Muster)** ) | ||
- | * **lastLogin**: Enthält den Zeitpunkt, an dem sich der Benutzer als letztes eingeloggt hat | ||
- | * **identityType**: Beinhaltet in dieser View nur den Wert 'USER' | ||
- | * **email**: E-Mail Adresse des Benutzers oder Gruppe | ||
- | * **firstname**: Vorname des Benutzers | ||
- | * **lastname**: Nachname des Benutzers | ||
- | * **userProfileId**: Enthält den Primärschlüssel der das Benutzerprofils beinhaltet | ||
- | * **groups**: Beinhaltet alle Gruppennamen (Komma separiert) in welcher der User sich befindet | ||
- | * **teammanagerGroups: ** Beinhaltet alle Gruppennamen (Komma separiert) in welcher der User team-manager ist | ||
- | * **isBlocked**: Gibt an, ob dieser Benutzer/Gruppe/Mandant blockiert ist | ||
- | * **isArchiv**: Gibt an, ob dieser Benutzer/Gruppe/Mandant archiviert ist | ||