Skip to main content

Aeon Customization Keys

This page lists all the keys and tables available in the Aeon Customization Manager.

info

Contact Information

LocalInfo TableSee The Local Info Table for more information about this table.
info

System

Billing

AutoProcessZeroBalanceInvoicesWhen set to yes, generating a $0 invoice will cause the Awaiting Order Approval and Awaiting Order Billing steps to be skipped, and the request will move directly to Awaiting Item Delivery.
CreditCardTransactionsDescriptionThe description used when sending Credit Card Processing transactions.
PaymentProviderSpecifies the payment provider used for credit card processing. Valid values are Authorize.net, PayPal, or SagePay. Default value: 'Aeon-'.
PaymentProviderMerchantIdThe ID or login for your merchant account with your payment provider.
PaymentProviderPrefixSpecifies the prefix used when submitting transaction identifiers to Touchnet. This provides a way to identify that a payment originated from Aeon.
PaymentProviderResponseTokenThe identity token provided by your payment provider to authenticate responses if the provider uses different tokens for requests and responses.
PaymentProviderTestModeEnabledDetermines if requests sent to your credit card payment provider use test mode.
PaymentProviderTokenThe identity token provided by your payment provider to authenticate requests.
PaymentProviderURLThe URL used to communicate with your payment provider.
info

Electronic Delivery

DaysBeforeElectronicDeliveryCleanupNumber of days before electronic delivery files are deleted from the server.
info

Email

EmailFromAddressThe default "From" address for all emails sent from the system that will be used if the General Email Address field is blank in the LocalInfo Table.
EmailFromNameThe default "From" name for all emails sent from the system that will be used if the General Contact Name field is blank in the LocalInfo Table.
EmailSecureDetermines if SMTP server requires SSL.
EmailSMTPPortPort used for sending emails from System Manager service on the server. Defaults to port 25.
EmailSMTPServerSMTP server used for sending emails from System Manager service on the server.
SMTPPasswordThe password used for sending emails (using the System Manager service).
SMTPUserIDThe user id used for sending emails (using the System Manager service).
info

General

AddonDirectoryOptionally specifies a central addon repository via UNC path or mapped drive. If present, Aeon will update its local addon directory with newer versions from this location.


For more information, see Addon Locations in the Atlas addon documentation.
CloneScheduledDateInClientDetermines if the scheduled date is copied while cloning transactions in the desktop client. Default value is set to "No".
CustomDropDown TableSee**The Custom Drop-Down Table** for more information about this table.
CustomFieldDefinitions TableSee Unlimited Custom Fieldsfor more information about this table.
CustomFlags TableSee The Custom Flags Table for more information about this table.
Customization TableSee The Customization Table for more information about this table.
DocumentTypeOptionsPipe-delimited list of possible document type values to choose in the desktop client. These should match the values from submitted requests.
FutureRoutingDaysThe number of days prior to the scheduled date when future requests are moved to Awaiting Request Processing



Tip: To have all requests immediately enter Awaiting Request Processing, set the value of this key to 0.
ItemCheckoutSecurityPromptDetermines whether the staff user is prompted with a warning in the desktop client when checking out an item to someone who is not signed into a reading room.
PrintCallslipDocsFilename of the request pick slip printing template.
PrintDigitizationRequestDocsFilename of the print digitization request template document.
PrintDocumentsPathDefault path for Word documents (for auto-opening).
PrintInvoiceDocsFilename of the print invoice template document.
PrintInvoiceStatementDocsFilename of the print invoice statement template document.
PrintRequestDocsFilename of the print request template document.
PrintSettingsPathPath to the file that contains the settings for print query sorting and filtering. If blank, this will default to the Aeon\Print directory under the user's My Documents folder.
PrintUserDocsFilename of the print user template document.
ReasonsForCancellation TableSee**The Reasons For Cancellation Table**for more information about this table.
ScheduledDateMinimumDaysDetermines the minimum enabled date for the Scheduled Date calendar for web request forms, in terms of days after the submission of a web request form. Default value 0.
ScheduledDateMaximumDaysDetermines the maximum enabled date for the Scheduled Date calendar for web request forms, in terms of days after the submission of a web request form. Default value 0.
ScheduledDateDefaultScheduleDetermines the weekdays that should be enabled by default for the Scheduled Date calendar for web request forms. Default values Monday, Tuesday, Wednesday, Thursday, Friday.
SendUserAddedToActivityEmailWhether or not an email should be sent to users when they are added to an activity.
SharedCustomSearchesPathThe directory the desktop client should check for saved custom search files.
SystemManagerAddonIntervalThe interval at which the System Manager should execute server addon scripts.
UserExpirationThe default number of days to add to the current date when calculating a new user's expiration date. This key is used when no status specific UserExpiration key is found.
UserValidationDetermines if the web verifies against the UserValidation table to pre-populate user information for new registrants.
WebCancelAfterProcessWhether or not users should be able to cancel a request after it has been processed.
info

