Changing MDC Definitions
Follow these rules when working with custom MATRIXX Data Containers (MDCs):
- Do not change the names of custom MDCs or their fields.
- After you have defined an MDC and you have used it, you cannot delete it from the create_config.info file. Do not change its name or number.
- To change an MDC after you have used it, mark the current schema version number as deleted using a new schema number and then create a new MDC with that new schema version number.
- After you have defined a field and you have used it, you cannot delete it from the create_config.info file. Do not change its name or schema version number or re-order the field's position.
- To change a field after you have used it, mark the current schema version number as deleted using a new schema number and then create a new MDC with that new schema version number.
- When adding new fields, add them to the end of existing fields.
If you have not deployed the schema, then you do not have to follow these rules.