Sei sulla pagina 1di 24

COPYRIGHT

2007, Softlink. All rights reserved. No part of this publication may be


reproduced or transmitted in any form, by any means, without the prior
written permission of Softlink.
TRADEMARKS
All product names in this guide may be trademarks or registered trademarks
of their respective companies and are hereby acknowledged.
DISCLAIMER
Softlink has reviewed this manual thoroughly. All statements, technical
information and recommendations in this manual are believed reliable, but
the accuracy and completeness thereof are not guaranteed or warranted,
and they are not intended to be, nor should they be understood to be,
representations or warranties concerning the products described. Further,
Softlink reserves the right to make changes to the information described in
this guide, at any time, without notice and without obligation to notify any
person of such changes.
TECHNICAL SUPPORT
Customers with valid support contracts can obtain technical support from
their nearest Softlink office.

Document version 1.0 - 8 December 2009


Contents

Introduction ....................................................................................... 4
Determining a Parameters Functionality .......................................... 4
Editing a Parameter .......................................................................... 4
Borrowers ......................................................................................... 5
Borrower Imports .............................................................................. 5
Cataloguing....................................................................................... 6
Cataloguing Imports.......................................................................... 8
Circulation......................................................................................... 9
LDAP .............................................................................................. 12
Lending Rules................................................................................. 12
Login ............................................................................................... 13
OPAC.............................................................................................. 14
Miscellaneous ................................................................................. 21
Statistics ......................................................................................... 22

Custom Parameters Guide iii


Introduction

This guide contains a listing of all the Custom Parameters in Softlink


Liberty version 3.5 that can be safely changed by the Librarian or by the
IT staff.
As this guide was created in September 2007, any parameters created
since then are not listed here. Also, there are many parameters that are
not listed here which have been created either for use by Softlink Support
staff, or require a special product registration to access the appropriate
functionality. These unlisted parameters should not be modified without
direction from Softlink.
Each parameter in this guide contains a brief explanation on its affects and
its default value. If no default value is listed, then the value is initially
blank. The Liberty Reference Manual contains further details on most of
these parameters and the affected functionality.

Determining a Parameters Functionality

Just reading a parameters name does not always make it immediately


obvious as to what its functionality is. In such cases, reading the
parameters description and checking its current value identifies what
functionality is currently implemented.
For example, the DeleteOutstandingReservations parameter determines if
borrowers with outstanding (current) reservations can be deleted. When
this parameters value is TRUE (which means yes, do this function),
borrowers that have outstanding reservations can be deleted. When the
value is FALSE (which means no, do not allow this function), borrowers
with outstanding reservations cannot be deleted.

Editing a Parameter

The process of editing any of the parameters is identical; the only


difference is the value type that is entered. The majority of parameters
have a value of TRUE or FALSE, and only those two options can be used.
Other parameters require a name, a number, a date, some free-text or a
selection from a list of radio buttons.

Note: To access the parameters, the logged user requires the Admin
Security group.
The parameter values are not case sensitive.

To change a parameters value perform the following steps:


1. Navigate to System > Custom Parameters.
2. Search for and edit the appropriate parameter.
3. Change the value as appropriate.
4. Click the Save button to complete the change.
It is recommended that users logout and then login to ensure that the

Custom Parameters Guide 4


parameters new value is implemented.

Borrowers

This section describes the parameters that affect Borrower records.

DeleteOutstandingReservations
The DeleteOutstandingReservations parameter determines if borrowers
with current reservations can be deleted.
Default value: FALSE

ShowExtBorr
The ShowExtBorr parameter determines if the External borrower type can
be allocated to Borrower records.

Note: The borrower type determines the fields that are available to
record borrower information, as not all of the fields are relevant
for each borrower type.

Default value: FALSE

ShowInstBorr
The ShowInstBorr parameter determines if the Institution borrower type
can be allocated to Borrower records.
Default value: FALSE

ShowStaffBorr
The ShowStaffBorr parameter determines if the Staff borrower type can
be allocated to Borrower records.