Integration

SystemWebPlatformConfigThe ID of the WebPlatformConfig record that defines the webservice URL and API key for your Aeon system.
WebPlatformConfig TableSee**The WebPlatformConfig Table** for more information about this table.
info

Password Expiration

StaffPasswordComplexityRegular expression that staff passwords should adhere to. Staff administrators have the option to override password requirements when creating new staff accounts with an initial password. The default criteria will require that passwords contain at least 8 characters with at least 1 uppercase letter, 1 lowercase letter, and 1 number.


Defalt value: ^(?=.\*\d)(?=.\*[a-z])(?=.\*[A-Z]).{8,}$
StaffPasswordExpirationDaysThe number of days before a password expires for a staff member. Default value is 180 days.
StaffPasswordHashingIterationsA hashing customization key used to set the number of hash iterations when storing a staff password. Passwords utilize the Password-Based Key Derivation Function 2 (PBKDF2) hashing strategies. The iterations store the hashed passwords as an algorithm for increased security. When a staff user logs in with a password, it will be compared with the hash algorithm to verify the password is correct before permitting clearance into Aeon. If you wish to change the default iterations, it is highly recommended to contact support for the number of iterations that work best for the speed of your computer and the hash algorithm. Generally, hash iterations should not be set to less than 100,000. Default hash iterations 156,000.
StaffPreviousPasswordCountThe StaffPreviousPasswordCount, customization key will check the new password against a configurable number (default value: 4) of previous passwords for uniqueness when a staff user is changing his/her password. This will prevent staff users from reusing a previous password or rotating through similar passwords.


  • If the value is set to 4, then the user must have 4 unique passwords before an old password can be reused.

    • If the value is set to 0, the password will not be checked against the user's password history when updating the password.



UserPasswordExpirationDaysThe UserPasswordExpirationDays customization key has been added to set the number of days before a password expires for a user. Default 180 days.
UserPasswordExpirationEnabledThe UserPasswordExpirationEnabled customization key has been added to enable user password expiration. The default is set to Yes.
WebPasswordHashingIterationsA hashing customization key used to set the number of hash iterations when storing a user password. Passwords utilize the Password-Based Key Derivation Function 2 (PBKDF2) hashing strategies. The iterations store the hashed passwords as an algorithm for increased security. When a user logs in with a password, it will be compared with the hash algorithm to verify the password is correct before permitting clearance into Aeon. If you wish to change the default iterations, it is highly recommended to contact support for the number of iterations that work best for the speed of your computer and the hash algorithm. Generally, hash iterations should not be set to less than 100,000. Default hash iterations 156,000.
info

Reference Requests

ReferenceRequestEmailAddressThe default email address used in the "From" field for outgoing reference request emails.
ReferenceRequestEmailNameThe default name used in the "From" field for outgoing reference request emails.
ReferenceRequestImportActiveControls whether importing reference requests from email is enabled.
ReferenceRequestImportIntervalHow often, in seconds, System Manager should import reference request emails. The maximum frequency is every 30 seconds.
ReferenceRequestImportPasswordThe password used to login to the mail account from which reference requests will be imported.
ReferenceRequestImportPopHostThe name of the POP mail server from which reference requests will be imported.
ReferenceRequestImportPopPortThe port of the POP mail server from which reference requests will be imported.
ReferenceRequestImportSSLEnabledDetermines if the requirement for SSL should be enabled or disabled for POP server. Default value is set to 'Yes'.
ReferenceRequestImportUserIDThe user id used to login to the mail account from which reference requests will be imported.
info

