name: object_functions
label: Object Functions
description:
fields:
  _name:
    label: API Name
    help: >-
      Can only contain lowercase letters and numbers, must start with a letter,
      cannot end with an underscore character or contain two consecutive
      underscore characters
    description: (POST/GET) /api/v6/functions/:objectName/:functionApiName
  is_system:
    label: System
    help:
    description:
  isEnabled:
    label: Enable
    help:
    description:
  name:
    label: Name
    help:
    description:
  objectApiName:
    label: Object
    help:
    description:
  script:
    label: Script
    help:
    description: |
      async function run(ctx) {
          // ...
      }
  description:
    label: Description
    help:
    description:
listviews:
  all:
    label: All
  customize:
    label: Customize