Note: If all of the ShowBorr parameters are set to FALSE (which is the
default case with Liberty), the initial New Borrower screen will
not have any borrower type options and the type will default to
Staff.

Default value: FALSE

ShowStudentBorr
The ShowStudentBorr parameter determines if the Student borrower type
can be allocated to Borrower records.
Default value: FALSE

Borrower Imports

This section describes the parameters that affect borrower data imports
that are performed during the daily housekeeping. Systems that do not
import borrower data in this manner should not modify any of these
parameters.

Custom Parameters Guide 5


BorrowerSearchTerm
The BorrowerSearchTerm parameter determines the Concordance search
strategy that incorporates all of the borrowers in the import file.
It determines what records should have the tag to be deleted (tag
wording may be different) applied to them. When included with the
DeleteUnmatchedBorrowers parameter the records are also deleted.

DeleteUnmatchedBorrowers
The DeleteUnmatchedBorrowers parameter determines if Borrower
records not contained in the daily housekeeping import are deleted from
the system.
Default value: TRUE

ImportFileLocation
The ImportFileLocation parameter determines the location of the borrower
file to import with the daily housekeeping. The path is relative the to
Liberty installation directory.
Default value: ..\temp

ImportFileName
The ImportFileName parameter determines the name of the borrower file
to import with the daily housekeeping.
Default value: BorrowerImportFile.csv

ImportFormatDescription
The ImportFormatDescription parameter determines the import format
name, from System > Import, that is used for the borrower file in the daily
housekeeping.

WhoChangedName
The WhoChangedName parameter determines the name of the user that
modifies the imported Borrower records in the daily housekeeping.
Default value: BORROWER_IMPORT_PROCESS

Cataloguing

This section describes the parameters that affect cataloguing.

AutoVerifyManualThesEntries
The AutoVerifyManualThesEntries parameter determines if the Verify field
is set to Yes when an Authority file record is manually created.

Note: Authority files where previously known as Thesauri, and hence


the term Thes is used in some parameter names.

Default value: FALSE

Custom Parameters Guide 6


BookWhereLoadCopies
The BookWhereLoadCopies parameter determines if a Copy record is
created when a resource that has a copy is imported from BookWhere.
Default value: FALSE

DefaultGMD
The DefaultGMD parameter determines the GMD that is selected by
default when a new Resource record is created.
Default value: text

DefaultMARC
The DefaultMARC parameter determines if the MARC box is ticked when a
new Resource record is created. The logged in user must have the MARC
editing Security group to allow MARC Cataloguing.
Default value: TRUE

EnableRichTextEditor
The EnableRichTextEditor parameter determines if rich text editing is
permitted in the Abstract and Text fields for Article records. Using the Rich
Text Editor has implications for searching in these fields due to the
embedded HTML code.
Default value: FALSE

LargeSearchThreshold
The LargeSearchThreshold parameter only applies in reservations and
determines the number of Resource records that will be displayed from a
search before the following message is displayed: Large search results
may take some time to process. If this search takes too long, try refining
the strategy and search again. Default value: 500

Locationsuffix
The Locationsuffix parameter determines if the first three letters of the
author's surname are appended to the end of the Location field when
adding a Copy record. If the surname is already appended, it is not added
again.
Default value: FALSE

SFXAddress
The SFXAddress parameter determines the URL for the SFX link.
Default value: http://demo.exlibrisgroup.com:9003/demo?

SFXDisplay
The SFXDisplay parameter determines if the SFX link is displayed after
each ISBN and ISSN in all Catalogue and OPAC screens.

Custom Parameters Guide 7


Default value: TRUE

ThesSearchAll
The ThesSearchAll parameter determines if the Verified terms box on the
Authority files Search screen is not ticked by default. When this box is not
ticked, both verified and un-verified terms are searched rather than just
verified terms.
Default value: TRUE

UpperCaseClass
The UpperCaseClass parameter determines if both the Classification and
Location fields are converted to uppercase when a Resource or Copy
record is saved.
Default value: TRUE

ZCatalogResultCount
The ZCatalogResultCount parameter determines the maximum number of
results to display in a Z-Cataloguing search.
Default value: 20