Routing

RoutingOnDetermines if the system should check against the Routing table for any alternate processing when changing transaction statuses.
info

System

AeonAuthUserRegistrationEnabledDetermines if new user registrations can be created via standard Aeon authentication (AeonAuth) from the web interface.
AutoExpireUsersDetermines if the system should automatically expire users. The system will set the cleared value of expired users to the value specified by the 'AutoExpireUsersClearedValue' key.
AutoExpireUsersClearedValueCleared value that System Manager sets for expired users. This value is not used if the 'AutoExpireUsers' key is set to 'No'.
CaptchaProviderThe Captcha provider used to verify new users. This value may be None, reCaptcha_v2_Checkbox, reCaptcha_v2_Invisible, reCaptcha_v3, hCaptcha, or MTCaptcha.
CaptchaSecretThe Secret Key associated with your Captcha Provider.
CaptchaSiteIDThe Site ID associated with your Captcha Provider.
HelpWebURLURL to the web help index.
RenewedUsersClearedValueThe cleared status for expired users is set to this key-value after they review and update their user information. This value is not used unless the 'AutoExpireUsersClearedValue' key is set to 'EXP'. Additional accepted values include "Yes" and "No".
ServerTimeZoneIdA string that identifies the server's locale. This is used to ensure all client applications work with the same time zone as the server.
StaffLoginAttemptsBeforeLockThe StaffLoginAttemptsBeforeLock, customization key sets a maximum number (default 6 attempts) of failed login attempts before a staff account is locked out. When set to less than 1, the number of attempts will default to 6. A locked account can't be used until the password is reset by another staff member with access to the Staff Manager. Note that this key will also apply to AtlasBI.
info

Versions

VersionAeonApiThe current version of the Aeon Web API.
VersionClientThe current version of the Aeon Desktop Client.
VersionCustomizationManagerThe current version of the Aeon Customization Manager.
VersionDLLThe current version of the Aeon Web DLL.
VersionStaffManagerThe current version of the Aeon Staff Manager.
VersionSystemThe current version of the Aeon Server.
VersionSystemManagerThe current version of the Aeon System Manager.
VersionWebClientThe current version of the Aeon Web Client.
VersionWebPlatformThe current version of the Aeon Web Platform.

Web Interface

info

Archival Requests

ArchivalRequestContainerRestrictedThe message that will be shown next to archival containers on ArchivalRequest.html that are restricted and cannot be requested.
ArchivalRequestOffsiteContainerMessageThe message that will be shown next to archival containers on ArchivalRequest.html that have an offsite building name as specified in the ArchivalRequestOffsiteLocationskey.
ArchivalRequestOffsiteLocationsA semicolon-separated list of archival building names that are offsite.


The names configured in this customization key should match the name of the buildings as they are configured in the instance_top_container_location_building setting in ArchivesSpace.
info

Authentication

DLLEmailNewUserTemplateNameThe name of the template to use when sending a new user registration email from the DLL.
DLLEmailPasswordResetTemplateNameTemplate name for web password reset email sent to the customer.
RemoteAuthSupportYes/No value to determine if web authentication is getting a username from a remote system.
RemoteAuthUserVariableThe variable passed if RemoteAuthSupport is set to Yes. This value contains the username that will be used by Aeon.
RemoteAuthWebLogoutURLThe URL or a local file to display when a user logs out of the Aeon web directory controlled by remote authentication.
RemoteAuthWebPathThe local web path for the directory controlled by remote authentication. Only used if RemoteAuthSupport is set to Yes.
SendNewAuthConfirmationEmailWhether or not an email should be sent to users after remote auth registration.
SendNewUserConfirmationEmailWhether or not an email should be sent to users after registration.
UserValidation Table
WebAuthTypeThe type of authentication used for web users. This value may be LDAP, PatronAPI, AeonExclusive, Aeon or RemoteAuth.
info

Defaults

