...
- First iteration created in MODDICONV-137
- Bugfixes required and will be delivered in Lotus, so this page has been created to document expected behavior for 1) Protecting MARC field and then 2) Overriding MARC field protections. (overrides not yet documented here)
- Related bugs
Current constraints of MARC Field Protections:
...
- Given 5 qualifiers: [Field Number], [Indicator 1], [Indicator 2], [Subfield], [Data]
- And each qualifier can have a wildcard(*) as its value to denote a criteria match of any value
- # definition of each qualifier should be added here
- When a MARC Field entry components matches all 5 qualifiers
- Then the MARC Field is protected
Scenario 2: MARC Update When an entry already exists exactly, NON-REPEATING
- Given a MARC field entry that is exists and is protected and is non-repeating
- And a collection of incoming MARC field entries that intend to overwrite the existing MARC field entry
- When any incoming MARC field entry is exactly the same as the protected existing entry
- Then the incoming MARC field will be discarded
...