Cataloguing Imports

This section describes the parameters that affect catalogue data imports.

DefaultArticleBibtype
The DefaultArticleBibtype parameter determines the BibType (as a letter)
that is assigned to imported articles.
Default value: A

DefaultSerialBibtype
The DefaultSerialBibtype parameter determines the BibType (as a letter)
that is assigned to imported serials.
Default value: S

KeepMarcImportAllISBNPunctuation
The KeepMarcImportAllISBNPunctuation parameter determines if all
additional punctuation at the end of the ISBN details are maintained when
importing MARC data.
Default value: FALSE

KeepMarcImportComma
The KeepMarcImportComma parameter determines if any commas at the
end of the publishers details are maintained when importing MARC data.
Default value: TRUE

Custom Parameters Guide 8


KeepMarcImportFullStop
The KeepMarcImportFullStop parameter determines if full stops at the end
of Authors, Subjects and Co-Authors are maintained when importing
MARC data.
Default value: FALSE

KeepMarcImportSubtagOrder
The KeepMarcImportSubtagOrder parameter determines if the Authority
file records created from a MARC21/SCIS Authority import will have the
fields created using the subtag order as it appears in the MARC authority
record. When this parameter is set to FALSE, the field order follows the
settings in the standard XML template.
Default value: FALSE

Circulation

This section describes the parameters that affect circulation.

BorrInfoDisplayedReturns
The BorrInfoDisplayedReturns parameter determines if borrower
information is displayed when an item is returned in the Circulation Desk.
Default value: FALSE

ChargeFinesOpenDaysOnly
The ChargeFinesOpenDaysOnly parameter determines if fines for overdue
loans are only calculated for days that the library is open. When this
parameter is set to FALSE, fines are calculated each day the item is
overdue regardless of the library actually being open.
The librarys regular open days are specified via Circulation > Lending
Rules > Default Rules.
Default value: FALSE

CircSlipMessage
The CircSlipMessage parameter determines the text that is displayed at
the end of uncontrolled circulation slips.
Default value: Please pass on quickly

ClosedDates
The ClosedDates parameter determines the holiday periods that the
library is closed. To specify a consecutive range of closed days separate
the dates with a colon(:). For example, 25/12/2007:27/12/2007 indicates
the library is closed on the 25th and re-opens on the 28th of December.
Separate ranges and individual closed days are separated by a single
space.

Custom Parameters Guide 9


CurrentLoansFieldOrder
The CurrentLoansFieldOrder parameter determines the order of the fields
on the Current Loans/Renewals screen. The field names listed below are
the only allowable fields, and they must be separated by a single space.
Fields can be removed or the order changed; any duplicates will be ignored
as will any invalid names.
Default value:
NUMBER RESERVES RENEWALS DUEDATE TITLE ISSUEID BRANCH
COLLECTION LOCATION RLC BARCODE

Note: Please note the DUEDATE field must be included in order for
items to be renewed via the Current loans/Renewals screen.

EnableReservesThroughFrontDoor
The EnableReservesThroughFrontDoor parameter determines if
reservations can be made in the Circulation Desk.

Note: The Circulation Desk was previously known as FrontDoor, and


hence the term FrontDoor is used in some parameter names.

Default value: TRUE

ExpiredBorrowerIssues
When the ExpiredBorrowerIssues parameter is set to FALSE, the message
Borrowers membership has expired is displayed when a borrower with
an expired membership is scanned in the Circulation Desk. Also, if a loan
is attempted the message Issues not allowed to this borrower is
displayed in the Status bar and the transaction is cancelled.
When this parameter is set to TRUE, neither of the expired messages are
displayed and loans can be issued as normal. However, the due date can
be affected by the ExpiryLoanLimitType parameter.
Default value: FALSE

ExpiryLoanLimitType
The ExpiryLoanLimitType parameter determines how loan periods are
determined for borrowers whose library membership has not yet expired,
but will do so before the end of the items loan period.
There are three options to select from:
FORCE - the loan period is limited to the borrowers membership expiry
date and the following message is displayed due date set to expiry
date; FORCE is the default setting
IGNORE - the borrowers membership expiry date is ignored
WARN - a selection message is displayed with the options to limit the
loan to the borrowers membership expiry date or to use the normal loan
period