WebDefaultBillingCategoryThe default billing category for new customers.
WebDefaultCityThe default city to display on the user registration page.
WebDefaultCountryThe default country to display on the user registration page.
WebDefaultDepartmentThe default department to display on the user registration page.
WebDefaultNotifyGroupThe default value for the Notification Method drop-down on the user registration page.
WebDefaultStateThe default state to display on the user registration page.
WebDefaultStatusThe default value for the Status drop-down on the user registration page.
WebDefaultZipThe default postal code to display on the user registration page.
WebHomePageThe Aeon page that functions as the Home page. Can be:


  • Outstanding Requests (ViewOutstandingRequests.html)

  • View Appointments (ViewAppointments.html)

  • Main Menu (MainMenu.html - existing installs prior to Aeon 5.2 only)

WebLogoutURLThis value can be a local page or a URL starting with http://
WebNotesFilterA comma-separated list of the note types from the Notes table that are filtered out of the Notes Information in the DLL view. The default value is Lender, System so Lender notes and System notes will not show to the end user.
WebNoTitleTextThe text that will display on web pages if an item has no provided title.
info

EAD

EADMapping TableSeeThe EADMapping Tablefor more information about this table.
EADProhibitDTDDetermines whether Aeon will prevent expansion of XML document type definitions when processing EADs. See Submitting Requests via EAD Finding Aids for more detailed guidance on setting the value of this key.
GroupRequestsByLocationWhen EAD requests are submitted, this key controls whether items that share a container are grouped into a single request. If set to No, each selected item will be treated as an individual request.
SubmitEadRequestsUpToRequestLimitIf this key is set to Yes, EAD requests will be submitted one by one for processing until the request limit is reached, and the remainder will be sent to User Review.
info

General

AutoUpdateExpirationDetermines if the user's expiration date is updated anytime they update their user information.
SecondaryAddressActiveDetermines if the secondary address is used within the system (on the web).
StaffProxyWebURLAeon URL used for staff proxies logging into the web as a patron. This is typically needed if using RemoteAuth because that web folder is protected.
UseSecondaryAddressDetermines if secondary address is enabled for users when setting up a new account.
WebURLThe URL of the Aeon system. This value should have a trailing / but not have an HTML or DLL extension.
info

Innopac

InnopacPatronAPIAddressURL for Innopac PatronAPI server (that is normally appended with a port).
InnopacPatronAPIAutoClearDetermines if new users are automatically cleared when validated through Innopac PatronAPI logon.
InnopacPatronAPIExclusiveDetermines if users should be allowed to register if not cleared via PatronAPI server. Exclusive means users must pass all PatronAPI requirements.
InnopacPatronAPIExpireDateDetermines if the user must not be expired in PatronAPI server to use the system.
InnopacPatronAPIExpireDateFormatValue used to override Delphi ShortDateFormat. May be required for systems that operate in mixed date-format environments.
InnopacPatronAPIExpireDateRegExpString formatted date of expiration. The format may be overridden by InnopacPatronAPIExpireDateFormat.
InnopacPatronAPIFieldThe field from the Users table used to validate against the record in the PatronAPI server.
InnopacPatronAPIFineAmountRegExpResolves the fine amount to a (string) float.
InnopacPatronAPIFineBlockDetermines if users should be denied access based off of fines for their patron types.
InnopacPatronAPIFineBlock0The max number of fines (in dollars) allowed before blocking access for patron type of 0. These are sample entries and you may need to create more if you are using FineBlocks.
InnopacPatronAPIFineBlock1The max number of fines (in dollars) allowed before blocking access for patron type of 1. These are sample entries and you may need to create more if you are using FineBlocks.
InnopacPatronAPIFineBlock2The max number of fines (in dollars) allowed before blocking access for patron type of 2. These are sample entries and you may need to create more if you are using FineBlocks.
InnopacPatronAPIPatronTypeRegExpResolves the patron type to a number. The actual value is a string.
info

Labels

WebFormValues Table
info

LDAP

