name: objects
label: Objects
description: 
fields:
  datasource:
    label: Datasource
    help: 
    description: 
  label:
    label: Label
    help: 
    description: 
  name:
    label: API Name
    help:  
    description: Can only contain lowercase letters and numbers, must start with a letter
  table_name:
    label: Table Name
    help: 
    description: 
  icon:
    label: Icon
    help: 
    description: 
  is_enable:
    label: Enable
    help: 
    description: 
  in_development:
    label: Development State
    help: 
    options:
      - label: Developing ( Only administrators can access. )
        value: '1'
      - label: Deployed
        value: '0'
    description: 
  enable_search:
    label: Enable Search
    help: 
    description: 
  enable_files:
    label: Enable Files
    help: 
    description: 
  enable_tasks:
    label: Enable Tasks
    help: 
    description: 
  enable_notes:
    label: Enable Notes
    help: 
    description: 
  enable_form_tabs:
    label: Enable Form Tabs
    help: 
    description: Displays groups in tabbed mode in the form, recognizing this property only when editing mode.
  enable_events:
    label: Enable Events
    help: 
    description: 
  enable_api:
    label: Enable API
    help: 
    description: 
  enable_share:
    label: Enable Share
    help: 
    description: 
  enable_workflow:
    label: Enable Workflow
    help: 
    description: 
  enable_instances:
    label: Enable Instances
    help: 
    description: 
  enable_chatter:
    label: Enable Comments
    help: 
    description: 
  enable_inline_edit:
    label: Enable Single Field Edit
    help: 
    description: 
  enable_tree:
    label: Enable Tree
    help: 
    description: Enable a tree structure to display records
  tree_expand:
    label: Tree Default Expand
    help: 
    options:
      - label: First node only
        value: first
      - label: Expand all
        value: all
      - label: Collapse all
        value: none
    description: Default expansion behavior of the tree list. Defaults to expanding the first node; can be set to expand all nodes or collapse all.
  enable_enhanced_lookup:
    label: Enable Enhanced Lookup
    help: 
    description: When enabled, the lookup field associated with this object displays its options as a pop-up window.
  enable_split:
    label: Enable Split
    help: 
    description: 
  enable_lock_detail:
    label: Enable Lock Details
    help: 
    description: When the main record is locked, all sub tables are read only.
  description:
    label: Description
    help: 
    description: 
  sidebar:
    label: Sidebar
    help: 
    description: 
  fields:
    label: Fields
    help: 
    description: 
  list_views:
    label: ListViews
    help: 
    description: 
  actions:
    label: Actions
    help: 
    description: 
  relatedList:
    label: Related List
    help: 
    description: 
  permission_set:
    label: Permission Set
    help: 
    description: 
  triggers:
    label: Triggers
    help: 
    description: 
  custom:
    label: Custom
    help: 
    description: 
  owner:
    label: Owner
    help: 
    description: 
  app_unique_id:
    label: App Unique ID
    help: 
    description: 
  app_version:
    label: App Version
    help: 
    description: 
  is_system:
    label: System
    help: 
    description: 
  fields_serial_number:
    label: 
    help: 
    description: 
  is_deleted:
    label: Deleted
    help: 
    description: 
  reload_time:
    label: 
    help: 
    description: 
  compactLayouts:
    label: Highlight Fields
  is_customize:
    label: Customize
  field_groups:
    label: Field Grouping
    help: 
    description: 
  field_groups.$.group_name:
    label: Name
    help: 
    description: 
  field_groups.$.collapsed:
    label: Collapsed by default
    help: 
    description: 
  field_groups.$.visible_on:
    label: Visible On
    help: 
    description: 
groups:
  feature: Features
  advanced: Advanced
listviews:
  all:
    label: All Objects
  customize:
    label: Customize
  system:
    label: System
  deleted:
    label: Deleted
actions:
  schemaBuilder:
    label: Schema Builder
  show_object:
    label: Preview
  copy_odata:
    label: Copy OData URL
  createDefaultRecordView:
    label: Create Default Page Layout
  design_fields_layout:
    label: Design Fields
  reset:
    label: Reset
  delete_object:
    label: Delete
  custom:
    label: Customize
CustomLabels:
  objects_field_datasource_defaultValue: Default data source
  objects_field_datasource_meteor: Meteor
  objects_field_enable_approvals: Display Request History Steps
  objects_field_enable_space_global: Accessing Data Across Workspaces
  objects_field_enable_web_forms: Allow Online Forms
  object_object__error_name_invalid_format: Can only contain lowercase letters and numbers, must start with a letter, cannot end with an underscore character or contain two consecutive underscore characters
  objects_actions_delete_object_dialog_title_prefix: "Delete Object:"
  objects_actions_delete_object_dialog_content: "<div>\n<div style=\"text-align: left;\">To delete a custom object, perform the following operations:</div>\n<ul>\n<li style=\"text-align: left;\">Delete the fields and buttons of the object</li>\n<li style=\"text-align: left;\">Delete the tabs and list views of the object</li>\n<li style=\"text-align: left;\">Delete the page layouts of the object</li>\n<li style=\"text-align: left;\">Delete the permission of the object</li>\n<li style=\"text-align: left;\">Delete the validation rules of the object</li>\n<li style=\"text-align: left;\">Delete the restriction rules of the object</li>\n<li style=\"text-align: left;\">Delete the sharing rules of the object</li>\n<li style=\"text-align: left;\">Delete the workflow mapping that uses this object</li>\n<li style=\"text-align: left;\">Delete the open processes that use this object</li>\n<li style=\"text-align: left;\">Delete the pages that uses this object</li>\n</ul>\n</div>"
  objects_actions_reset_dialog_title_prefix: "Reset Object:"
  objects_actions_reset_dialog_content: "<div>\n<div style=\"text-align: left;\">Reset a custom object by performing the following operations:</div>\n<ul>\n<li style=\"text-align: left;\">Delete the custom object</li>\n<li style=\"text-align: left;\">Delete the fields of the custom object</li>\n</ul>\n</div>"
  objects_actions_custom_success: The object has been customized.
  objects_actions_custom_failed: Custom failed====