Custom Parameters Guide 10


ExpiryRenewalOverride
The ExpiryRenewalOverride parameter determines if a selection message
is displayed when a renewal would exceed the borrowers expiry date or
their Circulation Expiry Date. The message, which has Yes and No buttons,
states The borrowers membership/circulation date expires before item
renewal date. Do you still wish to renew the item?. Clicking Yes renews
the item for the full period. Clicking No restricts the renewal to the
appropriate date.
When this parameter is set to FALSE, the renewal date is automatically
restricted and the following message is displayed Unable to renew item
beyond borrower or circulation expiry dates.
Default value: TRUE

HouseboundServices
The HouseboundServices parameter determines if the Housebound
functionality is enabled.
Default value: TRUE

LoansDisplayedReturns
The LoansDisplayedReturns parameter determines if the number of
current and overdue loans for the returning borrower are displayed (as it
is in issuing mode). This parameter does not affect the display of the
borrowers account balance which is always displayed.
Default value: FALSE

ResBoxReturns
The ResBoxReturns parameter determines how resource boxes and their
contents must be scanned when they are returned in the Circulation Desk.
The default value, Individual items, requires each item and the box to be
scanned. The alternate option, All items, allows all of the contents to be
returned by just scanning the boxs barcode.
Default: Individual items

RestrictFrontDoorRenewalsOnReservedItems
The RestrictFrontDoorRenewalsOnReservedItems parameter determines if
copies that have a current reservation can be renewed via the Circulation
Desk.
Default value: FALSE - renewals are allowed

SelfCircPassword
The SelfCircPassword parameter determines the borrower's password that
is used to access Self Circulation. That is, the password required to be
entered is that of the user the Circ Desk is loaded as.

SelfCircUsername
The SelfCircUsername parameter determines the Borrower record that is

Custom Parameters Guide 11


used to access Self Circulation. That is, the username required to be
entered is that of the user the Circ Desk is loaded as.

LDAP

This section describes the parameters that affect the Lightweight Directory
Access Protocol (LDAP).

LDAPAdminPassword
The LDAPAdminPassword parameter determines the LDAP's Administrator
user password.

LDAPAdminUserName
The LDAPAdminUserName parameter determines the LDAP's
Administrator user name. For example; admin@isp.com.

LDAPAuthentication
The LDAPAuthentication parameter determines if LDAP Authentication is
enabled. The accepted values are Standard, AutoSearch and OFF.
The Default value is OFF. This value indicates as LDAP is no activated no
parameters are required.
If set to Standard the LDAPServer, LDAPPort and possibly one or both of
the Pre/Post parameters will be required.
If set to AutoSearch it is probable that all parameters will be required.
This depends on how the LDAP server has been set up and configured.

LDAPPort
The LDAPPort parameter determines the LDAP communication port.
Default value: 389

LDAPPostfix
The LDAPPostfix parameter determines the LDAP postfix. For example;
@isp.com.

LDAPPrefix
The LDAPPrefix parameter determines the LDAP prefix. For example;
Companyname\.

LDAPSearchRoot
The LDAPSearchRoot parameter determines where the LDAP server should
start the search for the domain name of the user to authenticate.

LDAPServer
The LDAPServer parameter determines the location of the LDAP
authentication server. For example; ldapserver.isp.com.

Custom Parameters Guide 12


Lending Rules

This section describes the parameters that affect lending rules.

BookHireOverride
The BookHireOverride parameter determines if borrowers that are not in
the book hire scheme can be allowed to borrow book hire resources. When
this parameter is set to TRUE and a loan for a book hire resource is
attempted for non-book hire borrower, the following message is displayed
Borrower is not part of the Book Hire scheme, continue with loan? Yes/
NO. Clicking Yes approves the loan and No denies it.
When this parameter is set to FALSE and the same loan is attempted, the
message Borrower is not part of the Book Hire scheme is displayed and
the transaction is cancelled.
Default value: TRUE

