Is there a way to make the Location_name & library_name to pickup temporary loc name & lib name if that field is temporary populated say: <in_temp_location>true</in_temp_location> ?
For example, I have an item record that has:
<library_name>Brunswick Storage</library_name>
<library_code>BRUNSWICK</library_code>
<location_name>Zone 1 Mezzanine Block F</location_name>
<location_code>BRUNZ1MBF</location_code>
While the temp location:
<in_temp_location>true</in_temp_location>
<temp_library_name>Baillieu Library</temp_library_name>
<temp_library_code>BAILLIEU</temp_library_code>
<temp_location_name>High Use</temp_location_name>
<temp_location_code>BAIL_HIGH</temp_location_code>
<temp_call_number_type_name>Dewey Decimal classification</temp_call_number_type_name>
<temp_call_number_type>1</temp_call_number_type>
<temp_call_number>843.914 NOTHOMB</temp_call_number>
<temp_call_number_source> </temp_call_number_source>
<temp_policy_name>Overnight Loan</temp_policy_name>
<temp_policy_code>OVERNIGHT</temp_policy_code>
<due_back_date>2026-12-21Z</due_back_date>
I was hoping there was a better way of configuring this, rather than specifying the temp location directly?
UNI
*=<temp_library_name> <-------------
*=<temp_location_name> <-------------
~+=<library_name> <---------------- This is using a Label Prefix of <library_name> + <location_name>
=<location_name>
~%<call_number>
*<copy_id>
*<issue_level_description>
Thoughts?
Is there a way to make the Location_name & library_name to pickup temporary loc name & lib name if that field is temporary populated say: <in_temp_location>true</in_temp_location> ?
For example, I have an item record that has:
<library_name>Brunswick Storage</library_name>
<library_code>BRUNSWICK</library_code>
<location_name>Zone 1 Mezzanine Block F</location_name>
<location_code>BRUNZ1MBF</location_code>
While the temp location:
<in_temp_location>true</in_temp_location>
<temp_library_name>Baillieu Library</temp_library_name>
<temp_library_code>BAILLIEU</temp_library_code>
<temp_location_name>High Use</temp_location_name>
<temp_location_code>BAIL_HIGH</temp_location_code>
<temp_call_number_type_name>Dewey Decimal classification</temp_call_number_type_name>
<temp_call_number_type>1</temp_call_number_type>
<temp_call_number>843.914 NOTHOMB</temp_call_number>
<temp_call_number_source> </temp_call_number_source>
<temp_policy_name>Overnight Loan</temp_policy_name>
<temp_policy_code>OVERNIGHT</temp_policy_code>
<due_back_date>2026-12-21Z</due_back_date>
I was hoping there was a better way of configuring this, rather than specifying the temp location directly?
UNI
*=<temp_library_name> <-------------
*=<temp_location_name> <-------------
~+=<library_name> <---------------- This is using a Label Prefix of <library_name> + <location_name>
=<location_name>
~%<call_number>
*<copy_id>
*<issue_level_description>
Thoughts?