Versions Compared

Key

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

The Metadata User Screen defines which values every user can change for themselves.

Image Removed

These metadata values are also displayed in the hover profile

Image Removed

This page will show you, the provided (starting with version 4.3) Metadata User Screen.

Besides the existing screen you can change the default user screen.

Create a json which has the structure of this user-screen-1-0.json - scheme (you will find a validator here: http://json-schema-validator.herokuapp.com/) and upload it in the admin area on the page "Metadata configuration":

Image Removed

Supported Schema Types

The following field types are supported

...

Json-Templates

The following Jsons can be used as a basis.

...

Empty
Metadata User Screen

Code Block
collapsetrue
{
 "key": "metadata-screen-user-default",
 "name": "Default Metadata Screen"
}

...

Default
Metadata User Screen

Code Block
collapsetrue
{
 "key": "metadata-screen-user-default",
 "name": "Default Metadata Screen",
 "group": [
  {
   "name": "Telephone",
   "fullRow": true,
   "metadata": [
    {
     "key": "Telephone Number",
     "group": "Telephone",
     "hidden": false,
     "schema": {
      "type": "tel"
     }
    },
    {
     "key": "Mobile",
     "group": "Telephone",
     "hidden": false,
     "schema": {
      "type": "tel"
     }
    }
   ]
  },
  {
   "name": "Organization",
   "fullRow": true,
   "metadata": [
    {
     "key": "Title",
     "group": "Organization",
     "hidden": false,
     "schema": {
      "type": "string"
     }
    },
    {
     "key": "Department",
     "group": "Organization",
     "hidden": false,
     "schema": {
      "type": "string"
     }
    },
    {
     "key": "Company",
     "group": "Organization",
     "hidden": false,
     "schema": {
      "type": "string"
     }
    },
    {
     "key": "Manager",
     "group": "Organization",
     "hidden": false,
     "schema": {
      "type": "user"
     }
    }
   ]
  }
  ]
}
    

...

Customer Metadata User Screen

...

collapsetrue

...

If you update from version 4.6 to version 4.7 you will notice that we have changed the User and Customer Screens. Up to version 4.6 the fields were directly integrated into screens. 

Since version 4.7 there are the user fields (How to create and customize User & Project Fields). When updating to version 4.7 or higher, we extract all relevant fields from your screens for you. 

Child pages (Children Display)