POSC Specifications: Epicentre Version 3.0 | Logical Data Model |
Make the data collection identifier and type attributes mandatory.
CHANGE ERP_data_collection ALTER ENTITY data_collection; ALTER identifier DROP OPTIONAL; ALTER ref_data_collection_type DROP OPTIONAL; END_ENTITY; END_CHANGE;