ArctosDB / arctos

Arctos is a museum collections management system
https://arctos.database.museum
61 stars 13 forks source link

Help needed in Arctos: Bulk Parts-->Container "insufficient information provided" #8319

Closed kderieg322079 closed 1 day ago

kderieg322079 commented 1 day ago

I am bulkloading parts to containers and status is "insufficient information provided". I thought since I have other_id_type, other_id_number, and part_name that I shouldn't need any of the other conditional fields but that is evidently wrong. Instead of trying each one, I figured I should ask first. What information am I missing? This is a mix of things across collections so it will involve a little more digging if guid_prefix is needed.

Here are the first few records: image

campmlc commented 1 day ago

Try adding guid prefix to indicate what collection the other ID belongs to.

dustymc commented 1 day ago

(guid, part_name) or (partID) or (guid_prefix,other_id_type,other_id_number,part_name) must be provided.

little more digging if guid_prefix is needed

Yes.

campmlc commented 1 day ago

partID can be obtained from Search results -> Tools->Parts View/Download if you have access to all the collections.

kderieg322079 commented 1 day ago

Great, thanks for the help!!