ClassLoanLength
The ClassLoanLength parameter determines the loan period for Class
Loans as a number of days.
Default value: 21

ControlledLP
The ControlledLP parameter determines the loan period for the controlled
circulation of serials as a number of days.
Default value:21

EnableMatrixReserveAndRenewalLimits
The EnableMatrixReserveAndRenewalLimits parameter determines if the
maximum number of renewals and OPAC reservations can be set via the
Lending Rules Matrix. Setting this parameter to FALSE does not limit the
number of renewals and allows OPAC reservations for all borrowers.
Default value: TRUE

LOANLIMIT1 to LOANLIMIT5
The five LOANLIMIT parameters determine the name of the five Loan Limit
groups. These names can also be changed via the Lending Rules Matrix
interface.
Default values: Loan Limit 1 to Loan Limit 5

RulesInterface
The RulesInterface parameter determines the Circulation Lending Rules
format that is used. The options are Basic, Matrix and Advanced.
Default value: Advanced

Custom Parameters Guide 13


Login

This section describes the parameters that affect logging into Liberty.

AuthenticateField
The AuthenticateField parameter determines which field is used as the
username to log into Liberty. While technically this could be any field it is
more likely this will be the Alias, Username or StudentCode fields.
Default value: Alias

CreatePassword
The CreatePassword parameter determines if borrowers without a current
password will have the Forgotten your password? function generate one
for them. A random string of characters will be created which matches the
length of the password defined in the library, or 7 if no length is defined.
If a borrower does not have a password defined and the library policy
requires that such borrowers report to the service desk then change the
setting to FALSE.
Default value: TRUE

PasswordChangePeriod
The PasswordChangePeriod parameter determines the number of days
after which borrowers will be forced to change their password. Entering
the value 0 means the passwords will never expire.
Default value: 60

PasswordLength
The PasswordLength parameter determines the minimum length of
borrower passwords. Entering the value of 0 means there is no minimum
password length.
Default value: 7

OPAC

This section describes the parameters that affect the OPAC.

CopyrightDisclaimer
The CopyrightDisclaimer parameter determines the copyright information
that is displayed when a Copy's attachment is opened; however, this
message is only displayed if the Copy record has the Copyright Disclaimer
field set to On. HTML codes can be used in this field. The default value is:
<b>COMMONWEALTH OF AUSTRALIA</b>
<b>Copyright Regulations 1969</b>

<b>WARNING</b>

Custom Parameters Guide 14


This material has been reproduced and communicated to you by or on
behalf of the library pursuant to Part VB of the Copyright Act 1968 (the
Act).

The material in this communication may be subject to copyright under the


Act. Any further reproduction or communication of this material by you
may be the subject of copyright protection under the Act.

Do not remove this notice.

defaultBranch
The defaultBranch parameter determines the branch to use for the library
home page and the banner images if the user is not logged in or has no
branch.

DisplayResBoxcontentsOPAC
The DisplayResBoxContentsOPAC parameter determines if the contents of
resource boxes are displayed in the OPAC.
Default value: FALSE

EnableOPACAdvancedLookUp
The EnableOPACAdvancedLookUp parameter determines if both the
Author and Subject Lookup buttons are displayed on the Advanced tab.
Default value: TRUE

EnablePictureSearch
The EnablePictureSearch determines if the Picture Search tab is displayed
in the OPAC.
Default value: FALSE

OPACAlwaysResults
The OPACAlwaysResults parameter determines if the Always Results
function is used in the OPAC to always produce a search result even if no
match is made on the actual search query.
Default value: TRUE

OPACCopyGroups
The OPACCopyGroups parameter determines if copies are grouped in the
OPAC by branch and collection.
Default value: TRUE

OPACDefaultIncludeInfoNet
The OPACDefaultIncludeInfoNet parameter determines if the Include

Custom Parameters Guide 15


network files box is ticked by default in the OPAC search screens.
Default value: FALSE

OPACDefaultPage
The OPACDefaultPage parameter determines the default OPAC search tab.
The allowable values are:
search - the Basic tab page, this is the default setting
advanced - the Advanced tab page
browse - the Browse tab page
guided - the Guided tab page
help - the Help tab page

OPACGuidedTab
The OPACGuidedTab parameter determines if the Guided tab is displayed
in the OPAC.
Default value: TRUE

OPACHideClearButton
The OPACHideClearButton parameter determines if the Clear button is
hidden in the OPACs Search Results screen.
Default value: FALSE

OPACHideEmailButton
The OPACHideEmailButton parameter determines if the Email button is
hidden in the OPACs Search Results screen.
Default value: FALSE

OPACHidePrintButton
The OPACHidePrintButton parameter determines if the Print button is
hidden in the OPACs Search Results screen.
Default value: FALSE

OPACHideRequestButton
The OPACHideRequestButton parameter determines if the Request button
is hidden in the OPACs Search Results screen.
Default value: FALSE

OPACHideReserveButton
The OPACHideReserveButton parameter determines if the Reserve button
is hidden in the OPACs Search Results screen.
Default value: FALSE

Custom Parameters Guide 16


OPACHideViewButton
The OPACHideViewButton parameter determines if the View button is
hidden in the OPACs Search Results screen.
Default value: FALSE
opacListCount
The opacListCount parameter determines the number of results displayed
in each OPAC screen.
Default value: 20

OPACListHoldingsLink
The OPACListHoldingsLink parameter determines how each resources
holdings are displayed in the OPAC. When it is set to TRUE, each resource
with one or more Copy records has the Holdings link. Clicking this link
displays that resources holdings information in a new Window.
When this parameter is set to FALSE, each resources holdings information
is automatically displayed in the search results; however, this can increase
the amount of time taken to display the search results.
Default value: FALSE

OPACListSubjectsLink
The OPACListSubjectsLink parameter determines how each resources
subjects are displayed in the OPAC. When it is set to TRUE, each resource
with one or more subjects has the Subjects link. Clicking this link displays
that resources subjects in a new Window.
When this parameter is set to FALSE, each resources subjects are
automatically displayed in the search results; however, this can increase
the amount of time taken to display the search results.
Default value: FALSE

OPACListUsedMainSubjectsOnly
The OPACListUsedMainSubjectsOnly parameter determines if only
subjects that are attached (used by) to one or more resources are listed
in the OPACs Browse by Subject screen.
Default value: FALSE

OPACListUsedTypesOnly
The OPACListUsedTypesOnly parameter determines if only GMDs that are
attached (used by) to one or more resources are listed in the OPACs
Browse by Type screen
Default value: TRUE

OPACLookupAuthorUsage
The OPACLookupAuthorUsage parameter determines if the current details
from the Author Authority file are used in the OPAC, which occurs when it

Custom Parameters Guide 17


is set to TRUE. When it is set to FALSE, the authors that were present at
the time of the previous housekeeping are used; these results are not as
accurate but they can be displayed faster.
Default value: FALSE

OPACLookupBrowse
The OPACLookupBrowse parameter determines how author searches are
performed from the Advanced tab. When it is set to FALSE, the user is
taken to the Browse tab, when it is set to TRUE the user is taken to the
Author Lookup screen.
Default value: FALSE

OPACLookupSubjectUsage
The OPACLookupSubjectUsage parameter determines if the current
details from the Subject Authority file are used in the OPAC, which occurs
when it is set to TRUE. When it is set to FALSE, the subjects that were
present at the time of the previous housekeeping are used; these results
are not as accurate but they can be displayed faster.
Default value: FALSE

OPACNewwindow
The OPACNewwindow parameter determines if the OPAC is opened in a
separate window for users with the Admin Security group.
Default value: FALSE

OpacNotesDisplay
The OpacNotesDisplay parameter determines if the Resource records
Notes field is displayed in the OPAC.
Default value: TRUE

OPACOPERATORTASSALL
The OPACOPERATORAUTHORALL parameter determines if the Title,
Author, Subject or Series (all words) option is displayed in the OPAC's
Basic tab. The allowable parameter values are TRUE, FALSE and DEFAULT.
Default value: DEFAULT

