{{ define "output_tags" }} {{ end }} {{ define "output_system_tags" }} {{ range $idx, $tag := . }} {{ end }}
{{ $tag.SystemTag }}{{ template "json" $tag.Info }}
{{ end }}

Object

{{ $ := . }}

→ Show in Index

→ Render

{{ .Object.Objecttype.Table.Name }}

{{ $stdEas := .ObjectApi.Standard.Eas }} {{ if $stdEas }} {{ end }} {{ $stdGeo := .ObjectApi.Standard.Geo }} {{ if $stdGeo }} {{ end }} {{ if .Object.Objecttype.Table.Hierarchical }} {{ if .Object.Parent }} {{ else }} {{ end }} {{ end }}
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 }}
Standard EAS {{ template "object_standard_eas_files" (index $stdEas 1) }}
Standard Geo {{ template "jsontree" Marshal (index $stdGeo 1) }}
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 }}
Parent{{ .Object.Parent.Id }}
Parent-
Parent Child IDX{{ .Object.ParentChildIdx }}
Parent Child Numbering{{ .Object.ParentChildNumbering }}
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 }}

Polyhierarchy

{{ if .ObjectApi.Paths }} {{ range $idx, $parents := .ObjectApi.Paths }} {{ end }}
{{ add $idx 1 }} {{ range $idx2, $parent := $parents.Reverse }} {{ if gt $idx2 0 }} > {{ end }} {{ LocaData ($parent.Standard.One.Text) }} [{{ $parent.ObjectId }}] {{ end }}
{{ else }}

No parents

{{ end }} {{ end }} {{ if .Object.Objecttype.Table.Hierarchical }}

Hierarchy

1 {{ range $idx2, $parent := .ObjectApi.Path.Reverse }} {{ if gt $idx2 0 }} > {{ LocaData ($parent.Standard.One.Text) }} {{ else }} {{ LocaData ($parent.Standard.One.Text) }} {{ end }} {{ end }}
{{ end }}

Reverse Objects

{{ template "object_list" (dict "objectList" .ReverseObjects "standardLangs" .StandardLangs) }}

Parents

{{ template "object_list" (dict "objectList" .Object.Path "standardLangs" .StandardLangs) }}

Files (with linked)

{{ if .Object.FilesWithLinked .Context }} {{ range $idx, $ofile := .Object.FilesWithLinked .Context }}

ID: {{ $ofile.File.Id }} / {{ $ofile.File.Filename }}

{{ template "file_versions" (Map "Versions" $ofile.File.Children "PathPrefix" "../") }} {{ end }} {{ else }}

No files

{{ end }}

Terms

{{ template "object_terms" .ObjectTerms }}

ACL

{{ template "right_list" .Object.RightList }}

Compiled ACL

{{ template "right_list" .Object.CompiledRightList }} {{ if .WhoSelect.CurrentWho }}

User ACL

{{ template "right_list" .UserRightList }}

User Generated Rights

{{ template "right_map" .Object.GeneratedRights }}

User Masks

{{ end }} {{ $format := .ObjectFormatCurrent }}

API

{{ .DebugApiSize }}

{{ template "jsontree" .DebugApi }} {{ $exFormat := .ObjectExportFormatCurrent }}

Export Formats

{{ if eq $exFormat "csv" }}

CSV

{{ range $idx, $row := $.CSV.Rows }} {{ end }} {{ range $idx, $td := $.CSV.Header }} {{ range $idx2, $row := $.CSV.Rows }} {{ end }} {{ end }}
Column / Row{{ $idx }}
{{ $td }}{{ WrapLines (index $row $idx) "ol" "li" }}
{{ end }} {{ if eq $exFormat "xml" }}
{{ $.XML }}
{{ end }}

Resources

{{ range $idx, $r := .Resources }} {{ end }}
Label Preview Link
{{ $r.Label }} {{ template "preview_file" $r.File }} {{ $r.HrefShow }}

Values

{{ range $idx, $value := .Values }} {{ $systemColumn := false }} {{ if eq $value.Id 0 }} {{ $systemColumn = true }} {{ end }} {{ end }}
Id Type Column Api ID Column ID Text Loca / Json Int Bool File Custom Data Linked Object Full Api Name CSV Name
Inherited
{{ if not $systemColumn }} {{ $value.Id }} {{ end }} {{ $value.Type }} {{ $value.Context.Field.Column.ApiId }} {{ $value.Context.Field.Column.Id }} {{ if $value.ValueText }} {{ $value.ValueText }} {{ end }} {{ if $value.ValueLoca }} {{ template "key_value" $value.ValueLoca }} {{ else }} {{ if $value.ValueJson }} {{ template "json" $value.ValueJson }} {{ end }} {{ end }} {{ if $value.ValueInt }} {{ $value.ValueInt }} {{ end }} {{ if $value.ValueFileId }} {{ template "preview_file" $value.ValueFile.File }} {{ end }} {{ $value.ValueCustomDataId }} {{ if $value.ValueCustomData }} {{ template "json" ($value.ValueCustomData.String | Unmarshal) }} {{ end }} {{ if $value.ValueLinkedSystemObjectId }} {{ if $value.ValueLinkedVersion }} {{ if $value.LinkedObject.Objecttype }} {{ $value.LinkedObject.ObjecttypeName }}/{{$value.ValueLinkedSystemObjectId}}[v{{ $value.ValueLinkedVersion}}] {{ else }} {{$value.ValueLinkedSystemObjectId}} [not loaded] {{ end }} {{ else }} {{ if $value.ValueText }} {{ $value.ValueText }} [deferred, _uuid] {{ else }} {{ $value.ValueLinkedSystemObjectId }} [deferred] {{ end }} {{ end }} {{ end }} {{ template "column_name" $value.FullApiName }} {{ template "column_name" $value.CSVApiName }}

Index Dependent Objects

The following {{ len .ReindexSystemObjectIds }} objects will be re-indexed if this object is saved: