Adds command line function to report record types that do not get assigned an identifier_field. For the community profiles, these are currently limited to botgarden movement and pottag, which do not contain any fields suitable for use as an identifier
Adds RecordType.batch_mappings method which assigns "required = y" to suitable identifier field when said field is not required by a record type (e.g. movement records in all profiles except botgarden will faux-require movementReferenceNumber. The faux-required value is only output in JSON RecordMappers for use by collectionspace-mapper and CSV data templates
RecordType.batch_mappings
method which assigns "required = y" to suitable identifier field when said field is not required by a record type (e.g. movement records in all profiles except botgarden will faux-requiremovementReferenceNumber
. The faux-required value is only output in JSON RecordMappers for use bycollectionspace-mapper
and CSV data templates