Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

This is what the template looks like as a data form.

Info

We show you how to import this template here:
https://aevolu.atlassian.net/wiki/spaces/DFC/pages/2368667649/Data+Forms+templates+-+How+to+export+and+import+templates#Import-templates

Code Block
{
  "id": "hr-employee-short-details",
  "name": "HR - Short Details",
  "description": "",
  "metadata" : {
    "version": 1,
    "created": "2021-01-01T01:01:01.000+0000",
    "updated": "20212022-0108-01T0115T01:01:01.000+0000",
    "creator": {
      "id": "evolu.software"
    },
    "updater": {
      "id": "evolu.software"
    },
    "template" : {
      "id" : "${cid}-${tid}",
      "name" : "evoluHR - softwareShort GmbHDetails"
    },
    "version": 2
  },
  "section": [
    {
      "id": "details",
      "name": "",
      "description": "",
      "field": [
        {
          "id": "company-job-title",
          "description": "",
          "name": "Jobtitle"
        },
        {
          "id": "location",
          "description": "",
          "name": "Location"
        },
        {
          "id": "manager",
          "description": "",
          "name": "Supervisor"
        }
      ]
    }
  ],
  "data": {
    "company-job-title": {
      "type": "text",
      "value": ""
    },
    "location": {
      "type": "text",
      "value": ""
    },
    "manager": {
      "type": "user-single",
      "value": {}
      }
    }
}