User Tools

Site Tools


Plugin installed incorrectly. Rename plugin directory 'swiftmail.backup' to 'swiftmail'.
en:software:dashboard:dashboard_tablestructure

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:software:dashboard:dashboard_tablestructure [2018/08/21 09:05]
Julian Le created
en:software:dashboard:dashboard_tablestructure [2021/07/01 09:52] (current)
Line 1: Line 1:
-FIXME **This page is not fully translated, yet. Please help completing the translation.** \\ +===== Conditions for an evaluation ​=====
-//(remove this paragraph once the translation is finished)//​ +
-===== Vorraussetzungen für eine Auswertung ​=====+
  
-Auswertungen werden durch SQL-Statements ​definiertHierfür dürfen nur die folgenden vordefinierten ​[[:​software:​dashboard:​dashboard_views|Datenbank-Views]] benutzt werden. +Evaluations are defined by SQL-Statements. ​Therefor only the following predefined ​[[:en:​software:​dashboard:​dashboard_views|dashboard views]] can be used.
- +
-<WRAP center round important 60%>\\ +
-Die View "​view_user"​ ist nur mit SQL Server 2017 und mit MySQL v5.7 oder höher kompatibel!\\ +
-</​WRAP>​+
  
 ---- ----
  
-===== Alte Views =====+===== Old Views =====
  
-Sollten Sie noch die alten Views einsetzenkönnen Sie die Dokumentation ​[[:​en:​software:​dashboard:​dashboard_tablestructure_old|hier einsehen]].+If you are still using the old viewsthey can be looked into [[:​en:​software:​dashboard:​dashboard_tablestructure_old|here]].
  
-<note important>​Bitte kontaktieren Sie den Support vor dem Updateda sich Spaltennamen ändern und Widgets nach dem Update angepasst werden müssen!</​note>​+<note important>​Please contact the support before the updatebecause column names change and widgets have to be adjustzed after the update!</​note>​
  
 ---- ----
  
-====== ​Erläuterung der Tabelleninhalte ​======+====== ​Explanation of table contents ​======
  
 {{  :​dashboard_views.png?​332x500}} {{  :​dashboard_views.png?​332x500}}
  
-  * **id **beinhaltet immer den so genannten Primärschlüssel und ist eine eindeutige Zahl innerhalb der Tabelle +  * **id **contains the so called primary key and is a unique key in the table. 
-  * **instanceId **beinhaltet den Primärschlüssel der Prozessinstanz,​ die zu diesem Objekt/Eintrag gehört +  * **instanceId **contains the primary key of the processinstance that corresponds to this object/entry. 
-  * **<platzhalter>​Name** ​ ​beinhaltet den Namen des Objekts +  * **<placeholder>****Name**contains the object'​s name. 
-  * **<platzhalter>​Description** ​ ​beinhaltet die Beschreibung des Objekts +  * **<placeholder>****Description**contains the object'​s description. 
-  * **<platzhalter>​Start**  ​gibt den Zeitpunkt wiederbei dem der Prozess auf diesem Objekt aktiv wurdeEine Aufgabe kann zB früher erstellt werden und erst zu einem späteren Zeitpuntk gestartet werden +  * **<placeholder>​Start**  ​returns the timewhen the process became active on this object. A task can e.g. be crated earlier and be started at a later point in time
-  * **<platzhalter>​End**  ​gibt den Zeitpunkt wiederbei dem der Prozess dieses Obejt verlassen hat+  * **<placeholder>​End**  ​returns the timewhen the process left this object
-  * **creationTime **ist die Erstellungszeit des Eintrags +  * **creationTime **is the entry'​s creation time. 
-  * **creationUserId **beinhaltet den PrimärSchlüssel ​(siehe id) des Usersder den Eintrag angelegt hat +  * **creationUserId **contains the primary key (see id) of the userwhich created the entry. 
-  * **is<Platzhalter>​** ​ ​beinhaltet immer ein Wahr/Falsch Wert +  * **is<Placeholder>**contains a true/false value. 
-  * **isArchiv**  ​gibt anob das Objekt bereits archiviert wurde, oder nicht +  * **isArchiv**  ​indicateswhether the object is already archived or not. 
-----+-
  
 view_activity view_activity
  
