name: object_recent_viewed
label: View Log
icon: forecasts
hidden: true
fields:
  record:
    type: lookup
    label: Record
    omit: false
    is_name: true
    reference_to: !<tag:yaml.org,2002:js/function> |-
      function () {
              return _.keys(Creator.Objects);
            }
  space:
    type: text
    omit: true
  count:
    type: number
    defaultValue: 1
permission_set:
  user:
    allowCreate: true
    allowDelete: false
    allowEdit: false
    allowRead: true
    modifyAllRecords: false
    viewAllRecords: false
  admin:
    allowCreate: true
    allowDelete: false
    allowEdit: false
    allowRead: true
    modifyAllRecords: false
    viewAllRecords: true
  guest:
    allowCreate: true
    allowDelete: false
    allowEdit: true
    allowRead: true
    modifyAllRecords: false
    viewAllRecords: true
list_views:
  all:
    columns:
      - record
      - space
      - modified