# Resource Types Configuration

Below is a list of all custom resource types currently configured in the WRLC NZ.

<p class="callout info">Please note that the rules below only affect records linked to the Network Zone. In order to apply new resource types to IZ-only records and to IZ-linked CZ records, you will need to create and save Resource Type rules in your own Institution Zone.</p>

1. Audio LP's 
    - Code : AUDIOLP
    - Display Singular Label : Audio LP
    - Display Plural Label : Audio LPs
    - RIS Type : Sound recording
    - Genre : Unknown
    - Metadata format : Book
    - Logic 
        - MARC field and subfield : 007
        - Value in MARC subfield (regular expression): ```
            ^s.{2}b.*
            ```
2. Journals (the rules below **are added to** the [out-of-the-box configuration for Journals](https://knowledge.exlibrisgroup.com/Primo/Product_Documentation/020Primo_VE/Primo_VE_(English)/120Other_Configurations/Mapping_to_the_Display%2C_Facets%2C_and_Search_Sections_in_the_Primo_VE_Record#Resource_Type_Mapping)) 
    - Replace existing rules : No
    - Logic 
        - MARC field and subfield : LDR
        - Value in MARC subfield (regular expression): ```
            ^.{6}a[bis].*
            ```

AND

- - - MARC field and subfield : 008
        - Value in MARC subfield (regular expression): ```
            ^.{21}m.*
            ```

 3. Book Chapters (the rules below **replace** the [out-of-the-box configuration for Book Chapters](https://knowledge.exlibrisgroup.com/Primo/Product_Documentation/020Primo_VE/Primo_VE_(English)/120Other_Configurations/Mapping_to_the_Display%2C_Facets%2C_and_Search_Sections_in_the_Primo_VE_Record#Resource_Type_Mapping))

- - Replace existing rules : Yes
    - Logic 
        1. MARC field and subfield : LDR
        2. Value in MARC subfield (regular expression): ```
            ^.{6}aa.*
            ```

 4. Books (the rules below **replace** the [out-of-the-box configuration for Books](https://knowledge.exlibrisgroup.com/Primo/Product_Documentation/020Primo_VE/Primo_VE_(English)/120Other_Configurations/Mapping_to_the_Display%2C_Facets%2C_and_Search_Sections_in_the_Primo_VE_Record#Resource_Type_Mapping))

- - Replace existing rules : Yes
    - Logic 
        - MARC field and subfield : LDR
        - Value in MARC subfield (regular expression): ```
            ^.{6}a[cdm].*
            ```

#### Resources

- <span style="text-decoration: underline;">[Configuring Resource Types for Primo VE](https://knowledge.exlibrisgroup.com/Primo/Product_Documentation/020Primo_VE/Primo_VE_(English)/050Display_Configuration/Configuring_Resource_Types_for_Primo_VE)</span>
- <span style="text-decoration: underline;">[Out-of-the-box MARC Mapping of Resource Types for Primo VE](https://knowledge.exlibrisgroup.com/Primo/Product_Documentation/020Primo_VE/Primo_VE_(English)/120Other_Configurations/Mapping_to_the_Display%2C_Facets%2C_and_Search_Sections_in_the_Primo_VE_Record#Resource_Type_Mapping)</span>