-  * **id** +  * **id**: The unique identification number used throughout the entire database 
-  * **activityName** +  * **activityName**: Name of the activity 
-  * **activityDescription** +  * **activityDescription**: Contains a description of the activity 
-  * **clientId** +  * **clientId**: A number referencing a specific client 
-  * **creationTime** +  * **creationTime**: The exact point in time when the activity was initiated 
-  * **creationUserId** +  * **creationUserId**: A number referencing the impacted user 
-  * **instanceId** +  * **instanceId**: A number which references an impacted instance in which the activity is active 
-  * **activityStart** +  * **activityStart**: The exact point in time when this activity was started 
-  * **activityEnd** +  * **activityEnd**: The exact point in time when the activity was finally terminated 
-  * **loopCount**: ​Sollte der Prozess die Aktivität öfters durchlaufen ​(Loops), dann werden die Durchläufe hier gespeichert +  * **loopCount**: ​If the process runs through the activity repeatedly ​(loops), the runs are saved here. 
-  * **duration**: ​Beinhaltet die maximale und modellierte Bearbeitungszeit der Aktivität +  * **duration**: ​contains the activity'​s maximum and modelled process time. 
-  * **escalationTime**: ​Berechneter Zeitpunkt der nächsten Eskalation der Aktivität +  * **escalationTime**: ​contains the calculated time of the activity'​s next escalation. 
-  * **estimatedEnd**: ​Beinhaltet das voraussichtliche End-Datum der Aktivität +  * **estimatedEnd**: ​contains the activity'​s expected end date. 
-  * **mileStoneDate**: ​Zeitpunkt an dem der Meilenstein erreicht werden soll +  * **mileStoneDate**: ​contains the time, when the next milestone should be reached. 
-  * **elapsedTime**: ​Enthält die zur Bearbeitung der Aktivität verstrichene Zeit +  * **elapsedTime**: ​contains the elapsed time for processing the activity. 
-  * **timeBuffer**: ​Berechneter Puffer für diese Aktivität +  * **timeBuffer**: ​contains the calculated buffer for this activity. 
-  * **calculatedEST**:​ [[:​support:​cpm|Berechneter frühester Anfangszeitpunkt]] +  * **calculatedEST**:​ [[:en:​support:​cpm|Calculated earliest start time]] 
-  * **calculatedEFT**:​ [[:​support:​cpm|Berechneter frühester Endzeitpunkt]] +  * **calculatedEFT**:​ [[:en:​support:​cpm|Calculated earliest finish time]] 
-  * **calculatedLST**:​ [[:​support:​cpm|Berechneter spätester Anfangszeitpunkt]] +  * **calculatedLST**:​ [[:en:​support:​cpm|Calculated latest start time]] 
-  * **calculatedLFT**:​ [[:​support:​cpm|Berechneter spätester Endzeitpunkt]] +  * **calculatedLFT**:​ [[:en:​support:​cpm|Calculated latest finish time]] 
-  * **valueEST**: ​reine Zeitangabe des [[:​support:​cpm|frühesten Anfangszeitpunkts]] (beinhaltet ​[[:​software:​tim:​calendar_profile|Business Calender]]) +  * **valueEST**: ​pure time display of [[:en:​support:​cpm|earliest start time]] (contains ​[[:en:​software:​tim:​calendar_profile|Business Calender]]) 
-  * **valueEFT**: ​reine Zeitangabe des [[:​support:​cpm|frühesten Endzeitpunkts]] (beinhaltet ​[[:​software:​tim:​calendar_profile|Business Calender]]) +  * **valueEFT**: ​pure time display of [[:en:​support:​cpm|earliest finish time]] (contains ​[[:en:​software:​tim:​calendar_profile|Business Calender]]) 
-  * **valueLST**: ​reine Zeitangabe des [[:​support:​cpm|spätesten Anfangszeitpunkts]] (beinhaltet ​[[:​software:​tim:​calendar_profile|Business Calender]]) +  * **valueLST**: ​pure time display of [[:en:​support:​cpm|latest start time]] (contains ​[[:en:​software:​tim:​calendar_profile|Business Calender]]) 
-  * **valueLFT**: ​reine Zeitangabe des [[:​support:​cpm|spätesten Endzeitpunkts]] (beinhaltet ​[[:​software:​tim:​calendar_profile|Business Calender]]) +  * **valueLFT**: ​pure time display of [[:en:​support:​cpm|latest finish time]] (contains ​[[:en:​software:​tim:​calendar_profile|Business Calender]]) 
-  * **activityType**: ​Gibt die Art der Aktivität zurück ​(ScriptNode,​ Tasknode, Mailnode,​…) +  * **activityType**: ​returns type of activity ​(ScriptNode,​ Tasknode, Mailnode,​…). 
-  * **isMilestone**: ​Gibt anob es sich bei der Aktivtät um einen Milestone handelt +  * **isMilestone**: ​indicateswhether the activity is a milestone or not. 
-  * **inTime**: ​Angabe ob diese Aktivität noch im Zeitplan/​Zeitrahmen liegt+  * **inTime**: ​indicates, whether the activity is still on schedule or not.
 === view_definition === === view_definition ===
  
