Objecttype | {{ .Object.Objecttype.Table.Name }} |
Mask |
|
Standard 1 | {{ template "key_value" .Object.RenderStandard .StandardLangs 1 }} |
Standard 2 | {{ template "key_value" .Object.RenderStandard .StandardLangs 2 }} |
Standard 3 | {{ template "key_value" .Object.RenderStandard .StandardLangs 3 }} |
{{ $stdEas := .ObjectApi.Standard.Eas }}
{{ if $stdEas }}
Standard EAS |
{{ template "object_standard_eas_files" (index $stdEas 1) }} |
{{ end }}
{{ $stdGeo := .ObjectApi.Standard.Geo }}
{{ if $stdGeo }}
Standard Geo |
{{ template "jsontree" Marshal (index $stdGeo 1) }} |
{{ end }}
ID | {{ .Object.Id }} |
Datamodel ID | {{ .Object.DatamodelId }} |
Table Api ID | {{ .Object.TableApiId }} |
Pool |
{{ if .Object.Pool }}
{{ LocaFrontend .Object.Pool.Name }} [{{ .Object.Pool.Id }}]
{{ else }}
No pool
{{ end }}
|
{{ if .Object.Objecttype.Table.Hierarchical }}
{{ if .Object.Parent }}
Parent | {{ .Object.Parent.Id }} |
{{ else }}
Parent | - |
{{ end }}
Parent Child IDX | {{ .Object.ParentChildIdx }} |
Parent Child Numbering | {{ .Object.ParentChildNumbering }} |
{{ end }}
System Object ID | {{ .Object.SystemObjectId }} |
Object ID | {{ .Object.ObjectId }} |
Object UUID | {{ .Object.Uuid }} |
Version | {{ .Object.Version }} |
Latest Version | |
Created At | {{ .Object.CreatedAt }} |
Updated At | {{ .Object.UpdatedAt }} |
Deleted At | {{ .Object.DeletedAt }} |
Create User Id | {{ .Object.CreateUserId }} |
Update User Id |
{{ if .Object.UpdateUserId }}
{{ .Object.UpdateUserId }}
{{ end }}
|
Delete User Id |
{{ if .Object.DeleteUserId }}
{{ .Object.DeleteUserId }}
{{ end }}
|
Owner | {{ .Object.Owner }} |
Owner User Id |
{{ if .Object.OwnerUserId }}
{{ .Object.OwnerUserId }}
{{ end }}
|
Owner Group Id |
{{ if .Object.OwnerGroupId }}
{{ .Object.OwnerGroupId }}
{{ end }}
|
Private ACL | {{ .Object.PrivateAcl }} |
Comment | {{ .Object.Comment }} |
Comment Deleted | {{ .Object.CommentDeleted }} |
Has Children | |
Tags [{{ len .Object.Tags }}] | {{ template "output_tags" .Object.Tags }} |
Tags All Versions [{{ len .Object.Tags }}] | {{ template "output_tags" .Object.TagsAllVersions }} |
System Tags [{{ len .Object.SystemTags }}] | {{ template "output_system_tags" .Object.SystemTags }} |
Collections [{{ len .Object.Collections }}] |
{{ range $idx, $col := .Object.Collections }}
- {{ $col }}
{{ end }}
|
{{ if .Object.Objecttype.Table.Polyhierarchical }}