Schema
We strongly advise you to download and configure changelog schemas at your IntelliJ IDEA, this will be necessary to obtain IntelliSense when editing. More information here.
Types
The platform provides two types of schema definition based on changelog/changeset.
Master
: Not obligatory, but highly recommend, it's used to establish an execution order ofstructure
anddata
files. More information here.Structure
: Manipulate structures, e.g.:DataObject
,DocumentType
, etc. More information here.Data
: Manipulate structures that requires existing data, e.g.:Filter Criterion
, etc. More information here.Mixed-Mode
: Previous mapping files and changelog files together at the same project? More information here.Field Params
: Definition of params for each field type. More information here.
Download
You can download suggested changelog files (structure
and data
) through CustomRoot admin page or ceap download-mapping plugin.
XSD Download
- board-mapping.xsd
- changelog-master-mapping.xsd
- changelog-mapping.xsd
- changelog-data-mapping.xsd
- config-mapping.xsd
- dd-mapping.xsd
- df-mapping.xsd
- do-mapping.xsd
- ds-mapping.xsd
- dsh-mapping.xsd
- gp-mapping.xsd
- macro-mapping.xsd
- screen-mapping.xsd
- sp-mapping.xsd
- tm-mapping.xsd
How to manually configure xsd
location at IntelliJ IDEA for IntelliSense here.
CEAP Devs
Here you can read a documentation that explains step by step how to create and maintain changelog operations.