LDAPBindStyleValid values are OneStep or TwoStep authentication.
LDAPInitialBindDNUsed for TwoStep LDAP Authentication.
LDAPInitialBindPasswordUsed for TwoStep LDAP Authentication.
LDAPPortNoThe port number to connect to for non-SSL LDAP authentication.
LDAPSearchFilterDetermines the user's DN from the UserID given on the login form.
LDAPSearchPrefixThe prefix before the Aeon username when building the string to bind against the LDAP server.
LDAPSearchScopeValid values are Base, One, and SubTree.
LDAPSearchSuffixThe suffix after the Aeon username when building the string to bind against the LDAP server. If you need to attempt to bind against multiple directories, you can enter several suffixes separated by
LDAPSecureSSLTurn on LDAP Secure SSL option (only if using LDAP authentication).
LDAPSecureSSLPortPort for LDAP Secure SSL option (only if using LDAP authentication).
LDAPServerNameThe LDAP server name used for LDAP authentication.
LDAPVersionThe version of LDAP to use. This defaults to 3.
info

Limits

RequestLimitThe request limit of active requests for any user. If set to 0, there is no request limit.
UserRequestLimitDetermines if individual user request limits are checked before using system request limits.
info

OpenURL

OpenURLMapping TableSee The OpenURL Mapping Table for more information about this table.
info

Password

WebUsePasswordHintDo you want to offer a password hint to customers who have forgotten their password?
info

Scheduled Date

ScheduledClosuresFor more information on this table see Blackout Date Calendar for Aeon Requests.
ScheduledDateDefaultScheduleDetermines the weekdays that should be enabled by default for the Scheduled Date calendar for web request forms.
ScheduledDateMaximumDaysDetermines the maximum enabled date for the Scheduled Date calendar for web request forms, in terms of days after the submission of a web request form.
ScheduledDateMinimumDaysDetermines the minimum enabled date for the Scheduled Date calendar for web request forms, in terms of days after the submission of a web request form.
info

Status Lines

SLActiveRequestsDisplays on page listing X most recent active requests.
SLActiveRequestsUnlimitedDisplays on page when user has no limit on active requests and the UserRequestLimit is set to 'Yes'. Default value: "You have been granted unlimited requests by your Aeon administrator."


  • If the site is using request limits and the user has a zero/unlimited request limit, SLActiveRequests and SLActiveRequestsUnlimited will display.

SLActiveRequestsWithLimitDisplays on page listing 'X' most recent active requests.


  • If the site is not using request limits, SLActiveRequests will display as normal. If the site is using request limits and the user has a non-zero limit, SLActiveRequestsWithLimit will display.

SLActivityAssociateErrorThe web status line that appears when a patron tries to view an activity they are not associated with.
SLAppointmentAssociationErrorThe web status line that appears when a patron tries to view an appointment they are not associated with.
SLAppointmentCancelDeniedThe web status line that is shown when a user attempts to cancel an appointment they are unable to cancel.
SLAppointmentCancelledThe web status line that is shown when a user cancels an appointment.
SLAppointmentRequiredThe web status line that appears when a request is submitted without a required appointment.
SLAppointmentSubmittedThe web status line that is shown when a user creates an appointment.
SLBillingAccounterrorDisplays if a patron tries to assign a billing account that is not assigned to them or their researcher to a transaction.
SLBlockedThe web status line that appears on the logon page when a user is blocked and attempts to log on.
SLCaptchaFailureStatus Line that is displayed when a user fails the CAPTCHA challenge during user registration.
SLChangeUserOpenThe web status line that appears on the Change User Information form before making any changes.
SLDisavowedThe web status line that is shown when a disavowed user tries to log in.
SLDuplicateRequestThe web status line that appears when a duplicate request is submitted.
SLEADRequestsReceivedThe web status line that appears on the main menu after a user submits EAD request(s) for processing.
SLEADRequestsReceivedUserReviewThe web status line that appears on the main menu after a user submits EAD request(s) kept in user review.
SLEditAppointmentThe web status line that is shown on the Appointment edit page.
SLEditAppointmentDeniedThe web status line that is shown when a user attempts to edit an appointment they are unable to edit.
SLEditAppointmentInvalidThe web status line that is shown when a user attempts to edit an appointment that has been cancelled or already occurred.
SLEditRequestThe web status line that appears on the edit request form before making any changes.
SLEditRequestDeniedThe web status line that appears on the detailed request form if a user attempts to edit a request that no longer allows it.
SLInvalidAppointmentThe web status line that is shown when a request is submitted with a nonexistent appointment, or one with which the user is not associated.
SLInvalidAppointmentDateThis status line was deprecated in Aeon 5.2 and replaced with the new SLRequestViolatesMinLeadDays and SLRequestViolatesMaxLeadDays status lines.


The web status line that is shown when a request is submitted with an appointment date within the Minimum Lead Days setting for the associated reading room.
SLInvalidFieldLengthThe web status line that appears when a patron submits a value that would exceed the maximum number of characters for that field.
SLInvalidResetIDThe web status line that is shown when an invalid password reset token is used.
SLInvalidRSSIDThe web status line that is shown when an invalid ID is used to open an RSS feed.
SLInvalidScheduledDateThe web status line that appears on the detailed request form if a user attempts to enter an invalid scheduled date.
SLLogonThe web status line that appears on the logon2.html page if a user links directly to the aeon.dll file.
SLLogonErrorThe web status line that appears when there is an error processing a user's logon.
SLLogoutThe web status line that appears on the logon page after a user successfully logs out of the system.
SLMainMenuThe web status line that appears on the main menu after logging into the web.
SLMultipleRequestsCancelledThe web status line that appears on the main menu after a user cancels multiple requests.
SLNotificationOwnersipErrorThe web status line that appears when a patron navigates to a notification that they are not associated with.
SLPasswordChangedThe web status line that appears after the user successfully changes his or her password.
SLPasswordCurrentIncorrectThe web status line that appears on the Change Password form if the current password is not correct.
SLPasswordHintThe web status line that appears on the logon page if the user enters an incorrect password for that username and WebUsePasswordHint is set to Yes.
SLPasswordIncorrectThe web status line that appears on the logon page if the user attempts to login with an invalid username and password. The default verbiage is set to say "Login failed. Please check your username and password before trying again.".
SLPasswordResetEmailConfirmationDisplays after the email has been sent for a password reset.
SLPasswordResetEmailErrorDisplays when there is an error building the password reset email.
SLPasswordsNotMatchThe web status line that appears on the registration or change password page if the passwords do not match.
SLPatronAPIConnectFailedThe web status line that appears on the logon page if the Patron API server cannot be reached.
SLPatronAPIFinesExceededThe web status line that appears on the logon page if the patron has exceeded the fines limit.
SLPatronAPIInvalidPatronTypeThe web status line that appears on the logon page if the patron is blocked due to an invalid patron type.
SLPatronAPIPatronRecordExpiredThe web status line that appears on the logon page if the patron record has expired.
SLPatronAPIUserNotFoundThe web status line that appears on the logon page if the user is not found on the Patron API server.
SLPaymentConfirmedThe web status line that appears on the Order Approvals page when a payment has been confirmed.
SLPaymentErrorThe web status line that appears on the payment page when payment could not be completed.
SLPDFDeleteThe web status line that appears after deleting an electronically delivered item.
SLPDFUndeletedThe web status line that appears after undeleting an electronically delivered item.
SLReadingRoomAssociationErrorThe web status line that appears on the saved requests page when attempting to submit requests for a reading room that the requests cannot be associated with due to conflicting site values.
SLRequestCancelDeniedThe web status line that appears on the detailed request form if the item cannot be cancelled.
SLRequestCancelledThe web status line that appears on the main menu after a user cancels a request.
SLRequestCopyThe web status line that appears on the main menu when a user requests a copy of an item that is checked out or on hold.
SLRequestLimitMetDisplays if a customer attempts to fill out a request but has already reached the request limit. Only appears if RequestLimit is set to something other than 0.
SLRequestReceivedThe web status line that appears on the main menu after a user successfully submits a new request.
SLRequestReceivedBillingExemptThe web status line that appears on the main menu after a user successfully submits a new photoduplication request when their billing category is 'Exempt.'
SLRequestReceivedSkipEstimateThe web status line that appears on the main menu after a user successfully submits a new request when the order estimate process is skipped.
SLRequestReceivedUserReviewThe web status line that appears on the main menu after a user submits a new request while selecting the keep in review option.
SLRequestReceivedWithEstimateThe web status line that appears after submitting a photoduplication request unless skipping the estimate step.
SLRequestRemovedFromHoldThe web status line that appears on the main menu after a user removes a request from On Hold.
SLRequestViolatesMinLeadDaysThe web status line that appears when a request is submitted for an appointment inside the Request Minimum Lead Days setting of the associated reading room
SLRequestViolatesMaxLeadDaysThe web status line that appears when a request is submitted for an appointment outside the Request Maximum Lead Days of the associated reading room
SLSessionInvalidThe web status line that is shown when an invalid web session token is used.
SLSessionTimeoutThe web status line that is shown when an expired web session token is used.
SLShowActivitiesThe web status line that appears when viewing the list of activities.
SLShowActivityThe web status line that appears when viewing an activity.
SLShowAppointmentThe web status line that is shown when displaying an appointment.
SLShowAppointmentsThe web status line that appears when viewing the list of appointments.
SLArchivalRequestThe web status line that appears when showing the archival request form.
SLShowCancelledDetailThe web status line that is shown when displaying a request from the Cancelled Requests page.
SLShowChangePasswordThe web status line that appears on the Change Password form.
SLShowCheckedOutDetailThe web status line that is shown when displaying a request from the Checked Out page.
SLShowCreditCardThe web status line that appears when viewing the Credit Card Payment page.
SLShowDetailThe web status line that is shown when displaying a request from the All Requests page.
SLShowDetailedInfoThe web status line that appears on the main menu above the list of requests.
SLShowElectronicDeliveryThe web status line that appears when viewing the list of electronically delivered items.
SLShowElectronicDeliveryUndeleteThe web status line that appears when viewing the list of electronically delivered items that have been deleted.
SLShowHistoryDetailThe web status line that is shown when displaying a request from the History Requests page.
SLShowNotificationsThe web status line that is shown when displaying the notifications page.
SLShowOrderBillingThe web status line that appears when viewing the list of orders to approve.
SLShowOrderEstimatesThe web status line that appears when viewing the list of order estimates.
SLShowOutstandingDetailThe web status line that is shown when displaying a request from the Outstanding Requests page.
SLShowRequestThe web status line that appears on a new request form before submitting it.
SLShowSearchResultsThe web status line that is shown when displaying search results.
SLShowUserReviewThe web status line that appears when viewing the list of requests in review.
SLSingleSignInUsernameInUseAs of Aeon v5.0, specifies the web status line that appears if a user account cannot be created via remote authentication because the username is already in use by an account created via the default Aeon authentication.
SLSubmitEstimateApprovalThe web status line that appears after submitting order estimates for processing.
SLSubmitOrderApprovalThe web status line that appears after approving orders.
SLSubmitUserReviewThe web status line that appears after submitting review requests for processing.
SLTransactionOwnershipErrorThe web status line that appears when a patron tries to manipulate a transaction they do not own.
SLUsernameInUseThe web status line that appears if a user chooses a username during registration that is already in use.
SLUserPasswordExpiredThe web status line appears if a user attempts to login with an expired password. The default verbiage is set to say "Your password is expired. Please update your password.".
SLUserRegistrationDisabledStatus Line that is displayed if user registration has been disabled using the AeonAuthUserRegistrationEnabled key.
SLViewingDetailedNotificationThe web status line that appears when viewing notification details.
info

System

PhotoduplicationEnabledDetermines if photoduplication fields should be enabled on web request forms using the <#PHOTOTOGGLE> tag.
WebCookieSameSiteRestrict session cookies to first-party or same-site context. Valid values are None, Lax, and Strict.


For more information on configuring this key, see Configuring Login Persistence Options for External Websites.
WebDeliveryPathThe local path on the web server for the electronically delivered files.
WebPathThe local path on the web server for the web files.
WebSessionMinutesNumber of minutes before web session times out
info

Validation

WebValidation TableThe WebValidation table stores the fields that your users are required to populate on web forms including regular expressions governing each field validation and the error tags associated with them.
WebFormValidationLinksTableThis table describes the relationship between web forms and the validation rule sets that should be applied to submissions from that form.