Accessions

An accession is a transaction that conveys an item, or (commonly) a group of items received from one source at one time, to an institution. As an administrative (rather than biological) entity, an accession can be delimited by administrative criteria such as previous title, applicable permits, or association with a particular project. In general, accessioning is the first step of incorporating items into a collection and indicates that the institution has accepted custody of (if not title to) the accessioned material. Accessioning generally precedes cataloging. Therefore, it is unnecessary to have individual item data in order to create an accession. Nevertheless, the nature and disposition of the items’ data should be recorded in order to assure that the data can eventually be located for purposes of cataloging.

Accession Fields

Accession Number

Accn . Accn_Number VARCHAR2(60) not null

Accession Number is a text string assigned to identify the accession for a specific collection.

Status

Accn . Accn_Status VARCHAR2(20) not null

Accession Status indicates whether or not the accession is cataloged. Values are controlled by a code table.

Type

Accn . Accn_Type VARCHAR2(35) not null

Accession Type describes the means of acquisition. Values are controlled by a code table.

Nature of Material

Trans . Nature_of_Material VARCHAR2(4000) null

Nature of Material describes the contents of the accession, including identifications of specimens, specimen parts, geographic origin of the material, etc.

Received From

Trans_Agent . Agent_ID NUMBER(22) not null

See Transaction Documentation for agent information.

Received Date

Accn . Received_Date VARCHAR2(22) null

Received Date is the day that the accessioned material was received by the museum. This must be a valid date. Default could be the system date when the record was created.

Entry Date

Trans . Trans_Date VARCHAR2(22) null

Entry Date is the day that the accession record was created. This must be a valid date. Default could be the system date when the record was created.

Remarks

Trans . Trans_Remarks VARCHAR2(4000) null

Place for expanding a description of the conditions of acceptance, or for instructions in processing the material. For example, “Take 50 gram subsamples for fatty-acid analysis.”

Estimated Count

Accn . Estimated_Count NUMBER(22) null

Accession Estimated Count or “Est. Cnt.” is an integer expressing approximately how many items can be expected to be cataloged as part of an accession. Accession Containers are Containers which hold unprocessed material, e.g., bags of frozen mice can be made Containers and scanned into freezers. Email is sent on every annual anniversary of Transaction Data for accessions which are not “closed” but contain no cataloged items.

Public Flag

The “Public?” flag allows accession data to be displayed in a public (open to non-operators) page, currently linked to from Search Results. This is useful for displaying accession-level Media, such as UAM Earth Science accession and locality card scans.

Data Entry Considerations

You can catalog records in “your collection” that have been accessioned by another collection. For data entry (through either the data-entry application or the bulkloader) indicate the accession that you wish to use, but put brackets around the part of the accession “number” that indicates the collection. This effectively tells the bulkloader, “ignore the collection (collection_cde + institution_acronym) to which this record is going to be appended, and indicate the accession based on what is in the brackets.” (Though that accession must be present in Arctos.) Examples include:

Example Usage

How To

Instructions for doing specifc tasks related to Accessions in Arctos (please note that “under construction” icons on pages indicate that the documentation may be incomplete or out-of-date):

Edit this Documentation

If you see something that needs to be edited in this document, you can create an issue using the link under the search widget at the top left side of this page, or you can edit directly here.