Consulting a table definition
To consult the definition of a profile or custom table, go to the "Tables Structure" application (Apps > Data > Tables Structure).
Two options are available to you :
- Consulting the list of fields via an interface
- Consulting the technical definition of the table via its definition JSON
Consulting the list of fields via an interface
Profile Table
Select the profile table and click on the "View" button.
You will then be redirected to a screen listing the different fields present in this table and allowing you to add, modify or delete them via the interface (refer to the Profiles section for this)
Custom Table
Select the custom table and click on the "View" button.
You will then be redirected to a screen listing the different fields present in this table and allowing you to rename a field (to change its label in the tool, without impacting the technical name and therefore any synchronizations related to this field).
Consulting the table definition JSON
Select the table for which you want to consult the definition JSON, whether it is a profile table or a custom table, then click on the "More" button followed by "View Definition".
This action will open a sidepanel displaying the table definition JSON.
From this screen you can also download this JSON definition file via the "Download Definition" button.
If you are downloading the definition of a table in order to create a new one, please note that the technical fields automatically created by Actito (id, creationMoment and updateMoment) must be deleted before you can re-import the JSON file.