]> git.evergreen-ils.org Git - Evergreen.git/blob - docs/admin/MARC_RAD_MVF_CRA.txt
Docs: various AsciiDoc formatting fixes for docs
[Evergreen.git] / docs / admin / MARC_RAD_MVF_CRA.txt
1 MARC Record Attributes
2 ----------------------
3
4 The MARC Record Attribute Definitions support the ingesting, indexing, searching, filtering, and delivering of bibliographic record attributes.
5
6 To Access the MARC Record Attributes, click *Admin* -> *Server Administration* -> *MARC Record Attributes*
7
8 Multi Valued Fields and Composite Record Attributes
9 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10
11 *Multi Valued Fields* and *Composite Record Attributes* expands upon the Record Attribute Definitions feature to include capturing all occurrences of multi-valued elements in a record. *Multi Valued Fields* allows users to say that a bibliographic record contains multiple entries for a particular record attribute. *Composite Record Attributes* supports the application of a more complicated and nested form of structure to a record attribute definition.
12
13 Multi Valued Fields
14 ^^^^^^^^^^^^^^^^^^^
15
16 Multi Valued Fields allows for the capturing of multi-valued elements of a bibliographic record. Through the use of Multi Valued Fields, Evergreen recognizes that records are capable of storing multiple values. Multi Valued Fields are represented in the Record Attribute Definitions interface by a column named *Multi-valued?*. With *Multi-valued?* set to *True*, Evergreen will recognize the bibliographic records in the database that have multiple values mapping to the record attribute definition; it will also track and search on those values in the catalog. This feature will be particularly handy for bibliographic records representing a Blu-ray / DVD combo pack, since both format types can be displayed in the OPAC (if both formats were cataloged in the record).
17
18 image::media/radmvcolumn_1.jpg[]
19
20 To edit an existing record attribute definition and set the *Multi-valued?* field to *True*:
21
22 .  Click *Admin* on the menu bar
23 .  Hover over *Server Administration* and click *MARC Record Attributes*
24 .  Double-click on the row of the record attribute definition that needs to be edited
25 .  Select the *Multi-valued?* checkbox
26 .  Click *Save*
27
28 image::media/editrad_2.jpg[]
29
30 Composite Record Attributes
31 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
32
33 Composite Record Attributes build on top of Evergreen’s ability to support record attributes that contain multiple entries. The Composite Record Attributes feature enables administrators to take a record attribute definition and apply a more complicated and nested form of structure to that particular record attribute. Two new Record Attribute Definitions columns have been added to facilitate the management of the Composite Record Attributes. The *Composite attribute?* column designates whether or not a particular record attribute definition is also a composite record attribute. The *Coded Value Maps* column contains a *Manage* link in each row that allows users to manage the Coded Value Maps for the record attributes.
34
35 image::media/radcvmcacolumns_3.jpg[]
36
37 Coded Value Maps
38 ^^^^^^^^^^^^^^^^
39
40 To manage the Coded Value Maps of a particular record attribute definition, click the *Manage* link located under the Coded Value Maps column for that record attribute. This will open the Coded Value Maps interface. What administrators see on the Coded Value Maps screen does not define the structure of the composite record attribute; they must go into the *Composite Attribute Entry Definitions* screen to view this information.
41
42 image::media/cvmpage_4.jpg[]
43
44 Within the Coded Value Maps screen, there is a column named *Composite Definition*. The *Composite Definition* column contains a *Manage* link that allows users to configure and to edit Composite Record Attribute definitions. In order to enable the *Manage* link (i.e. have the *Manage* link display as an option under the *Composite Definition* column), the *Composite attribute?* column (located back in the Record Attributes Definition page) must be set to *True*.
45
46 To edit an existing record attribute definition and set the *Composite attribute?* field to True:
47
48 .   Click *Admin* on the menu bar
49 .   Hover over *Server Administration* and click *MARC Record Attributes*
50 .   Double-click on the row of the record attribute definition that needs to be edited
51 .   Select the *Composite attribute?* checkbox
52 .   Click *Save*
53
54 image::media/radcatrue_5.jpg[]
55
56 Now that the *Composite attribute?* value is set to *True*, click on the *Manage* link located under the *Coded Value Maps* column for the edited record attribute definition. Back in the Coded Value Maps screen, a *Manage* link should now be exposed under the *Composite Definition* column. Clicking on a specific coded value’s *Manage* link will take the user into the *Composite Attribute Entry Definitions* screen for that specified coded value.
57
58 Composite Attribute Entry Definitions
59 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
60
61 The Composite Attribute Entry Definitions screen is where administrators can locally define and edit Composite Record Attributes for specific coded values. For example: administrators can further refine and distinguish the way a “book” should be defined within their database, by bringing together the right combination of attributes together to truly define what a “book” is in their database.
62
63 The top of the Composite Attribute Entry Definitions screen shows a parenthetically defined view of the *Composite Data Expression*. Below the Composite Data Expression is the *Composite Data Tree*. The Composite Data Tree is structured off of Boolean Operators, including the support of NOT operations. This nested form can be as deeply defined as it needs to be within the site’s database.
64
65 image::media/caed_6.jpg[]
66
67 To modify the *Composite Attribute Entry Definition*, any Boolean Operator can be deleted or have a coded value appended to it. The appended coded value can be any number of Coded Value Maps from any other Record Attribute Definition. So, administrators can choose from all the other existing record attribute definitions and create new nested structures to define entirely new data types.
68
69 To modify the *Composite Attribute Entry Definition*:
70
71 .  Click *Add Child* for the specific Boolean Operator that needs to be modified, and a new window will open
72 .  Select which *Record Attribute* needs to be represented in the structure under that particular Boolean Operator
73 .  Select the *Attribute Type* from the dropdown options
74 .  Select the *Value* of the Attribute Type from the dropdown options (dropdown options will be based on the Attribute Type selected)
75 .  Click *Submit*
76 .  The *Composite Data Expression* should now include the modification
77 .  Once all modifications have been made, click *Save Changes* on the Composite Attribute Entry Definitions page
78
79 image::media/modifycde_7.jpg[]
80