OPACOPERATORAUTHORFL
The OPACOPERATORAUTHORFL parameter determines if the Author first
or last name option is displayed in the OPAC's Basic tab. The allowable
parameter values are TRUE, FALSE and DEFAULT.
Default value: TRUE

OPACOPERATORCLASS
The OPACOPERATORCLASS parameter determines if the Classification
option is displayed in the OPAC's Basic tab. The allowable parameter

Custom Parameters Guide 18


values are TRUE, FALSE and DEFAULT.
Default value: TRUE

OPACOPERATORISBNISSN
The OPACOPERATORISBNISSN parameter determines if the ISBN/ISSN
option is displayed in the OPAC's Basic tab. The allowable parameter
values are TRUE, FALSE and DEFAULT.
Default value: TRUE

OPACOPERATORSERALL
The OPACOPERATORSERALL parameter determines if the Series (All
words) option is displayed in the OPAC's Basic tab. The allowable
parameter values are TRUE, FALSE and DEFAULT.
Default value: TRUE

OPACOPERATORSUBALL
The OPACOPERATORSUBALL parameter determines if the Subject (All
words) option is displayed in the OPAC's Basic tab. The allowable
parameter values are TRUE, FALSE and DEFAULT.
Default value: TRUE

OPACOPERATORTITLEALL
The OPACOPERATORTITLEALL parameter determines if the Title (all
words) option is displayed in the OPAC's Basic tab. The allowable
parameter values are TRUE, FALSE and DEFAULT.
Default value: TRUE

OPACOPERATORTITLEEXACT
The OPACOPERATORTITLEEXACT parameter determines if the Title exact
option is displayed in the OPAC's Basic tab. The allowable parameter
values are TRUE, FALSE and DEFAULT.
Default value: TRUE

OPACShowFull
The OPACShowFull parameter determines if the OPAC's Show full records
box is ticked by default.
Default value: FALSE

OPACShowHeldStatus
The OPACShowHeldStatus parameter determines if the held status of
serial articles is displayed in the OPAC's search results.
Default value: TRUE

Custom Parameters Guide 19


OPACShowIncludeInfoNet
The OPACShowIncludeInfoNet parameter determines if the Include
network files tickbox is displayed in the OPAC search tabs.
Default value: FALSE

OPACShowNoCollection
The OPACShowNoCollection parameter determines if the phrase No
Collection is displayed for OPAC holdings that do not have a collection
specified.
Default value: TRUE

OPACShowSeeLinks
The OPACShowSeeLinks parameter determines if the See and See Also
links are displayed in the OPAC's search results when related Authority
files records are present.
Default value: FALSE

OPACShowUseBoolOps
The OPACShowUseBoolOps parameter determines if the OPAC's Use
Boolean operators tickbox is displayed on the Basic and Advanced tabs.
Default value: TRUE

OPACSortField
The OPACSortField parameter determines the default sort order of the
OPACs search results. Any Resource record field (LIBRARY database) can
be used. By appending _desc to the end of the field name the records will
be sorted in descending order; e.g. title_desc.
Default value: Title

OPACSortLimit
The OPACSortLimit parameter determines the OPACs search result sort
limit. When this limit is exceeded, all of the search results are displayed
according to the date they were catalogued.
Default value: 500

OPACSuggestedSearch
The OPACSuggestedSearch parameter determines if the Suggested
Search icon is displayed when a Basic search is performed.
Default value: TRUE

OPACSuggestedSearchAuto
The OPACSuggestedSearchAuto parameter determines if the Suggest
search function is automatically performed when a Basic search has zero
results.

Custom Parameters Guide 20


Default value: FALSE

OPACSuggestedSearchHighlight
The OPACSuggestedSearchHighlight parameter determines if the
Suggested Search icon has a flashing underline, which is used to attract
the users attention.
Default value: TRUE

OPACUseBoolOps
The OPACUseBoolOps parameter determines if the Use Boolean operators
box on the Basic and Advanced tabs is ticked by default.
Default value: FALSE

