CollectiveAccess is free, open-source software for cataloguing and publishing museum and archival collections. We are currently evaluating and configuring the application for the INBO collections, in the context of the DiSSCo Flanders project (https://dissco-flanders.be/).
For the DNA use case, various attempt have not lead to success to import that the tissue samples from which a DNA sample are dervied are deaccessoined. Boolean data type. Intrinsic value in the ca_objects table.
Also tried combinations of following changes:
"intrinsic_fields":[{"ca.objects.is_deaccessioned":"1"}],"intrinsic_fields":[{"ca.objects.is_deaccessioned":true}],"intrinsic_fields":[{"is_deaccessioned":true}],
For the DNA use case, various attempt have not lead to success to import that the tissue samples from which a DNA sample are dervied are deaccessoined. Boolean data type. Intrinsic value in the ca_objects table.
Tried various options in the Importer Worksheet:
Also tried combinations of following changes:
"intrinsic_fields":[{"ca.objects.is_deaccessioned":"1"}],
"intrinsic_fields":[{"ca.objects.is_deaccessioned":true}],
"intrinsic_fields":[{"is_deaccessioned":true}],