-  * **id**: +  * **id**: ​The unique identification number used throughout the entire database 
-  * **definitionName**:​ +  * **definitionName**: ​The name of the process definition 
-  * **definitionDescription** +  * **definitionDescription**: Contains a description of the definition 
-  * **clientId**:​ +  * **clientId**: ​A number referencing a specific client 
-  * **creationTime**:​ +  * **creationTime**: ​Point in time at which the process definition was [[:​en:​software:​dashboard:​en:​software:​tim:​deploy_processdefinition|deployed]] 
-  * **creationUserId**:​ +  * **creationUserId**: ​The unique ID of the user who [[:​wiki.tim-solutions.de:​doku.php?​id=:​en:​software:​dashboard:​en:​software:​tim:​deploy_processdefinition|deployed]] the task instance 
-  * **version**: ​Version in der die Prozessdefinition vorliegt +  * **version**: ​processdefinition'​s present version 
-  * **escalationStatus**: ​Angabe über den Eskalationsstatus des Prozesses +  * **escalationStatus**: ​statement about the process'​ escalation status 
-  * **owner**: ​Prozessverantwortliche/​r Nutzer/​Gruppe +  * **owner**: ​process owner (or group) 
-  * **starter**: ​Nutzer oder Gruppe(n) der/die die Definition starten darf +  * **starter**: ​User or group, who is allowed to start the definition. 
-  * **deployer**: ​Nutzer oder Gruppe(n) der/die die Definition deployen darf +  * **deployer**: ​User or group, who is allowed to deploy the definition. 
-  * **isArchiv**: ​Wurde die Definition bereits archiviert oder nicht+  * **isArchiv**: ​indicates, whether the definition is already archived or not.
 === view_effort === === view_effort ===
  
-  * **id**: +  * **id**: ​The unique identification number used throughout the entire database 
-  * **effortName**:​+  * **effortName**: ​The name assigned to the effort
   * **effortDescription**   * **effortDescription**