ReservationPickup
The ReservationPickup parameter determines if a pick-up branch can be
selected for OPAC reservations.
Default value: FALSE

TextHireFormat
The TextHireFormat parameter is used to hide Copy records in the OPAC
that have the specified Resource Loan Category (RLC). The name of the
text hire RLCs should not contain a space; it is possible to create RLCs with
a space but such RLCs can not be hidden. To hide multiple RLCs, separate
the entries in this parameter with a comma but without any spaces.
Default value: TextHire

Miscellaneous

This section describes the parameters that affect various components of


Liberty.

BudgetEndDate
The BudgetEndDate parameter determines the end of the current financial
period.
Default value: 31/12/2009

BudgetStartDate
The BudgetStartDate parameter determines the start of the current
financial period.
Default value: 1/1/2009

Note: Clients should set Budget dates through Acquisitions > Budgets
> Select Year and not via the Parameter.

Custom Parameters Guide 21


EnableAutomaticOverdues
The EnableAutomaticOverdues parameter determines if the Overdue
notices that have been setup with the Run type of Regular are
automatically generated when the housekeeping is run. Only email notices
will be sent. When this parameter is set to FALSE, the Run regular notices
link is displayed in Circulation > Overdues and the housekeeping does not
produce any overdues.
Default value: FALSE
Note: Currently a change to the autopr.ini file is required to implement this
functionality.
Change the autopr.ini file to read:
[PostIndex]
;..\hkeep\sdi.bat
chdir ..
hkeep\gatewayAuto /
qry="application=Liberty3&displayform=sdi\run&nowatchdog=true&dbA
ccess=true" /log="hkeep\sdi.log" /lang=en-au
chdir data
;
chdir ..
hkeep\gatewayAuto /
qry="application=Liberty3&displayform=overdues\runallEmailNotices&no
watchdog=true&searchform=srchnull&database=overdues&srchmaselect
ed=regular&dbAccess=true" /lang=en-us
chdir data
;..\hkeep\deleteImages.bat
..\hkeep\DeleteFiles.exe borrowers\deleted

Then change the parameter setting to TRUE.

MaxCircReportRecords
The MaxCircReportRecords parameter determines the maximum number
of records that can be displayed in any Circulation report prior to the
message More than x records have been found, please narrow your
search strategy is displayed.
Default value: 1000

MaxStocktakeRecords
The MaxStocktakeRecords parameter determines the maximum number
of barcodes that can be imported into the Stocktake before a warning
message is displayed.
The message states that More than the recommended number of items
are loaded into the system for Stocktaking. Setting this parameter to 0
or leaving it blank disables this message.
Default value: 1000

Custom Parameters Guide 22


MenuAutoHide
The MenuAutoHide parameter determines if the Hide Menu button is
displayed above the Main menu; clicking this button then hides the Main
menu.
Default value: FALSE

MenuIcons
The MenuIcons parameter determines if icons are displayed next to each
Main menu heading.
Default value: TRUE

SIP
The SIP parameter determines if SIP hardware (3M Standard Interchange
Protocol for patron self-check machines) is to be used.
Default value: FALSE

SoftlinkWebAddress
The SoftlinkWebAddress parameter determines the website that is opened
upon navigating to System > Softlink Website.
Default value: www.softlinkint.com

SpecialBarcodeFormula1 to SpecialBarcodeFormula3
The three SpecialBarcodeFormula parameters are each used to store a re-
arranging formula that is applied to special barcodes.

Statistics

This section describes the parameters that affect the Statistics reports.

DisplayOPACSearchDetail
The DisplayOPACSearchDetail parameter determines if the OPAC - Search
detail report is displayed in Circulation > Statistics.
Default value: FALSE

DisplayOtherSearchQualifier
The DisplayOtherSearchQualifier parameter determines if the Other
search qualifier field is displayed in Circulation > Statistics.
Default value: FALSE

EnableItemsIssuedStat
The EnableItemsIssuedStat parameter determines if the Items issued
report is displayed in Circulation > Statistics.
Default value: FALSE

Custom Parameters Guide 23


Custom Parameters Guide 24

Potrebbero piacerti anche