Navigation : test ../../ test dash-overview.html Datastore Helper Overview test ../../ test api-interfaces.html API interfaces and default implementations test ../../ test make-project-customisable.md.html Making a project customizable using the Datastore Helper API test ../../ test customising-schema-with-configurator.html Customizing schemas using the configurator test ../../ test customising-schema-with-configurator/bean-order.html - Bean ordering test ../../ test customising-schema-with-configurator/examples.html - Examples test ../../ test customising-schema-with-configurator/examples/insert-field.html -- Inserting fields test ../../ test customising-schema-with-configurator/examples/append-field.html -- Appending fields test ../../ test customising-schema-with-configurator/examples/remove-field.html -- Removing fields test ../../ test customising-schema-with-configurator/examples/change-field.html -- Changing fields test ../../ test customising-schema-with-configurator/examples/add-mapping.html -- Adding mappings to an existing reference test ../../ test customising-schema-with-configurator/examples/remove-mapping.html -- Removing mappings from an existing reference test ../../ test customising-schema-with-configurator/examples/modify-store-config.html -- Modifying store configurations test ../../ test customising-schema-with-configurator/examples/add-store.html -- Adding stores test ../../ test customising-schema-with-configurator/examples/add-reference.html -- Adding references test ../../ test customising-schema-with-configurator/examples/further-examples.html -- Further examples test ../../ test dev-release.html Release and migration notes Changing fields Modifying the type of the TradeLeg field in the TradeStore store in the VaR schema from a String to a Double: configurator.updateField("VaR", "TradeStore", new CustomField("TradeLeg", ILiteralType.DOUBLE).asKeyField()); Removing fields Adding mappings to an existing reference