-  * **clientId**:​ +  * **clientId**: ​The number corresponding to the impacted client 
-  * **creationTime**:​ +  * **creationTime**: ​The point in time at which this effort was made 
-  * **creationUserId**:​ +  * **creationUserId**: ​The unique ID of the user who is responsible for causing the effort 
-  * **instanceId**:​ +  * **instanceId**: ​The number corresponding to the impacted instance 
-  * **effortType**: ​Art des Aufwands ​(Zeit oder Geld+  * **effortType**: ​type of effort ​(time or money
-  * **effortValue**: ​Wert des Aufwands ohne Einheit +  * **effortValue**: ​value of effort without unit 
-  * **timeValue:​ **Beinhaltet den zeitlichen Aufwand +  * **timeValue:​ **contains the time effort. 
-  * **financeValue **Beinhaltet den finanziellen Aufwand und beinhaltet die Berücksichtigung der Kostenstelle ​in dem Moment des Erfassens +  * **financeValue **contains the financial effort and the cost center'​s consideration ​in the moment of capture. 
-  * **costcenterName**: ​Enthält die Kostenstelleauf die der Aufwand gebucht wurde +  * **costcenterName**: ​contains the cost centeron which the effort was booked. 
-  * **currency: **Beinhaltet die Während mit der der Aufwand gebucht wurde in dem Moment des Erfassens +  * **currency: **contains the currency, with which the effort was booked, ​in the moment of capture. 
-  * **hourlyRate **Beinhaltet den Stundensatz der Kostenstelle ​in dem Moment des Erfassens +  * **hourlyRate **contains the cost center'​s hourly pay in the moment of capture. 
-  * **parentFolderId**: ​Enthält den Primärschlüssel des dazugehörigen Folders+  * **parentFolderId**: ​contains the corresponding folder'​s primary key.
 === view_identity === === view_identity ===
  
-  * **id**: +  * **id**: ​The unique identification number used throughout the entire database 
-  * **identityName**:​ +  * **identityName**: ​Contains the name if the identity 
-  * **clientId**:​ +  * **clientId**: ​A number corresponding to the client at hand 
-  * **creationTime**:​ +  * **creationTime**: ​The point in time when this identity/​user was created 
-  * **creationUserId**:​ +  * **creationUserId**: ​The number corresponding to of the user who created this user/​group/​client 
-  * **displayName**: ​Beinhaltet den vollständigen Namen und Benutzernamen ​(z.B. **Max Mustermann (M.Muster)** ​ +  * **displayName**: ​contains the full name and username ​(e.g. **Max Mustermann (M.Muster)**). 
-  * **lastLogin**: ​Enthält den Zeitpunktan dem sich der Benutzer als letztes eingeloggt hat +  * **lastLogin**: ​contains the timewhen the user last logged in. 
-  * **loginCount**: ​Enthält die Anzahl der Logins des Users +  * **loginCount**: ​contains the user's number of logins. 
-  * **identityType**: ​Typ der Identität/​des BenutzersKann folgende Werte haben '​USER','​GROUP','​MEMBERSHIP'​,'​ROLE'​ oder '​CLIENT'​ +  * **identityType**: ​user's type of identitycan have following values: ​'​USER',​ '​GROUP',​ '​MEMBERSHIP' ​or '​CLIENT'​ 
-  * **email**: ​E-Mail Adresse des Benutzers oder Gruppe +  * **email**: ​user's or group'​s email-address 
-  * **firstname**: ​Vorname des Benutzers +  * **firstname**: ​user's first name 
-  * **lastname**: ​Nachname des Benutzers +  * **lastname**: ​user's last name 
-  * **parentUserId**: ​Enthält den Primärschlüsseldie auf die Gruppe zeigt die zu dieser Mitgliedschaft gehört +  * **parentUserId**: ​contains primary keythat points to the group, which belongs to this membership. 
-  * **userID** ​ : Enthält den Primärschlüssel die auf den Benutzer zeigt der zu dieser Mitgliedschaft gehört ​(Betrifft nur identityType '​MEMBERSHIP'​) +  * **userID** ​ : contains primary key, that points to the user, which belongs to this membership ​(only affects ​identityType '​MEMBERSHIP'​). 
-  * **userProfileId**: ​Enthält den Primärschlüssel,​ der das Benutzerprofils beinhaltet +  * **userProfileId**: ​contains the primary key that contains the userprofile. 
-  * **isBlocked**: ​Gibt an, ob dieser Benutzer/Gruppe/Mandant blockiert ist +  * **isBlocked**: ​indicates whether this user/group/client is blocked or not 
-  * **isArchiv**: ​Gibt an, ob dieser Benutzer/Gruppe/Mandant archiviert ist+  * **isArchiv**: ​indicates whether this user/group/client is archived or not
 === view_instance === === view_instance ===
  
-  * **id**: +  * **id**: ​The unique identification number used throughout the entire database 
-  * **instanceName**:​ +  * **instanceName**: ​The name of the process instance 
-  * **instanceDescription**:​ +  * **instanceDescription**: ​Contains a description of the instance 
-  * **clientId**:​ +  * **clientId**: ​A number affiliated with client of the process instance 
-  * **creationTime**:​ +  * **creationTime**: ​The point in time at which the process instance was started 
-  * **creationUserId**:​ +  * **creationUserId**: ​A number corresponding to the user who started this process instance 
-  * **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 Tokenswelcher auf die aktuelle Aktivität zeigt +  * **rootTokenId**: ​contains the primary key of the current tokenthat points to the current activity. 
-  * **parentProcessToken**: ​Enthält den Primärschlüssel auf den zugehörigen Hauptprozess verweist +  * **parentProcessToken**: ​contains the primary key tha 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 created value of the [[:en:​software:​tim:​actionhandler:​yearidgenerator|YearIDGenerator]], if it was used
-  * **definitionId**: ​Enthält eine Zahl die auf die Prozessdefinition verweistdie dieser Instanz zu Grunde liegt +  * **definitionId**: ​contains a number that points to a processdefinitionwhich underlies this instance. 
-  * **definitionName**: ​Der Name der zugrunde liegenden Prozessdefinition +  * **definitionName**: ​the underlying processdefinition'​s name 
-  * **instanceStart**:​ +  * **instanceStart**: ​This is the exact point in time when the process instance was started 
-  * **instanceEnd**:​ +  * **instanceEnd**: ​This is the exact point in time when the process instance was terminated 
-  * **archivationUserId** ​ : Enthält den Primärschlüssel der auf den Benutzer verweistder diese Instanz archiviert hat +  * **archivationUserId** ​ : contains the primary key that points to the userwhich archived this instance. 
-  * **archivationTime:​ **Zeitpunkt an dem die Prozessinstanz archiviert wurde +  * **archivationTime:​ **point in time, where the processinstance was archived 
-  * **nextEscalationTime**: ​Enthält den berechneten Zeitpunkt der nächsten Eskalation des Prozesses +  * **nextEscalationTime**: ​contains the calculated time of the process'​ next escalation. 
-  * **index1-10 und value1-10**: ​Alle Indexnamen und Werte, welche im Prozess als Indexwerte angegeben wurden +  * **index1-10 und value1-10**: ​Aall indexnames and values which were labeled as indexvalues in the process. 
-  * **isInTime**:​ Gibt an, ob der Prozess noch im Zeitplan liegf, oder ob Milestones/​Bearbeitungszeiten nicht mehr schaffbar sind +  * **isArchiv**: ​statement whether the processinstance is already archived or not
-  * **isArchiv**: ​Angabe ob die Prozessinstanz bereits archiviert ist+
 === view_swimlane === === view_swimlane ===
  
-  * **id**: +  * **id**:The unique identification number used throughout the entire database 
-  * **swimlaneName**:​ +  * **swimlaneName**: ​name of the swimlane 
-  * **clientId**:​ +  * **clientId**: ​A number corresponding to the client at hand 
-  * **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. 
-  * **actorId**: ​Enthält den Primärschlüssel der auf den momentan zugehörigen Benutzer verweist +  * **actorId**: ​contains the primary key that points to the current corresponding user. 
-  * **pooledActorId**: ​Enthält den Primärschlüssel der auf die zugehörige Gruppe verweist)+  * **pooledActorId**: ​contains the primary key that points to the corresponding group
 === view_task === === view_task ===
  
-  * **id**: +  * **id**: ​The unique identification number used throughout the entire database 
-  * **taskName**:​ +  * **taskName**:​Name of the task 
-  * **taskDescription**:​ +  * **taskDescription**: ​Contains a description of the task 
-  * **clientId**:​ +  * **clientId**: ​A number referencing a specific client 
-  * **creationTime**:​ +  * **creationTime**: ​The exact point in time when the task was initiated 
-  * **creationUserId**:​ +  * **creationUserId**: ​A number referencing the impacted user 
-  * **instanceId**:​ +  * **instanceId**: ​A number which references an impacted instance in which the task is active 
-  * **taskStart**:​ +  * **taskStart**: ​The exact point in time when this task was started 
-  * **taskEnd**:​ +  * **taskEnd**: ​The exact point in time when the task was finally terminated 
-  * **actorId**: ​Enthält den Primärschlüssel der auf den momentan zugehörigen Benutzer verweist +  * **actorId**:​contains the primary key that points to the current 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 current 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 corresponding folder'​s primary key. 
-  * **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 time for processing the activity. 
-  * **elapsedTime**: ​Enthält die verstrichene Bearbeitungszeit +  * **elapsedTime**: ​contains the elapsed time for processing the activity. 
-  * **isOpen**: ​Gibt an ob die Aufgabe schon erledigt wurde (Achtung! Signal-Methoden erledigen Aufgaben meist nicht!) +  * **isOpen**: ​indicates whether the task is finished or not (Attention! Signal-Methods often do not finish tasks!) 
-  * **isAdhoc**: ​Gibt an ob diese Aufgabe als [[:​software:​tim:​ad_hoc_tasks|AdHoc-Aufgabe]] erstellt wurde oder nicht+  * **isAdhoc**: ​indicates whether this task was created as an [en[:​software:​tim:​ad_hoc_tasks|AdHoc ​task]] or not
   * **isArchiv**:​   * **isArchiv**:​
 === view_token === === view_token ===
  
-  * **id**: +  * **id**: ​The unique identification number used throughout the entire database 
-  * **tokenName**:​ +  * **tokenName**: ​The name of the token 
-  * **clientId**:​ +  * **clientId**: ​A number referencing a specific client 
-  * **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 zeigtIst das Roottoken ​auf einem Schließenden ​AND-Gateway wird pro Eingang/Ausgang ein Sub-Token gefunden.+  * **parentTokenId**: ​contains the primary key which points to a sub-tokenIf the Roottoken ​is on a closing ​AND gateway, a sub-token is found for each entry/exit
 === view_variable === === view_variable ===
  
-  * **id**: +  * **id**: ​The unique identification number used throughout the entire database 
-  * **variableName**:​ +  * **variableName**: ​Name of the instance variable 
-  * **clientId**:​ +  * **clientId**: ​A number referencing a specific client 
-  * **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 processvariable'​s content 
-  * **label**: ​Enthält das zugehörige Label zu der Prozessvariable+  * **label**: ​contains the processvariable'​s corresponding label
 === view_role === === view_role ===
  
-  * **identityId**: ​Enthält den Primärschlüssel der auf den momentan zugehörigen Benutzer verweist +  * **identityId**: ​contains the primary key that points to the current corresponding user. 
-  * **roleId**: ​Enthält den Primärschlüssel der auf die dazugehörige Rolle verweist+  * **roleId**: ​contains the primary key that points to the current corresponding role.
 === view_costcenter === === view_costcenter ===
  
-  * **id**: +  * **id**: ​The unique identification number used throughout the entire database 
-  * **costcenterName**:​ +  * **costcenterName**: ​Name of the cost center 
-  * **costcenterDescription**:​ +  * **costcenterDescription**: ​Contains a description of the costcenter 
-  * **clientId**:​ +  * **clientId**: ​A number referencing a specific client 
-  * **creationTime**:​ +  * **creationTime**: ​The exact point in time when the cost center was initiated 
-  * **creationUserId**:​ +  * **creationUserId**: ​A number referencing the user who created the cost center 
-  * **hourly**: ​Enthält den Stundensatz der Kostenstelle +  * **hourly**: ​contains the cost center'​s hourly pay 
-  * **currency**: ​Enthält die Währung die der Kostenstelle hinterlegt ist+  * **currency**: ​contains the cost center'​s currency
 === view_systemconfiguration === === view_systemconfiguration ===
  
-  * **id**: +  * **id**: ​The unique identification number used throughout the entire database 
-  * **configurationName**:​ +  * **configurationName**:​The name of the configuration 
-  * **clientId**:​ +  * **clientId**: ​A number corresponding to the impacted client 
-  * **creationTime**:​ +  * **creationTime**: ​Contains the creation time of the configuration 
-  * **costCenter** ​ : Kostenstelle des Users aus dem [[:​software:​tim:​userprofil_profile|Userprofils]] +  * **costCenter** ​ : user's cost center from the [[:en:​software:​tim:​userprofil_profile|userprofil]] 
-  * **department**: ​Abteilung des Benutzers aus dem [[:​software:​tim:​userprofil_profile|Userprofils]] +  * **department**: ​user's department from the[[:en:​software:​tim:​userprofil_profile|userprofil]] 
-  * **personnelNumber** ​ : Personalnummer des Benutzers Users aus dem [[:​software:​tim:​userprofil_profile|Userprofils]] +  * **personnelNumber** ​ : user's personnel number from the [[:en:​software:​tim:​userprofil_profile|userprofil]] 
-  * **phoneNumber** ​ : Telefonnummer des Benutzers Users aus dem [[:​software:​tim:​userprofil_profile|Userprofils]] +  * **phoneNumber** ​ : user's telephone number from the [[:en:​software:​tim:​userprofil_profile|userprofil]] 
-  * **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|userprofil]] 
-  * **timezoneOffset** ​ : Zeitzone des Benutzers Users +  * **timezoneOffset** ​ : user's timezone 
-  * **lastModificationTime**: ​Enthält den Zeitpunkt der letzten Bearbeitung des Profils +  * **lastModificationTime**: ​contains the time, when the profile was last 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 last edited the profile. 
-  * **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 of the user that is lodged as the representative in the [[:en:​software:​tim:​userprofil_profile|userprofil]] 
-  * **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 of the user that is lodged as the department chief in the [[:en:​software:​tim:​userprofil_profile|userprofil]] 
-  * **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 of the user that is lodged as the supervisor in the [[:en:​software:​tim:​userprofil_profile|userprofil]] 
-  * **companyId** ​ : Feld der "UnternehmensId" ​Users aus dem [[:​software:​tim:​userprofil_profile|Userprofils]] +  * **companyId** ​ : field "Company ID" ​from the [[:en:​software:​tim:​userprofil_profile|userprofil]] 
-  * **companyName**: ​Feld des "Unternehmens Namen" ​Users aus dem [[:​software:​tim:​userprofil_profile|Userprofils]] +  * **companyName**: ​field "Company Name" ​from the [[:en:​software:​tim:​userprofil_profile|userprofil]] 
-  * **country**: ​Feld des Landes Users aus dem [[:​software:​tim:​userprofil_profile|Userprofils]] +  * **country**: ​field "​Country"​ from the [[:en:​software:​tim:​userprofil_profile|userprofil]] 
-  * **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" ​from the [[:en:​software:​tim:​userprofil_profile|userprofil]] or from 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" ​from the [[:en:​software:​tim:​userprofil_profile|userprofil]] 
-  * **isIgnoringLDAPAuth**: ​Feld "keine LDAP Anmeldung" ​aus dem [[:​software:​tim:​userprofil_profile|Userprofil]]+  * **isIgnoringLDAPAuth**: ​field "ignore ​LDAP authentication" ​from the [[:en:​software:​tim:​userprofil_profile|userprofil]]
 === view_folder === === view_folder ===
  
-  * **id**: +  * **id**: ​The unique identification number used throughout the entire database 
-  * **folderName**:​ +  * **folderName**: ​Name of the folder 
-  * **clientId**:​ +  * **clientId**: ​A number referencing a specific client 
-  * **creationTime**:​ +  * **creationTime**: ​Contains the creation time of the folder 
-  * **creationUserId**:​ +  * **creationUserId**: ​A number referencing the creater 
-  * **parentFolderId**: ​Enthält den Primärschlüssel der aufsich selbst und stellt einen Unterordner bei den Dokumenten dar +  * **parentFolderId**: ​contains a primary key that points to itself and presents a subfolder ​in the documents 
-  * **isArchiv**:​ +  * **isArchiv**: ​Shows wether the folder is archived
-=== 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+
  
  
en/software/dashboard/dashboard_tablestructure.1534835104.txt.gz · Last modified: 2021/07/01 09:55 (external edit)