Micro Focus Content Manager SDK 9.4
HP.HPTRIM.SDK Namespace Reference

Classes

class  ActionDef
 Defines characteristics of a task/function that can be assigned to a Record More...
 
class  ActionDefStep
 Defines how individual action definitions can be grouped to perform a sequential procedure More...
 
class  ActionDefSteps
 A collection of Action Steps More...
 
class  Activity
 An activity is the fundamental element of a workflow, and represents a unit of work to be performed by an action officer, usually within a defined time period More...
 
class  ActivityAuthorization
 Allows you to define the locations responsible for finally authorizing that the activity has been completed More...
 
class  ActivityAuthorizations
 A collection of Authorizations More...
 
class  ActivityDocument
 Represents a document that is used by this activity More...
 
class  ActivityDocuments
 A collection of Documents More...
 
class  ActivityEmailRecipient
 Allows you to define the locations that will be cc'd on email that is sent to assignees by the workflow email processor More...
 
class  ActivityEmailRecipients
 A collection of Email Recipients More...
 
class  ActivityEscalation
 Allows you define a process of escalating the responsibility for completing this activity More...
 
class  ActivityEscalations
 A collection of Escalations More...
 
class  ActivityResult
 Represents the possible outcomes of performing this activity More...
 
class  ActivityResults
 A collection of Results More...
 
class  ActivityStartCondition
 Represents a conditions that needs to be satisfied before this activity can start (usually the completion of a 'predecessor' activity More...
 
class  ActivityStartConditions
 A collection of Start Conditions More...
 
class  AgendaItem
 A submission made to be included in the agenda of a meeting More...
 
class  AgendaItemAttachment
 A trim object(eg record, location) that has been attached to an agenda item for consideration/explanation/reference, etc More...
 
class  AgendaItemAttachments
 A collection of Agenda Item Attachments More...
 
class  AgendaItemType
 A template for generation of specific agenda items to be included in the agenda of a meeting More...
 
class  AgendaItemTypeAttachment
 A placeholder indicating a relationship with a record or location and agenda items of this type, (eg 'Builder', 'Application Form') More...
 
class  AgendaItemTypeAttachments
 A collection of Agenda Item Type Attachment More...
 
class  Alert
 Defines an email alert that has been requested by a user (e.g. when a document is placed on a particular folder) More...
 
class  AlertSubscriber
 List of all the people wishing to receive an email when this alert is satisfied More...
 
class  AlertSubscribers
 A collection of Alert Subscribers More...
 
class  ApiHost
 
class  ApiHostBase
 
class  ArchiveEvent
 A special real world event that can be used to base archiving decisions on More...
 
class  ArchiveEventOccurrence
 An individual occurrence of the parent archiving event More...
 
class  ArchiveEventOccurrences
 A collection of Occurrences More...
 
class  AutoPartRule
 Defines a set of rules for the automated generation of new parts of More...
 
class  BaseObjectTypesList
 
class  BlockedSearchMethodsUserOptions
 Blocked Search Methods|Search Methods that are hidden from normal user-interface (BlockedSearchMethodsUserOptions) More...
 
class  BulkDataLoader
 The BulkDataLoader object is designed to provide a high-performance method of loading records (and a few other associated things) into a TRIM database. The intention is to run this component inside a WorkgroupServer to avoid network RCF calls, and also to allow us to run at the sort of privilege where we can use the inherent DBMS bulk loading tools, etc. More...
 
class  Census
 The census object keeps track of census activities performed for a certain location More...
 
class  CheckinPlace
 A check in place defines a collection of documents held within an external system that is going to be checked in to Content Manager More...
 
class  CheckinStyle
 A check in style describes a set of defaults to be used when creating Records More...
 
class  Classification
 A subject or functional entry used to classify (and possibly affect behaviour of) a set of Records More...
 
class  ClassificationOnlyRecordType
 A list of record types that represents the only record types that can be used with this classification More...
 
class  ClassificationOnlyRecordTypes
 A collection of Only Record Types More...
 
class  ClassificationSapBusinessObject
 A link between an SAP Business Object and a Content Manager Classification More...
 
class  ClassificationSapBusinessObjects
 A collection of SAP Business Object Links More...
 
class  ClassifiedSecurity
 The ClassifiedSecurity class is used when implementing the US DoD Classified Security standard. It is necessary to manage all updates to a Record's Security Classification using this class, rather than the TrimSecurityProfile class, to comply with the US DoD standard. Classified Security extends a normal security by classification by scheduling declassification and downgrading events More...
 
class  CloseRecordOptions
 
class  CommandDef
 CommandDef : This class encapsulates a command that can be executed against a TRIM base objects. It can be used to determine if a command is enabled for an object, and there are also some localised command string and icons that can be useful. More...
 
class  CommandDefList
 
class  Communication
 A communication represents the transmission of a record from one or more locations to one or more locations (e.g. a registered receipt) More...
 
class  CommunicationDetail
 Describes one of the Locations involved in the parent communication More...
 
class  CommunicationDetails
 A collection of Communication Details More...
 
class  Consignment
 Describes a consignment that is used to perform disposal actions on one or more Records More...
 
class  ConsignmentApprover
 Defines the list of locations designated for approving this consignment More...
 
class  ConsignmentIssue
 Represents an issued detected by the system when examining the suitability of a record for disposal processing within a consignment More...
 
class  ConsignmentRejection
 Defines a record that has been rejected by an approver from the consignment More...
 
class  ConversionMethods
 
class  CustomUserTypesUserOptions
 Custom User Types (CustomUserTypesUserOptions) More...
 
class  Database
 The Database object is the first object that must be created when using the TRIM SDK. All other objects in the SDK are dependent upon this object – they cannot be created independently. The Database object is responsible for making a connection to a TRIM database and for creating all SDK objects that are to be used by the client More...
 
class  DatabaseConnectionPool
 Provides configuration of the global database connection pool. Because the database connection pool is global, only a single instance of the DatabaseConnectionPool class may be created. The global database connection pool allows you to reuse network connections across multiple Database objects. Calling Database.Connect() is a relatively expensive operation, especially in applications that create a potentially large number of Database objects. The database connection pool optimizes this by caching network connections and reusing them in subsequent Database.Connect() calls. When a Database object is disposed, the connection is automatically returned to the database connection pool. Connection pooling operates transparently, but only applies for Database objects for which the Id, WorkgroupServerName and TrustedUser properties have been set. Note that all three of these properties must be set, for connection pooling to be enabled. The DatabaseConnectionPool class implements the IDisposable interface. DatabaseConnectionPool objects must be properly disposed by your program, either by calling Dispose () in a 'finally' clause, or with a 'using' clause. More...
 
class  DatabaseList
 
class  DatasetConfiguration
 The DatasetConfiguration object manages a local configuration containing a list of datasets available for a user to select. More...
 
class  DesktopHelper
 The DesktopHelper class is designed to manage the process of selecting an initial startup database for the user. It also has a number of properties that provided some defaults for a TRIM Desktop user. More...
 
class  DigitalSignatureTool
 
class  DocumentQueue
 Defines a location for electronic documents that are to be transferred into Content Manager More...
 
class  DocumentStoreIntegrityCheckTask
 
class  DownloadNotifier
 The DownloadNotifier class provides a streaming interface to document transfers from the workgroup server to the SDK application. During document transfers from the workgroup server to the SDK application, the OnChunkAvailable event is called, to provide real-time notifications of the bytes that are being transferred. This allows the SDK application to access the bytes of the document, before the document has been transferred in its entirety, and is particularly useful for streaming documents onwards from the SDK application to a subsequent receiver. More...
 
class  DownloadNotifierBase
 Internal SDK class. Should not be instantiated by SDK users. See the DownloadNotifier class instead. More...
 
class  DroppedFilesUserOptions
 Documents|Defaults when a document is dropped onto Content Manager (DroppedFilesUserOptions) More...
 
class  DroppedFoldersUserOptions
 Dropped Folders|Filtering for dropped folders (DroppedFoldersUserOptions) More...
 
class  ElectronicStore
 Defines settings for a place to store electronic documents More...
 
class  EmailAttachment
 A helper class that encapsulates a sender or recipient of a mail message More...
 
class  EmailAttachmentList
 
class  EmailingRecordsUserOptions
 Emailing Records|Defaults for sending Records via email (EmailingRecordsUserOptions) More...
 
class  EmailParticipant
 A helper class that encapsulates a sender or recipient of a mail message More...
 
class  EmailParticipantList
 
class  EmailUserOptions
 Email|Sending email settings (EmailUserOptions) More...
 
class  Enum
 A helper class that allows you to iterate through enum item values and access captions for them. More...
 
class  EnumItem
 A helper class that allows you to iterate through enum item values and access captions for them. More...
 
class  EnumItemList
 
class  EnumList
 
class  EventMonitor
 
class  EventProcessorCounters
 
class  EventProcessorCountersList
 
class  EventProcessTypeList
 
class  ExtensionMethods
 
class  ExternalSharingUserOptions
 Objective Connect Share Settings|Objective Connect Share Settings (ExternalSharingUserOptions) More...
 
class  ExternalWorkflow
 Definition of an instance of a running external workflow More...
 
class  ExternalWorkflowTask
 Defines a currently active task with an external workflow More...
 
class  ExternalWorkflowType
 Definition of an external workflow system or template, used to record shared details for a set of specific external workflow instances More...
 
class  ExtractDocument
 A helper class that encapsulates the process of extracting a document attached to a Trim object. More...
 
class  FavoriteSearchMethodsUserOptions
 Favorite Search Methods|Favorite Search Methods (FavoriteSearchMethodsUserOptions) More...
 
class  FieldDefinition
 Defines characteristics of a user-defined metadata element that can be used to supplement standard Content Manager data elements for some objects More...
 
class  FieldDefinitionList
 
class  FormDefinition
 This class defines a generic layout of a data entry form that can be used to drive a web-based data entry application More...
 
class  History
 Stores auditing information - a history of events that have happened to objects More...
 
class  Hold
 Describes a restriction that may be could be applied to one or more Records, usually related to ongoing legal action More...
 
class  HtmlLayout
 A template used in determining the format of a web publication More...
 
class  Hwnd
 
class  InputDocument
 A helper class that encapsulates a document that is to be attached to a TRIM object. More...
 
class  IntList
 
interface  ITrimAccessControl
 Allows you to retrieve and update the access control list associated with this Trim Main Object More...
 
interface  ITrimAccessControlDefault
 Allows you to retrieve and update the referenced or copied access control list associated with this Trim Main Object More...
 
interface  ITrimActiveDates
 Allows you to get and set the range of dates for which a particular object is active) More...
 
class  ITrimAddIn
 The TrimAddIn interface is defined so that SDK developers can develop a class that implements this interface. The class can then be registered with TRIM to support customising a number of elements of TRIM behavior. Note that your class must not require any constructor parameters. More...
 
class  ITrimAddInBase
 
interface  ITrimDocument
 Allows you to access attach, detach and extract a document associated with a Trim object More...
 
interface  ITrimLabels
 Allows you to attach or detach a label to a Trim object More...
 
interface  ITrimNotes
 Allows you to retrieve and set the notes associated with a Trim Object More...
 
interface  ITrimSecurity
 Allows you to retrieve and update the security profile associated with this Trim Main Object More...
 
interface  ITrimUserFields
 Allows you to retrieve and set values for user-defined fields associated with a Trim Object More...
 
class  Jurisdiction
 A jurisdiction is a legal entity that has the power to compel an organization to retain its records in a particular manner More...
 
class  JurisdictionMember
 Represents a Jurisdiction which is a member of the parent Jurisdiction More...
 
class  JurisdictionMembers
 A collection of Member Jurisdictions More...
 
class  Keyword
 An individual term within the Content Manager thesaurus, used to provide a controlled terminology with which to index Records More...
 
class  LocaleUserOptions
 Language|Language and other regional settings (LocaleUserOptions) More...
 
class  Location
 The Location object is the second most important object in the Content Manager Object Model. It is used to record the various relationships between people and places and records. There are many types of locations as indicated by the TypeOfLocation enumeration More...
 
class  LocationAddress
 A physical address (ie street / post office box, etc) associated with the parent Location More...
 
class  LocationAddresses
 A collection of physical addresses associated with a location More...
 
class  LocationEAddress
 The LocEAddress object is a child object of the Location object. Once initialized, it represents one of the electronic objects associated with its parent Location object. This may be a photo, web or email address More...
 
class  LocationEAddresses
 A collection of electronic addresses associated with a location More...
 
class  LocationList
 
class  LookupItem
 An individual entry within a Lookup Set More...
 
class  LookupSet
 An list of items that can be used to suggest/verify a value entered for some types of user-defined fields More...
 
class  MailTemplate
 A mail template is designed to allow mail messages sent by Content Manager to be customized More...
 
class  Meeting
 Used to describe meetings, conferences, events, etc More...
 
class  MeetingDocument
 A document that is related to the parent meeting ( e.g. agenda, minutes, submission) More...
 
class  MeetingDocuments
 A collection of Meeting Documents More...
 
class  MeetingInvitation
 Someone who participates in some way at the parent meeting More...
 
class  MeetingInvitations
 A collection of Meeting Participants More...
 
class  MeetingType
 Used to describe a particular type of meeting, conference, event, etc More...
 
class  MeetingTypeUsualParticipant
 Someone who would usually participate in any meeting of this type More...
 
class  MeetingTypeUsualParticipants
 A collection of Usual Participants More...
 
class  MenuItem
 The MenuItem class is a simple base class that allows different types of menu elements to be put into an array. More...
 
class  MenuItemList
 
class  MenuPopup
 MenuPopup : This class is a derived MenuItem class that represents a popup submenu within in a context menu More...
 
class  MenuPopupCommandEnabler
 Gets the type of menu item - indicates which derived class this item belongs to More...
 
class  MenuPopupEnumerator
 
class  MenuSeparator
 MenuSeparator : This class is a derived MenuItem class that represents a separator in a context menu (e.g. a horizontal line). More...
 
class  MetadataRule
 Defines a cross-checking validation rule for a specified object type More...
 
class  MinuteItem
 Minutes pertaining to a particular agenda item More...
 
class  MinuteItemActionArising
 An action item that resulted from discussion of the agenda item More...
 
class  MinuteItemActionArisings
 A collection of Action Items Arising More...
 
class  MinuteItemType
 A template for generation of specific minute items to be included in the minutes of a meeting More...
 
class  Notification
 A notification is used to queue up an event notification for the IDOL CFS connector More...
 
class  ObjectDef
 A helper class that allows you to determine generic capabilities of any of the objects in the TRIM object model. More...
 
class  ObjectDefList
 
class  ObjectSelector
 The ObjectSelector class is used to select one or more objects from a TrimMainObjectList More...
 
class  ObjectViewer
 The ObjectViewer class is used to view an electronic object associated with a TRIM object. More...
 
class  OfflineRecord
 A document that has been temporarily stored outside of Content Manager for offline access More...
 
class  Origin
 An origin represents a location from which one or more records are imported More...
 
class  OriginBulkLoaderSettings
 The ApiOriginBulkLoaderSettings object is a helper class used to store settings when using the Bulk Data Loader with an Origin object More...
 
class  OriginEmailCaptureSettings
 The ApiOriginEmailCaptureSettings object is a helper class used to store settings when using an Origin of type 'Email Capture' More...
 
class  OriginEmailCaptureSpamRule
 The ApiOriginEmailCaptureSpamRule object is a helper class used to store a rule used to detect if an email is spam More...
 
class  OriginEmailCaptureSpamRuleList
 
class  OriginHistory
 The Origin history object represents a single import run based on a particular Origin More...
 
class  OutlookUserOptions
 Outlook Add-In|Content Manager In Outlook configuration (OutlookUserOptions) More...
 
class  PageDefinition
 This class defines a page contained within an ApiFormDefinition More...
 
class  PageItemDefinition
 This class defines an item contained within an ApiPageDefinition More...
 
class  PolicyCentreUserOptions
 Policy Center Solution Settings|Settings for Iron Mountain Policy Center Solution integration (PolicyCentreUserOptions) More...
 
class  PropertyDef
 
class  PropertyDefList
 
class  PropertyEditor
 The PropertyEditor class is used to display the properties of a TRIM object. More...
 
class  PropertyOrFieldDef
 
class  PropertyOrFieldDefList
 
class  PropertyOrFieldValue
 
class  PropertyOrFieldValueList
 
class  PropertyValue
 
class  PropertyValueList
 
class  RecentSearchMethodsUserOptions
 Recent Search Methods|Recent Search Methods (RecentSearchMethodsUserOptions) More...
 
class  Record
 A Record is the fundamental object that is managed by Content Manager. It is usually a piece of evidence that must be kept for compliance or business reasons. To create a new record you must provide a RecordType object More...
 
class  RecordAction
 An Action associated with a Record More...
 
class  RecordClientMatterParties
 A collection of Client/Matter Parties More...
 
class  RecordClientMatterParty
 A client/matter party is a relationship between a client or a matter and a person or organization, primarily for describing that location's involvement in the matter More...
 
class  RecordClientMatterRole
 A client/matter role is a relationship between a client or a matter and a person or organization, primarily for describing the day-to-day activities being undertaken for a client More...
 
class  RecordClientMatterRoles
 A collection of Client/Matter Roles More...
 
class  RecordHold
 Association between the parent Record and a Hold, designed to prevent deletion More...
 
class  RecordHolds
 A collection of Record Holds More...
 
class  RecordJurisdiction
 Association between the parent Record and a Jurisdiction, designed to indicate applicability of Triggers More...
 
class  RecordJurisdictions
 A collection of Record Jurisdictions More...
 
class  RecordKeyword
 Associates a standard entry from the Thesaurus with the parent Record More...
 
class  RecordKeywords
 A collection of Attached Thesaurus Terms More...
 
class  RecordLinkedDocument
 Documents contained as links within another document More...
 
class  RecordLinkedDocuments
 A collection of Linked Documents More...
 
class  RecordLocation
 Defines an association between the parent Record and a Location More...
 
class  RecordLocations
 A collection of Contacts More...
 
class  RecordRelationship
 Describes an association that has been made between the parent Record and another Record More...
 
class  RecordRelationships
 A collection of Related Records More...
 
class  RecordRendition
 The RecRendition object represents one of a Record's electronic attachments. It is therefore only available if the Record has an Electronic Document associated with it More...
 
class  RecordRenditions
 The RecRendition Collection object is a Child List representing the electronic renditions of a Record. It is only available if the Record has one or more Electronic Documents associated with it More...
 
class  RecordRevision
 The RecRevision may be used only if the Record has an Electronic Document associated with it. The object is a child object and represents a revision of a Record's electronic document. More...
 
class  RecordRevisions
 A collection of Revisions More...
 
class  RecordSapComponent
 Used to represent a SAP component - SAP documents are composed of one or more SAP components More...
 
class  RecordSapComponents
 A collection of SAP Components More...
 
class  RecordType
 This object represents a TRIM Record Type. A record type is required for the construction of a new record in TRIM and the record type has a number of properties that determine behavior and default settings for records More...
 
class  RecordTypeAutoSubFolder
 Defines a set of sub folders that will be automatically created whenever a record of this type is created More...
 
class  RecordTypeAutoSubFolders
 A collection of Automatic Sub Folders More...
 
class  ReopenRecordOptions
 
class  Report
 A template used to design a printable listing of items in the Content Manager database More...
 
class  ReportBitmap
 Stores an electronic document that is used to create a graphical item on a report layout (e.g. a company logo) More...
 
class  ReporterUserOptions
 Reporter|Fonts For Content Manager report layouts (ReporterUserOptions) More...
 
class  Request
 Describes a request made by a Location for a particular Record More...
 
class  SavedSearch
 The RecordSearch object enables TRIM records to be retrieved by creating a search expression from a number of search methods. The object has methods to allow boolean AND, OR and NOT relationships (these use the 'Reverse Polish' notation), and also the ability to set Record Type filters and sort criteria. RecordSearch instances(Searches) may also be loaded or saved More...
 
class  Schedule
 Defines a set of rules that determine the lifecycle of a set of one or more Records More...
 
class  ScheduledTask
 Describes a computerised task that is to be performed regularly by the Content Manager scheduler More...
 
class  ScheduledTaskHistory
 Summarises a completed scheduled task for audit purposes More...
 
class  ScheduledTaskHistorys
 A collection of Scheduled Task Actions More...
 
class  ScheduleTrigger
 An individual rule of the parent Schedule that defines circumstances under which a Record should undergo archival/disposal action More...
 
class  ScheduleTriggers
 A collection of Triggers More...
 
class  SearchClauseDef
 A helper class that allows you to determine generic capabilities of any of the search clauses defined for selecting TRIM objects in the TRIM object model. More...
 
class  SearchClauseIdsList
 
class  SearchClauseOrFieldDef
 
class  SearchClauseOrFieldDefList
 
class  SearchForm
 A search form contains a definition of the search methods and layout to be used by the Content Manager Web Client when searching for a particular type of object More...
 
class  SearchUserOptions
 Search|Search settings (SearchUserOptions) More...
 
class  SecurityCaveat
 A privacy control allowing Records to be marked as requiring users to ave the corresponding control before being given access More...
 
class  SecurityGuide
 Describes standard security settings which can be used in specialised security scenarios More...
 
class  SecurityGuideList
 
class  SecurityLevel
 A hierarchical security indicator that can be associated with Records and Locations to determine access rights More...
 
class  SharePointItem
 Describes a SharePoint Document that is managed by Content Manager SharePoint Integration More...
 
class  SortAndFilterUserOptions
 Default Sort and Filters|Default search sorting and filtering (SortAndFilterUserOptions) More...
 
class  Space
 Represents a location for long term archival storage of physical records, typically within a warehouse More...
 
class  SpellingUserOptions
 Spelling|Spelling checker dictionaries (SpellingUserOptions) More...
 
class  StartupUserOptions
 Start Up|Windows to display when starting Content Manager (StartupUserOptions) More...
 
class  StopWord
 A word that will not be indexed when Content Manager indexes long text strings (e.g. for a Record title word search) More...
 
class  StoreMetadataUserOptions
 Store metadata|Store record metadata items for SEC compliance (StoreMetadataUserOptions) More...
 
class  StringArray
 
class  SwigArgumentPack
 
class  SwigHelper
 
class  SwigMarshal
 
class  TimeZoneTransition
 
class  TodoItem
 Things that need doing More...
 
class  TodoItemItemReference
 Additional reference information that may be helpful in completing the To Do item More...
 
class  TodoItemItemReferences
 A collection of To Do Item References More...
 
class  TraySortAndFilterUserOptions
 Default Sort and Filters for trays|Default search sorting and filtering for trays (TraySortAndFilterUserOptions) More...
 
class  TreeBoxUserOptions
 Tree Box Columns|Default properties and fields for tree boxes (TreeBoxUserOptions) More...
 
class  trim
 
class  TrimAccessControlList
 The TrimAccessControlList class is used to encapsulate the access controls that can be applied to an object an access control list consists of an array of entries that control who has access to a particular restricted function. These restricted functions may differ depending upon which object the access control list applies to, for example a meeting object may wish to restrict who can 'Take Minutes'. Each object that support access control lists will have an enum describing its set of restricted functions - in this class, the elements of this enum are simple defined as an int. More...
 
class  TrimApplication
 ApiTrimApplication More...
 
class  TrimApplicationBase
 
class  TrimChildObject
 ApiTrimChildObject More...
 
class  TrimChildObjectList
 ApiTrimChildObjectList More...
 
class  TrimChildObjectListEnumerator
 
class  TrimCurrency
 
class  TrimDateTime
 
class  TrimDecimal
 
class  TrimEnterpriseConfiguration
 
class  TrimEnterpriseDataset
 
class  TrimEvent
 The TrimEvent class represents an event generated by a Trim client. This class is used by event processor add ins and encapsulates the information that is available in a Trim event. More...
 
class  TrimEventProcessorAddIn
 The TrimEventProcessorAddIn class is an abstract base class from which SDK developers can derive to create their own SDK.Net Event Processing AddIn.Note that your derived class must not require any constructor parameters. More...
 
class  TrimEventProcessorAddInBase
 The TrimEventProcessor class is an abstract base class from which SDK developers can derive to create their own SDK.Net Event Processing AddIn.Note that your derived class must not require any constructor parameters. More...
 
class  TrimException
 
class  TrimIcon
 
class  TrimMainObject
 ApiTrimMainObject More...
 
class  TrimMainObjectSearch
 The TrimMainObjectSearch represents a collection of TrimMainObjects that can be enumerated. It basically represent a database query, and so it it works a little differently to a static array. It is designed for performance to prefetch only the next batch of items, as Trim databases can quite often contain very large collections. More...
 
class  TrimMenuLink
 The TrimMenuLink class represents a user-defined item on an objects context menu. This base class is designed to allow SDK addIn developers to add their own menu items to these menus, using the TrimAddIn GetLinks function. More...
 
class  TrimMenuLinkBase
 
class  TrimMenuLinkList
 
class  TrimObject
 ApiTrimObject More...
 
class  TrimObjectChange
 Represents a change notification for a Content Manager business object. More...
 
class  TrimObjectChangeList
 
class  TrimObjectChangeNotifier
 The TrimObjectChangeNotifier class provides a global notification mechanism for when Content Manager business objects are changed. The notifications specify the object type and the object URI of the changed object, and allows the recipient to take relevant actions, such as refreshing cached objects. More...
 
class  TrimObjectChangeNotifierBase
 Internal SDK class. Should not be instantiated by SDK users. See the TrimObjectChangeNotifier class instead. More...
 
class  TrimObjectList
 
class  TrimObjectListEnumerator
 
class  TrimParserException
 A special form of TRIMexception that is used whenever a function is called that parses a string. If an error is detected, this class also gives you a start and end position within the string, to assist in displaying where the error actually was detected. More...
 
class  trimPINVOKE
 
class  TrimPropertySet
 
class  TrimResultIterator
 
class  TrimSDKObject
 This class holds an APPError object as a member to allow all derived classes (pretty much everything in the API) to be able to store the results of an operation. The member m_error should always be 'reset' prior to calling a method that uses it. More...
 
class  TrimSearchClause
 The TrimSearchOperator is a type of TrimSearchStackItem that represents an operator - one of (and, or, not) More...
 
class  TrimSearchClauseList
 
class  TrimSearchDataStream
 
class  TrimSearchDataStreamItem
 
class  TrimSearchOperator
 The TrimSearchOperator is a type of TrimSearchStackItem that represents an operator - one of (and, or, not) More...
 
class  TrimSearchSortItem
 The TrimSearchSortItem is a class representing a sort criteria. More...
 
class  TrimSearchSortItemList
 
class  TrimSearchStack
 The TrimSearchStack object is an array of TrimSearchStackItem objects, providing search parsing, clause iteration and conversion from linear (normal user presentation) to reverse-polish(as used by TrimMainItemSearch) More...
 
class  TrimSearchStackItem
 The TrimSearchStackItem is an abstract base class representing an item that participates in the definition of a search criteria. As such, it can be a specific search clause (ie dateCreated = today) or an operator designed to be applied to preceding search clauses. More...
 
class  TrimSearchStackItemList
 
class  TrimSearchStackIterator
 
class  TrimSearchTopContainersFilter
 The ApiTrimSearchTopContainersFilter is a special filter applied to a search which is used to select top containers using an aggregated disposal method technique More...
 
class  TrimSecurityProfile
 The TrimSecurityProfile class is used to encapsulate the components of a security profile - these being a single security level which is a simple numerical scale, and an array of up to 45 user defined caveats which can either be on or off. More...
 
class  TrimURI
 
class  TrimURIList
 
class  TrimUserOptionSet
 The ApiTrimUserOptionSet is a generic base class for about 20 or so user option groupings. User options are typically per-user preferences affecting such things as the screen display options, check in preferences, etc. More...
 
class  UserFieldValue
 
class  UserLabel
 A user label is a user-defined tag that can be applied to any Content Manager object to provide a logical grouping of those objects (similar to favorites) More...
 
class  ViewerUserOptions
 Viewer|Viewers to use when displaying electronic documents (ViewerUserOptions) More...
 
class  ViewPaneUserOptions
 View Pane Items|Default properties and fields for view panes (ViewPaneUserOptions) More...
 
class  WebClientCommandBarUserOptions
 Web Client Commands|Menu commands and popups for the Web Client command shortcut bar (WebClientCommandBarUserOptions) More...
 
class  WgsProgressInfo
 Contains information about a currently executing call to the workgroup server, and also allows cancellation of the currently executing call. More...
 
class  WgsProgressNotifier
 The WgsProgressNotifier class provides a mechanism for SDK applications to receive progress updates while the SDK is communicating with a workgroup server. It also allows SDK applications to cancel ongoing operations. More...
 
class  WgsProgressNotifierBase
 Internal SDK class. Should not be instantiated by SDK users. See the WgsProgressNotifier class instead. More...
 
class  Word
 A word obtained as part of the Content Manager process for indexing large text strings More...
 
class  Workflow
 A workflow is a structured set of activities that need to be completed according to a set sequence More...
 
class  WorkflowDocument
 Represents a document that is related to a workflow process More...
 
class  WorkflowDocuments
 A collection of Documents More...
 
class  WorkflowTemplate
 A workflow template is a predefined workflow that is designed to be applied repetitively as part of an organization's ongoing business processes More...
 
class  WorkflowTemplateDocument
 Represents a document that is related to a workflow process More...
 
class  WorkflowTemplateDocuments
 A collection of Documents More...
 
class  WorkingCopy
 A document is currently being worked on. Document is editing directly in the store More...
 
class  ZipCode
 Description of a standard geographical place that is used to assist in the entering of physical addresses for Locations More...
 

Enumerations

enum  MessageIds {
  MessageIds.act_actDoesNotExist = 0, MessageIds.ocx_unableToPrintMPPonWin8 = 1, MessageIds.act_actionIsReadOnly = 2, MessageIds.act_actLoop = 3,
  MessageIds.tem_enableAdfs = 4, MessageIds.act_actNotAssignable = 5, MessageIds.act_actTracStat = 6, MessageIds.act_cannotDeleteActDef = 7,
  MessageIds.act_cannotDeleteSubActs = 8, MessageIds.tem_enableGoogleApps = 9, MessageIds.act_cantStartExcel = 10, MessageIds.act_collData = 11,
  MessageIds.act_completedOn = 12, MessageIds.act_dateRangeFrom = 13, MessageIds.act_dateRangeTo = 14, MessageIds.act_detailed = 15,
  MessageIds.act_dueBeforeStart = 16, MessageIds.act_estDuration = 17, MessageIds.act_exclDeactivatedLocations = 18, MessageIds.act_exportingWorksheet = 19,
  MessageIds.act_groupedByLoc = 20, MessageIds.act_groupedByRec = 21, MessageIds.act_incDeactivatedLocations = 22, MessageIds.act_noDataInStatReport = 23,
  MessageIds.act_noDefaultLocation = 24, MessageIds.act_oldData = 25, MessageIds.idol_databaseRemoved = 26, MessageIds.act_recCreateDate = 27,
  MessageIds.act_recDueInStr = 28, MessageIds.act_recOverDueStr = 29, MessageIds.act_recRegDate = 30, MessageIds.idol_databaseNotRemoved = 31,
  MessageIds.act_removeActAndSteps = 32, MessageIds.act_removeTaggedActAndSteps = 33, MessageIds.act_scanData = 34, MessageIds.act_securityBreach = 35,
  MessageIds.act_selCriteria = 36, MessageIds.act_StatLocs = 37, MessageIds.act_StatRecTypes = 38, MessageIds.act_statsByActions = 39,
  MessageIds.act_statsByRecs = 40, MessageIds.act_statsHdr10 = 41, MessageIds.act_statsHdr15 = 42, MessageIds.act_statsHdr20 = 43,
  MessageIds.act_statsHdr5 = 44, MessageIds.act_statsHdrBP = 45, MessageIds.act_statsHdrCB = 46, MessageIds.act_statsHdrCL = 47,
  MessageIds.web_deselectOneOrMoreItem = 48, MessageIds.act_statsHdrCT = 49, MessageIds.act_statsHdrDaP = 50, MessageIds.act_statsHdrDb = 51,
  MessageIds.act_statsHdrDiP = 52, MessageIds.act_statsHdrEP = 53, MessageIds.act_statsHdrIn = 54, MessageIds.act_statsHdrIP = 55,
  MessageIds.act_statsHdrOut = 56, MessageIds.act_statsHdrOvr = 57, MessageIds.act_statsHdrOvr20 = 58, MessageIds.act_statsHdrRcv = 59,
  MessageIds.act_statsHdrSb = 60, MessageIds.act_statsHdrSbDa = 61, MessageIds.act_statsHdrSbDi = 62, MessageIds.act_statsHdrSi = 63,
  MessageIds.act_statsHdrSiDa = 64, MessageIds.act_statsHdrSiDi = 65, MessageIds.act_StatTemplates = 66, MessageIds.act_stepIsLast = 67,
  MessageIds.act_stepIsTop = 68, MessageIds.rec_docReviewPropertySetByType = 69, MessageIds.act_stzByLocation = 70, MessageIds.act_stzByLocationRecordType = 71,
  MessageIds.act_stzByLocationTemplate = 72, MessageIds.act_stzByRecordType = 73, MessageIds.act_stzByRecordTypeLocation = 74, MessageIds.act_stzByTemplate = 75,
  MessageIds.act_stzByTemplateLocation = 76, MessageIds.act_subActsecurityBreach = 77, MessageIds.act_summary = 78, MessageIds.web_onlySupportThreeDashboarrdItems = 79,
  MessageIds.act_totals = 80, MessageIds.act_useCurrentAction = 81, MessageIds.act_usedAsAStep = 82, MessageIds.act_usedByRty = 83,
  MessageIds.act_useLastAction = 84, MessageIds.wopi_waitingForSave = 85, MessageIds.act_wkStat = 86, MessageIds.act_writeData = 87,
  MessageIds.adm_cantChangeUnit = 88, MessageIds.adm_cantStartDate = 89, MessageIds.adm_censusAddToTrayMsg = 90, MessageIds.adm_censusCompleteErrors = 91,
  MessageIds.adm_censusCompletion = 92, MessageIds.adm_censusCountingMsg = 93, MessageIds.adm_censusMissingMsg = 94, MessageIds.adm_censusRecordMissingMsg = 95,
  MessageIds.adm_censusSearchInaccurateMsg = 96, MessageIds.adm_cnsIsComplete = 97, MessageIds.adm_completingCensusMsg = 98, MessageIds.adm_illegalDateRange = 99,
  MessageIds.adm_processingStats = 100, MessageIds.adm_stzNoEndDate = 101, MessageIds.adm_stzNoStartDate = 102, MessageIds.idol_setInstanceToReadOnlyWarn = 103,
  MessageIds.api_mid_ChildNotFound = 104, MessageIds.api_mid_IndexOutOfRange = 105, MessageIds.api_mid_NotInCollection = 106, MessageIds.api_mid_NullPointer = 107,
  MessageIds.api_mid_QueryInterfaceFailed = 108, MessageIds.api_mid_unknownObjectOrList = 109, MessageIds.api_mid_UriNotFound = 110, MessageIds.app_badUNCname = 111,
  MessageIds.app_dllFunctionNotFound = 112, MessageIds.app_dllNotFound = 113, MessageIds.app_driveMustBeSingleLetter = 114, MessageIds.app_driveNameTooShort = 115,
  MessageIds.xer_EmptyZipFile = 116, MessageIds.xer_SeekInZipFile = 117, MessageIds.xer_EndOfZipFile = 118, MessageIds.xer_OpenZipFile = 119,
  MessageIds.xer_CreateTempFile = 120, MessageIds.xer_ReadZipFile = 121, MessageIds.xer_WriteTempZipFile = 122, MessageIds.xer_WriteZipFile = 123,
  MessageIds.xer_MoveTempFile = 124, MessageIds.xer_NothingToDo = 125, MessageIds.xer_CannotUpdateAndSpan = 126, MessageIds.xer_Memory = 127,
  MessageIds.xer_SplitSizeTooSmall = 128, MessageIds.xer_SfxBinaryNotFound = 129, MessageIds.xer_ReadSfxBinary = 130, MessageIds.xer_CannotUpdateSpanned = 131,
  MessageIds.xer_Busy = 132, MessageIds.xer_InsertDiskAbort = 133, MessageIds.xer_UserAbort = 134, MessageIds.xer_NotAZipFile = 135,
  MessageIds.xer_UninitializedString = 136, MessageIds.xer_UninitializedArray = 137, MessageIds.xer_InvalidArrayDimensions = 138, MessageIds.xer_InvalidArrayType = 139,
  MessageIds.xer_CannotAccessArray = 140, MessageIds.xer_UnsupportedDataType = 141, MessageIds.xer_Warnings = 142, MessageIds.xer_FilesSkipped = 143,
  MessageIds.xer_DiskNotEmptyAbort = 144, MessageIds.xer_RemoveWithoutTemp = 145, MessageIds.xer_NotLicensed = 146, MessageIds.xer_InvalidSfxProperty = 147,
  MessageIds.xer_InternalError = 148, MessageIds.bob_accessContainerRef = 149, MessageIds.bob_accessControlHdg = 150, MessageIds.bob_accessControls = 151,
  MessageIds.bob_accessInvalidLocation = 152, MessageIds.bob_accessItemColHeading = 153, MessageIds.bob_accessReasonColHeading = 154, MessageIds.bob_aclMultiNotSensible = 155,
  MessageIds.bob_aclNotSensible = 156, MessageIds.app_tooManyWarnings = 157, MessageIds.bob_activeRange = 158, MessageIds.bob_activeSince = 159,
  MessageIds.bob_activeUntil = 160, MessageIds.bob_activityLog = 161, MessageIds.bob_addACLMode = 162, MessageIds.bob_addAnnotation = 163,
  MessageIds.bob_addDatasetsSheetTitle = 164, MessageIds.bob_accessContainerNone = 165, MessageIds.bob_adminMessage = 166, MessageIds.bob_agendaDistributionContent = 167,
  MessageIds.bob_agendaDistributionSubject = 168, MessageIds.bob_aLabelWithThisNameAlreadyExists = 169, MessageIds.bob_allCaveatsOn = 170, MessageIds.bob_allNotesCopiedToClipboard = 171,
  MessageIds.bob_allTaggedObjects = 172, MessageIds.bob_alreadyInSelectAll = 173, MessageIds.app_noDllName = 174, MessageIds.app_spellCheckComplete = 175,
  MessageIds.app_spellCheckNotInitialised = 176, MessageIds.bob_asynchCheckinFailed = 177, MessageIds.bob_asynchCheckinFailedTitle = 178, MessageIds.bob_asynchDataUnavailable = 179,
  MessageIds.idol_setReadOnlyFail = 180, MessageIds.bob_asynchTransferInVain = 181, MessageIds.bob_autoCheckinError = 182, MessageIds.wgs_invalidProtocol = 183,
  MessageIds.wgs_invalidPortNumber = 184, MessageIds.wgs_invalidMachineName = 185, MessageIds.bob_badFormat = 186, MessageIds.core_oauthToken = 187,
  MessageIds.bob_badLocLoginDetails = 188, MessageIds.bob_badlyNamedAsyncFile = 189, MessageIds.bob_badMask = 190, MessageIds.bob_badMaskwithSample = 191,
  MessageIds.bob_badPropID = 192, MessageIds.bob_badSecReplacement = 193, MessageIds.bob_badValidDateRange = 194, MessageIds.core_oauthParseJwt = 195,
  MessageIds.core_oauthJwtNoExpiry = 196, MessageIds.bob_buildSec = 197, MessageIds.bob_butUserCanBypassAll = 198, MessageIds.bob_butUserCanBypassOne = 199,
  MessageIds.bob_bypassIsOn = 200, MessageIds.bob_bypassRefsOff = 201, MessageIds.bob_bypassRefsOn = 202, MessageIds.bob_cannotExcludeSelf = 203,
  MessageIds.bob_cannotModAccProfile = 204, MessageIds.bob_cannotRemoveCurrentUser = 205, MessageIds.core_oauthJwtNoUpn = 206, MessageIds.bob_cannotSelectHeadingNode = 207,
  MessageIds.bob_cannotSetAccProfile = 208, MessageIds.bob_cannotUseGuide = 209, MessageIds.bob_cannotViewAccess = 210, MessageIds.bob_cantAddDTSR = 211,
  MessageIds.bob_cantReadLicense = 212, MessageIds.bob_capeditInverse = 213, MessageIds.bob_capeditPlural = 214, MessageIds.bob_capEnum = 215,
  MessageIds.bob_capEnumItem = 216, MessageIds.bob_capNotCustom = 217, MessageIds.bob_capObj = 218, MessageIds.bob_capProp = 219,
  MessageIds.bob_captionEditor = 220, MessageIds.bob_captionInternalName = 221, MessageIds.bob_captionNotCustomisable = 222, MessageIds.bob_captionsCannotUseAmpersands = 223,
  MessageIds.core_oauthNoJwt = 224, MessageIds.bob_captionUserValue = 225, MessageIds.bob_changeRequestedHdg = 226, MessageIds.bob_childListBlank = 227,
  MessageIds.bob_childListHdr = 228, MessageIds.core_oauthQueryParm = 229, MessageIds.bob_clickToDisplay = 230, MessageIds.bob_closeBackgroundLogViewMsg = 231,
  MessageIds.bob_codeSetCannotBeRemoved = 232, MessageIds.bob_codeSetItemImportComplete = 233, MessageIds.bob_codeSetItemImportDidDiddly = 234, MessageIds.bob_commandNotEnabled = 235,
  MessageIds.bob_compareToolNeedsDocSubst = 236, MessageIds.bob_compareToolSheetTitle = 237, MessageIds.bob_confirmDelete = 238, MessageIds.bob_confirmDeleteNoName = 239,
  MessageIds.ocx_oauthNoPIN = 240, MessageIds.bob_confirmRemoveDataset = 241, MessageIds.tem_oauthAuthOk = 242, MessageIds.bob_connStr = 243,
  MessageIds.bob_continueBtn = 244, MessageIds.bob_corruptChild = 245, MessageIds.bob_corruptParent = 246, MessageIds.tem_oauthAuthFail = 247,
  MessageIds.bob_countingResults = 248, MessageIds.bob_countingRows = 249, MessageIds.bob_createPm = 250, MessageIds.bob_currentObjectOnly = 251,
  MessageIds.bob_currentRowInvalid = 252, MessageIds.bob_databaseNotConnected = 253, MessageIds.tem_noAuthMechanism = 254, MessageIds.bob_dataDeleted = 255,
  MessageIds.bob_datasetId = 256, MessageIds.bob_datasetLog = 257, MessageIds.bob_datasetName = 258, MessageIds.tem_datasetAuthTitle = 259,
  MessageIds.bob_datasetOfflineMsg = 260, MessageIds.bob_datasetOnlineMsg = 261, MessageIds.bob_datasetOnOtherWorkgroup = 262, MessageIds.bob_db_invalidPortNumber = 263,
  MessageIds.bob_dbClosedMsg = 264, MessageIds.bob_dbIdBad = 265, MessageIds.bob_authUserNameCaption = 266, MessageIds.bob_dbOfflineMsg = 267,
  MessageIds.bob_authMechanismCaption = 268, MessageIds.bob_authNeedsUI = 269, MessageIds.bob_dbOpenMsg = 270, MessageIds.bob_dbSelectKilled = 271,
  MessageIds.bob_defaultForUnspecifiedFileType = 272, MessageIds.bob_defaultRecordAccessTitle = 273, MessageIds.bob_deletedItem = 274, MessageIds.bob_deletePm = 275,
  MessageIds.bob_deletingFiles = 276, MessageIds.bob_deletingItem = 277, MessageIds.bob_demoExpired = 278, MessageIds.bob_demoLicExpiresSoon = 279,
  MessageIds.bob_demoLicExpiresToday = 280, MessageIds.bob_demoLicExpiresTomorrow = 281, MessageIds.bob_unsupportedAuthMechanism = 282, MessageIds.bob_documentInterfaceNotImplemented = 283,
  MessageIds.tem_adfsOauthCfg = 284, MessageIds.tem_googleAppsOauthCfg = 285, MessageIds.bob_documentTransferError = 286, MessageIds.bob_dropAmbiguous = 287,
  MessageIds.tem_googleAppsScope = 288, MessageIds.bob_enumDescCaption = 289, MessageIds.bob_enumItemNotOk = 290, MessageIds.bob_environmentNotSet = 291,
  MessageIds.bob_errorLoadingFieldAddIn = 292, MessageIds.tem_adfsScope = 293, MessageIds.sdk_noSearchState = 294, MessageIds.bob_errorWritingReferenceFile = 295,
  MessageIds.tem_dciIdolCreateError = 296, MessageIds.bob_expandForMoreMsg = 297, MessageIds.bob_externalLink = 298, MessageIds.tem_dciIdolCreateUnfinished = 299,
  MessageIds.bob_externalLinkColHeadingName = 300, MessageIds.bob_externalLinkSheetTitle = 301, MessageIds.dp_cap_RecordRevisions = 302, MessageIds.bob_failedToLoadAddin = 303,
  MessageIds.bob_failToConnectError = 304, MessageIds.bob_favoritesIrrelevant = 305, MessageIds.bob_favoriteTaskNotRelevant = 306, MessageIds.tem_dciIdolCreateSuccess = 307,
  MessageIds.bob_fieldDateTo = 308, MessageIds.bob_fieldExceedMaxLength = 309, MessageIds.bob_fieldMaxLessThanMin = 310, MessageIds.bob_fieldMustMatchLookupSetValue = 311,
  MessageIds.bob_fieldNotUsedByThisBob = 312, MessageIds.bob_fieldUsageNotForRecordTypesInfo = 313, MessageIds.bob_fieldUsed = 314, MessageIds.bob_fieldUsedBySchedule = 315,
  MessageIds.dci_idolDbStateUnavailable = 316, MessageIds.bob_fileTooBigForPreview = 317, MessageIds.dci_idolDelDbSateUnknown = 318, MessageIds.bob_fireOutsideTransaction = 319,
  MessageIds.bob_fldCurrencySymbolLeaveBlankTip = 320, MessageIds.bob_foreignBarcodeMatchesInternal = 321, MessageIds.bob_formatCanNotBeChanged = 322, MessageIds.dci_idolDelDbSateReadOnly = 323,
  MessageIds.bob_genericAddinSheetTitle = 324, MessageIds.bob_genericUserPermissions = 325, MessageIds.srms_noRootNode = 326, MessageIds.srms_noNode = 327,
  MessageIds.bob_goToSearch = 328, MessageIds.bob_guestAccountName = 329, MessageIds.bob_guestName = 330, MessageIds.bob_highestSecurityLevel = 331,
  MessageIds.bob_htmlHelpContextError = 332, MessageIds.bob_htmlHelpError = 333, MessageIds.bob_htmlHelpUnknownError = 334, MessageIds.bob_info_deadlockTestComplete = 335,
  MessageIds.bob_info_demoExpiry = 336, MessageIds.bob_info_doesNotHaveAccess = 337, MessageIds.bob_info_folderHdg = 338, MessageIds.bob_info_groupMemberHeading = 339,
  MessageIds.bob_info_hasAccess = 340, MessageIds.bob_info_hasLicense = 341, MessageIds.bob_info_licenceHdg = 342, MessageIds.bob_info_networkHdg = 343,
  MessageIds.bob_info_performanceHdg = 344, MessageIds.bob_info_permissionsHdg = 345, MessageIds.bob_info_securityHdg = 346, MessageIds.bob_info_versionHdg = 347,
  MessageIds.bob_infoAllItemsCached = 348, MessageIds.bob_infoClickForDeadlockTest = 349, MessageIds.dci_idolSearchTimeout = 350, MessageIds.bob_infoClickForPerformanceIndexLatency = 351,
  MessageIds.bob_infoCountry = 352, MessageIds.bob_infoDeadlockTypeSelectMsg = 353, MessageIds.bob_infoLanguage = 354, MessageIds.bob_infoLocalization = 355,
  MessageIds.bob_infoMaxItemsCached = 356, MessageIds.bcg_recordCommands = 357, MessageIds.bob_infoObjectCacheHeading = 358, MessageIds.bob_infoParamBuild = 359,
  MessageIds.bob_infoParamDatasetIdentifier = 360, MessageIds.core_oauthTokenValidate = 361, MessageIds.bob_infoParamDatasetSchemaVersion = 362, MessageIds.bob_infoParamDeadLockDetect = 363,
  MessageIds.bob_infoParamExecutableDirectory = 364, MessageIds.bob_infoParamGlobalStorePath = 365, MessageIds.bob_infoParamLicensedTo = 366, MessageIds.tem_noHttpsCert = 367,
  MessageIds.bob_infoParamPerfIndex = 368, MessageIds.bob_infoParamPerfIndexLatency = 369, MessageIds.bob_imageMissingFromTemplate = 370, MessageIds.bob_imageInternalError = 371,
  MessageIds.bob_infoParamSubversion = 372, MessageIds.bob_infoParamTopSecurity = 373, MessageIds.dp_cap_revisionOnDupe = 374, MessageIds.bob_infoParamTRIMUserName = 375,
  MessageIds.bob_infoParamUserLogin = 376, MessageIds.bob_infoParamVersion = 377, MessageIds.idol_noInstanceCreated = 378, MessageIds.bob_infoRCFClientCallTimeout = 379,
  MessageIds.bob_infoRCFClientConnectTimeout = 380, MessageIds.bob_infoTestingDeadlockDetection = 381, MessageIds.bob_infoTestingDeletes = 382, MessageIds.bob_infoTestingInserts = 383,
  MessageIds.bob_infoTestingLookups = 384, MessageIds.bob_infoUnlimitedItemsCached = 385, MessageIds.bob_infoUsingGuestAccout = 386, MessageIds.bob_infoValueHdg = 387,
  MessageIds.evt_autoClassRecDetailsHeading = 388, MessageIds.evt_autoClassRecDetails = 389, MessageIds.bob_invalidBaseObjectAddIn = 390, MessageIds.bob_invalidCmbItemSelected = 391,
  MessageIds.evt_autoClassRecDetailsFailed = 392, MessageIds.bob_invalidHistoryPosition = 393, MessageIds.bob_invalidIcon = 394, MessageIds.bob_invalidRecordAddIn = 395,
  MessageIds.bob_invalidSchemaVersionMsg = 396, MessageIds.bob_isOkFailed = 397, MessageIds.bob_isOkFailedNoBob = 398, MessageIds.bob_item = 399,
  MessageIds.bob_itemExists = 400, MessageIds.bob_itemHasNoDocumentInterface = 401, MessageIds.bob_itemSuperseded = 402, MessageIds.bob_itemUsedAsClassificationDefault = 403,
  MessageIds.bob_itemUsedAsRecordTypeDefault = 404, MessageIds.evt_autoClassRecDetailsFailedConfidence = 405, MessageIds.bob_labelCannotMoveThisLabelTypeToTopLevel = 406, MessageIds.bob_labelCanOnlyMoveToLikeLabel = 407,
  MessageIds.evt_autoClassRecDetailsFailedDisabled = 408, MessageIds.evt_autoClassRecDetailsSuccess = 409, MessageIds.trm_cannotUpdateorDeleteEmail = 410, MessageIds.trm_irmPhysicalDetails = 411,
  MessageIds.trm_irmElectronicDetails = 412, MessageIds.bob_labelHasBadCharacter = 413, MessageIds.wgs_credentialsNoLongerValid = 414, MessageIds.trm_transferSuccess = 415,
  MessageIds.trm_noSuitableStore = 416, MessageIds.bob_labelTypeCannotBeModified = 417, MessageIds.trm_irmProcessFailed = 418, MessageIds.bob_layoutComments = 419,
  MessageIds.bob_layoutMetaAGLS = 420, MessageIds.bob_layoutMetaContent = 421, MessageIds.bob_layoutMetaDC = 422, MessageIds.bob_layoutMetaHTML = 423,
  MessageIds.bob_layoutMetaLanguage = 424, MessageIds.bob_layoutMetaName = 425, MessageIds.bob_layoutMetaScheme = 426, MessageIds.bob_layoutNextPage = 427,
  MessageIds.bob_layoutPreview = 428, MessageIds.bob_layoutPrevPage = 429, MessageIds.bob_recHasAltContentsMsg = 430, MessageIds.trm_irmRecordProcessed = 431,
  MessageIds.bob_listCap = 432, MessageIds.bob_listEmptyList = 433, MessageIds.bob_listHdr = 434, MessageIds.bob_listIdxError = 435,
  MessageIds.bob_listItemHdr = 436, MessageIds.toa_err_action_failed = 437, MessageIds.wgs_oauthRefreshToken = 438, MessageIds.bob_listsHdr = 439,
  MessageIds.dp_msg_missingMappedItem = 440, MessageIds.bob_listTasksHeading = 441, MessageIds.wrk_recipientAlreadyExists = 442, MessageIds.web_menuText = 443,
  MessageIds.bob_logOfTitle = 444, MessageIds.bob_logPrintFail = 445, MessageIds.bob_logReady = 446, MessageIds.bob_logSaved = 447,
  MessageIds.bob_logSaveFail = 448, MessageIds.bob_lookupForStringsOnly = 449, MessageIds.bob_lookupItemExists = 450, MessageIds.bob_lookupItemUsed = 451,
  MessageIds.bob_loopProc = 452, MessageIds.bob_loopProcCancelled = 453, MessageIds.bob_loopProcCancelledOneErc = 454, MessageIds.bob_loopProcCloseMsg = 455,
  MessageIds.bob_loopProcCloseMsgNoLog = 456, MessageIds.bob_loopProcDone = 457, MessageIds.bob_loopProcDoneOneErc = 458, MessageIds.bob_loopProcessCancelled = 459,
  MessageIds.bob_loopProcessCompleted = 460, MessageIds.bob_loopProcOneErc = 461, MessageIds.bob_mailAllObjects = 462, MessageIds.bob_mailAllRecipients = 463,
  MessageIds.bob_mailEstoreFull = 464, MessageIds.bob_mailEstoreNearlyFull = 465, MessageIds.bob_mailNoteRecSuperceded = 466, MessageIds.bob_mailNoteSecBreach = 467,
  MessageIds.bob_mailTemplateEventFixed = 468, MessageIds.bob_mailTemplateExists = 469, MessageIds.bob_maskForStringsOnly = 470, MessageIds.bob_maskLengthBad = 471,
  MessageIds.bob_maximumSelectionExceeded = 472, MessageIds.bob_maxSingleCharsExceeded = 473, MessageIds.web_dragAndDropToUpload = 474, MessageIds.bob_mergeCannotTagAtThisLevel = 475,
  MessageIds.bob_mergeFieldCap = 476, MessageIds.bob_minutesDistributionContent = 477, MessageIds.bob_minutesDistributionSubject = 478, MessageIds.bob_modifyPm = 479,
  MessageIds.bob_multipleSuitable = 480, MessageIds.bob_navigateTasks = 481, MessageIds.bob_needSelectedRow = 482, MessageIds.bob_noAccessControl = 483,
  MessageIds.bob_noAccessControlDetailed = 484, MessageIds.bob_noAccessControlLoc = 485, MessageIds.bob_noAccessControlLocDetailed = 486, MessageIds.bob_noAccessControlVague = 487,
  MessageIds.web_showURLLink = 488, MessageIds.bob_noBobsFoundPossibleFilter = 489, MessageIds.bob_noChangeMsg = 490, MessageIds.bob_noDefaultDBAvailable = 491,
  MessageIds.bob_noDictChosen = 492, MessageIds.bob_noDocumentAttached = 493, MessageIds.bob_noDocumentCompareToolAvailable = 494, MessageIds.bob_noDocumentForThisTask = 495,
  MessageIds.bob_noDoubleWildcardAllowed = 496, MessageIds.ocx_oauthCancel = 497, MessageIds.bob_noExtraFieldsDefined = 498, MessageIds.bob_noFieldInMerge = 499,
  MessageIds.sui_selectAMethod = 500, MessageIds.bob_noItemTagged = 501, MessageIds.bob_noMoreDatasets = 502, MessageIds.bob_noneSuitable = 503,
  MessageIds.bob_nonsenseACL = 504, MessageIds.bob_noObjectsFound = 505, MessageIds.bob_noPreviewAvailable = 506, MessageIds.web_attachedTerms = 507,
  MessageIds.bob_noSecurityLevel = 508, MessageIds.bob_noSecurityLevelJitc = 509, MessageIds.bob_noSecurityLevelTNA = 510, MessageIds.bob_noSingleWildcardAllowed = 511,
  MessageIds.bob_notApplicable = 512, MessageIds.dci_errorValidatingDCI = 513, MessageIds.dci_errorCheckingIdol = 514, MessageIds.bob_notEnoughNonWildcardChars = 515,
  MessageIds.bob_notEnoughPermission = 516, MessageIds.bob_notEnoughSearchChars = 517, MessageIds.bob_notesAddNew = 518, MessageIds.bob_notesAddTo = 519,
  MessageIds.bob_notesTruncated = 520, MessageIds.bob_nothingToPaste = 521, MessageIds.bob_notValidForNew = 522, MessageIds.bob_notYetActivated = 523,
  MessageIds.icas_api = 524, MessageIds.icas_hashVerify = 525, MessageIds.icas_readFile = 526, MessageIds.bob_noWorkgroupServer = 527,
  MessageIds.bob_numberOutsideRange = 528, MessageIds.bob_numberTooBig = 529, MessageIds.bob_numberTooSmall = 530, MessageIds.bob_objectFieldValueInvalid = 531,
  MessageIds.bob_objectFieldValueInvalidError = 532, MessageIds.bob_objectIsActive = 533, MessageIds.bob_objectNotActive = 534, MessageIds.bob_objectsFound = 535,
  MessageIds.bob_objectStr = 536, MessageIds.trm_irmOptionsSheet = 537, MessageIds.icas_openFile = 538, MessageIds.bob_objHdr = 539,
  MessageIds.bob_oneLinkSheetTitle = 540, MessageIds.bob_oneSuitable = 541, MessageIds.bob_onlyForRecords = 542, MessageIds.bob_overwriteFile = 543,
  MessageIds.icas_writeFile = 544, MessageIds.trm_elasticReindexInitializing = 545, MessageIds.trm_elasticReindexDone = 546, MessageIds.trm_elasticReindexRunning = 547,
  MessageIds.bob_pleaseEnterNonBlankSecurity = 548, MessageIds.act_securityBreachSimple = 549, MessageIds.bob_pleaseSelectOne = 550, MessageIds.bob_onlyDateTimeCanBeUTC = 551,
  MessageIds.bob_pleaseSupplyTemplateEventType = 552, MessageIds.bob_pleaseSupplyTemplateName = 553, MessageIds.bob_pleaseTagOne = 554, MessageIds.bob_pluginForStringsOnly = 555,
  MessageIds.bob_possibleFilter = 556, MessageIds.bob_postSaveFail = 557, MessageIds.bob_postUpdateFail = 558, MessageIds.bob_primaryLoginFailed = 559,
  MessageIds.bob_printerWouldntInitialize = 560, MessageIds.rty_noStoresInTier = 561, MessageIds.bob_procSummary = 562, MessageIds.bob_propBelongsToOtherBob = 563,
  MessageIds.bob_propertyPagesUnavailable = 564, MessageIds.bob_propertyParamTypeInvalid = 565, MessageIds.bob_propHdr = 566, MessageIds.bob_propIsReadOnly = 567,
  MessageIds.bob_propsHdr = 568, MessageIds.bob_provenanceSubstDated = 569, MessageIds.bob_provenanceSubstLicencee = 570, MessageIds.bob_provenanceSubstLoc = 571,
  MessageIds.bob_provenanceSubstPosition = 572, MessageIds.bob_provenanceSubstUnit = 573, MessageIds.bob_publishingError = 574, MessageIds.loc_multipleRecLocProps = 575,
  MessageIds.bob_recentNotesCopiedToClipboard = 576, MessageIds.bob_recordAddinSheetTitle = 577, MessageIds.bob_referenceFileWriteError = 578, MessageIds.bob_refineSearchSuffix = 579,
  MessageIds.bob_removeACLMode = 580, MessageIds.bob_replaceACLMode = 581, MessageIds.bob_resetCaptionsWarning = 582, MessageIds.bob_resolveFailToConnectError = 583,
  MessageIds.bob_resolveFailToConnectErrorNoOffline = 584, MessageIds.bob_restrictedData = 585, MessageIds.bob_reuseNotApplicable = 586, MessageIds.bob_revisionPreviewNotRelevant = 587,
  MessageIds.bob_sameCaveatToAddAndRemove = 588, MessageIds.rty_irmStoreSameAsStore = 589, MessageIds.bob_saveItemNoLongerAvailable = 590, MessageIds.bob_saveItemNotCurrent = 591,
  MessageIds.bob_saveItemNotCurrentUser = 592, MessageIds.bob_saveParentFailed = 593, MessageIds.bob_invalidGeographySearchString = 594, MessageIds.bob_searchNeedsValue = 595,
  MessageIds.bob_searchTitleCap = 596, MessageIds.bob_sec_declassifyAfter = 597, MessageIds.bob_sec_declassifyAfterDate = 598, MessageIds.bob_sec_duplicateGuideEntry = 599,
  MessageIds.bob_sec_enterDeclassifyDate = 600, MessageIds.bob_sec_enterDeclassifyDateOrYears = 601, MessageIds.bob_sec_entryInUse = 602, MessageIds.bob_sec_invalidDeclassifyYears = 603,
  MessageIds.bob_sec_levelInGuide = 604, MessageIds.bob_selectedItemDoesNotHaveGeoLocation = 605, MessageIds.bob_sec_noEvent = 606, MessageIds.bob_sec_noExemption = 607,
  MessageIds.bob_secAddCaveatMsg = 608, MessageIds.bob_secCavAbbrHasComma = 609, MessageIds.bob_secCavHasComma = 610, MessageIds.bob_secHighestOff = 611,
  MessageIds.bob_secHighestOn = 612, MessageIds.bob_secInvalidDroppedObject = 613, MessageIds.bob_secLevAbbrHasComma = 614, MessageIds.bob_secLevHasComma = 615,
  MessageIds.bob_secProfile = 616, MessageIds.bob_secRemoveCaveatMsg = 617, MessageIds.bob_secSetAccessControlMsg = 618, MessageIds.bob_secSetAccessMsg = 619,
  MessageIds.bob_secSetLevelMsg = 620, MessageIds.bob_secSetSecurityMsg = 621, MessageIds.bob_securityProfileInsufficient = 622, MessageIds.bob_securityTaskIrrelevant = 623,
  MessageIds.core_geographySearchNeedsLargerPolygon = 624, MessageIds.bob_select1orMore = 625, MessageIds.bob_select1Value = 626, MessageIds.bob_selectAvailableDatasets = 627,
  MessageIds.bob_selectDB = 628, MessageIds.bob_selectDlgNotes = 629, MessageIds.bob_selectDlgPreview = 630, MessageIds.bob_selectDlgPrevious = 631,
  MessageIds.core_geographySearchBlank = 632, MessageIds.bob_selectFrom = 633, MessageIds.bob_selectMailProp = 634, MessageIds.bob_selectorIsInvalid = 635,
  MessageIds.bob_selectSearch = 636, MessageIds.bob_settingsCap = 637, MessageIds.bob_setupInfoCopiedToClipboard = 638, MessageIds.est_storeUsedForESO = 639,
  MessageIds.rty_recordUsedAsPSOBox = 640, MessageIds.bob_nullSearchNotSupported = 641, MessageIds.bob_specDateTime = 642, MessageIds.bob_specEvDetail = 643,
  MessageIds.bob_specEvLogin = 644, MessageIds.bob_specEvMachine = 645, MessageIds.bob_specEvType = 646, MessageIds.bob_specifiedDatabaseNotAvailable = 647,
  MessageIds.bob_specifyStringLength = 648, MessageIds.bob_specRecipient = 649, MessageIds.bob_specRelated = 650, MessageIds.bob_specSpecial = 651,
  MessageIds.bob_specTime = 652, MessageIds.uty_styleUsedByOutlookAddin = 653, MessageIds.bob_statusBarDBMsg = 654, MessageIds.bob_stillCounting = 655,
  MessageIds.rty_selectBoxType = 656, MessageIds.bob_storeIdReturnedBlank = 657, MessageIds.bob_stringFieldTooLong = 658, MessageIds.bob_stringVerifyAmbiguous = 659,
  MessageIds.bob_synchFailed = 660, MessageIds.est_noZeroByteFiles = 661, MessageIds.bob_systemExceptionCaught = 662, MessageIds.db_cannotStoreZeroByteFiles = 663,
  MessageIds.bob_taskAlreadyDefined = 664, MessageIds.bob_taskCompletedMsg = 665, MessageIds.bob_taskConfirmDoTask = 666, MessageIds.bob_taskDueMsg = 667,
  MessageIds.bob_taskIsInvalid = 668, MessageIds.bob_taskIsVitalCannotRemove = 669, MessageIds.bob_taskOverdueMsg = 670, MessageIds.bob_taskPeriodIntOutofRange = 671,
  MessageIds.bob_tasksHeading = 672, MessageIds.bob_taskUpToDateWarning = 673, MessageIds.bob_tifFormatDesc = 674, MessageIds.uty_cannotSpecifyContainerForMatters = 675,
  MessageIds.bob_trimInitWorkgroupRCF = 676, MessageIds.bob_tsk_forever = 677, MessageIds.bob_tsk_frequency = 678, MessageIds.bob_tsk_frequencyOnce = 679,
  MessageIds.bob_tsk_frequencywithBlankDate = 680, MessageIds.bob_tsk_untilDate = 681, MessageIds.bob_tsk_untilDateError = 682, MessageIds.loc_userNeedsToGrantAccessForLabels = 683,
  MessageIds.bob_tskIsComplete = 684, MessageIds.bob_tskMoreThanOneActiveTask = 685, MessageIds.bob_tskNoActiveTask = 686, MessageIds.bob_tskNotEnabled = 687,
  MessageIds.bob_tskOnlyRecsTaskAreReal = 688, MessageIds.bob_fieldUsageNotForCheckinStylesInfo = 689, MessageIds.bob_udfChanged = 690, MessageIds.bob_itemChangedFromTo = 691,
  MessageIds.bob_udfChangedTo = 692, MessageIds.bob_udfLenWarning = 693, MessageIds.bob_udfMaxWarning = 694, MessageIds.bob_udfMinWarning = 695,
  MessageIds.bob_udfnotDate = 696, MessageIds.bob_unDefinedStr = 697, MessageIds.bob_unequalSoftwareBuilds = 698, MessageIds.bob_uniqueRowIdentifier = 699,
  MessageIds.bob_unknownUser = 700, MessageIds.bob_unsupportedWorkgroupServer = 701, MessageIds.irm_selectACreateBox = 702, MessageIds.bob_useRemoveToReplaceReferences = 703,
  MessageIds.bob_userFieldNoQuotes = 704, MessageIds.rec_pleaseSpecifyValidReviewer = 705, MessageIds.bob_viewAccessDeniedTip = 706, MessageIds.bob_viewInNewWindowUnable = 707,
  MessageIds.bob_viewPane = 708, MessageIds.bob_viewPm = 709, MessageIds.bob_vitalTaskDesc = 710, MessageIds.bob_wgsCallFailed = 711,
  MessageIds.bob_wgsConnectionFailed = 712, MessageIds.bob_wgsException = 713, MessageIds.bob_wgsFuncAddDocument = 714, MessageIds.bob_wgsFuncDocumentExists = 715,
  MessageIds.bob_wgsFuncDownloadFileFromServer = 716, MessageIds.bob_wgsFuncExecSingleCommand = 717, MessageIds.bob_wgsFuncExecTransaction = 718, MessageIds.bob_wgsFuncExtractDocument = 719,
  MessageIds.bob_wgsFuncGetCachedTable = 720, MessageIds.bob_wgsFuncGetContentSearchHandle = 721, MessageIds.bob_wgsFuncGetContentSearchResults = 722, MessageIds.bob_wgsFuncGetNextRecordset = 723,
  MessageIds.bob_wgsFuncGetNextUri = 724, MessageIds.bob_wgsFuncStoredProcedureChunked = 725, MessageIds.bob_wgsFuncIncrementNumber = 726, MessageIds.bob_wgsFuncRemoveDocument = 727,
  MessageIds.bob_wgsFuncRowExists = 728, MessageIds.bob_wgsFuncStoredProcedure = 729, MessageIds.bob_wgsFuncStoredProcedureDetailed = 730, MessageIds.bob_wgsFuncTestExistingStore = 731,
  MessageIds.bob_wgsFuncTestNewStore = 732, MessageIds.bob_wgsPing = 733, MessageIds.rec_reviewerAlreadyAttached = 734, MessageIds.rec_authorizerAlreadyAttached = 735,
  MessageIds.rec_docReviewReviewerSetByType = 736, MessageIds.bob_workgroupLogonErc = 737, MessageIds.bob_wwwIndexSizeBetween = 738, MessageIds.bob_wwwItemsPerPageBetween = 739,
  MessageIds.bob_xmlEncode = 740, MessageIds.bob_xmlExport = 741, MessageIds.bobEditFieldCaption = 742, MessageIds.bobEditFieldTitle = 743,
  MessageIds.bobFieldSearchValueUnspecified = 744, MessageIds.bobSearchFieldCaption = 745, MessageIds.bobSearchFieldCaptionRange = 746, MessageIds.bobSearchFieldTitle = 747,
  MessageIds.bp_failedToSetComm = 748, MessageIds.bp_failedToWriteToTemp = 749, MessageIds.bp_keyboardWedgePortable = 750, MessageIds.bp_keyboardWedgeStationary = 751,
  MessageIds.bp_openFileFailed = 752, MessageIds.bp_processDesc = 753, MessageIds.bp_processing = 754, MessageIds.bp_reallyCloseDown = 755,
  MessageIds.bp_serialPortable = 756, MessageIds.bp_serialStationary = 757, MessageIds.bp_timedOut = 758, MessageIds.bp_waiting = 759,
  MessageIds.core_accessDenied = 760, MessageIds.core_ADOerrHelpContext = 761, MessageIds.core_ADOerrHelpFile = 762, MessageIds.core_ADOerrNativeError = 763,
  MessageIds.core_ADOerrProcDescription = 764, MessageIds.core_ADOerrProcNumber = 765, MessageIds.core_ADOerrProcSource = 766, MessageIds.core_ADOerrSQLState = 767,
  MessageIds.core_ADOexceptThrown = 768, MessageIds.core_allFiles = 769, MessageIds.core_and = 770, MessageIds.core_appErrorLog = 771,
  MessageIds.core_appNA = 772, MessageIds.core_bad_sstring_input = 773, MessageIds.rec_needsToBeEditor = 774, MessageIds.rec_documentHasBeenFinalized = 775,
  MessageIds.core_badDateValue = 776, MessageIds.core_badDecimal = 777, MessageIds.core_badDirectory = 778, MessageIds.core_BadIndex = 779,
  MessageIds.core_notGeography = 780, MessageIds.core_badNumberOfBytes = 781, MessageIds.core_badParameter = 782, MessageIds.rec_needsToBeReviewParticipant = 783,
  MessageIds.core_badTimeValue = 784, MessageIds.core_bannerLoading = 785, MessageIds.core_blankFileName = 786, MessageIds.core_blankMsg = 787,
  MessageIds.core_byte = 788, MessageIds.core_bytes = 789, MessageIds.core_cacheCleared = 790, MessageIds.core_cacheNotCleared = 791,
  MessageIds.core_cannotAllocateZipHandle = 792, MessageIds.core_cannotDetermineFileLen = 793, MessageIds.core_cannotHaveUIInsideService = 794, MessageIds.core_cannotLoadZipDLL = 795,
  MessageIds.core_cannotOpenBlankInputFile = 796, MessageIds.core_cannotOpenBlankOutputFile = 797, MessageIds.core_cannotOpenFileWrite = 798, MessageIds.core_cannotOpenInputStream = 799,
  MessageIds.core_cannotOpenOutputStream = 800, MessageIds.rec_needsToBeInReviewerList = 801, MessageIds.core_cannotSetAttribute = 802, MessageIds.core_cannotTurnGUIDintoString = 803,
  MessageIds.core_capturaSavedSearchRefs = 804, MessageIds.core_COMerror = 805, MessageIds.core_COMerror_destroyWorkgroupConnection = 806, MessageIds.core_processingFile = 807,
  MessageIds.rec_needsToBeInAuthorizerList = 808, MessageIds.core_COMerror_moveNext = 809, MessageIds.core_COMerror_setupControl = 810, MessageIds.core_COMerror_workgroupServices_login = 811,
  MessageIds.core_copyOfFileName = 812, MessageIds.core_copyright = 813, MessageIds.core_copyrightFinePrint = 814, MessageIds.core_copyrightFinePrintSplash = 815,
  MessageIds.core_COREcreateMutexDaclCreate = 816, MessageIds.rec_editingIsNotFinished = 817, MessageIds.core_COREcreateMutexOpenMutex = 818, MessageIds.core_COREcreateMutexSetSecurityDescriptor = 819,
  MessageIds.core_couldNotAccessRegKey = 820, MessageIds.core_couldNotCopyFromTo = 821, MessageIds.core_couldNotDeleteFile = 822, MessageIds.core_couldNotGetDateTimeCreated = 823,
  MessageIds.core_couldNotGetDateTimeModified = 824, MessageIds.core_couldNotGetFileSystemAttribute = 825, MessageIds.core_couldNotMoveFromTo = 826, MessageIds.core_couldNotRemoveDirectory = 827,
  MessageIds.core_couldNotResolveShortcut = 828, MessageIds.core_couldNotSetDateTimeModified = 829, MessageIds.core_couldNotSetDateTimeModified2 = 830, MessageIds.core_couldNotSetFileAttribute = 831,
  MessageIds.core_countryAfghanistan = 832, MessageIds.core_countryAlandIslands = 833, MessageIds.core_countryAlbania = 834, MessageIds.core_countryAlgeria = 835,
  MessageIds.core_countryAmericanSamoa = 836, MessageIds.core_countryAndorra = 837, MessageIds.core_countryAngola = 838, MessageIds.core_countryAnguilla = 839,
  MessageIds.core_countryAntarctica = 840, MessageIds.core_countryAntiguaAndBarbuda = 841, MessageIds.core_countryArgentina = 842, MessageIds.core_countryArmenia = 843,
  MessageIds.core_countryAruba = 844, MessageIds.core_countryAustralia = 845, MessageIds.core_countryAustria = 846, MessageIds.core_countryAzerbaijan = 847,
  MessageIds.core_countryBahamas = 848, MessageIds.core_countryBahrain = 849, MessageIds.core_countryBangladesh = 850, MessageIds.core_countryBarbados = 851,
  MessageIds.core_countryBelarus = 852, MessageIds.core_countryBelgium = 853, MessageIds.core_countryBelize = 854, MessageIds.core_countryBenin = 855,
  MessageIds.core_countryBermuda = 856, MessageIds.core_countryBhutan = 857, MessageIds.core_countryBolivia = 858, MessageIds.core_countryBosniaAndHerzegovina = 859,
  MessageIds.core_countryBotswana = 860, MessageIds.core_countryBouvetIsland = 861, MessageIds.core_countryBrazil = 862, MessageIds.core_countryBritishIndianOceanTty = 863,
  MessageIds.core_countryBruneiDarussalam = 864, MessageIds.core_countryBulgaria = 865, MessageIds.core_countryBurkinaFaso = 866, MessageIds.core_countryBurundi = 867,
  MessageIds.core_countryCambodia = 868, MessageIds.core_countryCameroon = 869, MessageIds.core_countryCanada = 870, MessageIds.core_countryCapeVerde = 871,
  MessageIds.core_countryCaymanIslands = 872, MessageIds.core_countryCentralAfricanRepublic = 873, MessageIds.core_countryChad = 874, MessageIds.core_countryChile = 875,
  MessageIds.core_countryChina = 876, MessageIds.core_countryChristmasIsland = 877, MessageIds.core_countryCocosIslands = 878, MessageIds.core_countryColombia = 879,
  MessageIds.core_countryComoros = 880, MessageIds.core_countryCongo = 881, MessageIds.core_countryCongoDRO = 882, MessageIds.core_countryCookIslands = 883,
  MessageIds.core_countryCostaRica = 884, MessageIds.core_countryCoteDivoire = 885, MessageIds.core_countryCroatia = 886, MessageIds.core_countryCuba = 887,
  MessageIds.core_countryCyprus = 888, MessageIds.core_countryCzechRepublic = 889, MessageIds.core_countryDenmark = 890, MessageIds.core_countryDjibouti = 891,
  MessageIds.core_countryDominica = 892, MessageIds.core_countryDominicanRepublic = 893, MessageIds.core_countryEcuador = 894, MessageIds.core_countryEgypt = 895,
  MessageIds.core_countryElSalvador = 896, MessageIds.core_countryEquatorialGuinea = 897, MessageIds.core_countryEritrea = 898, MessageIds.core_countryEstonia = 899,
  MessageIds.core_countryEthiopia = 900, MessageIds.core_countryFalklandIslands = 901, MessageIds.core_countryFaroeIslands = 902, MessageIds.core_countryFiji = 903,
  MessageIds.core_countryFinland = 904, MessageIds.core_countryFrance = 905, MessageIds.core_countryFrenchGuiana = 906, MessageIds.core_countryFrenchPolynesia = 907,
  MessageIds.core_countryFrenchSouthernTerritories = 908, MessageIds.core_countryGabon = 909, MessageIds.core_countryGambia = 910, MessageIds.core_countryGeorgia = 911,
  MessageIds.core_countryGermany = 912, MessageIds.core_countryGhana = 913, MessageIds.core_countryGibraltar = 914, MessageIds.core_countryGreece = 915,
  MessageIds.core_countryGreenland = 916, MessageIds.core_countryGrenada = 917, MessageIds.core_countryGuadeloupe = 918, MessageIds.core_countryGuam = 919,
  MessageIds.core_countryGuatemala = 920, MessageIds.core_countryGuinea = 921, MessageIds.core_countryGuineaBissau = 922, MessageIds.core_countryGuyana = 923,
  MessageIds.core_countryHaiti = 924, MessageIds.core_countryHeardMcdonaldIslands = 925, MessageIds.core_countryHolySee = 926, MessageIds.core_countryHonduras = 927,
  MessageIds.core_countryHongKong = 928, MessageIds.core_countryHungary = 929, MessageIds.core_countryIceland = 930, MessageIds.core_countryIndia = 931,
  MessageIds.core_countryIndonesia = 932, MessageIds.core_countryIran = 933, MessageIds.core_countryIraq = 934, MessageIds.core_countryIreland = 935,
  MessageIds.core_countryIsrael = 936, MessageIds.core_countryItaly = 937, MessageIds.core_countryJamaica = 938, MessageIds.core_countryJapan = 939,
  MessageIds.core_countryJordan = 940, MessageIds.core_countryKazakhstan = 941, MessageIds.core_countryKenya = 942, MessageIds.core_countryKiribati = 943,
  MessageIds.core_countryKorea = 944, MessageIds.core_countryKoreaDPR = 945, MessageIds.core_countryKuwait = 946, MessageIds.core_countryKyrgyzstan = 947,
  MessageIds.core_countryLaos = 948, MessageIds.core_countryLatvia = 949, MessageIds.core_countryLebanon = 950, MessageIds.core_countryLesotho = 951,
  MessageIds.core_countryLiberia = 952, MessageIds.core_countryLibya = 953, MessageIds.core_countryLiechtenstein = 954, MessageIds.core_countryLithuania = 955,
  MessageIds.core_countryLuxembourg = 956, MessageIds.core_countryMacao = 957, MessageIds.core_countryMacedonia = 958, MessageIds.core_countryMadagascar = 959,
  MessageIds.core_countryMalawi = 960, MessageIds.core_countryMalaysia = 961, MessageIds.core_countryMaldives = 962, MessageIds.core_countryMali = 963,
  MessageIds.core_countryMalta = 964, MessageIds.core_countryMarshallIslands = 965, MessageIds.core_countryMartinique = 966, MessageIds.core_countryMauritania = 967,
  MessageIds.core_countryMauritius = 968, MessageIds.core_countryMayotte = 969, MessageIds.core_countryMexico = 970, MessageIds.core_countryMicronesia = 971,
  MessageIds.core_countryMoldova = 972, MessageIds.core_countryMonaco = 973, MessageIds.core_countryMongolia = 974, MessageIds.core_countryMontserrat = 975,
  MessageIds.core_countryMorocco = 976, MessageIds.core_countryMozambique = 977, MessageIds.core_countryMyanmar = 978, MessageIds.core_countryNamibia = 979,
  MessageIds.core_countryNauru = 980, MessageIds.core_countryNepal = 981, MessageIds.core_countryNetherlands = 982, MessageIds.core_countryNetherlandsAntilles = 983,
  MessageIds.core_countryNewCaledonia = 984, MessageIds.core_countryNewZealand = 985, MessageIds.core_countryNicaragua = 986, MessageIds.core_countryNiger = 987,
  MessageIds.core_countryNigeria = 988, MessageIds.core_countryNiue = 989, MessageIds.core_countryNorfolkIsland = 990, MessageIds.core_countryNorthernMarianaIslands = 991,
  MessageIds.core_countryNorway = 992, MessageIds.core_countryOman = 993, MessageIds.core_countryPakistan = 994, MessageIds.core_countryPalau = 995,
  MessageIds.core_countryPalestine = 996, MessageIds.core_countryPanama = 997, MessageIds.core_countryPapuaNewGuinea = 998, MessageIds.core_countryParaguay = 999,
  MessageIds.core_countryPeru = 1000, MessageIds.core_countryPhilippines = 1001, MessageIds.core_countryPitcairn = 1002, MessageIds.core_countryPoland = 1003,
  MessageIds.core_countryPortugal = 1004, MessageIds.core_countryPuertoRico = 1005, MessageIds.core_countryQatar = 1006, MessageIds.core_countryReunion = 1007,
  MessageIds.core_countryRomania = 1008, MessageIds.core_countryRussia = 1009, MessageIds.core_countryRwanda = 1010, MessageIds.core_countrySaintHelena = 1011,
  MessageIds.core_countrySaintKittsAndNevis = 1012, MessageIds.core_countrySaintLucia = 1013, MessageIds.core_countrySaintPierreAndMiquelon = 1014, MessageIds.core_countrySaintVincentAndGrenadines = 1015,
  MessageIds.core_countrySamoa = 1016, MessageIds.core_countrySanMarino = 1017, MessageIds.core_countrySaoTomeAndPrincipe = 1018, MessageIds.core_countrySaudiArabia = 1019,
  MessageIds.core_countrySenegal = 1020, MessageIds.core_gzipError = 1021, MessageIds.core_countrySeychelles = 1022, MessageIds.core_countrySierraLeone = 1023,
  MessageIds.core_countrySingapore = 1024, MessageIds.core_countrySlovakia = 1025, MessageIds.core_countrySlovenia = 1026, MessageIds.core_countrySolomonIslands = 1027,
  MessageIds.core_countrySomalia = 1028, MessageIds.core_countrySouthAfrica = 1029, MessageIds.core_countrySpain = 1030, MessageIds.core_countrySriLanka = 1031,
  MessageIds.core_countrySthGeorgiaSthSandwichIsles = 1032, MessageIds.core_countrySudan = 1033, MessageIds.core_countrySuriname = 1034, MessageIds.core_countrySvalbardAndJanMayen = 1035,
  MessageIds.core_countrySwaziland = 1036, MessageIds.core_countrySweden = 1037, MessageIds.core_countrySwitzerland = 1038, MessageIds.core_countrySyria = 1039,
  MessageIds.core_countryTaiwan = 1040, MessageIds.core_countryTajikistan = 1041, MessageIds.core_countryTanzania = 1042, MessageIds.core_countryThailand = 1043,
  MessageIds.core_countryTimorLeste = 1044, MessageIds.core_countryTogo = 1045, MessageIds.core_countryTokelau = 1046, MessageIds.core_countryTonga = 1047,
  MessageIds.core_countryTrinidadAndTobago = 1048, MessageIds.core_countryTunisia = 1049, MessageIds.core_countryTurkey = 1050, MessageIds.core_countryTurkmenistan = 1051,
  MessageIds.core_countryTurksAndCaicosIslands = 1052, MessageIds.core_countryTuvalu = 1053, MessageIds.core_countryUganda = 1054, MessageIds.core_countryUkraine = 1055,
  MessageIds.core_countryUnitedArabEmirates = 1056, MessageIds.core_countryUnitedKingdom = 1057, MessageIds.core_countryUnitedStates = 1058, MessageIds.core_countryUnitedStatesMinorIsles = 1059,
  MessageIds.core_countryUruguay = 1060, MessageIds.core_countryUzbekistan = 1061, MessageIds.core_countryVanuatu = 1062, MessageIds.core_countryVenezuela = 1063,
  MessageIds.core_countryVietnam = 1064, MessageIds.core_countryVirginIslandsBritish = 1065, MessageIds.core_countryVirginIslandsUS = 1066, MessageIds.core_countryWallisAndFutuna = 1067,
  MessageIds.core_countryWesternSahara = 1068, MessageIds.core_countryYemen = 1069, MessageIds.core_countryZambia = 1070, MessageIds.core_countryZimbabwe = 1071,
  MessageIds.core_createDirFailed = 1072, MessageIds.rec_reviewIsNotFinished = 1073, MessageIds.rec_authorizationIsNotFinished = 1074, MessageIds.core_dateAtTime = 1075,
  MessageIds.core_day = 1076, MessageIds.core_days = 1077, MessageIds.rec_noAuthorizationRequired = 1078, MessageIds.core_decimalInvalidChars = 1079,
  MessageIds.web_listPageSize = 1080, MessageIds.core_default = 1081, MessageIds.core_defaultMessageError = 1082, MessageIds.rec_noReviewRequired = 1083,
  MessageIds.core_DetailedADOerrors = 1084, MessageIds.core_directoryCannotWrite = 1085, MessageIds.core_directoryUnaccessible = 1086, MessageIds.core_document = 1087,
  MessageIds.core_dsp_appDataPathInvalid = 1088, MessageIds.core_dsp_appDataPathLocalInvalid = 1089, MessageIds.core_dsp_appMyDocumentsPathInvalid = 1090, MessageIds.core_dsp_couldNotCreateDir = 1091,
  MessageIds.core_dsp_webServerPathInvalid = 1092, MessageIds.core_errorDetails = 1093, MessageIds.core_errorInformation = 1094, MessageIds.core_errorReadingMsgStream = 1095,
  MessageIds.core_extensionInvalid = 1096, MessageIds.rec_propertyNotForDocumentReview = 1097, MessageIds.rec_onlyReviewerCanOverwriteNotes = 1098, MessageIds.rec_propertyOnlyForDocumentReview = 1099,
  MessageIds.core_failed = 1100, MessageIds.core_failedToLaunchApp = 1101, MessageIds.core_failedToLaunchProgram = 1102, MessageIds.core_false = 1103,
  MessageIds.core_fieldBlank = 1104, MessageIds.core_fieldBlankOrInvalid = 1105, MessageIds.core_fieldCannotHaveAsterisk = 1106, MessageIds.core_fieldInvalid = 1107,
  MessageIds.core_fieldMoreThanZero = 1108, MessageIds.core_fieldNotUnique = 1109, MessageIds.core_fieldTooLong = 1110, MessageIds.core_fileExists = 1111,
  MessageIds.core_fileFileWithNoRef = 1112, MessageIds.core_fileNameCreateFail = 1113, MessageIds.core_files = 1114, MessageIds.core_filesOfType = 1115,
  MessageIds.core_GB = 1116, MessageIds.core_genericFieldBlank = 1117, MessageIds.core_getFilesError = 1118, MessageIds.core_getUserFailed = 1119,
  MessageIds.core_handlerNotInstalled = 1120, MessageIds.core_hour = 1121, MessageIds.core_hours = 1122, MessageIds.dp_none = 1123,
  MessageIds.dp_blankLine = 1124, MessageIds.dp_comma = 1125, MessageIds.dp_hyphen = 1126, MessageIds.dp_space = 1127,
  MessageIds.tem_renditionRequestAlreadyQueued = 1128, MessageIds.bob_wgsFuncBulkPendingCount = 1129, MessageIds.tem_recreateElasticIndex = 1130, MessageIds.tem_invalidElasticServer = 1131,
  MessageIds.tem_configureNewElasticIndex = 1132, MessageIds.tem_invalidElasticIndexName = 1133, MessageIds.tem_elasticServerConnect = 1134, MessageIds.tem_invalidElasticTransactionSize = 1135,
  MessageIds.tem_elasticIndexNotPresent = 1136, MessageIds.bob_externalAddinVerificationErr = 1137, MessageIds.sth_elasticBulkComplete = 1138, MessageIds.sth_elasticBatchFailed = 1139,
  MessageIds.sth_elasticServerUnavailable = 1140, MessageIds.sth_elasticServerResponseInvalid = 1141, MessageIds.sth_elasticRetryWaitTime = 1142, MessageIds.sth_elasticFailedToLoadTransaction = 1143,
  MessageIds.sth_elasticFailedToExtractText = 1144, MessageIds.sth_elasticExtractedOkay = 1145, MessageIds.core_invalidCharacters = 1146, MessageIds.core_invalidFileTypeSpec = 1147,
  MessageIds.core_invalidMsgFile = 1148, MessageIds.core_invalidMsgFileDetailed = 1149, MessageIds.core_invalidPropertyNumberRange = 1150, MessageIds.core_invalidStringForUriList = 1151,
  MessageIds.core_invalidVariantForUriList = 1152, MessageIds.rec_noDocumentReviewProcessRequired = 1153, MessageIds.rec_notInAuthorizationState = 1154, MessageIds.core_itemDoesNotExist = 1155,
  MessageIds.core_itemDoesNotExistOrIsUnsuitable = 1156, MessageIds.core_KB = 1157, MessageIds.rec_notInReviewState = 1158, MessageIds.rec_authorizeByDocusign = 1159,
  MessageIds.core_mailAttachmentsCap = 1160, MessageIds.core_mailBccCap = 1161, MessageIds.core_mailCcCap = 1162, MessageIds.core_mailFromCap = 1163,
  MessageIds.core_mailMessageAttachmentTooLarge = 1164, MessageIds.core_mailMessageCap = 1165, MessageIds.core_mailReceivedCap = 1166, MessageIds.core_mailSentCap = 1167,
  MessageIds.core_mailSubjectCap = 1168, MessageIds.core_mailToCap = 1169, MessageIds.core_mappedFileDoesntExist = 1170, MessageIds.core_MB = 1171,
  MessageIds.core_mbxFileHeadersInvalid = 1172, MessageIds.core_minute = 1173, MessageIds.core_minutes = 1174, MessageIds.core_mmapmultifailed = 1175,
  MessageIds.core_moduleNotLicensed = 1176, MessageIds.core_month = 1177, MessageIds.core_months = 1178, MessageIds.core_mustSpecifyAPath = 1179,
  MessageIds.recPropertyCanOnlyBeUpdatedBy = 1180, MessageIds.core_new = 1181, MessageIds.core_newXX = 1182, MessageIds.core_no = 1183,
  MessageIds.core_noRoomForFileName = 1184, MessageIds.trm_irm_creatingBoxMsg = 1185, MessageIds.core_openServiceFailed = 1186, MessageIds.core_openServiceManagerFailed = 1187,
  MessageIds.irm_multipleRtySelected = 1188, MessageIds.core_pathIsADir = 1189, MessageIds.core_pathIsTooLong = 1190, MessageIds.core_pleasePickEnum = 1191,
  MessageIds.core_QueryFail = 1192, MessageIds.core_readingCaption = 1193, MessageIds.core_readingFromIStream = 1194, MessageIds.core_readOnly = 1195,
  MessageIds.core_refFileBad = 1196, MessageIds.core_registerDllFailed = 1197, MessageIds.core_registerDllHinstanceProblem = 1198, MessageIds.rec_enterReviewerComments = 1199,
  MessageIds.core_retrievingClassified = 1200, MessageIds.rec_needsReviewers = 1201, MessageIds.rec_needsAuthorizers = 1202, MessageIds.rec_docReviewDone = 1203,
  MessageIds.recDocAuthorizationDone = 1204, MessageIds.core_second = 1205, MessageIds.core_seconds = 1206, MessageIds.core_selectDifferent = 1207,
  MessageIds.core_serviceDeleteFail = 1208, MessageIds.core_serviceManagerOpenFail = 1209, MessageIds.core_serviceOpenFail = 1210, MessageIds.rec_docReviewDoneOn = 1211,
  MessageIds.rec_docAuthorizationDoneOn = 1212, MessageIds.rec_docReviewDueBy = 1213, MessageIds.rec_docAuthorizationDueBy = 1214, MessageIds.rec_destroyRecFailedNoStore = 1215,
  MessageIds.bob_proxyAuthRequired = 1216, MessageIds.core_textExtractFailure = 1217, MessageIds.core_textExtractPartialFailure = 1218, MessageIds.core_spell01 = 1219,
  MessageIds.core_spell02 = 1220, MessageIds.core_spell03 = 1221, MessageIds.core_spell05 = 1222, MessageIds.core_spell06 = 1223,
  MessageIds.core_spell07 = 1224, MessageIds.core_spell08 = 1225, MessageIds.core_spell09 = 1226, MessageIds.core_spell13 = 1227,
  MessageIds.core_spell14 = 1228, MessageIds.core_spell15 = 1229, MessageIds.core_spell16 = 1230, MessageIds.core_spell19 = 1231,
  MessageIds.core_spell20 = 1232, MessageIds.core_spellCheckString00 = 1233, MessageIds.core_spellCheckString01 = 1234, MessageIds.core_spellCheckString02 = 1235,
  MessageIds.core_spellCheckString03 = 1236, MessageIds.core_spellCheckString04 = 1237, MessageIds.core_spellCheckString05 = 1238, MessageIds.core_spellCheckString06 = 1239,
  MessageIds.core_spellCheckString07 = 1240, MessageIds.core_spellCheckString08 = 1241, MessageIds.core_spellCheckString09 = 1242, MessageIds.core_spellCheckString10 = 1243,
  MessageIds.core_spellCheckString11 = 1244, MessageIds.core_spellCheckString12 = 1245, MessageIds.core_spellCheckString13 = 1246, MessageIds.core_spellCheckString14 = 1247,
  MessageIds.core_spellCheckString15 = 1248, MessageIds.core_spellCheckString16 = 1249, MessageIds.core_spellCheckString17 = 1250, MessageIds.core_spellCheckString18 = 1251,
  MessageIds.core_spellCheckString19 = 1252, MessageIds.core_spellCheckString20 = 1253, MessageIds.core_spellCheckString21 = 1254, MessageIds.core_spellCheckString22 = 1255,
  MessageIds.core_spellCheckString23 = 1256, MessageIds.core_spellCheckString24 = 1257, MessageIds.core_spellCheckString25 = 1258, MessageIds.core_spellCheckString26 = 1259,
  MessageIds.core_spellCheckString27 = 1260, MessageIds.core_spellCheckString28 = 1261, MessageIds.core_spellCheckString29 = 1262, MessageIds.core_spellCheckString30 = 1263,
  MessageIds.core_spellCheckString31 = 1264, MessageIds.core_spellCheckString32 = 1265, MessageIds.core_spellCheckString33 = 1266, MessageIds.core_spellCheckString34 = 1267,
  MessageIds.core_spellCheckString35 = 1268, MessageIds.core_spellCheckString36 = 1269, MessageIds.core_spellCheckString37 = 1270, MessageIds.core_spellCheckString38 = 1271,
  MessageIds.core_spellCheckString39 = 1272, MessageIds.core_spellCheckString40 = 1273, MessageIds.core_spellCheckString41 = 1274, MessageIds.core_spellCheckString42 = 1275,
  MessageIds.core_spellCheckString43 = 1276, MessageIds.core_spellCheckString44 = 1277, MessageIds.core_spellCheckString45 = 1278, MessageIds.core_spellCheckString46 = 1279,
  MessageIds.core_spellCheckString47 = 1280, MessageIds.core_spellCheckString48 = 1281, MessageIds.core_spellErc = 1282, MessageIds.core_start = 1283,
  MessageIds.core_startFail = 1284, MessageIds.core_startServiceFailed = 1285, MessageIds.cs_ConfigOk = 1286, MessageIds.core_stop = 1287,
  MessageIds.cs_ConfigCancel = 1288, MessageIds.core_stopServiceFailed = 1289, MessageIds.core_true = 1290, MessageIds.core_tryDirCreate = 1291,
  MessageIds.core_undocumentedError = 1292, MessageIds.core_unknown = 1293, MessageIds.core_unknownError = 1294, MessageIds.core_unknownUserName = 1295,
  MessageIds.core_unregisterDllFailed = 1296, MessageIds.core_variantConvertError = 1297, MessageIds.core_variantNotNumberType = 1298, MessageIds.core_week = 1299,
  MessageIds.core_weeks = 1300, MessageIds.core_wildcardForUniqueRendition = 1301, MessageIds.core_writingCaption = 1302, MessageIds.core_writingToIStream = 1303,
  MessageIds.core_writingToIStreamNotEnufBytes = 1304, MessageIds.pc_forceSync = 1305, MessageIds.pc_start = 1306, MessageIds.core_year = 1307,
  MessageIds.core_years = 1308, MessageIds.core_yes = 1309, MessageIds.pc_Stop = 1310, MessageIds.cse_holdHasRecsWarning = 1311,
  MessageIds.db_cannotConnectRCF = 1312, MessageIds.pc_pause = 1313, MessageIds.pc_continue = 1314, MessageIds.pc_configure = 1315,
  MessageIds.db_failedToSubscribeToWgs = 1316, MessageIds.db_needSchemaUpgradeForFeature = 1317, MessageIds.db_noWorkgroupConnectionAvailable = 1318, MessageIds.db_offlineRecordsNotInWebService = 1319,
  MessageIds.db_outOfSequence = 1320, MessageIds.pc_Exit = 1321, MessageIds.db_pollingWatcherError = 1322, MessageIds.pc_agentName = 1323,
  MessageIds.db_sqlError = 1324, MessageIds.pc_exitQuery = 1325, MessageIds.pc_alreadyRunning = 1326, MessageIds.pc_syncStarting = 1327,
  MessageIds.db_subscribingToWgs = 1328, MessageIds.db_transactionTimeout = 1329, MessageIds.pc_syncFinishedLog = 1330, MessageIds.db_wgsSubscriptionDown = 1331,
  MessageIds.pc_syncObjectStats = 1332, MessageIds.pc_syncFinishedUI = 1333, MessageIds.pc_noCMConnection = 1334, MessageIds.pc_missingParentClass = 1335,
  MessageIds.dbe_badServiceRequest = 1336, MessageIds.dbe_createServiceFailed = 1337, MessageIds.irm_settingsHdg = 1338, MessageIds.irm_processHdg = 1339,
  MessageIds.irm_createBoxAfterMsg = 1340, MessageIds.irm_createBoxAfterBreakMsg = 1341, MessageIds.irm_rtDoesNotSupportPSO = 1342, MessageIds.irm_closeBoxWhenFullMsg = 1343,
  MessageIds.dbe_extEventHandlerMissing = 1344, MessageIds.pc_classCreationFailed = 1345, MessageIds.pc_recordClassDescription = 1346, MessageIds.dbe_msgSuppressed = 1347,
  MessageIds.pc_objectProcessed = 1348, MessageIds.dbe_noContentPath = 1349, MessageIds.pc_objectNotCreated = 1350, MessageIds.pc_recordClassNotes = 1351,
  MessageIds.pc_dispositionDetails = 1352, MessageIds.dbe_totalRecords = 1353, MessageIds.dbe_unexpectedError = 1354, MessageIds.pc_PCAuthenticationFailed = 1355,
  MessageIds.dbm_connFromUnregisteredServer = 1356, MessageIds.pc_serviceStopped = 1357, MessageIds.dbm_invalidParameter = 1358, MessageIds.pc_parentFailedEarlier = 1359,
  MessageIds.dbm_mutexBusy = 1360, MessageIds.irm_errorsFound = 1361, MessageIds.sdk_eventMonitor_processorNotAvailable = 1362, MessageIds.sdk_eventMonitor_getDataFailed = 1363,
  MessageIds.sdk_eventMonitor_initializeFailed = 1364, MessageIds.core_gpsLineStartEndTheSame = 1365, MessageIds.core_gpsLineNeedsMoreThan1Point = 1366, MessageIds.sdk_eventMonitor_intervalOutOfBounds = 1367,
  MessageIds.fp_topLevelHasManualNbr = 1368, MessageIds.rty_noReviewersNeedsForm = 1369, MessageIds.rty_noAuthorizersNeedsForm = 1370, MessageIds.loc_needsPermissionForRole = 1371,
  MessageIds.loc_needsEmailForRole = 1372, MessageIds.dbp_category = 1373, MessageIds.loc_needsALoginForRole = 1374, MessageIds.rec_docReviewAuthorizerSetByType = 1375,
  MessageIds.rec_documentAlreadyHasState = 1376, MessageIds.rec_documentStateDetails = 1377, MessageIds.rec_docReviewDueDateCap = 1378, MessageIds.rec_documentReviewDueDateInThePast = 1379,
  MessageIds.sdk_eventMonitor_tokenNotFound = 1380, MessageIds.ocx_gisFileMissing = 1381, MessageIds.bob_infoParamLicensedFromMSP = 1382, MessageIds.api_noGeographyForBulkLoader = 1383,
  MessageIds.bob_itemNotAttachedToLabel = 1384, MessageIds.bob_itemAlreayAtTopOfList = 1385, MessageIds.bob_itemAlreayAtBottomOfList = 1386, MessageIds.core_geographySearchNeedsSinglePolygon = 1387,
  MessageIds.rec_confirmSaveRedactionAsPdf = 1388, MessageIds.tem_schemaManager = 1389, MessageIds.tem_smItemLogins = 1390, MessageIds.tem_smUserGuest = 1391,
  MessageIds.tem_smUserAdmin = 1392, MessageIds.tem_smUserServices = 1393, MessageIds.tem_smUserInstantOn = 1394, MessageIds.tem_nonStandardSchemaItemMsg = 1395,
  MessageIds.tem_smItemLogin = 1396, MessageIds.tem_smStatusOk = 1397, MessageIds.tem_smStatusError = 1398, MessageIds.tem_smStatusMissing = 1399,
  MessageIds.tem_smStatusNotInSchema = 1400, MessageIds.tem_smActionNone = 1401, MessageIds.tem_smActionCreate = 1402, MessageIds.tem_smActionRecreate = 1403,
  MessageIds.tem_smActionDelete = 1404, MessageIds.tem_smActionFixSubordinates = 1405, MessageIds.tem_smActionRecreateParent = 1406, MessageIds.tem_smActionInsertZeroUriRow = 1407,
  MessageIds.dbp_favorites = 1408, MessageIds.bob_aclExclusionForMembers = 1409, MessageIds.bob_fldFailedVerification = 1410, MessageIds.sui_selectFromLowestLevel = 1411,
  MessageIds.rdr_noSignerInDocuSign = 1412, MessageIds.rdr_noFilesInDocuSign = 1413, MessageIds.rdr_failToSetDefaultPrinter = 1414, MessageIds.rdr_printerJammed = 1415,
  MessageIds.api_timeOutDocTransfer = 1416, MessageIds.api_cannotSaveForm = 1417, MessageIds.api_cannotSaveRecordForm = 1418, MessageIds.wgs_multipartUploadFailed = 1419,
  MessageIds.rec_workingCopyNotFound = 1420, MessageIds.trm_emailReindexProgress = 1421, MessageIds.trm_emailReindexReport = 1422, MessageIds.trm_emlRepairProgress = 1423,
  MessageIds.trm_vmbxConvertedOk = 1424, MessageIds.wgsAzureReadFile = 1425, MessageIds.wgsIsilonApi = 1426, MessageIds.wgsRcfUploadId = 1427,
  MessageIds.wgsFunctionNotSupported = 1428, MessageIds.bob_lkiUsedAsDefaultErr = 1429, MessageIds.loc_cannotChangeYourSelf = 1430, MessageIds.tem_elasticConnectOk = 1431,
  MessageIds.trm_whatsNew = 1432, MessageIds.trm_whatsNewText = 1433, MessageIds.core_base64LineLength = 1434, MessageIds.vers_exportCertificate = 1435,
  MessageIds.fp_removeArchiveEvent = 1436, MessageIds.fp_scheduleDescription = 1437, MessageIds.fp_fireScheduledEventError = 1438, MessageIds.fp_fireOnceOffEventError = 1439,
  MessageIds.fp_eventInFuture = 1440, MessageIds.fp_cannotFireAdHoc = 1441, MessageIds.fp_occurrenceAlreadyCreated = 1442, MessageIds.core_openCacheSizeInfoFile = 1443,
  MessageIds.dbp_ownerLoc = 1453, MessageIds.evt_autoClassNoPendingRecords = 1454, MessageIds.evt_autoClassReasonForFailure = 1455, MessageIds.evt_autoClassSetNewClassification = 1456,
  MessageIds.evt_autoClassFailedToGetClassification = 1457, MessageIds.evt_autoClassFailedToSetNewClassification = 1458, MessageIds.evt_autoClassMovedToClassification = 1459, MessageIds.evt_autoClassRecordsNotIndexedYet = 1460,
  MessageIds.evt_autoClassFailedToReadTrainingData = 1461, MessageIds.evt_autoClassNoTrainingData = 1462, MessageIds.dbp_recentContainers = 1463, MessageIds.dbp_recentDocuments = 1464,
  MessageIds.tem_smActionAlterColumn = 1465, MessageIds.tem_smProcessingItem = 1466, MessageIds.tem_smRepairingItem = 1467, MessageIds.tem_smActionRequired = 1468,
  MessageIds.tem_smRecreatingItem = 1469, MessageIds.tem_smReferentialError = 1470, MessageIds.tem_smCheckingItem = 1471, MessageIds.tem_smItemMissing = 1472,
  MessageIds.tem_smItemMissingParent = 1473, MessageIds.tem_smColumnsOutOfOrder = 1474, MessageIds.tem_smNoPrimaryKey = 1475, MessageIds.tem_smIndexShouldBeUnique = 1476,
  MessageIds.tem_smIndexShouldBeDuplicate = 1477, MessageIds.tem_smShouldNotHavePrimaryKey = 1478, MessageIds.tem_smFoundNonStandardItem = 1479, MessageIds.tem_smIndexMissingColumn = 1480,
  MessageIds.tem_smIndexColumnShouldBeIncluded = 1481, MessageIds.tem_smIndexColumnShouldNotBeIncluded = 1482, MessageIds.tem_smIndexHasNonStandardColumn = 1483, MessageIds.tem_smMissingZeroUriRow = 1484,
  MessageIds.tem_smColumnInPrimaryKey = 1485, MessageIds.tem_smUriColumnCannotBeFixed = 1486, MessageIds.tem_smCannotGetColumnInfo = 1487, MessageIds.tem_smColumnNeedsIncreasing = 1488,
  MessageIds.tem_smColumnNeedsDecreasing = 1489, MessageIds.tem_smColumnNeedsUnicodeConversion = 1490, MessageIds.tem_smColumnNeedsANSIConversion = 1491, MessageIds.tem_smColumnHasIncorrectFormat = 1492,
  MessageIds.tem_smColumnShouldAllowNull = 1493, MessageIds.tem_smColumnShouldNotAllowNull = 1494, MessageIds.tem_smColumnShouldBeSparse = 1495, MessageIds.tem_smColumnShouldNotBeSparse = 1496,
  MessageIds.tem_smColumnHasConstraints = 1497, MessageIds.tem_smColumnHasInvalidRIConstraint = 1498, MessageIds.tem_smtProcessingDocument = 1499, MessageIds.tem_smtToolProcessingComplete = 1500,
  MessageIds.tem_smtFixingDatesForTable = 1501, MessageIds.tem_smtFixingDatesForColumn = 1502, MessageIds.tem_smtFixingDatesComplete = 1503, MessageIds.tem_smtToolProcessingCompleteNoneDone = 1504,
  MessageIds.tem_smtFixingDatesVerifyMessage = 1505, MessageIds.tem_smtRowsUpdated = 1506, MessageIds.tem_createStage2 = 1507, MessageIds.tem_migrateAtIncorrectSchema = 1508,
  MessageIds.tem_createInsertingData = 1509, MessageIds.tem_suInvalidDBID = 1510, MessageIds.dbt_conversionNotPossible = 1511, MessageIds.dbt_needToUpgradeSoftware = 1512,
  MessageIds.tem_suFailedSeeLog = 1513, MessageIds.rec_documentReviewInProgress = 1514, MessageIds.dbw_alreadyRunning = 1515, MessageIds.dbw_cachedTableRetrieval = 1516,
  MessageIds.dbw_concurrentDbAccess = 1517, MessageIds.rec_documentReviewNotEditor = 1518, MessageIds.dbw_dbisnotreg = 1519, MessageIds.dbw_dbisOff = 1520,
  MessageIds.dbw_elecStoreErr = 1521, MessageIds.rec_renditionNotAvailableToPromote = 1522, MessageIds.rec_renditionPromotedOriginalDeleted = 1523, MessageIds.rec_renditionPromoted = 1524,
  MessageIds.dbw_GetRecordsetQueryUser = 1525, MessageIds.dbw_interfaceCallError = 1526, MessageIds.dbw_loadDatabaseArray = 1527, MessageIds.dbw_loggingStarted = 1528,
  MessageIds.dbw_loggingStopped = 1529, MessageIds.dbw_loginCheckComError = 1530, MessageIds.dbw_loginExpired = 1531, MessageIds.dbw_loginFailed = 1532,
  MessageIds.dbw_loginFailed4 = 1533, MessageIds.dbw_loginInvalid = 1534, MessageIds.dbw_loginNotFound = 1535, MessageIds.dbw_loginNotFound2 = 1536,
  MessageIds.dbw_loginNotFound3 = 1537, MessageIds.dbw_loginNotFoundGuestsExpired = 1538, MessageIds.pc_objectNotDeleted = 1539, MessageIds.dbw_preemptiveCacheThread = 1540,
  MessageIds.dbw_preemptiveCacheThread_1 = 1541, MessageIds.dbw_preemptiveCacheThread_2 = 1542, MessageIds.dbw_preemptiveCacheThread_3 = 1543, MessageIds.dbw_preemptiveWriterThread = 1544,
  MessageIds.dbw_ProblemDuringStartup = 1545, MessageIds.dbw_purgeCacheThread = 1546, MessageIds.dbw_serviceDescription = 1547, MessageIds.ofc_cantCheckInOfflineRec = 1548,
  MessageIds.dbw_shutdownInProgress = 1549, MessageIds.dbw_storeNotFoundInDatabase = 1550, MessageIds.dbw_workgroupConfigFileMissing = 1551, MessageIds.core_items = 1552,
  MessageIds.core_notViewable = 1553, MessageIds.loc_needsALoginOrPersonForRole = 1554, MessageIds.evt_autoClassError = 1555, MessageIds.core_initOfflineRecordsFailed = 1556,
  MessageIds.bob_mailNoteDocumentReviewPreamble = 1557, MessageIds.bob_mailNoteReviewCommentsAdded = 1558, MessageIds.bob_mailNoteEditorReplyAdded = 1559, MessageIds.bob_mailNoteDraftOverdue = 1560,
  MessageIds.bob_mailNoteReviewOverdue = 1561, MessageIds.bob_mailNoteAuthorizationOverdue = 1562, MessageIds.bob_mailNoteDraftingReadyToStart = 1563, MessageIds.bob_mailNoteReviewReadyToStart = 1564,
  MessageIds.bob_mailNoteAuthorizationReadyToStart = 1565, MessageIds.bob_mailNoteReviewComplete = 1566, MessageIds.bob_mailNoteAuthorizationComplete = 1567, MessageIds.bob_notesTooLong = 1568,
  MessageIds.bob_mailNoteDocusignFailed = 1569, MessageIds.core_objectInUseBy = 1570, MessageIds.vb_tio_linkedFolderNeedsStyle = 1571, MessageIds.vb_tio_checkinStyle = 1572,
  MessageIds.vb_tio_noRecAsNoStyle = 1573, MessageIds.vb_tio_linkedFolderNeedsFolder = 1574, MessageIds.tem_suStageRemoveIndexesAndOtherStartupWork = 1575, MessageIds.tem_suStageCreateOrAlterTables = 1576,
  MessageIds.tem_suStageConvertDataPass1 = 1577, MessageIds.tem_suStageConvertDataPass2 = 1578, MessageIds.tem_suStageDropColumns = 1579, MessageIds.tem_suStageDropTables = 1580,
  MessageIds.tem_suStageAddIndexes = 1581, MessageIds.tem_suStageAddRIIndexes = 1582, MessageIds.tem_suStageAddProceduresViews = 1583, MessageIds.tem_suStageDropProcedures = 1584,
  MessageIds.tem_suProgressMessage = 1585, MessageIds.tem_suExaminingTable = 1586, MessageIds.tem_suExaminingExtra = 1587, MessageIds.tem_suWorkDeleteIndex = 1588,
  MessageIds.tem_suWorkdeleteConstraint = 1589, MessageIds.tem_suWorkdeleteStats = 1590, MessageIds.tem_suWorkdeleteProcedure = 1591, MessageIds.tem_suWorkdeleteView = 1592,
  MessageIds.tem_suWorkcreateTable = 1593, MessageIds.tem_suWorkAddColumns = 1594, MessageIds.tem_suWorkAlterColumns = 1595, MessageIds.tem_suWorkFixNullConstraints = 1596,
  MessageIds.tem_suWorkDropColumns = 1597, MessageIds.tem_suWorkCreateIndex = 1598, MessageIds.tem_suWorkCreateRIIndex = 1599, MessageIds.tem_suWorkCreateProcedure = 1600,
  MessageIds.tem_suWorkCreateView = 1601, MessageIds.tem_suWorkInitColumnData = 1602, MessageIds.dsg_accessDenied = 1603, MessageIds.dsg_badCryptoContextKeyset = 1604,
  MessageIds.dsg_badCryptoContextKeysetCreation = 1605, MessageIds.dsg_certAuthRevokeList = 1606, MessageIds.dsg_certBufferError = 1607, MessageIds.dsg_certBusinessCategory = 1608,
  MessageIds.dsg_certCACert = 1609, MessageIds.dsg_certCertRevokeList = 1610, MessageIds.dsg_certCommonName = 1611, MessageIds.dsg_certCountry = 1612,
  MessageIds.dsg_certCrossPair = 1613, MessageIds.dsg_certDelAddr = 1614, MessageIds.dsg_certDesc = 1615, MessageIds.dsg_certDestInd = 1616,
  MessageIds.dsg_certDeviceSN = 1617, MessageIds.dsg_certDomainComp = 1618, MessageIds.dsg_certFax = 1619, MessageIds.dsg_certGivenName = 1620,
  MessageIds.dsg_certificateAttributeInvalid = 1621, MessageIds.dsg_certificateAttributeNameInfoMemory = 1622, MessageIds.dsg_certificateAttributeSubject = 1623, MessageIds.dsg_certificateEmailError = 1624,
  MessageIds.dsg_certificateExpired = 1625, MessageIds.dsg_certificateNotFound = 1626, MessageIds.dsg_certificateUsernameError = 1627, MessageIds.dsg_certInitials = 1628,
  MessageIds.dsg_certIntISDN = 1629, MessageIds.dsg_certLocality = 1630, MessageIds.dsg_certMember = 1631, MessageIds.dsg_certOrg = 1632,
  MessageIds.dsg_certOrgUnit = 1633, MessageIds.dsg_certOwner = 1634, MessageIds.dsg_certPOBox = 1635, MessageIds.dsg_certPostalAddr = 1636,
  MessageIds.dsg_certPostcode = 1637, MessageIds.dsg_certPrefDelMethod = 1638, MessageIds.dsg_certPresAddr = 1639, MessageIds.dsg_certRegAddress = 1640,
  MessageIds.dsg_certRoleOcc = 1641, MessageIds.dsg_certSearchGuide = 1642, MessageIds.dsg_certSeeAlso = 1643, MessageIds.dsg_certState = 1644,
  MessageIds.dsg_certStreetAddr = 1645, MessageIds.dsg_certSuppAppContext = 1646, MessageIds.dsg_certSurname = 1647, MessageIds.dsg_certTeleNum = 1648,
  MessageIds.dsg_certTelex = 1649, MessageIds.dsg_certTelexTermId = 1650, MessageIds.dsg_certTitle = 1651, MessageIds.dsg_certUserCertificate = 1652,
  MessageIds.dsg_certUserPwd = 1653, MessageIds.dsg_certX21Address = 1654, MessageIds.dsg_checkCertificateFailedIssuer = 1655, MessageIds.dsg_checkCertificateFailedNoIssuer = 1656,
  MessageIds.dsg_checkCertificateInvalidArgs = 1657, MessageIds.dsg_couldntOpenCertificateStore = 1658, MessageIds.dsg_couldntReleaseCryptoProvider = 1659, MessageIds.dsg_findCertificateInvalidArgs = 1660,
  MessageIds.dsg_getCertificatesResultArrayBad = 1661, MessageIds.dsg_getSubjectFromCert = 1662, MessageIds.dsg_issuerCertificateInvalidArgs = 1663, MessageIds.dsg_noCertificateId = 1664,
  MessageIds.dsg_noCertificateOwner = 1665, MessageIds.dsg_noIssuerCertStore = 1666, MessageIds.dsg_noMessageFile = 1667, MessageIds.dsg_noMessageFilename = 1668,
  MessageIds.dsg_noSignatureCreateMemory = 1669, MessageIds.pc_objectCreated = 1670, MessageIds.dsg_noSignatureFilename = 1671, MessageIds.dsg_noSignatureLength = 1672,
  MessageIds.dsg_noSignerCert = 1673, MessageIds.dsg_noSignerCertSubject = 1674, MessageIds.dsg_signatureChecked = 1675, MessageIds.dsg_signatureCreateFailed = 1676,
  MessageIds.dsg_signatureInvalid = 1677, MessageIds.dsg_signatureInvalidWindows = 1678, MessageIds.dsg_signerSelectMissing = 1679, MessageIds.sch_notAvailableForIMPCItems = 1680,
  MessageIds.dsg_signingFailed = 1681, MessageIds.dsg_unsupportedHashAlgorithm = 1682, MessageIds.dsg_vChain = 1683, MessageIds.dsg_verifyFailed = 1684,
  MessageIds.dsg_verifySignatureFailed = 1685, MessageIds.dsg_verifySignatureOK = 1686, MessageIds.dsg_vGeneralError = 1687, MessageIds.dsg_vInvalidArgs = 1688,
  MessageIds.dsg_vIssuerContext = 1689, MessageIds.dsg_vSigner = 1690, MessageIds.dsg_vStoreExtract = 1691, MessageIds.dsg_vStoreHdlMissing = 1692,
  MessageIds.dsg_vSubjectStore = 1693, MessageIds.dsg_vUnknownSigner = 1694, MessageIds.dtb_currencySymbolCharsInvalid = 1695, MessageIds.dtb_decimalSymbolCharsInvalid = 1696,
  MessageIds.edi_badBool = 1697, MessageIds.rec_planDoesntDoNumbering = 1698, MessageIds.edi_badLong = 1699, MessageIds.pc_failedReplacement = 1700,
  MessageIds.edm_badEDMstateDocument = 1701, MessageIds.edm_badEDMstateRecord = 1702, MessageIds.edm_badEDMstateStore = 1703, MessageIds.edm_badEDMstateStoreId = 1704,
  MessageIds.edm_bookoutContention = 1705, MessageIds.edm_cannotCheckInOpenFile = 1706, MessageIds.edm_cannotRemoveDSG = 1707, MessageIds.edm_copyFailed = 1708,
  MessageIds.edm_defunctRevision = 1709, MessageIds.edm_docOutNoDeleteAllowed = 1710, MessageIds.edm_noAccess = 1711, MessageIds.edm_noDocAttached = 1712,
  MessageIds.pc_classificationCode = 1713, MessageIds.edm_notInThisTopdrawer = 1714, MessageIds.est_alertUserStoreAtPerCent = 1715, MessageIds.tem_autopassFilesNeedSetup = 1716,
  MessageIds.est_badeStoreID = 1717, MessageIds.est_badeStorePointer = 1718, MessageIds.tem_autopassNoLicsAdded = 1719, MessageIds.tem_autopassFileAdded = 1720,
  MessageIds.est_blankSeparator = 1721, MessageIds.est_cannotRemoveHasContents = 1722, MessageIds.est_dirChangeWarning = 1723, MessageIds.est_directoryError = 1724,
  MessageIds.tem_noLicensesFound = 1725, MessageIds.est_enterPath = 1726, MessageIds.est_errorAddingToCache = 1727, MessageIds.est_errorRemovingFromCache = 1728,
  MessageIds.est_failureCopyingFile = 1729, MessageIds.tem_autopassLicenseSetup = 1730, MessageIds.tem_suStageCleanupOrphanedData = 1731, MessageIds.est_fileNotFound = 1732,
  MessageIds.est_filesInDirOutofRange = 1733, MessageIds.tem_suWorkCopyColumnData = 1734, MessageIds.tem_suWorkSetupFieldValues = 1735, MessageIds.tem_suWorkConvertEmailLinks = 1736,
  MessageIds.tem_suWorkDeleteRows = 1737, MessageIds.tem_suWorkIterateToConvertData = 1738, MessageIds.est_globalPathError = 1739, MessageIds.est_globalPathInputError = 1740,
  MessageIds.est_initError = 1741, MessageIds.est_initErrorUnknown = 1742, MessageIds.est_initUnknownStore = 1743, MessageIds.bob_accessControlEmpty = 1744,
  MessageIds.bob_accessControlEmptyNoOne = 1745, MessageIds.est_noAlertSet = 1746, MessageIds.trm_defaultSearchNeedsValue = 1747, MessageIds.est_noOutputFile = 1748,
  MessageIds.est_noRootDirectory = 1749, MessageIds.est_noSizeLimit = 1750, MessageIds.est_notTRIMeStoreHypLink = 1751, MessageIds.est_percentageTooGreat = 1752,
  MessageIds.est_readOnly = 1753, MessageIds.est_storeItemIsMissing = 1754, MessageIds.pcs_featureNotActivated = 1755, MessageIds.est_usedByRecordTypes = 1756,
  MessageIds.est_writeProtected = 1757, MessageIds.est_docNotCached = 1758, MessageIds.evt_accessToDocumentStoreFailure = 1759, MessageIds.evt_alertMsg = 1760,
  MessageIds.bob_someLabelsNotAdded = 1761, MessageIds.evt_alertSubject = 1762, MessageIds.bob_bufferTooSmall = 1763, MessageIds.bob_colNotBool = 1764,
  MessageIds.evt_errorClosingRecord = 1765, MessageIds.evt_errorCreatingNewPart = 1766, MessageIds.rty_contentFromBehaviour = 1767, MessageIds.evt_errorRemovingPartRule = 1768,
  MessageIds.evt_errorWritingToLog = 1769, MessageIds.rty_containerBehaviourRuleNotSuitable = 1770, MessageIds.rty_containerFromBehaviour = 1771, MessageIds.evt_trimMailActionAssigned = 1772,
  MessageIds.evt_trimMailActionCompleted = 1773, MessageIds.evt_trimMailActionOverdue = 1774, MessageIds.evt_trimMailActionReady = 1775, MessageIds.evt_trimMailActionReassigned = 1776,
  MessageIds.evt_trimMailActionRejected = 1777, MessageIds.evt_trimMailActivityEscalated = 1778, MessageIds.evt_trimMailActivityNeedsAssignee = 1779, MessageIds.evt_trimMailActivitySkipped = 1780,
  MessageIds.evt_trimMailNotificationContent = 1781, MessageIds.evt_trimMailNotificationSubject = 1782, MessageIds.evt_trimReadyForAuthorization = 1783, MessageIds.evt_warningClosingRecord = 1784,
  MessageIds.evt_warningCreatingNewPart = 1785, MessageIds.rty_containerGtMsg = 1786, MessageIds.fp_badClassifNo = 1787, MessageIds.fp_badRecordSelection = 1788,
  MessageIds.fp_badTopLevelClass = 1789, MessageIds.fp_classificationNotApproved = 1790, MessageIds.rty_containerGeMsg = 1791, MessageIds.rty_contentLtMsg = 1792,
  MessageIds.fp_ClassNotSet = 1793, MessageIds.fp_correctingRecord = 1794, MessageIds.fp_correctingRecordSchedule = 1795, MessageIds.rty_contentLeMsg = 1796,
  MessageIds.fp_correctingTitlesError = 1797, MessageIds.fp_correctingTitlesMsg = 1798, MessageIds.fp_editTopNumberSheetTitle = 1799, MessageIds.fp_enterClassificationText = 1800,
  MessageIds.fp_enterFpNumber = 1801, MessageIds.fp_enterNewLevelNo = 1802, MessageIds.fp_enterNewTopLevelNo = 1803, MessageIds.fp_errorsRenumberingRecs = 1804,
  MessageIds.fp_errorsReschedulingRecs = 1805, MessageIds.fp_highSecProfile = 1806, MessageIds.fp_homeLocAccessErc = 1807, MessageIds.fp_homeLocSecErc = 1808,
  MessageIds.rty_contentBehaviourRuleNotSuitable = 1809, MessageIds.fp_lastNumSubClass = 1810, MessageIds.pc_ContentManagerSettings = 1811, MessageIds.pc_PolicyCenterSettings = 1812,
  MessageIds.pc_GeneralSettings = 1813, MessageIds.pc_CMS_DatabaseId = 1814, MessageIds.pc_CMS_WGS = 1815, MessageIds.pc_CMS_WGSPort = 1816,
  MessageIds.pc_PCS_AuthURL = 1817, MessageIds.pc_PCS_ServiceURL = 1818, MessageIds.fp_LowerLevels = 1819, MessageIds.fp_makeTopLevel = 1820,
  MessageIds.fp_moveWouldLoopError = 1821, MessageIds.fp_NewRec = 1822, MessageIds.fp_noChildrenAllowed = 1823, MessageIds.fp_noLastForRecords = 1824,
  MessageIds.fp_noPatternForChildFP = 1825, MessageIds.fp_noPatternForRecords = 1826, MessageIds.fp_notApprover = 1827, MessageIds.fp_notInClassification = 1828,
  MessageIds.pc_PCS_privateKey = 1829, MessageIds.fp_ownerLocAccessErc = 1830, MessageIds.fp_ownerLocSecErc = 1831, MessageIds.fp_parentClassificationInvalid = 1832,
  MessageIds.pc_PCS_domain = 1833, MessageIds.fp_planHasNoKids = 1834, MessageIds.fp_planNoAlreadyExists = 1835, MessageIds.fp_planSecurityPreventsUsage = 1836,
  MessageIds.fp_pleaseSelectClassification = 1837, MessageIds.fp_pleaseSelectLowerLevelContainer = 1838, MessageIds.fp_recordNeedsManualInput = 1839, MessageIds.fp_recordScheduleUpdateFailed = 1840,
  MessageIds.fp_recordTypeNotValidForClass = 1841, MessageIds.fp_schNotInUse = 1842, MessageIds.fp_specifyPattern = 1843, MessageIds.fp_termHasDash = 1844,
  MessageIds.fp_termNotLowest = 1845, MessageIds.fp_termRecsWontUpdate = 1846, MessageIds.fp_termUsedByRecords = 1847, MessageIds.fp_termUsedByRecordTypes = 1848,
  MessageIds.fp_topLevel = 1849, MessageIds.fp_topLevelPatternWrongLength = 1850, MessageIds.fp_updateRecs = 1851, MessageIds.fp_updatingSchedules = 1852,
  MessageIds.fp_vitalRecordTaskNeeded = 1853, MessageIds.fp_wrongModeForNewRecord = 1854, MessageIds.pc_PCS_userName = 1855, MessageIds.pc_PCS_password = 1856,
  MessageIds.pc_PCS_pageSize = 1857, MessageIds.trm_elasticExtractMetadata = 1858, MessageIds.trm_autoClassClassificationSearch = 1859, MessageIds.trm_elasticIndexRecordErr = 1860,
  MessageIds.trm_elasticIndexRecordWarn = 1861, MessageIds.evt_elasticsearchServerUnreachable = 1862, MessageIds.trm_elasticIndexRecord = 1863, MessageIds.trm_elasticReindexSummary = 1864,
  MessageIds.trm_elasticIndexLocation = 1865, MessageIds.trm_elasticStartingThreads = 1866, MessageIds.trm_autoClassTrainingError = 1867, MessageIds.trm_elasticStatusRed = 1868,
  MessageIds.trm_autoClassCompletedTraining = 1869, MessageIds.trm_elasticIndexLocationErr = 1870, MessageIds.trm_elasticExtractContentAndMetadata = 1871, MessageIds.trm_elasticCantConnectToServer = 1872,
  MessageIds.trm_elasticConnectingToServer = 1873, MessageIds.grm_addNewClassification = 1874, MessageIds.grm_addWorkgroup = 1875, MessageIds.grm_approveAllFPs = 1876,
  MessageIds.grm_approveFilePlan = 1877, MessageIds.grm_badLineManager = 1878, MessageIds.grm_badRFP = 1879, MessageIds.grm_blankLineManager = 1880,
  MessageIds.grm_blankRFP = 1881, MessageIds.grm_cannotMainTainFileplan = 1882, MessageIds.grm_convertRCRecords = 1883, MessageIds.grm_corruptLineManager = 1884,
  MessageIds.grm_corruptManagerInDestWorkgroup = 1885, MessageIds.grm_countryNotAssigned = 1886, MessageIds.grm_dataConversionInfo = 1887, MessageIds.grm_DCMsg = 1888,
  MessageIds.grm_editObject = 1889, MessageIds.pc_CMS_createClass = 1890, MessageIds.grm_filePlanAlreadyApproved = 1891, MessageIds.grm_importComplete = 1892,
  MessageIds.grm_importFailNoMembership = 1893, MessageIds.grm_importMsg = 1894, MessageIds.grm_legalEntityNotAssigned = 1895, MessageIds.grm_lineManagerInvalid = 1896,
  MessageIds.grm_loadingUserFields = 1897, MessageIds.grm_logDCDone = 1898, MessageIds.grm_logDCEnd = 1899, MessageIds.grm_logDCError = 1900,
  MessageIds.grm_logDCErrors = 1901, MessageIds.grm_logDCErrorsDetected = 1902, MessageIds.grm_logDCHeader = 1903, MessageIds.grm_logDCRecord = 1904,
  MessageIds.grm_logDCRecordDone = 1905, MessageIds.grm_logDCRecordError = 1906, MessageIds.grm_logDCUpdatedCount = 1907, MessageIds.grm_logFileBad = 1908,
  MessageIds.grm_logWCConvertWg = 1909, MessageIds.grm_logWCConvertWgMsg = 1910, MessageIds.grm_logWCDoneRemoveUnit = 1911, MessageIds.grm_logWCFailRemoveUnit = 1912,
  MessageIds.grm_logWCHeader = 1913, MessageIds.grm_logWCInfo = 1914, MessageIds.grm_logWCProgress = 1915, MessageIds.grm_logWCRemovingUnit = 1916,
  MessageIds.grm_logWCTesting = 1917, MessageIds.grm_manyFilePlansApproved = 1918, MessageIds.grm_mismatchedBrackets = 1919, MessageIds.grm_missingArchiveBoxRty = 1920,
  MessageIds.grm_noDefaultAccessRtyFound = 1921, MessageIds.grm_noFPstoImport = 1922, MessageIds.grm_notAllowedToApprove = 1923, MessageIds.grm_notMemberofWorkgroup = 1924,
  MessageIds.grm_noWorkgroupForClassification = 1925, MessageIds.grm_oneFilePlanApproved = 1926, MessageIds.grm_probInFileplanName = 1927, MessageIds.grm_recordHasBadFileplan = 1928,
  MessageIds.grm_recordHasBadWorkgroup = 1929, MessageIds.grm_relocatedFPNote = 1930, MessageIds.grm_relocateFP = 1931, MessageIds.grm_relocateFPsComplete = 1932,
  MessageIds.grm_relocateingRecsMsg = 1933, MessageIds.grm_relocateRecMsg = 1934, MessageIds.grm_relocateRecNote = 1935, MessageIds.grm_relocateRecordNotAllowed = 1936,
  MessageIds.grm_relocateRecsComplete = 1937, MessageIds.grm_relocationgFPs = 1938, MessageIds.grm_reportCompleted = 1939, MessageIds.grm_updateFP = 1940,
  MessageIds.grm_updateFPACLProblems = 1941, MessageIds.grm_updateFPs = 1942, MessageIds.grm_updateFPsProblems = 1943, MessageIds.grm_updateRecACL = 1944,
  MessageIds.grm_updateRecs = 1945, MessageIds.grm_updatingRec = 1946, MessageIds.pc_GS_diagnosticLogging = 1947, MessageIds.grm_validateUserFields = 1948,
  MessageIds.grm_validateUserFieldsMsg = 1949, MessageIds.pc_GS_syncInteval = 1950, MessageIds.tem_suWorkDescForTable = 1951, MessageIds.loc_1mailingAddress = 1952,
  MessageIds.loc_accessTo = 1953, MessageIds.tem_suWorkMultiple = 1954, MessageIds.loc_activityAssignee = 1955, MessageIds.tem_suWorkConvertObjectConfig = 1956,
  MessageIds.tem_suWorkConvertCaveats = 1957, MessageIds.tem_suWorkConvertPermissions = 1958, MessageIds.tem_suWorkDeleteTable = 1959, MessageIds.tem_suWorkAddTableDoco = 1960,
  MessageIds.tem_suWorkFixTrailingBlanks = 1961, MessageIds.tem_suWorkCreateLookupSet = 1962, MessageIds.tem_suWorkAddNewUserPermissions = 1963, MessageIds.loc_addressDetails = 1964,
  MessageIds.loc_addressHistory = 1965, MessageIds.loc_addressReferenceRecursionError = 1966, MessageIds.loc_addressValidFromTo = 1967, MessageIds.loc_addressValidUntil = 1968,
  MessageIds.tem_suColumnArrayMismatch = 1969, MessageIds.tem_suFromExpressionUnspecified = 1970, MessageIds.tem_suFromUriColumnUnspecified = 1971, MessageIds.loc_associationNotSupported = 1972,
  MessageIds.tem_suConvertRetention = 1973, MessageIds.loc_badAddressReference = 1974, MessageIds.loc_badDOB = 1975, MessageIds.loc_badLocForRelate = 1976,
  MessageIds.loc_badProfileReference = 1977, MessageIds.loc_badRemoveIndex = 1978, MessageIds.loc_cannotDeactivate = 1979, MessageIds.loc_cannotMakeAdminExternal = 1980,
  MessageIds.loc_canNotRelateToSelf = 1981, MessageIds.loc_canNotRemOwnLogin = 1982, MessageIds.loc_cannotUpdateSecurityBeyondYourOwn = 1983, MessageIds.loc_checkDetails = 1984,
  MessageIds.loc_checkingReference = 1985, MessageIds.loc_completeRecStep = 1986, MessageIds.loc_copiedAccess = 1987, MessageIds.loc_copiedSecurity = 1988,
  MessageIds.loc_copiedSecurityAndAccess = 1989, MessageIds.loc_copyStyle = 1990, MessageIds.loc_customizeAccess = 1991, MessageIds.loc_customizeAccessMultiple = 1992,
  MessageIds.loc_cyclicErc = 1993, MessageIds.loc_details = 1994, MessageIds.tem_suItRecordTypeTasks = 1995, MessageIds.tem_suItExternalLinks = 1996,
  MessageIds.tem_suItRequestsForContainedItems = 1997, MessageIds.loc_duplicateWarning = 1998, MessageIds.tem_suItElecStoreFTP = 1999, MessageIds.loc_enterLocalNumber = 2000,
  MessageIds.loc_enterMatchingName = 2001, MessageIds.loc_everyone = 2002, MessageIds.loc_exceededRelationCount = 2003, MessageIds.tem_suItFormDefinitions = 2004,
  MessageIds.tem_suItElecStoreTotals = 2005, MessageIds.loc_hasNoPermission = 2006, MessageIds.tem_suNumberThreads = 2007, MessageIds.loc_honorificHelpUnavailable = 2008,
  MessageIds.loc_ignoreAdditionalRelationships = 2009, MessageIds.tem_suMaxRowsToUpdate = 2010, MessageIds.loc_imageFileNotFound = 2011, MessageIds.loc_inEstore = 2012,
  MessageIds.tem_suInsertFormItems = 2013, MessageIds.tem_suInsertTextFields = 2014, MessageIds.tem_suInsertJurisdictionsFromGroups = 2015, MessageIds.loc_intlCodeMustBeGTZero = 2016,
  MessageIds.loc_intlCodeMustBeNumericOrKnown = 2017, MessageIds.loc_inUseNeedsReplacement = 2018, MessageIds.loc_inUseNeedsReplacementNoBob = 2019, MessageIds.loc_inUsePrevented = 2020,
  MessageIds.loc_inUsePreventedNoBob = 2021, MessageIds.grm_canceledMCACLSetup = 2022, MessageIds.loc_localAreaCodeMustBeNumeric = 2023, MessageIds.loc_locationHasAssociations = 2024,
  MessageIds.loc_locTypeCanNotBeChanged = 2025, MessageIds.loc_loginAdminsCannotModifyLoginDetails = 2026, MessageIds.loc_loginDeactivated = 2027, MessageIds.loc_loginExpired = 2028,
  MessageIds.loc_loginExpiryInPast = 2029, MessageIds.loc_loginUsed = 2030, MessageIds.tem_suInsertOnlineAudit = 2031, MessageIds.tem_suInsertStoreClaim = 2032,
  MessageIds.tem_suInsertStoreClaimOldBytes = 2033, MessageIds.tem_suInsertStoreClaimOldMegaBytes = 2034, MessageIds.loc_maxConcurrentSeatsExceeded = 2035, MessageIds.loc_maxLocsInACLExceeded = 2036,
  MessageIds.loc_maxNamedSeatsExceeded = 2037, MessageIds.tem_suInsertNotes2 = 2038, MessageIds.tem_suInsertNotes3 = 2039, MessageIds.loc_needAtleastOneLocinCustomList = 2040,
  MessageIds.loc_needsCanUse = 2041, MessageIds.loc_needsToHaveLoginToAdminister = 2042, MessageIds.tem_suInsertMailbox = 2043, MessageIds.loc_newNotAllowed = 2044,
  MessageIds.loc_noAccessToMakeRelated = 2045, MessageIds.loc_noEmail = 2046, MessageIds.loc_noImage = 2047, MessageIds.loc_noImageAvailable = 2048,
  MessageIds.loc_noLoginAccess = 2049, MessageIds.loc_noMatchesFound = 2050, MessageIds.rty_containerRuleNeedsTypes = 2051, MessageIds.loc_noNameEntered = 2052,
  MessageIds.loc_noOwnProfile = 2053, MessageIds.loc_noPermissionToAdminister = 2054, MessageIds.loc_noPermissionToAdministerLogin = 2055, MessageIds.loc_noReplaceLoc = 2056,
  MessageIds.loc_noReplaceLocForAccess = 2057, MessageIds.loc_noReplaceLocForAssociations = 2058, MessageIds.loc_noReplaceLocForEmail = 2059, MessageIds.loc_noReplaceLocForRequests = 2060,
  MessageIds.loc_noSelfReplace = 2061, MessageIds.loc_noSignature = 2062, MessageIds.loc_notOkForAccessControl = 2063, MessageIds.loc_notOkForApprovingAgendaItems = 2064,
  MessageIds.loc_notOkForApprovingClass = 2065, MessageIds.loc_notOkForContact = 2066, MessageIds.loc_notOkForCurrent = 2067, MessageIds.loc_notOkForHome = 2068,
  MessageIds.loc_notOkForOwner = 2069, MessageIds.loc_notOkForRequest = 2070, MessageIds.loc_notReplaced = 2071, MessageIds.loc_notValidForSearchOwner = 2072,
  MessageIds.loc_notValidForWorkflowAssignee = 2073, MessageIds.loc_notValidForWorkflowSupervisor = 2074, MessageIds.loc_noWebURL = 2075, MessageIds.loc_nowhereToJumpTo = 2076,
  MessageIds.loc_numExceed = 2077, MessageIds.loc_oneActiveInactive = 2078, MessageIds.loc_oneCustomLoc = 2079, MessageIds.loc_oneInternalExternal = 2080,
  MessageIds.rty_contentRuleNeedsTypes = 2081, MessageIds.loc_onlyActiveCanBeDefault = 2082, MessageIds.loc_onlyOneRelation = 2083, MessageIds.rty_containerTypeListMsg = 2084,
  MessageIds.loc_otherMailSystem = 2085, MessageIds.rty_contentTypeListMsg = 2086, MessageIds.loc_profileReferenceRecursionError = 2087, MessageIds.loc_providerSecurityTooHigh = 2088,
  MessageIds.loc_quickAddressFailed = 2089, MessageIds.rty_containerPreventMsg = 2090, MessageIds.loc_referenceUpdateCancelled = 2091, MessageIds.loc_reformattingMsg = 2092,
  MessageIds.loc_relExists = 2093, MessageIds.loc_replacedWith = 2094, MessageIds.loc_replaceLocNotInternal = 2095, MessageIds.loc_replaceLocSameType = 2096,
  MessageIds.rty_contentPreventMsg = 2097, MessageIds.loc_searchAll = 2098, MessageIds.rty_pleaseSelectContainerTypes = 2099, MessageIds.loc_secApprovedBy = 2100,
  MessageIds.loc_secUpdatedBy = 2101, MessageIds.loc_security = 2102, MessageIds.loc_securityProfileTooHigh = 2103, MessageIds.rty_pleaseSelectContentTypes = 2104,
  MessageIds.loc_setAsDefaultFor = 2105, MessageIds.loc_someRelNotCreated = 2106, MessageIds.rec_needDocumentForRendition = 2107, MessageIds.loc_sortNameDoesNotMatch = 2108,
  MessageIds.loc_sortNameNoPeriod = 2109, MessageIds.loc_specifyLogintoLogin = 2110, MessageIds.loc_surnameBlank = 2111, MessageIds.oci_needMoreData = 2112,
  MessageIds.oci_invalidHandle = 2113, MessageIds.oci_stillExecuting = 2114, MessageIds.oci_unknownReturnCode = 2115, MessageIds.loc_updateRecs = 2116,
  MessageIds.loc_updatingReference = 2117, MessageIds.loc_usedAsExternalFieldValue = 2118, MessageIds.oci_successWithInfomation = 2119, MessageIds.loc_useProfileOfStr = 2120,
  MessageIds.oci_fuctionFailed = 2121, MessageIds.loc_userCannotCreatePrivilegedUser = 2122, MessageIds.loc_userHasDoccumentsCheckedOut = 2123, MessageIds.oci_errorInitializingEnvironment = 2124,
  MessageIds.oci_errorReleasingTempEnvironment = 2125, MessageIds.oci_errorCreatingErrorHanler = 2126, MessageIds.locCannotActAsLoc = 2127, MessageIds.locCannotBeExternalForPurpose = 2128,
  MessageIds.locCannotBeInactiveForPurpose = 2129, MessageIds.locCannotBeInternalForPurpose = 2130, MessageIds.locCannotBeMemberOf = 2131, MessageIds.locCannotHaveMemberOfType = 2132,
  MessageIds.locMembershipsFor = 2133, MessageIds.locMembersOfType = 2134, MessageIds.locTypeCannotAdminister = 2135, MessageIds.locTypeCannotBeAdministered = 2136,
  MessageIds.locTypeCannotBeAssociatedWithType = 2137, MessageIds.locTypeCannotBeExternal = 2138, MessageIds.locTypeCannotBePersonal = 2139, MessageIds.locTypeCannotBeUsedForPurpose = 2140,
  MessageIds.locTypeCannotHaveLogin = 2141, MessageIds.locTypeCannotHaveProfile = 2142, MessageIds.locYouCannotActAsLoc = 2143, MessageIds.mbxv_singleFileRequired = 2144,
  MessageIds.tem_tool_correctingLocKeys = 2145, MessageIds.sdknet_bulkLoaderNotDoingContainers = 2146, MessageIds.mes_noAttach = 2147, MessageIds.mes_invalid_SMTP_Address = 2148,
  MessageIds.rec_SnoContainerForNumber = 2149, MessageIds.rec_SnoClientMatterForNumber = 2150, MessageIds.mpx_folderIsDeletedItems = 2151, MessageIds.mpx_folderIsOutbox = 2152,
  MessageIds.mpx_folderIsReceiveFolder = 2153, MessageIds.mpx_folderIsSentMail = 2154, MessageIds.mpx_invalidMapiSession = 2155, MessageIds.mpx_mailNotInstalled = 2156,
  MessageIds.mpx_mapiError = 2157, MessageIds.mpx_notificationDelivered = 2158, MessageIds.mpx_notificationNotDelivered = 2159, MessageIds.mpx_notificationRead = 2160,
  MessageIds.mpx_notificationUnread = 2161, MessageIds.fp_filePlanAlreadyUnApproved = 2162, MessageIds.mpx_outboxFolderMissing = 2163, MessageIds.mpx_prependMessageSubjectFailed = 2164,
  MessageIds.mpx_processingMailFolderMsg = 2165, MessageIds.vb_tio_EDocOfType = 2166, MessageIds.vb_tio_EDoc = 2167, MessageIds.vb_tio_EDocRevertToOriginal = 2168,
  MessageIds.mpx_removeMessageFailed = 2169, MessageIds.mpx_retrievingMailItemMsg = 2170, MessageIds.mpx_useSimpleMapiWarning = 2171, MessageIds.ocx_aboutDlgCap = 2172,
  MessageIds.ocx_accessiblity_doubleClick = 2173, MessageIds.ocx_confirmCancel = 2174, MessageIds.ocx_dateWithBlankTime = 2175, MessageIds.ocx_electronicMailMessage = 2176,
  MessageIds.ocx_findDlgCap = 2177, MessageIds.ocx_genericDateCaption = 2178, MessageIds.ocx_helpDebugger = 2179, MessageIds.ocx_InvertAllTagsMenu = 2180,
  MessageIds.ocx_launchWarning = 2181, MessageIds.ocx_menuClear = 2182, MessageIds.ocx_menuCopy = 2183, MessageIds.ocx_menuCut = 2184,
  MessageIds.ocx_menuPaste = 2185, MessageIds.ocx_microsoftIE = 2186, MessageIds.ocx_moreDates = 2187, MessageIds.ocx_noHitsFound = 2188,
  MessageIds.ocx_noMoreOccurrencesFound = 2189, MessageIds.ocx_noOccurrencesFound = 2190, MessageIds.ocx_onstreamAbnormal = 2191, MessageIds.ocx_onstreamInitialization = 2192,
  MessageIds.ocx_onstreamLicenseInvalid = 2193, MessageIds.ocx_onstreamViewer = 2194, MessageIds.ocx_printFailed = 2195, MessageIds.ocx_printMailAttachments = 2196,
  MessageIds.ocx_removeFromHistory = 2197, MessageIds.ocx_saveAsWarning = 2198, MessageIds.ocx_TagAllMenu = 2199, MessageIds.ocx_timeWithBlankDate = 2200,
  MessageIds.ocx_treeSortProgress = 2201, MessageIds.ocx_treeSortStart = 2202, MessageIds.ocx_UntagAllMenu = 2203, MessageIds.ocx_widthInPixels = 2204,
  MessageIds.trm_originEmailCaptureCaption = 2205, MessageIds.tem_suFlagConversionNeeded = 2206, MessageIds.loc_ldapDNalreadyExists = 2207, MessageIds.loc_restricted = 2208,
  MessageIds.bob_ldapEditor = 2209, MessageIds.tem_smActionFixReferences = 2210, MessageIds.tem_smActionFixDuplicateData = 2211, MessageIds.tem_smDuplicateDataSingleColumn = 2212,
  MessageIds.tem_smDuplicateDataMultiColumn = 2213, MessageIds.tem_enterSeats = 2214, MessageIds.rec_cannotAggregate = 2215, MessageIds.rec_noContentsToAggregate = 2216,
  MessageIds.rec_allContentsDisposed = 2217, MessageIds.rec_noContentsHaveInstructions = 2218, MessageIds.rec_aggregationInternalError = 2219, MessageIds.rec_fromContainerWaiting = 2220,
  MessageIds.rec_fromContentsWaiting = 2221, MessageIds.rec_fromContainerContentNote = 2222, MessageIds.rec_fromContents = 2223, MessageIds.rec_fromContentsDifferentDisposalType = 2224,
  MessageIds.rec_fromContainerDifferentDisposalType = 2225, MessageIds.rec_fromContentsLaterDisposalDate = 2226, MessageIds.rec_fromContainerLaterDisposalDate = 2227, MessageIds.rec_contentsAndContainerIdentical = 2228,
  MessageIds.bob_sbMe = 2229, MessageIds.bob_sbMyMemberships = 2230, MessageIds.bob_sbMyStaff = 2231, MessageIds.uty_checkinFolderAlreadyUsed = 2232,
  MessageIds.bob_srchResolvingTopContainers = 2233, MessageIds.bob_srchExaminingContentRecursively = 2234, MessageIds.bob_ldapConnect = 2235, MessageIds.bob_ldapSearch = 2236,
  MessageIds.bob_ldapParseDn = 2237, MessageIds.bob_ldapPauseProcessing = 2238, MessageIds.bob_ldapResumeProcessing = 2239, MessageIds.bob_ldapTestConnectionOk = 2240,
  MessageIds.bob_ldapUserMappingsCaption = 2241, MessageIds.bob_ldapGroupMappingsCaption = 2242, MessageIds.bob_ldapLoadConfigError = 2243, MessageIds.bob_ldapTimeCaption = 2244,
  MessageIds.bob_ldapMessageCaption = 2245, MessageIds.bob_ldapPropertyNameCaption = 2246, MessageIds.bob_ldapPropertyValueCaption = 2247, MessageIds.bob_ldapAttributeNameCaption = 2248,
  MessageIds.bob_ldapAttributePatternCaption = 2249, MessageIds.bob_ldapSearchBaseCaption = 2250, MessageIds.bob_ldapSearchScopeCaption = 2251, MessageIds.bob_ldapSearchFilterCaption = 2252,
  MessageIds.bob_ldapRelTypeCaption = 2253, MessageIds.bob_ldapProcessingCanceled = 2254, MessageIds.bob_ldapCantModifyUser = 2255, MessageIds.rec_capstoneCleanup = 2256,
  MessageIds.uty_checkinMatterAlreadyUsed = 2257, MessageIds.uiGen_Default = 2258, MessageIds.mpx_OutlookNotInstalled = 2259, MessageIds.bob_udfnotBoolean = 2260,
  MessageIds.bob_udfnotDecimal = 2261, MessageIds.bob_udfnotGeography = 2262, MessageIds.mpx_loadingMailForm = 2263, MessageIds.rec_notCheckedToWorkingCopy = 2264,
  MessageIds.bob_searchMethodBlocked = 2265, MessageIds.rec_approvalText = 2266, MessageIds.tl_AppName = 2267, MessageIds.tl_TCFGNotFound = 2268,
  MessageIds.tl_SaveConfigQuery = 2269, MessageIds.tl_PermissionDenied = 2270, MessageIds.tl_PrepInitRunner = 2271, MessageIds.tl_InitRunner = 2272,
  MessageIds.prp_cannotConvertDATEToDate = 2273, MessageIds.prp_cannotConvertValueToDate = 2274, MessageIds.prp_caughtErrorInDataConversion = 2275, MessageIds.prp_couldNotConvertDataValue = 2276,
  MessageIds.prp_noDropTaskAvailable = 2277, MessageIds.prp_noDropTaskFound = 2278, MessageIds.prp_noPermissionForInvalidTask = 2279, MessageIds.prp_propertyFormatInvalid = 2280,
  MessageIds.prp_propertyMismatch = 2281, MessageIds.prp_propertyStringTooLong = 2282, MessageIds.prp_taskIsNotAvailableTagged = 2283, MessageIds.prp_unnamedItem = 2284,
  MessageIds.prp_userHasNoPermissionForTask = 2285, MessageIds.prp_variantTypeNotSupported = 2286, MessageIds.rec_noActionsAvailableForCompletion = 2287, MessageIds.rec_noActionsAttached = 2288,
  MessageIds.web_startYourSearchHere = 2289, MessageIds.web_clieckAddRightClickClearMarker = 2290, MessageIds.web_asPolygon = 2291, MessageIds.web_useAllMarkersToDrawPolygon = 2292,
  MessageIds.web_asLine = 2293, MessageIds.web_useAllMarkersToDrawLine = 2294, MessageIds.web_traffic = 2295, MessageIds.web_showTrafficLayer = 2296,
  MessageIds.web_clearMarkers = 2297, MessageIds.web_clearAllMarkers = 2298, MessageIds.sch_cannotReplaceWithSameSchedule = 2299, MessageIds.idol_notSupportedonx86 = 2300,
  MessageIds.core_invalidDatasetId = 2301, MessageIds.loc_visitorNeedsLogin = 2302, MessageIds.loc_visitorsOnlyForMSPCustomers = 2303, MessageIds.schAfterOneYear = 2304,
  MessageIds.schAfterOneYearAndOneMonth = 2305, MessageIds.schAfterOneYearAndMonths = 2306, MessageIds.schAfterYears = 2307, MessageIds.schAfterYearsAndOneMonth = 2308,
  MessageIds.schAfterYearsAndMonths = 2309, MessageIds.schAfterOneMonth = 2310, MessageIds.schAfterMonths = 2311, MessageIds.schAfterOneDay = 2312,
  MessageIds.schAfterDays = 2313, MessageIds.tem_deleteAllIndexesWarning = 2314, MessageIds.tem_deleteAllConstraintsWarning = 2315, MessageIds.tem_recreateAllIndexesWarning = 2316,
  MessageIds.tem_recreateAllConstraintsWarning = 2317, MessageIds.bob_aclExclusionsOnlyRecords = 2318, MessageIds.bob_aclExclusionForLoc = 2319, MessageIds.bob_aclExclusionForGroup = 2320,
  MessageIds.rcf_error_SocketBind = 2321, MessageIds.trm_originSpamFilterHeading = 2322, MessageIds.trm_checkingForSecurityConversionCompleteRecACL = 2323, MessageIds.trm_checkingForSecurityConversionCompleteRecExclusions = 2324,
  MessageIds.trm_checkingForSecurityConversionCompleteRecContainers = 2325, MessageIds.trm_checkingForSecurityConversionCompleteRecTypes = 2326, MessageIds.trm_checkingForSecurityConversionCompleteClassifications = 2327, MessageIds.core_directoryPathExceedsLimit = 2328,
  MessageIds.dbw_dbisnotAvailable = 2329, MessageIds.tem_getOdbcConnectStringFailed = 2330, MessageIds.odbc_odbcDllIsNotLoaded = 2331, MessageIds.tem_invalidOdbcDriver = 2332,
  MessageIds.tem_invalidSchemaName = 2333, MessageIds.tem_publicSchemaNotAdded = 2334, MessageIds.tem_suWorkdeleteFunction = 2335, MessageIds.tem_suWorkCreateFunction = 2336,
  MessageIds.core_noteFieldInvalid = 2337, MessageIds.tl_capMachineName = 2338, MessageIds.tl_capLoadRunnerLoc = 2339, MessageIds.tl_WordsFileNotFound = 2340,
  MessageIds.tl_DeleteWordsCacheQuery = 2341, MessageIds.tl_capGrpCreateRecs = 2342, MessageIds.tl_capGrpCreateRecs_eDocs = 2343, MessageIds.tl_capGrpCreateRecRDO_eDocs_Custom = 2344,
  MessageIds.tl_capGrpCreateRecRDO_eDocs_Large = 2345, MessageIds.rdr_appAlreadyRunning = 2346, MessageIds.rdr_attachmentNumber = 2347, MessageIds.rdr_closeButtonCaption = 2348,
  MessageIds.rdr_connectToAgentFailed = 2349, MessageIds.rdr_consecutiveErrors = 2350, MessageIds.rdr_couldNotDeleteFile = 2351, MessageIds.rdr_datasetOnlineMsg = 2352,
  MessageIds.rdr_dateProcessed = 2353, MessageIds.rdr_dateRequested = 2354, MessageIds.rdr_detail = 2355, MessageIds.rdr_documentExtracted = 2356,
  MessageIds.rdr_documentType = 2357, MessageIds.tl_capGrpRDO_eDocs_Medium = 2358, MessageIds.rdr_failedToAddRendition = 2359, MessageIds.rdr_failedToDelete = 2360,
  MessageIds.rdr_failedToExtract = 2361, MessageIds.rdr_failedToInitializePrinterDriver = 2362, MessageIds.rdr_failedToLaunchAgent = 2363, MessageIds.core_geographyInvalidShape = 2364,
  MessageIds.tl_capGrpCreateRecRDO_eDocs_Small = 2365, MessageIds.tl_capGrpCreateRecRDO_eDocs_None = 2366, MessageIds.rdr_failedToRender = 2367, MessageIds.rdr_failedToReprocess = 2368,
  MessageIds.rdr_failedToRetrieve = 2369, MessageIds.rdr_failedToRetrievePrintJobCount = 2370, MessageIds.rdr_getDefaultPrinter = 2371, MessageIds.rdr_InternetExplorerPrintDialogCaption = 2372,
  MessageIds.rdr_docusignVoidReason = 2373, MessageIds.rdr_oldSchemaVersion = 2374, MessageIds.rdr_renderRequestSubmitted = 2375, MessageIds.wgs_dataTypeCompatibilityNotSet = 2376,
  MessageIds.rec_actionProcedure = 2377, MessageIds.wgs_databaseNotEnabled = 2378, MessageIds.rdr_printQueueClearFailed = 2379, MessageIds.rdr_printQueueCountFailed = 2380,
  MessageIds.tl_capGrpCreateRec_UseRTY = 2381, MessageIds.tl_capGrpModRec_ForRec = 2382, MessageIds.rdr_renderInProgress = 2383, MessageIds.rdr_renderQueueCleared = 2384,
  MessageIds.rdr_renderQueueClearFailed = 2385, MessageIds.rdr_renderQueueEmpty = 2386, MessageIds.rdr_renderRetrieving = 2387, MessageIds.rdr_setDefaultPrinter = 2388,
  MessageIds.rdr_shellOpenFailed = 2389, MessageIds.rdr_shellPrintFailed = 2390, MessageIds.rdr_failedToConvert = 2391, MessageIds.tl_capGrpModRec_AddNotes = 2392,
  MessageIds.rec_accessControl = 2393, MessageIds.rec_aclw_containerWithDifferingAccess = 2394, MessageIds.rec_requestNotForRecord = 2395, MessageIds.rec_aclw_inheritedNoContainer = 2396,
  MessageIds.rec_aclw_removingAccess = 2397, MessageIds.rec_badSelection = 2398, MessageIds.rec_actCanNotCompleteProcedure = 2399, MessageIds.rec_actionCompleted = 2400,
  MessageIds.rec_actionLocViewStr = 2401, MessageIds.rec_actionNotCompleted = 2402, MessageIds.rec_actionsAssignedNoDueDate = 2403, MessageIds.rec_actionUnassignedViewStr = 2404,
  MessageIds.rec_activeAuditEvents = 2405, MessageIds.rec_actNoCurrentAction = 2406, MessageIds.rec_addContactTitle = 2407, MessageIds.rec_sapNoDocument = 2408,
  MessageIds.rec_sapbadDb = 2409, MessageIds.rec_badXML = 2410, MessageIds.rec_allRevisionsInUse = 2411, MessageIds.rec_alreadyFinalized = 2412,
  MessageIds.rec_alsoCc = 2413, MessageIds.rec_alsoTo = 2414, MessageIds.rec_andOthers = 2415, MessageIds.rec_reviewRoleSecurityBreach = 2416,
  MessageIds.rec_assigneeLocationNotSpecified = 2417, MessageIds.rec_assigneeSecurityBreach = 2418, MessageIds.rec_asSuperCopyMsg = 2419, MessageIds.rec_attachExtSigTask = 2420,
  MessageIds.rec_attachmentExtractFailed = 2421, MessageIds.rec_attachTypeInvalid = 2422, MessageIds.rec_auditEventFrom = 2423, MessageIds.rec_auditEventFromTo = 2424,
  MessageIds.rec_autoEncloseNote = 2425, MessageIds.rec_autoEncloseNote2 = 2426, MessageIds.rec_autoHomeNote = 2427, MessageIds.rec_autoHomeNoteSpace = 2428,
  MessageIds.rec_autoRendInProgress = 2429, MessageIds.rec_autoRenditionDateCol = 2430, MessageIds.tem_listOfNotIndexedRecords = 2431, MessageIds.rec_autoRenditionRendTypeCol = 2432,
  MessageIds.rec_autoRenditionStatusCol = 2433, MessageIds.rec_autoRendNotStarted = 2434, MessageIds.rec_badClient = 2435, MessageIds.rec_badContainerRecNum = 2436,
  MessageIds.rec_badCopyNeedContainer = 2437, MessageIds.rec_badCopyNeedDocument = 2438, MessageIds.rec_badDroppedObject = 2439, MessageIds.rec_badNewRecordType = 2440,
  MessageIds.rec_badNextNumber = 2441, MessageIds.rec_badRecordType = 2442, MessageIds.rec_badTaskID = 2443, MessageIds.rec_beingCreated = 2444,
  MessageIds.tl_capTabSearch = 2445, MessageIds.rec_blankDate = 2446, MessageIds.rec_breachWarning = 2447, MessageIds.rec_cannotChangeContentsOfContainerOnHold = 2448,
  MessageIds.rec_cannotChangeCheckoutPath = 2449, MessageIds.rec_cannotChangeSecAsRecIsOut = 2450, MessageIds.tl_capButtonDelWordsFile = 2451, MessageIds.rec_cannotCopyOfflineDocument = 2452,
  MessageIds.rec_cannotDeleteRoot = 2453, MessageIds.rec_cannotDoWithinMsg = 2454, MessageIds.rec_cannotEditNotes = 2455, MessageIds.rec_cannotExtractNewRendition = 2456,
  MessageIds.rec_cannotGetRevisionForCompare = 2457, MessageIds.rec_cannotHaveASignature = 2458, MessageIds.rec_cannotModifyExistingLinkedDocument = 2459, MessageIds.rec_cannotModifyExistingRevision = 2460,
  MessageIds.rec_cannotPrintSignature = 2461, MessageIds.rec_cannotPutHeldRecordInContainer = 2462, MessageIds.rec_cannotRemoveNonContacts = 2463, MessageIds.rec_cannotRemovePartOrSeriesRels = 2464,
  MessageIds.rec_cannotRemovePlanNumber = 2465, MessageIds.rec_cannotRemovePlanTitle = 2466, MessageIds.rec_cannotRemoveSecurityBreaches = 2467, MessageIds.rec_cannotRemoveSpecialRelationship = 2468,
  MessageIds.rec_cannotRemoveTitlingKeyword = 2469, MessageIds.trm_ribbonCommandProperties = 2470, MessageIds.trm_ribbonGroupProperties = 2471, MessageIds.tem_enterServerName = 2472,
  MessageIds.rec_cannotSetInactiveDateToBlank = 2473, MessageIds.rec_cannotViewSignature = 2474, MessageIds.rec_cantCreatepartsForRTY = 2475, MessageIds.tem_enterAvailabilityGroupListener = 2476,
  MessageIds.rec_cantFindAction = 2477, MessageIds.rec_cantFindActionToReassign = 2478, MessageIds.rec_cantLinkToItself = 2479, MessageIds.rec_cantLocateAction = 2480,
  MessageIds.rec_cantRemoveLink = 2481, MessageIds.rec_checkedOutDetails = 2482, MessageIds.rec_checkedOutDetailsPhone = 2483, MessageIds.rec_checkedOutSame = 2484,
  MessageIds.tl_capSrch_TitleOr = 2485, MessageIds.rec_checkInLinkDiscard = 2486, MessageIds.rec_checkInLinkUpdate = 2487, MessageIds.rec_checkMultipleDocs = 2488,
  MessageIds.rec_checkOneDoc = 2489, MessageIds.rec_checkoutCap = 2490, MessageIds.rec_checkoutLinksCancelled = 2491, MessageIds.bob_selectDefaultClosedContainerPrevented = 2492,
  MessageIds.rec_classificationTitleTooLong = 2493, MessageIds.rec_clearClosedWarning = 2494, MessageIds.rec_commAddressTypeNotAvailable = 2495, MessageIds.rec_commLocationNoLongerExists = 2496,
  MessageIds.rec_commNeedsASender = 2497, MessageIds.rec_commOnlyOneSender = 2498, MessageIds.rec_commRecordAlreadySet = 2499, MessageIds.rec_commSenderAlreadyDefined = 2500,
  MessageIds.rec_communicatorAlreadyRegistered = 2501, MessageIds.rec_communicatorHasNoAddress = 2502, MessageIds.rec_compareRevisionTitle = 2503, MessageIds.rec_compareRevWithCurrent = 2504,
  MessageIds.rec_compareRevWithLater = 2505, MessageIds.rec_compareRevWithPrevious = 2506, MessageIds.rec_compareTitle = 2507, MessageIds.rec_compareWithLaterVersion = 2508,
  MessageIds.rec_compareWithPreviousVersion = 2509, MessageIds.rec_completeProcedure = 2510, MessageIds.bob_selectTheCorrectPartMsg = 2511, MessageIds.rec_contactAlreadyAttachedRecord = 2512,
  MessageIds.rec_contactAlreadyPrimary = 2513, MessageIds.rec_contacts = 2514, MessageIds.rec_contactUsedInTitle = 2515, MessageIds.rec_closedContainerWarning = 2516,
  MessageIds.rec_defaultContainerClosedBadLaterPart = 2517, MessageIds.rec_containerClosedBadLaterPart = 2518, MessageIds.rec_containerAncestorIsForPaperOnly = 2519, MessageIds.rec_containerDeleted = 2520,
  MessageIds.rec_containerDestroyed = 2521, MessageIds.rec_containerDlgIn = 2522, MessageIds.rec_badContainerBadLatestPart = 2523, MessageIds.rec_containerDlgOut = 2524,
  MessageIds.rec_containerDoesNotExist = 2525, MessageIds.rec_containerHasLowerSec = 2526, MessageIds.rec_containerHasLowerSecUpgrade = 2527, MessageIds.rec_containerHomeLocBadErc = 2528,
  MessageIds.rec_containerInContainerErc = 2529, MessageIds.rec_containerInSpace = 2530, MessageIds.rec_containerIsForPaperOnly = 2531, MessageIds.rec_containerNeedsHigherLevel = 2532,
  MessageIds.rec_containerNoGood = 2533, MessageIds.rec_containerNotAccessible = 2534, MessageIds.rec_containerSecurityBreach = 2535, MessageIds.rec_containerSecurityDifferent = 2536,
  MessageIds.rec_closedContainerBadLaterPartWarning = 2537, MessageIds.rec_closedDefaultContainerClosedLaterPart = 2538, MessageIds.rec_contentsAll = 2539, MessageIds.rec_contentsHaveFinalRecords = 2540,
  MessageIds.rec_closedContainerClosedLaterPart = 2541, MessageIds.rec_contentsHaveRelatedRecordsDestroy = 2542, MessageIds.rec_contentsWithDiffSch = 2543, MessageIds.rec_contentsWithSch = 2544,
  MessageIds.rec_contentsWithSevereSch = 2545, MessageIds.rec_contHasHigher = 2546, MessageIds.rec_convertRecLinkFail = 2547, MessageIds.bob_selectingClosedContainerPrevented = 2548,
  MessageIds.rec_copiesMade = 2549, MessageIds.rec_copyErrorNeedClassification = 2550, MessageIds.rec_copying = 2551, MessageIds.rec_copyMade = 2552,
  MessageIds.rec_copyTitle1_1 = 2553, MessageIds.rec_copyTitle1_x = 2554, MessageIds.rec_copyTitlex_x = 2555, MessageIds.rec_couldNotCopyContainerWarning = 2556,
  MessageIds.rec_couldntAddtoStore = 2557, MessageIds.rec_creatingCopy = 2558, MessageIds.rec_csBigDeclassDateWarning = 2559, MessageIds.rec_csBigDeclassYearsWarning = 2560,
  MessageIds.rec_csEnterClassifiedBy = 2561, MessageIds.rec_csNoAgencySpecified = 2562, MessageIds.rec_currentRowNoGoodForRecord = 2563, MessageIds.rec_currLocSetToHome = 2564,
  MessageIds.rec_currLocSetToMissing = 2565, MessageIds.tes_exportServerName = 2566, MessageIds.tes_exportSchemaName = 2567, MessageIds.rec_dateInFuture = 2568,
  MessageIds.rec_dateReceivedUDFTag = 2569, MessageIds.tl_capSearch_OR = 2570, MessageIds.tl_capSearchResultSetSize = 2571, MessageIds.rec_declaredFinalStatus = 2572,
  MessageIds.rec_declassifyUpdated = 2573, MessageIds.rec_deleteRecLinks = 2574, MessageIds.rec_deleteTaggedMsg = 2575, MessageIds.rec_deleteWarning = 2576,
  MessageIds.rec_deleteWithContentsMsg = 2577, MessageIds.rec_deleteWithNoContentsMsg = 2578, MessageIds.rec_destroyContentsWarning = 2579, MessageIds.tl_capSearchCustom = 2580,
  MessageIds.rec_destroyTag = 2581, MessageIds.rec_destroyWhenContentsHaveRedactions = 2582, MessageIds.rec_destroyWhenHasRelated = 2583, MessageIds.rec_destroyWhenHaveRedactions = 2584,
  MessageIds.tl_capSearchRecNum = 2585, MessageIds.tl_capSrch_TitleAND = 2586, MessageIds.rec_dispCancelled = 2587, MessageIds.rec_dispChangeForCheckedOut = 2588,
  MessageIds.rec_dispChangeHasRelated = 2589, MessageIds.rec_dispChangePreventedNoSchedule = 2590, MessageIds.tl_capSearch_AND = 2591, MessageIds.rec_dispNew = 2592,
  MessageIds.rec_dispNone = 2593, MessageIds.rec_dispRemove = 2594, MessageIds.rec_dispSch = 2595, MessageIds.rec_dispSchHdr = 2596,
  MessageIds.tl_capSearch_NotesWord = 2597, MessageIds.tl_capSearch_TitleWord = 2598, MessageIds.rec_docContentOperator = 2599, MessageIds.rec_docFinal = 2600,
  MessageIds.rec_docFinalNoDelete = 2601, MessageIds.rec_docFormatCannotAnnotateRedact = 2602, MessageIds.rec_docIsDraft = 2603, MessageIds.rec_docIsFinalised = 2604,
  MessageIds.rec_documentAddError = 2605, MessageIds.rec_documentCheckedOut = 2606, MessageIds.rec_documentExtractError = 2607, MessageIds.rec_documentHasHigherSecDowngrade = 2608,
  MessageIds.rec_documentHasLowerSec = 2609, MessageIds.rec_documentHasLowerSecUpgrade = 2610, MessageIds.rec_documentInUseChangesLost = 2611, MessageIds.rec_documentNotModified = 2612,
  MessageIds.rec_documentNotSigned = 2613, MessageIds.rec_documentSigned = 2614, MessageIds.rec_documentUpdatePending = 2615, MessageIds.tl_capTab_Creation = 2616,
  MessageIds.rec_doWithinMsgWithExtra = 2617, MessageIds.rec_doWithinMsgWithoutExtra = 2618, MessageIds.rec_downgradeDocumentSec = 2619, MessageIds.rec_dropAlreadyContained = 2620,
  MessageIds.rec_dropContained = 2621, MessageIds.rec_dropContainedAndEnclosed = 2622, MessageIds.rec_dropEnclosed = 2623, MessageIds.rec_dropNotInContainer = 2624,
  MessageIds.rec_dsgDocSigned = 2625, MessageIds.rec_dsgFileAttachedNotVerified = 2626, MessageIds.rec_dsgFileAttachedVerified = 2627, MessageIds.rec_dueBackOn = 2628,
  MessageIds.rec_dueDateCanNotBeSet = 2629, MessageIds.rec_duplicatedTitlesError = 2630, MessageIds.rec_duplicatedTitlesWarning = 2631, MessageIds.rec_earliestRequester = 2632,
  MessageIds.rec_edmAttachedMsg = 2633, MessageIds.rec_edmAttaching = 2634, MessageIds.rec_edmCannotResolveTopDrawerRef = 2635, MessageIds.rec_edmCheckedOutMsg = 2636,
  MessageIds.rec_edmCheckoutMsg = 2637, MessageIds.rec_edmDiscarding = 2638, MessageIds.rec_edmDiscardMsg = 2639, MessageIds.rec_edmFile = 2640,
  MessageIds.rec_edmInTRIMStore = 2641, MessageIds.rec_edmLinkAttached = 2642, MessageIds.rec_edmLinkAutoCaptured = 2643, MessageIds.tl_capTab_Modification = 2644,
  MessageIds.rec_edmMailOn = 2645, MessageIds.rec_edmNewRevision = 2646, MessageIds.rec_edmNewRevisionMsg = 2647, MessageIds.tl_capAPITarget = 2648,
  MessageIds.rec_edmNoFile = 2649, MessageIds.rec_edmRemovedMsg = 2650, MessageIds.rec_edmReplacedMsg = 2651, MessageIds.rec_edmReplacing = 2652,
  MessageIds.rec_edmRevDisplayName = 2653, MessageIds.rec_edmRevisionAnnotation = 2654, MessageIds.rec_edmRevisionTypeUnknown = 2655, MessageIds.rec_edmTempFileBad = 2656,
  MessageIds.rec_edmTemporaryFile = 2657, MessageIds.rec_edmTopDrawerOn = 2658, MessageIds.tl_capIterationCount = 2659, MessageIds.rec_edmTransactionInProgress = 2660,
  MessageIds.rec_emailsCannotHaveVersions = 2661, MessageIds.rec_enclosed = 2662, MessageIds.tl_capServiceAPIUrl = 2663, MessageIds.rec_enterCommDate = 2664,
  MessageIds.rec_enterCommRecord = 2665, MessageIds.rec_enterPrimordial = 2666, MessageIds.tl_capUserCount = 2667, MessageIds.rec_erecFinalisedDesc = 2668,
  MessageIds.rec_errDocumentFinal = 2669, MessageIds.rec_errDocumentNotFinal = 2670, MessageIds.rec_errorAccessingExternalAddin = 2671, MessageIds.rec_errorWithRenditionRequest = 2672,
  MessageIds.rec_exceededRetry = 2673, MessageIds.rec_externalLinkBroken = 2674, MessageIds.rec_externalStoreItem = 2675, MessageIds.rec_extractLinkLocationFail = 2676,
  MessageIds.tl_capRunAs = 2677, MessageIds.rec_fileTypeNotSuitable = 2678, MessageIds.rec_finalised = 2679, MessageIds.tl_capActivitySettings = 2680,
  MessageIds.tl_msgUnableToValidateMachine = 2681, MessageIds.rec_findingNextNumber = 2682, MessageIds.tl_msgUnknownError = 2683, MessageIds.rec_form = 2684,
  MessageIds.rec_fpNumberTitle = 2685, MessageIds.tl_msgMachineValidationFailed = 2686, MessageIds.rec_fromTopDrawer = 2687, MessageIds.rec_functionNewRecsOnly = 2688,
  MessageIds.rec_gpfAccessingExternalAddin = 2689, MessageIds.rec_hasADigitalSignature = 2690, MessageIds.rec_hasEdmOnDestroy = 2691, MessageIds.tl_capMenu_SaveElipsis = 2692,
  MessageIds.rec_hasLaterDestroy = 2693, MessageIds.rec_hasNoContact = 2694, MessageIds.tl_capMenu_Save = 2695, MessageIds.rec_hasNoDestroy = 2696,
  MessageIds.rec_hasNoDigitalSignature = 2697, MessageIds.rec_hasNoHolds = 2698, MessageIds.rec_hasNoRelationship = 2699, MessageIds.rec_hasNoRequests = 2700,
  MessageIds.rec_hasNoRevisions = 2701, MessageIds.rec_hasRelatedRecords = 2702, MessageIds.rec_histBreach = 2703, MessageIds.rec_histByOn = 2704,
  MessageIds.rec_histOn = 2705, MessageIds.rec_holdAttached = 2706, MessageIds.rec_holdPreventedForContents = 2707, MessageIds.rec_homeBreachWarning = 2708,
  MessageIds.rec_homeCannotBeASpace = 2709, MessageIds.rec_homeCannotBeContainer = 2710, MessageIds.rec_homeDetailStr = 2711, MessageIds.rec_homeLocationNotSpecified = 2712,
  MessageIds.rec_homeLocFullSpace = 2713, MessageIds.rec_homeLocInDispChangeBaseErc = 2714, MessageIds.rec_homeLocSecurityDetailsError = 2715, MessageIds.rec_homeLocSecurityError = 2716,
  MessageIds.rec_homeLocSetToContainer = 2717, MessageIds.rec_homeLocSetToSpace = 2718, MessageIds.rec_homeSecurityBreach = 2719, MessageIds.rec_htCavAdded = 2720,
  MessageIds.rec_htCavRemoved = 2721, MessageIds.rec_htChangedContainer = 2722, MessageIds.rec_htFpAdded = 2723, MessageIds.rec_htFpChanged = 2724,
  MessageIds.rec_htFpRemoved = 2725, MessageIds.rec_htNewContainer = 2726, MessageIds.rec_htRemovedFromContainer = 2727, MessageIds.rec_htSchAdded = 2728,
  MessageIds.rec_htSchChanged = 2729, MessageIds.rec_htSchRemoved = 2730, MessageIds.rec_inactiveInFuture = 2731, MessageIds.rec_inadequateSecurity = 2732,
  MessageIds.rec_holdPreventedForClients = 2733, MessageIds.tl_msgConfigValid = 2734, MessageIds.rec_inContainerError = 2735, MessageIds.rec_inContainerHomeCanNotBeModified = 2736,
  MessageIds.tl_capButton_Launch = 2737, MessageIds.tl_capGrpHosts = 2738, MessageIds.rec_inListCaption = 2739, MessageIds.tl_capButton_Remove = 2740,
  MessageIds.tl_capButton_Add = 2741, MessageIds.tl_capDatabase = 2742, MessageIds.rec_insidePaperAncestor = 2743, MessageIds.rec_insidePaperFolder = 2744,
  MessageIds.rec_internalError_holds = 2745, MessageIds.rec_internalError_noCurrentRecord = 2746, MessageIds.rec_inUseByActiveWorkflow = 2747, MessageIds.rec_inUseByDocumentQueue = 2748,
  MessageIds.rec_invalidLocation = 2749, MessageIds.rec_invalidRecordType = 2750, MessageIds.rec_isDestroyed = 2751, MessageIds.rec_isNotAContainer = 2752,
  MessageIds.rec_isNotAPart = 2753, MessageIds.rec_isNotAVersion = 2754, MessageIds.rec_isNotInAContainer = 2755, MessageIds.rec_isNotInSeries = 2756,
  MessageIds.rec_isPaperFolder = 2757, MessageIds.tl_capButton_ActivitySettingsElipsis = 2758, MessageIds.rec_keepOutAndDiscardMsg = 2759, MessageIds.rec_keywordInTitle = 2760,
  MessageIds.rec_last = 2761, MessageIds.rec_ligitationContainerFor = 2762, MessageIds.rec_linkAccessBad = 2763, MessageIds.rec_linkAccessFailed = 2764,
  MessageIds.rec_linkAlreadyUsesStorageType = 2765, MessageIds.rec_linkCannotBeWritten = 2766, MessageIds.rec_linkDescExternal = 2767, MessageIds.rec_linkDescExternalBroken = 2768,
  MessageIds.rec_linkDescRecord = 2769, MessageIds.rec_linkDescTRIMAdmin = 2770, MessageIds.rec_linkDescTRIMUser = 2771, MessageIds.rec_litigationMatterFor = 2772,
  MessageIds.rec_linkedToFinalized = 2773, MessageIds.rec_linkExternal = 2774, MessageIds.rec_linkExternalBroken = 2775, MessageIds.rec_linkExternalNotGood = 2776,
  MessageIds.rec_linkExtractNoGoodForExternal = 2777, MessageIds.rec_linkHasLinks = 2778, MessageIds.rec_linkIsBroken = 2779, MessageIds.rec_linkLatestDifferentSize = 2780,
  MessageIds.rec_linkLatestNewerThan = 2781, MessageIds.rec_linkLatestOlderThan = 2782, MessageIds.rec_linkNeedsUpdating = 2783, MessageIds.rec_linkRevDifferentSize = 2784,
  MessageIds.rec_linkReviewMessage = 2785, MessageIds.rec_linkRevNewerThan = 2786, MessageIds.rec_linkRevNotFound = 2787, MessageIds.rec_linkRevOlderThan = 2788,
  MessageIds.rec_linkSigWarning = 2789, MessageIds.rec_linkSingleWarning = 2790, MessageIds.rec_linksNeedUpdate = 2791, MessageIds.rec_linksSheetHeading = 2792,
  MessageIds.rec_linkStorageRecord = 2793, MessageIds.rec_linkStorageTRIMDetailsAdmin = 2794, MessageIds.rec_linkStorageTRIMDetailsUser = 2795, MessageIds.rec_litigationClientFor = 2796,
  MessageIds.rec_linkTaskNoGoodForBrokenLink = 2797, MessageIds.rec_linkTransferBad = 2798, MessageIds.rec_linkViewDisplayName = 2799, MessageIds.rec_linkWarnings = 2800,
  MessageIds.rec_locBreachDetected = 2801, MessageIds.rec_locChosenContacts = 2802, MessageIds.rec_locLatest = 2803, MessageIds.rec_locSelectContact = 2804,
  MessageIds.rec_locTagged = 2805, MessageIds.rec_logRemovedData = 2806, MessageIds.rec_loseFromTopDrawer = 2807, MessageIds.trm_lotusNotesEMLSaveErr = 2808,
  MessageIds.rec_mailAndOthers = 2809, MessageIds.rec_mailMetaHeading = 2810, MessageIds.rec_mailSubjectMany = 2811, MessageIds.rec_mailSubjectOne = 2812,
  MessageIds.rec_makeLaterPart = 2813, MessageIds.rec_makeLaterVersion = 2814, MessageIds.rec_manualInputRequired = 2815, MessageIds.rec_manualRecIdExists = 2816,
  MessageIds.rec_manualWithAutoRecIdExists = 2817, MessageIds.rec_manyContactsErc = 2818, MessageIds.rty_contentLevelMustBeLowerThan = 2819, MessageIds.rty_contentLevelMustBeLowerThanInclusive = 2820,
  MessageIds.rec_maxCopies = 2821, MessageIds.rec_maxPartsExceeded = 2822, MessageIds.rec_maxVersions = 2823, MessageIds.rec_missingFromMsg = 2824,
  MessageIds.rec_monthsMustBeBetween = 2825, MessageIds.rec_moreThanOneContact = 2826, MessageIds.rec_moreThanOneRelatedRecord = 2827, MessageIds.rec_mustBeOwnerToPurge = 2828,
  MessageIds.rec_mustCopyAcl = 2829, MessageIds.rec_mustCopyContainer = 2830, MessageIds.rty_contentMustHaveBehaviour = 2831, MessageIds.rty_contentMustBeInList = 2832,
  MessageIds.rec_needAclForContainer = 2833, MessageIds.rty_noContentsAllowed = 2834, MessageIds.rec_needOneOfTheseToModifyAccess = 2835, MessageIds.rec_needsADocument = 2836,
  MessageIds.rec_needsARecipient = 2837, MessageIds.rec_needsDeclassReviewBeforeTransfer = 2838, MessageIds.rec_needsLongevityRenditionToArchive = 2839, MessageIds.rec_needsRecordForOfflineNavigation = 2840,
  MessageIds.rec_needValidSelectionForTask = 2841, MessageIds.rty_containerLevelMustBeHigherThan = 2842, MessageIds.rec_newPartBadLast = 2843, MessageIds.rec_newPartFailRecInSpace = 2844,
  MessageIds.rec_newRecordFromDosFile = 2845, MessageIds.rec_newWorkflowCreated = 2846, MessageIds.rec_noAccess = 2847, MessageIds.rec_noAccessToViewDoc = 2848,
  MessageIds.rec_noActionDefFound = 2849, MessageIds.rec_noActSelected = 2850, MessageIds.rty_containerLevelMustBeHigherThanInclusive = 2851, MessageIds.rec_noCreatePermForRty = 2852,
  MessageIds.rec_noDestroyAccess = 2853, MessageIds.rec_noDigitalCertificatesFound = 2854, MessageIds.rec_noDocAttached = 2855, MessageIds.rec_noDocAttachedOrAccess = 2856,
  MessageIds.rec_noDSGtoVerify = 2857, MessageIds.rec_noExternalLinkDefined = 2858, MessageIds.rec_noHold = 2859, MessageIds.rec_noMyDocuments = 2860,
  MessageIds.rec_none = 2861, MessageIds.rec_nonTransparentRendDesc = 2862, MessageIds.rec_noOutActWithName = 2863, MessageIds.rec_noOutstandingAction = 2864,
  MessageIds.rty_containerMustHaveBehaviour = 2865, MessageIds.rec_noRecipients = 2866, MessageIds.rec_noRedactedDocuments = 2867, MessageIds.rec_noRedactionMaybeRequestOne = 2868,
  MessageIds.rec_noReviewDate = 2869, MessageIds.rec_noSig = 2870, MessageIds.rec_noSigSelection = 2871, MessageIds.rec_noStoreDefined = 2872,
  MessageIds.rec_noSubjectForTitle = 2873, MessageIds.rec_notAccessibleDueToSecurityBreach = 2874, MessageIds.rec_notADocumentOrAFolder = 2875, MessageIds.rec_notAllActionsWereCompleted = 2876,
  MessageIds.rec_notAllowedToChangeAccess = 2877, MessageIds.rec_notARedaction = 2878, MessageIds.rec_notASeries = 2879, MessageIds.rty_containerMustBeInList = 2880,
  MessageIds.rec_notCurrentlyConnected = 2881, MessageIds.rec_notEnclosed = 2882, MessageIds.rty_noContainersAllowed = 2883, MessageIds.rec_notEnoughSecurity = 2884,
  MessageIds.rec_notEnoughSpaceForCopies = 2885, MessageIds.tl_capMenu_File = 2886, MessageIds.tl_capMenu_File_Open = 2887, MessageIds.tl_capMenu_File_Recent = 2888,
  MessageIds.rec_notInOwnerGroupForAccess = 2889, MessageIds.tl_capMenu_File_Exit = 2890, MessageIds.tl_capMenu_Help_Contents = 2891, MessageIds.rec_notOnlineYet = 2892,
  MessageIds.tl_capMenu_Help = 2893, MessageIds.rec_notOwnerForAccess = 2894, MessageIds.rec_notRemoveLocTypeFromRecord = 2895, MessageIds.rec_notSeries = 2896,
  MessageIds.rec_notTopDrawDraft = 2897, MessageIds.rec_notUsedAsLink = 2898, MessageIds.rec_noValidRecordTypes = 2899, MessageIds.rec_noVersionToPromote = 2900,
  MessageIds.rec_noVersionToRemove = 2901, MessageIds.rec_numberByFPbutNoFPset = 2902, MessageIds.rec_OCR = 2903, MessageIds.rec_offConfirmRemoveContainer = 2904,
  MessageIds.rec_offlineCannotCreateFromFolder = 2905, MessageIds.rec_offlineCannotCreateFromRef = 2906, MessageIds.rec_offlineComError = 2907, MessageIds.rec_offlineContainerCannotBeChanged = 2908,
  MessageIds.rec_offlineContainerRemoveComplete = 2909, MessageIds.rec_offlineDocHasContents = 2910, MessageIds.rec_offlineDocInvalid = 2911, MessageIds.rec_offlineDropFileNotAccessible = 2912,
  MessageIds.rec_offlineDropFileNoTRF = 2913, MessageIds.rec_offlineDropHadErrors = 2914, MessageIds.rec_offlineDropNoFolder = 2915, MessageIds.tl_capMenu_Help_About = 2916,
  MessageIds.rec_offlineNbrEmptyContainers = 2917, MessageIds.rec_offlineNeedATitle = 2918, MessageIds.rec_offlineOtherError = 2919, MessageIds.rec_offlineRecordCannotBeOpenedOdma = 2920,
  MessageIds.rec_offlineSearchCannotHaveWildcards = 2921, MessageIds.rec_offlineSelectionNeedsToBeDocument = 2922, MessageIds.rec_offlineSelectionNeedsToBeFolder = 2923, MessageIds.rec_offlineTaskNoGoodForContainer = 2924,
  MessageIds.rec_offlineTitleCannotBeChanged = 2925, MessageIds.core_launchChildProcess = 2926, MessageIds.rec_olderInTopDrawer = 2927, MessageIds.tl_msgConfigIncomplete = 2928,
  MessageIds.tl_capRunnerActivity = 2929, MessageIds.rec_onlyforThesTitled = 2930, MessageIds.rec_outOfDate = 2931, MessageIds.rec_outstandingRequestWarning = 2932,
  MessageIds.rec_ownerBreachWarning = 2933, MessageIds.tl_capRunnerActivityAll = 2934, MessageIds.rec_containerIsClosed = 2935, MessageIds.rec_containerIsNotTheLatestPart = 2936,
  MessageIds.rec_containerIsATemporaryCopy = 2937, MessageIds.rec_ownerLocationNotSpecified = 2938, MessageIds.rec_ownerLocSecurityDetailsError = 2939, MessageIds.rec_ownerLocSecurityError = 2940,
  MessageIds.rec_containerIsMissing = 2941, MessageIds.rec_ownerSecurityBreach = 2942, MessageIds.rec_containerHasBeenSuperseded = 2943, MessageIds.tl_capMenu_File_New = 2944,
  MessageIds.tl_capForm_WordSelector = 2945, MessageIds.rec_parentRequiredForNbring = 2946, MessageIds.tl_capHeader_Word = 2947, MessageIds.rec_partsCannotHaveVersions = 2948,
  MessageIds.rec_phraseChanged = 2949, MessageIds.rec_phraseNotFound = 2950, MessageIds.rec_planHasNoSchedule = 2951, MessageIds.rec_previousPartClosedErrorMsg = 2952,
  MessageIds.rec_prevRevisionsInUse = 2953, MessageIds.rec_primaryFlagOnlyForContacts = 2954, MessageIds.tl_capHeader_Count = 2955, MessageIds.rec_recIdExists = 2956,
  MessageIds.tl_msgConnStringNotResolved = 2957, MessageIds.rec_recNotVital = 2958, MessageIds.rec_recordHasNoExplicitRetention = 2959, MessageIds.rec_recordHasRecurringWarning = 2960,
  MessageIds.tl_msgUndoableWarning = 2961, MessageIds.rec_recordMustHaveSeries = 2962, MessageIds.rec_recordNotADocument = 2963, MessageIds.rec_recordNotAFolder = 2964,
  MessageIds.rec_recordNotAllowedInSpace = 2965, MessageIds.rec_recordNotCheckedOut = 2966, MessageIds.tl_capMod_ChangeCurrLoc = 2967, MessageIds.tl_capForm_HostProps = 2968,
  MessageIds.tl_capRMB_Add = 2969, MessageIds.tl_capRMB_Edit = 2970, MessageIds.rec_recordTypeDoesNotSupportTask = 2971, MessageIds.rec_recTypeHasReadOnlyDocuments = 2972,
  MessageIds.tl_capRMB_Remove = 2973, MessageIds.rec_redactedInTitle = 2974, MessageIds.rec_removeFpCap = 2975, MessageIds.rec_removingFinalRecordWarning = 2976,
  MessageIds.rec_removingPartRule = 2977, MessageIds.rec_renditionAlreadyExists = 2978, MessageIds.rec_renditionRequestAlreadyQueued = 2979, MessageIds.rec_renditionTypeAlreadyAttached = 2980,
  MessageIds.rec_renditionTypeCannotBeAutoRendered = 2981, MessageIds.rec_replaceSig = 2982, MessageIds.wgs_certificateNotFound = 2983, MessageIds.rec_noConApproversSelected = 2984,
  MessageIds.tl_configCantLaunch = 2985, MessageIds.tl_configCantLaunchNoHost = 2986, MessageIds.rec_reqDetailPlStr = 2987, MessageIds.rec_reqDetailStr = 2988,
  MessageIds.tl_configCantLaunchNoActivity = 2989, MessageIds.rec_requestDescription = 2990, MessageIds.rec_requestRecurringDesc = 2991, MessageIds.rec_resHasOutstandingActions = 2992,
  MessageIds.rec_resignDoc = 2993, MessageIds.rec_resolveEmailAddress = 2994, MessageIds.sth_elasticLoadPathNotFound = 2995, MessageIds.rec_retScheduleNeedsReview = 2996,
  MessageIds.rec_retScheduleNeedsReviewAdded = 2997, MessageIds.rec_reviewSchTxt1 = 2998, MessageIds.rec_reviewSchTxt2 = 2999, MessageIds.rec_reviewSchTxt3 = 3000,
  MessageIds.rec_revisionInUse = 3001, MessageIds.rec_revisionPreserved = 3002, MessageIds.bob_saveChanges = 3003, MessageIds.rec_saveChanges = 3004,
  MessageIds.rec_saveNewRecord = 3005, MessageIds.rec_saveSigDescFailed = 3006, MessageIds.rec_savingRecord = 3007, MessageIds.rec_SbizDayWarning = 3008,
  MessageIds.rec_ScannotRequestBeforeToday = 3009, MessageIds.rec_ScantReturnFinal = 3010, MessageIds.rec_SchangeSchNotAllowed = 3011, MessageIds.rec_schCheckDestroyDates = 3012,
  MessageIds.rec_schClearReviewDate = 3013, MessageIds.wgs_azureRequestFailed = 3014, MessageIds.rec_scheduleNotChanged = 3015, MessageIds.rec_scheduleSaysCantDestroy = 3016,
  MessageIds.rec_scheduleUsesUndefinedFields = 3017, MessageIds.rec_schMayBeSevere = 3018, MessageIds.rec_schMoreSevere = 3019, MessageIds.rec_schReviewDate = 3020,
  MessageIds.rec_schReviewDateCleared = 3021, MessageIds.rec_schReviewDateOK = 3022, MessageIds.rec_schReviewDateSet = 3023, MessageIds.rec_schReviewed = 3024,
  MessageIds.rec_schReviewedExtra = 3025, MessageIds.rec_SdocumentBookedOutTo = 3026, MessageIds.rec_SdocumentFinal = 3027, MessageIds.rec_cannotEditDocumentType = 3028,
  MessageIds.rec_SdocumentTypeNoReturn = 3029, MessageIds.core_openLogFileError = 3030, MessageIds.rec_searchMethodsTitle = 3031, MessageIds.rec_sec_classifiedByMsg = 3032,
  MessageIds.rec_sec_classifiedOnMsg = 3033, MessageIds.rec_sec_classifiedUpdateTask = 3034, MessageIds.rec_sec_classifyingAgencyMsg = 3035, MessageIds.rec_sec_correctClassification = 3036,
  MessageIds.rec_sec_declassifiedMsg = 3037, MessageIds.rec_sec_declassifyAfterEventMsg = 3038, MessageIds.rec_sec_declassifyAfterRegDate = 3039, MessageIds.rec_sec_declassifyAfterYearsMsg = 3040,
  MessageIds.rec_sec_declassifyExemptNoSec = 3041, MessageIds.rec_sec_declassifyExemptReason = 3042, MessageIds.rec_sec_declassifyHdg = 3043, MessageIds.rec_sec_declassifyInstMsg = 3044,
  MessageIds.rec_sec_declassifyOn = 3045, MessageIds.rec_sec_downgradeAfterEventMsg = 3046, MessageIds.rec_sec_downgradeAfterRegDate = 3047, MessageIds.rec_sec_downgradeAfterYearsMsg = 3048,
  MessageIds.rec_sec_downgradedToMsg = 3049, MessageIds.rec_sec_downgradeExempt = 3050, MessageIds.rec_sec_downgradeExemptNoSec = 3051, MessageIds.rec_sec_downgradeInstMsg = 3052,
  MessageIds.rec_sec_downgradeOn = 3053, MessageIds.rec_sec_downgradeOnHdg = 3054, MessageIds.rec_sec_downgradeYearsInvalid = 3055, MessageIds.rec_sec_guideMismatch = 3056,
  MessageIds.rec_sec_initialHdg = 3057, MessageIds.rec_sec_initialSecReasonMsg = 3058, MessageIds.rec_sec_isFormerlyRestricted = 3059, MessageIds.rec_sec_lastUpdateHdg = 3060,
  MessageIds.rec_sec_needExemptionReasonDate = 3061, MessageIds.rec_sec_needExemptionReasonYears = 3062, MessageIds.rec_sec_noDeclassifyDate = 3063, MessageIds.rec_sec_noDeclassifyEvent = 3064,
  MessageIds.rec_sec_noDeclassifyExemption = 3065, MessageIds.rec_sec_noDowngradeDate = 3066, MessageIds.rec_sec_noDowngradeEvent = 3067, MessageIds.rec_sec_noDowngradeInstructions = 3068,
  MessageIds.rec_sec_noReason = 3069, MessageIds.rec_sec_noReasonForUpdate = 3070, MessageIds.rec_sec_plsDescribeDeclassifyEvent = 3071, MessageIds.rec_sec_plsDescribeDowngradeEvent = 3072,
  MessageIds.rec_sec_plsEnterDowngradeYears = 3073, MessageIds.rec_sec_plsEnterExemptionReason = 3074, MessageIds.rec_sec_plsEnterSecModReason = 3075, MessageIds.rec_sec_plsProvideInstructions = 3076,
  MessageIds.rec_sec_reasonClassification = 3077, MessageIds.rec_sec_reasonContainer = 3078, MessageIds.rec_sec_reasonCopiedRecord = 3079, MessageIds.rec_sec_reasonDocument = 3080,
  MessageIds.rec_sec_reasonRecType = 3081, MessageIds.rec_sec_reasonSeries = 3082, MessageIds.rec_sec_reasonSeriesRecType = 3083, MessageIds.rec_sec_reviewDeclassOptions = 3084,
  MessageIds.rec_sec_reviewedHdg = 3085, MessageIds.rec_sec_reviewOptionsMoreVerbose = 3086, MessageIds.rec_sec_seeInitialMsg = 3087, MessageIds.rec_sec_updateFromNewInitial = 3088,
  MessageIds.rec_sec_upgradedToMsg = 3089, MessageIds.rec_secDeclassified = 3090, MessageIds.rec_secDowngraded = 3091, MessageIds.rec_secUpgraded = 3092,
  MessageIds.rec_pleaseEnterAuthentication = 3093, MessageIds.rec_windowsAuthenticationFailed = 3094, MessageIds.rec_approveConsigmentMsg = 3095, MessageIds.rec_select = 3096,
  MessageIds.rec_selectActionAssignee = 3097, MessageIds.rec_selectARecordType = 3098, MessageIds.rec_selectCert = 3099, MessageIds.rec_selectCompareRow = 3100,
  MessageIds.rec_selectContactType = 3101, MessageIds.rec_selectedRevisionNotFound = 3102, MessageIds.est_azureStoreLocationLength = 3103, MessageIds.rec_selectOnlyOneRecord = 3104,
  MessageIds.rec_selectRecToRelate = 3105, MessageIds.rec_selectRecToRelateTagged = 3106, MessageIds.rec_selectRendition = 3107, MessageIds.rec_selectRevision = 3108,
  MessageIds.rec_selectRTY = 3109, MessageIds.rec_selectValidRelationship = 3110, MessageIds.rec_selectYorMforRDT = 3111, MessageIds.rec_serverDocIsInSameHold = 3112,
  MessageIds.rec_setClientProperty = 3113, MessageIds.rec_setLocOnDestroyedRec = 3114, MessageIds.rec_SidChangedWarning = 3115, MessageIds.rec_SidDoesNotMatchPatttern = 3116,
  MessageIds.rec_SidFound = 3117, MessageIds.rec_SidFoundRetry = 3118, MessageIds.rec_sigAttached = 3119, MessageIds.rec_sigDocumentTask = 3120,
  MessageIds.rec_signAttached = 3121, MessageIds.rec_signature = 3122, MessageIds.rec_signatureField = 3123, MessageIds.rec_signatureGuest = 3124,
  MessageIds.web_wopiConversionWarning = 3125, MessageIds.rec_signCreated = 3126, MessageIds.rec_signedTagged = 3127, MessageIds.rec_since = 3128,
  MessageIds.web_wopiConversionTitle = 3129, MessageIds.rec_SinvalidDrawerDocument = 3130, MessageIds.rec_Smissing = 3131, MessageIds.rec_SnoDocumentToExtract = 3132,
  MessageIds.rec_SnoDocumentToReturn = 3133, MessageIds.rec_SnoPlanForNumber = 3134, MessageIds.rec_SnoRecord = 3135, MessageIds.sth_autoClassErrorAnalysingRecordText = 3136,
  MessageIds.rec_someRevisionsInUse = 3137, MessageIds.rec_spaceCheckCapacity = 3138, MessageIds.rec_spaceFullInCopy = 3139, MessageIds.rec_spaceHasNoHoldingBay = 3140,
  MessageIds.web_wopiConversionOldFormatRevision = 3141, MessageIds.web_wopiPleaseCloseWindow = 3142, MessageIds.rec_specifyDateAfterToday = 3143, MessageIds.rec_spmHoldingBay = 3144,
  MessageIds.rec_SrecIsPartAlready = 3145, MessageIds.rec_SrecordHasSeries = 3146, MessageIds.rec_SregDateWrong = 3147, MessageIds.rec_SrelatedIsSame = 3148,
  MessageIds.rec_SreturnBookedOutTo = 3149, MessageIds.rec_SreturnBookedOutToPhone = 3150, MessageIds.rec_srp_invalidDateRegisteredFilter = 3151, MessageIds.rec_checkInWorkingCopyFailed = 3152,
  MessageIds.rec_saveWorkingCopyFailed = 3153, MessageIds.rec_srpAllTypesOption = 3154, MessageIds.rec_srpCannotUseSavedSearchAsFilter = 3155, MessageIds.tl_capMenu_SaveAsElipsis = 3156,
  MessageIds.sth_restoreElasticIndexFailed = 3157, MessageIds.wgs_awsRequestFailed = 3158, MessageIds.wgs_testStoreErr = 3159, MessageIds.rec_srpExcludeTypesOption = 3160,
  MessageIds.rec_srpFiltered = 3161, MessageIds.rec_srpIncludeTypesOption = 3162, MessageIds.wgs_unexpectedErrinIDOL = 3163, MessageIds.tem_dbIsGISEnabled = 3164,
  MessageIds.tem_selectRecordTypes = 3165, MessageIds.rty_couldNotAllocateUniqueName = 3166, MessageIds.rec_srpInvalidRecordTypeIncludeSelection = 3167, MessageIds.rec_containerTransferred = 3168,
  MessageIds.rec_containerArchived = 3169, MessageIds.tem_noDatasetFound = 3170, MessageIds.tem_datasetAlreadyExists = 3171, MessageIds.evt_trimMailActionUndone = 3172,
  MessageIds.wgs_s3StorageUrlSchema = 3173, MessageIds.rec_conViewApprovalDocument = 3174, MessageIds.core_amazonS3badURL = 3175, MessageIds.est_badGeoRegniInAWSBucket = 3176,
  MessageIds.tem_OmniSvrnotAvailable = 3177, MessageIds.ocx_specifyGPSLocation = 3178, MessageIds.trm_elasticInvalidOperation = 3179, MessageIds.trm_elasticNoServer = 3180,
  MessageIds.trm_elasticEmptyUri = 3181, MessageIds.trm_elasticAutoClassTooManyClassifications = 3182, MessageIds.rec_srpMethodIsBlank = 3183, MessageIds.sth_autoClassFailedAddingAnalyzer = 3184,
  MessageIds.sth_autoClassTrainingNotComplete = 3185, MessageIds.sth_elasticBulkUpdateFailed = 3186, MessageIds.sth_autoClassFailedAddingIndex = 3187, MessageIds.sth_elasticUnableToQuery = 3188,
  MessageIds.sth_elasticErrorLoadingRecord = 3189, MessageIds.sth_autoClassCouldNotStart = 3190, MessageIds.sth_elasticErrorsInBulkLoad = 3191, MessageIds.sth_autoClassInconsistentState = 3192,
  MessageIds.sth_elasticElasticsearchError = 3193, MessageIds.sth_autoClassIndexBad = 3194, MessageIds.sth_elasticBulkLoadErrorCount = 3195, MessageIds.sth_elasticBulkTransaction = 3196,
  MessageIds.sth_elasticIndexStatus = 3197, MessageIds.rec_srpNeedOneOrMoreRecordTypesForFilter = 3198, MessageIds.rec_changedFreeTextTitle = 3199, MessageIds.rec_changedStructuredTitle = 3200,
  MessageIds.rec_noChangesMade = 3201, MessageIds.rec_titleIsClientMatter = 3202, MessageIds.rec_titleIsKeywordDesc = 3203, MessageIds.bob_compressionCaption = 3204,
  MessageIds.wgs_httpsTunnelEstablished = 3205, MessageIds.ul_moveWouldLoopError = 3206, MessageIds.rec_SseriesIsSame = 3213, MessageIds.trm_elasticEmptySearchLocation = 3214,
  MessageIds.trm_elasticEmptySearchRecords = 3215, MessageIds.rec_StmAlreadyRelated = 3216, MessageIds.rec_StmCanNotChangeDate = 3217, MessageIds.rec_StmCantChangeClass = 3218,
  MessageIds.rec_StmCantChangeToRTY = 3219, MessageIds.rec_StmChangeClass = 3220, MessageIds.web_wopiAlreadyOpen = 3221, MessageIds.rec_StmChangeToRTY = 3222,
  MessageIds.rec_StmCopy = 3223, MessageIds.web_FindAProperty_placeHolderTxt = 3224, MessageIds.rec_StmNewPart = 3225, MessageIds.rec_StmNewVersionErc = 3226,
  MessageIds.rec_StmOpenNotAllowed = 3227, MessageIds.rec_StmPartsNotAllowed = 3228, MessageIds.rec_StmPhraseTitleFail = 3229, MessageIds.rec_StmRemoveElecItems = 3230,
  MessageIds.rec_StmSeriesNotAllowed = 3231, MessageIds.web_unableToViewDocumentsOfThisType = 3232, MessageIds.rec_StmTitleBlank = 3233, MessageIds.rec_storeExtractError = 3234,
  MessageIds.rec_numberMatchPattern = 3235, MessageIds.rec_StypeCannotBeReplaced = 3236, MessageIds.rec_StypeCannotBeVersioned = 3237, MessageIds.rec_subjectToLitigationHold = 3238,
  MessageIds.rec_subTypeOnlyForContacts = 3239, MessageIds.rec_SunknownException = 3240, MessageIds.rec_SuntilTooEarly = 3241, MessageIds.rec_tagExtractWithLinks = 3242,
  MessageIds.rec_taskNoGoodForDestroyed = 3243, MessageIds.rdr_excelAutomationCreate = 3244, MessageIds.rec_thisRevisionPreserved = 3245, MessageIds.rec_titleMethodNotGenerated = 3246,
  MessageIds.tl_capButton_Cancel = 3247, MessageIds.rec_tooManyPossibleDuplicateTitle = 3248, MessageIds.rdr_agentCallFailed = 3249, MessageIds.rec_translucentFailed = 3250,
  MessageIds.rec_transparentRendDesc = 3251, MessageIds.web_wopiAlreadyOpenForView = 3252, MessageIds.bob_unableToConnectToWgs = 3253, MessageIds.rec_typeDoesNotUseSeries = 3267,
  MessageIds.rec_typeIsNotBluePrint = 3268, MessageIds.rec_typeIsNotSeries = 3269, MessageIds.rec_unableToRemoveContainer = 3270, MessageIds.rec_uncompleteProcedure = 3271,
  MessageIds.rec_undefinedActionTask = 3272, MessageIds.rec_undefinedObjectToCompare = 3273, MessageIds.rec_unfiled = 3274, MessageIds.rec_unknownRecLoc = 3275,
  MessageIds.rec_unsaved = 3276, MessageIds.rec_updatePlanForPart = 3277, MessageIds.rec_updContainerSec = 3278, MessageIds.rec_upgradeContainerWarning = 3279,
  MessageIds.rec_upgradeDocumentSec = 3280, MessageIds.rec_upgradeToPlanSchedule = 3281, MessageIds.rec_verifySigTask = 3282, MessageIds.trm_elasticRecordReportMissing = 3283,
  MessageIds.trm_elasticIndexMissing = 3284, MessageIds.rec_wouldYouLikeToViewInstead = 3285, MessageIds.rec_yearsMustBeBetween = 3286, MessageIds.rec_youResponsible = 3287,
  MessageIds.rec_yourRenditionRequestSubmitted = 3288, MessageIds.recCannotWriteLink = 3289, MessageIds.recContainerHierarchyError = 3290, MessageIds.recEditInvalidInEnvironment = 3291,
  MessageIds.render_description = 3292, MessageIds.rp_00 = 3293, MessageIds.api_recordFormNeedsRty = 3294, MessageIds.api_locationFormNeedsType = 3295,
  MessageIds.wgs_recordsetWrongWgs = 3296, MessageIds.rp_alreadyExistsMsg = 3329, MessageIds.rp_availItems = 3330, MessageIds.rp_bandOrigin = 3331,
  MessageIds.rp_barcodeAlternate = 3332, MessageIds.rp_barcodeWithId = 3333, MessageIds.rp_baseImportMsg = 3334, MessageIds.rp_bitmapsIsBitmaps = 3335,
  MessageIds.evt_autoClassElasticRecDetails = 3336, MessageIds.rp_browseReports = 3337, MessageIds.rp_cannotStart = 3338, MessageIds.rp_colHdrCap = 3339,
  MessageIds.rp_commonItems = 3340, MessageIds.trm_getDocumentFailed = 3341, MessageIds.rp_confirmThisMsg = 3342, MessageIds.rp_contCap = 3343,
  MessageIds.rp_continueOnMsg = 3344, MessageIds.rp_custom1 = 3345, MessageIds.rp_custom2 = 3346, MessageIds.rp_dashedMustBeOne = 3347,
  MessageIds.rp_dataCap = 3348, MessageIds.rp_displayEvenBlank = 3349, MessageIds.rp_existingItemUpdated = 3350, MessageIds.rp_export = 3351,
  MessageIds.rp_extractToFolder = 3352, MessageIds.trm_elasticTrainingInitialized = 3353, MessageIds.trm_elasticUseClassification = 3354, MessageIds.trm_elasticRejectClassification = 3355,
  MessageIds.trm_elasticCancelRequestedForce = 3356, MessageIds.trm_elasticCancelRequestedWait = 3357, MessageIds.rp_fontDescription = 3358, MessageIds.rp_fullPage = 3364,
  MessageIds.rp_graphicBlank = 3365, MessageIds.rp_hideTime = 3366, MessageIds.rp_importComplete = 3372, MessageIds.rp_importedListTitle = 3373,
  MessageIds.rp_invalidFormat = 3374, MessageIds.rp_itemBarcode = 3375, MessageIds.rp_itemBitmap = 3376, MessageIds.tem_elasticInvalidDocContentLength = 3377,
  MessageIds.rp_itemField = 3378, MessageIds.rp_itemLine = 3379, MessageIds.rp_itemRectangle = 3380, MessageIds.rp_itemText = 3381,
  MessageIds.rp_label4 = 3382, MessageIds.rp_label5 = 3383, MessageIds.rp_landscape = 3384, MessageIds.rp_layoutLoadFail = 3385,
  MessageIds.rp_layoutModified = 3386, MessageIds.rp_lineStyle = 3387, MessageIds.rp_lineStyle1 = 3388, MessageIds.rp_lineStyle2 = 3389,
  MessageIds.rp_lineStyle3 = 3390, MessageIds.rp_lineWidth = 3391, MessageIds.rp_loadStandardRP = 3392, MessageIds.rp_mailingLabel = 3393,
  MessageIds.rp_newItemCreated = 3394, MessageIds.rp_noCapFieldLower = 3395, MessageIds.rp_noDataNoPrint = 3396, MessageIds.rp_noDelBandOrigin = 3397,
  MessageIds.rp_noDelDependantTab = 3398, MessageIds.rp_noDelPageOrigin = 3399, MessageIds.rp_noHdrsOrFootersInLabelMode = 3400, MessageIds.rp_noMoveItemHigher = 3401,
  MessageIds.rp_noMoveItemLower = 3402, MessageIds.rp_noMovePageOrigin = 3403, MessageIds.rp_noMultiLineRotText = 3404, MessageIds.rp_none = 3405,
  MessageIds.rp_noPageOriginHigher = 3406, MessageIds.rp_noPrinter = 3407, MessageIds.rp_noProperties = 3408, MessageIds.rp_noRecsNoPrint = 3409,
  MessageIds.rp_noRPLFiles = 3410, MessageIds.rp_noSwapAdjacentTabs = 3411, MessageIds.rp_numberBar = 3412, MessageIds.rp_numberBarVertical = 3413,
  MessageIds.rp_okToOverwriteMsg = 3414, MessageIds.rp_pageFtrCap = 3415, MessageIds.rp_pageHdrCap = 3416, MessageIds.rp_pageNum = 3417,
  MessageIds.rp_pageRangeSetup = 3418, MessageIds.rp_placeTab = 3419, MessageIds.rp_portrait = 3420, MessageIds.rp_printPreview = 3421,
  MessageIds.rp_rectArc = 3422, MessageIds.rp_rectStyle = 3423, MessageIds.rp_rectStyle1 = 3424, MessageIds.rp_rectStyle2 = 3425,
  MessageIds.rp_rectStyle3 = 3426, MessageIds.rp_repFtrCap = 3427, MessageIds.rp_repHdrCap = 3428, MessageIds.trm_renderConnectError = 3429,
  MessageIds.rp_reportLayout = 3430, MessageIds.rp_reportNameBlank = 3431, MessageIds.rp_returnDateForCurrLocation = 3432, MessageIds.tem_elasticDocFieldTooBig = 3433,
  MessageIds.rp_sepCap = 3434, MessageIds.rp_showLineMsg = 3435, MessageIds.rp_sizeGEZero = 3436, MessageIds.rp_skipOutOfBounds = 3437,
  MessageIds.rp_smallMail = 3438, MessageIds.rp_subFtrCap = 3439, MessageIds.rp_subHdrCap = 3440, MessageIds.rp_supplyBmpName = 3441,
  MessageIds.rp_tabstop = 3442, MessageIds.rp_textDirection0 = 3443, MessageIds.rp_textDirection1 = 3444, MessageIds.rp_textDirection2 = 3445,
  MessageIds.rp_textDirection3 = 3446, MessageIds.rp_textStyle = 3447, MessageIds.rp_textStyle1 = 3448, MessageIds.rp_textStyle2 = 3449,
  MessageIds.rp_textStyle3 = 3450, MessageIds.sth_elasticFlushTransactionsFailed = 3451, MessageIds.rp_trimReport = 3452, MessageIds.rp_trimReportLayout = 3453,
  MessageIds.bob_producerThreadNoResultsFound = 3454, MessageIds.rp_useShortCap = 3455, MessageIds.rp_wGroup = 3456, MessageIds.rp_wPage = 3457,
  MessageIds.rp_xmlParseError = 3458, MessageIds.rpt_cannotModifyTypeOfReport = 3459, MessageIds.rpt_count = 3460, MessageIds.core_notAvailable = 3461,
  MessageIds.rpt_reportTitleStub = 3462, MessageIds.rty_accessFieldAlreadyonForm = 3463, MessageIds.tem_elasticConnectionFailed = 3464, MessageIds.rty_actionAndDueDays = 3465,
  MessageIds.core_notApplicable = 3466, MessageIds.rty_addCommsPageDescription = 3467, MessageIds.rty_assigneeAccessErc = 3468, MessageIds.rty_BadDefaultSeries = 3469,
  MessageIds.rty_badIcon = 3470, MessageIds.rty_badLastNumber = 3471, MessageIds.rty_BadTitleMethod = 3472, MessageIds.rty_basedOnClassification = 3473,
  MessageIds.rty_cannotBeAPaperFolder = 3474, MessageIds.rty_cannotBeSeriesAndInSeries = 3475, MessageIds.rty_cannotHaveDefaultSeries = 3476, MessageIds.rty_cannotUsedSelf = 3477,
  MessageIds.rty_cannotVersionAndPartNumber = 3478, MessageIds.sth_noElasticOpaqueId = 3479, MessageIds.rty_createNotAllowedByAdmin = 3480, MessageIds.rty_defDaysDueNegative = 3481,
  MessageIds.rty_defDispNotDestroy = 3482, MessageIds.rty_digit = 3483, MessageIds.rty_documentsCannotHaveClassNumber = 3484, MessageIds.rty_documentsCannotHaveClassTitle = 3485,
  MessageIds.rty_documentsOnlyInContainers = 3486, MessageIds.rty_esNameBlank = 3487, MessageIds.bob_useHttpsInstead = 3488, MessageIds.rty_formField = 3489,
  MessageIds.rty_formLayoutElements = 3490, MessageIds.rty_formLineBreak = 3491, MessageIds.rty_formPage = 3492, MessageIds.rty_formStandardPages = 3493,
  MessageIds.rty_formStockProperties = 3494, MessageIds.rty_formTab = 3495, MessageIds.rty_freeTitleCannotBeBlank = 3496, MessageIds.rty_general = 3497,
  MessageIds.rty_hasDefHigherSecProfile = 3498, MessageIds.rty_hasHigherSecProfile = 3499, MessageIds.rty_hideFreeTextTitleNotPermitted = 3500, MessageIds.rty_homeLocAccessErc = 3501,
  MessageIds.rty_inconsistentNumberingLevel = 3502, MessageIds.rty_inUseByBlueprint = 3503, MessageIds.rty_inUseByDocumentQueue = 3504, MessageIds.rty_inUseByImportOrigin = 3505,
  MessageIds.rty_inUseByStatisticsReport = 3506, MessageIds.sth_autoClassFailedToAnalyse = 3507, MessageIds.sth_autoClassWordCountsDifferent = 3508, MessageIds.sth_autoClassWordNotFoundInLabelData = 3509,
  MessageIds.rty_lastNumberBlank = 3510, MessageIds.rty_lastNumberInvalid = 3511, MessageIds.rty_linkSubstitionBad = 3512, MessageIds.rty_malformedDataEntryFormXML = 3513,
  MessageIds.core_googleAppsEmailAddress = 3514, MessageIds.rty_needsAStore = 3515, MessageIds.rty_needsManualNumbering = 3516, MessageIds.rty_needsToBeAFolder = 3517,
  MessageIds.rty_noClassificationAllowed = 3518, MessageIds.rty_noCreateAccess = 3519, MessageIds.rty_noEDocs = 3520, MessageIds.rty_noSuchActionDef = 3521,
  MessageIds.rty_noSuchSchedule = 3522, MessageIds.bob_bobCacheCleanup = 3523, MessageIds.sth_elasticStopwordFail = 3524, MessageIds.sth_elasticWordCountQueryFailed = 3525,
  MessageIds.rty_notesFieldAlreadyonForm = 3526, MessageIds.idol_noCategorySupplied = 3527, MessageIds.idol_noTrainingData = 3528, MessageIds.rty_noViewAccess = 3529,
  MessageIds.rty_ownerLocAccessErc = 3530, MessageIds.rty_page = 3531, MessageIds.core_notApplicableShortForm = 3532, MessageIds.rty_partSepUsedInLastNumber = 3533,
  MessageIds.rty_partSepUsedInNumberPattern = 3534, MessageIds.rty_pluginNotRegistered = 3535, MessageIds.rty_prefix = 3536, MessageIds.trm_AutoClassTrainingProgress = 3537,
  MessageIds.rty_recordNumberUsed = 3538, MessageIds.rty_recordTypeInUse = 3539, MessageIds.rty_recordTypeIsCustom = 3540, MessageIds.rty_recordTypePatternNotOk = 3541,
  MessageIds.rty_save = 3542, MessageIds.rty_separator = 3543, MessageIds.rty_standardPagePreviewMsg = 3544, MessageIds.idol_expectedChildNode = 3545,
  MessageIds.rty_storeNotAvailable = 3546, MessageIds.rty_storeReadOnly = 3547, MessageIds.rty_suffix = 3548, MessageIds.rty_taskDescription = 3549,
  MessageIds.rty_taskName = 3550, MessageIds.rty_titleMethodWarning = 3551, MessageIds.rty_typeUsedForClassification = 3552, MessageIds.rtyLinkExeInvalid = 3553,
  MessageIds.rtyLinkUserFieldInvalid = 3554, MessageIds.rtyLinkUserFieldUnavailable = 3555, MessageIds.rtyPropertyError = 3556, MessageIds.rtyPropertyHasNoValue = 3557,
  MessageIds.rtyPropertyInvalid = 3558, MessageIds.rtyUserFieldError = 3559, MessageIds.rtyUserFieldHasNoValue = 3560, MessageIds.sap_componentExists = 3561,
  MessageIds.sap_componentNotFound = 3562, MessageIds.sap_contentRepositoryNotSpecified = 3563, MessageIds.sap_documentAlreadyExists = 3564, MessageIds.sap_documentNotFound = 3565,
  MessageIds.sap_documentPlaceHolderTitle = 3566, MessageIds.sap_documentRecordTypeName = 3567, MessageIds.sap_documentStatusError = 3568, MessageIds.sap_documentStatusOnline = 3569,
  MessageIds.sap_documentStatusUnknown = 3570, MessageIds.sap_failedToGetADataset = 3571, MessageIds.sch_inactiveByRecordTypeSubFolder = 3572, MessageIds.sap_folderRecordTypeName = 3573,
  MessageIds.sch_inactiveByOrigin = 3574, MessageIds.sap_SAPCreator = 3575, MessageIds.sch_cannotHaveDestroyTriggers = 3576, MessageIds.sch_inactiveByCheckinStyle = 3577,
  MessageIds.sch_inactiveAsParent = 3578, MessageIds.sch_inactiveByClassification = 3579, MessageIds.sch_inactiveByRecordType = 3580, MessageIds.sch_inUseAsParent = 3581,
  MessageIds.sch_inUseByClassification = 3582, MessageIds.sch_inUseByRecordType = 3583, MessageIds.sch_makeTopLevel = 3584, MessageIds.sch_moveWouldLoopError = 3585,
  MessageIds.sch_need1MonthAtLeast = 3586, MessageIds.sch_notInUse = 3587, MessageIds.sch_oneDay = 3588, MessageIds.sch_oneMonth = 3589,
  MessageIds.sch_oneYear = 3590, MessageIds.sch_oneYearAndOneMonth = 3591, MessageIds.sch_oneYearAndXMonths = 3592, MessageIds.sch_scheduleInUseByRecord = 3593,
  MessageIds.sch_inactiveJurisdictionByObject = 3594, MessageIds.sch_inUseByOrigin = 3595, MessageIds.sch_specifyFixedDateForTriggerType = 3596, MessageIds.sch_inUseByCheckinStyle = 3597,
  MessageIds.sch_trgFixedDateDesc = 3598, MessageIds.sch_triggerInvalid = 3599, MessageIds.sch_userFieldDate = 3600, MessageIds.sch_userTrigger = 3601,
  MessageIds.sch_xMonths = 3602, MessageIds.sch_xYears = 3603, MessageIds.sch_xYearsAndOneMonth = 3604, MessageIds.sch_xYearsAndXMonths = 3605,
  MessageIds.sdk_64bitValueTruncated = 3606, MessageIds.sch_xDays = 3607, MessageIds.sdk_annotateRedactDisabled = 3608, MessageIds.sdk_AttachmentFileCouldNotBeOpened = 3609,
  MessageIds.sdk_autoQueueLocInvalid = 3610, MessageIds.sdk_autoQueueTypeInvalid = 3611, MessageIds.bob_badLookupItem = 3612, MessageIds.bob_lkiRuleLimiit = 3613,
  MessageIds.esAutoClass_invalidHitCount = 3614, MessageIds.esAutoClass_noMatchingTerms = 3615, MessageIds.esAutoClass_failedToSplit = 3616, MessageIds.esAutoClass_expectedSingleEntry = 3617,
  MessageIds.esAutoClass_classificationIdIncorrect = 3618, MessageIds.esAutoClass_deleteUnsuccesfull = 3619, MessageIds.esAutoClass_categoryRemoved = 3620, MessageIds.esAutoClass_analysedDocsRemoved = 3621,
  MessageIds.esAutoClass_failedToConvert = 3622, MessageIds.esAutoClass_notPartOfTrainingData = 3623, MessageIds.esAutoClass_appliedCustomisedWeights = 3624, MessageIds.esAutoClass_noIndexFound = 3625,
  MessageIds.esAutoClass_classificationNotFound = 3626, MessageIds.esAutoClass_invalidResult = 3627, MessageIds.esAutoClass_errorsEncounteredWhileConverting = 3628, MessageIds.esAutoClass_errorUpdatingLastModified = 3629,
  MessageIds.sdk_badUserField = 3630, MessageIds.sdk_cannotChangePortNumber = 3631, MessageIds.sdk_cannotChangeWorkgroup = 3632, MessageIds.sdk_cannotExecuteOffline = 3633,
  MessageIds.sdk_CantGetPropertyWhenDatabaseIsNotConnected = 3634, MessageIds.sdk_CantSetIdValueWhenDatabaseIsInUse = 3635, MessageIds.sdk_CantSetPropertyWhenDatabaseIsNotConnected = 3636, MessageIds.sdk_connectAsAlreadyConnected = 3638,
  MessageIds.sdk_connectAsFailed = 3639, MessageIds.esReindex_singleThreadedOnly = 3640, MessageIds.esReindex_invalidThreadNo = 3641, MessageIds.sdk_currentlyWithinTransaction = 3642,
  MessageIds.sdk_DatabaseIdNotSet = 3644, MessageIds.sdk_datasetInUse = 3645, MessageIds.sdk_elecItemIsNotAnImage = 3646, MessageIds.sdk_errorFormattingPropertyString = 3647,
  MessageIds.sdk_errorGettingAction = 3648, MessageIds.idol_recordUsedForAutoClassification = 3649, MessageIds.idol_usingDocumentRef = 3650, MessageIds.sdk_externalStoreIdBlank = 3651,
  MessageIds.sdk_importHistoryUnavailable = 3653, MessageIds.sdk_inputDocumentIsInvalid = 3654, MessageIds.sdk_invalidAclCall = 3656, MessageIds.sdk_invalidObjectSupplied = 3657,
  MessageIds.sdk_invalidProperty = 3658, MessageIds.sdk_InvalidPropertyDefinition = 3659, MessageIds.sdk_invalidTrayTypeForThisFunc = 3662, MessageIds.sdk_locRequiredForAccessSetting = 3663,
  MessageIds.sdk_methodCallFailed = 3664, MessageIds.sdk_methodNotAvailableForChildren = 3665, MessageIds.sdk_methodOnlyForExistingRecs = 3666, MessageIds.sdk_methodOnlyForMail = 3667,
  MessageIds.sdk_mustHaveValidLocation = 3668, MessageIds.sdk_newMethodNotImplemented = 3669, MessageIds.sdk_newNotSupported = 3670, MessageIds.fp_termCountCaption = 3671,
  MessageIds.fp_termsHaveWhitespace = 3672, MessageIds.fp_weightMustBeInteger = 3673, MessageIds.fp_weightValueTooLarge = 3674, MessageIds.sdk_noClauseForNot = 3675,
  MessageIds.sdk_noDatasetConnected = 3676, MessageIds.sdk_NoDefaultDatabaseAvailable = 3677, MessageIds.sdk_noLongerCanPut = 3678, MessageIds.sdk_noRefineSearch = 3681,
  MessageIds.sdk_notEmail = 3682, MessageIds.sdk_notExternalStoreItem = 3683, MessageIds.sdk_notInTransaction = 3684, MessageIds.sdk_notSupportedThisDocumentType = 3685,
  MessageIds.sdk_notTopDrawerDraft = 3686, MessageIds.sdk_noUIFromServices = 3687, MessageIds.trm_reindexToolWaitingForThreads = 3688, MessageIds.trm_reindexToolElapsedTime = 3689,
  MessageIds.trm_autoClassNoStatisticsAvailable = 3690, MessageIds.trm_reindexToolCancelled = 3691, MessageIds.trm_autoClassTrainingFailedToComplete = 3692, MessageIds.trm_elasticReindexOperationCancelled = 3693,
  MessageIds.sdk_objectNotFound = 3694, MessageIds.sdk_obsoletePropertyCall = 3695, MessageIds.sdk_PleaseSpecifyFilenameForStream = 3697, MessageIds.sdk_recordCreatedButSecurityPreventsAccess = 3698,
  MessageIds.sdk_searchHasNoClause = 3699, MessageIds.sdk_searchUnderflow = 3701, MessageIds.sdk_selTypeNotAvailable = 3702, MessageIds.sdk_setUsedForParamInvalid = 3704,
  MessageIds.sdk_suppliedKeywordInvalid = 3705, MessageIds.sdk_suppliedLocInvalid = 3706, MessageIds.sdk_suppliedRecordInvalid = 3707, MessageIds.sdk_suppliedSpaceInvalid = 3708,
  MessageIds.sdk_thisElecItemIsNotAnImage = 3710, MessageIds.sdk_topDrawerBadDb = 3712, MessageIds.sdk_topDrawerDraftIdInvalid = 3713, MessageIds.sdk_transactionNotCommitted = 3714,
  MessageIds.sdk_uiParamInvalid = 3715, MessageIds.sdk_unknownObjectType = 3716, MessageIds.sdk_WebServerWorkingDirectoryInvalid = 3723, MessageIds.sdknet_fieldNotRelevant = 3725,
  MessageIds.sdknet_invalidObjectParameter = 3727, MessageIds.sdknet_noBobChildAvailable = 3730, MessageIds.sdknet_noBobChildListAvailable = 3731, MessageIds.sdknet_noBobListAvailable = 3733,
  MessageIds.sdknet_objectDoesNotHaveFields = 3735, MessageIds.sdknet_objectHasNoNotes = 3736, MessageIds.sdknet_objectIsNotHierarchical = 3737, MessageIds.sdknet_objectTypeNotCreatable = 3738,
  MessageIds.sdknet_objectWithNameDoesNotExist = 3739, MessageIds.sdknet_objectWithUriDoesNotExist = 3740, MessageIds.sdknet_propertyIsReadOnly = 3741, MessageIds.smtp_commError = 3748,
  MessageIds.smtp_commErrorWithNum = 3749, MessageIds.trm_elasticReindexRecords = 3750, MessageIds.trm_autoClassTrainingComplete = 3751, MessageIds.trm_elasticReindexFindingUsers = 3752,
  MessageIds.trm_elasticReindexComplete = 3753, MessageIds.trm_elasticReindexUsers = 3754, MessageIds.trm_autoClassTraining = 3755, MessageIds.trm_autoClassFindingClassifications = 3756,
  MessageIds.trm_elasticReindexFindingRecords = 3757, MessageIds.smtp_noFromAddress = 3758, MessageIds.smtp_noRecipientsDefined = 3759, MessageIds.smtp_noServerName = 3760,
  MessageIds.spm_addLowerLevelsTitle = 3771, MessageIds.spm_advancedCalculationPrompt = 3772, MessageIds.spm_alreadyExists = 3773, MessageIds.spm_alreadyInBay = 3774,
  MessageIds.spm_alreadyInSpace = 3775, MessageIds.spm_alreadyRecordsThere = 3776, MessageIds.spm_andPossiblyMore = 3777, MessageIds.spm_bayTotalLine = 3779,
  MessageIds.spm_cannotCreateSpace = 3780, MessageIds.spm_cantRemoveHB = 3781, MessageIds.spm_cantRemoveR = 3782, MessageIds.spm_cap_gt0 = 3783,
  MessageIds.spm_capacityLowerLevel = 3784, MessageIds.spm_capacityOfEach = 3785, MessageIds.spm_capacityOutOfRange = 3786, MessageIds.spm_comUpdateError = 3787,
  MessageIds.spm_confirmTransferTitle = 3788, MessageIds.spm_contigExhausted = 3789, MessageIds.spm_contigSpacesNotAvailable = 3790, MessageIds.spm_countingRecords = 3793,
  MessageIds.spm_countingSQLError = 3794, MessageIds.spm_createLowerLevels = 3795, MessageIds.spm_createLowerLevelsCancelled = 3796, MessageIds.spm_duplicateSearchKey = 3797,
  MessageIds.spm_from = 3799, MessageIds.spm_full = 3800, MessageIds.spm_getNextNumberError = 3801, MessageIds.spm_holdingBayInUse = 3802,
  MessageIds.spm_holdingBayOnlyForHigherLevels = 3803, MessageIds.spm_homeLocationSet = 3806, MessageIds.spm_internalError = 3807, MessageIds.spm_invalidLevelNumber = 3808,
  MessageIds.spm_lastContiguousSpaceIs = 3811, MessageIds.spm_lockedAndWaiting = 3812, MessageIds.spm_logStats = 3813, MessageIds.spm_logTransferCancelled = 3814,
  MessageIds.spm_logTransferCompleted = 3815, MessageIds.spm_logTransferError = 3816, MessageIds.spm_lowestLevelInvalidForSearchType = 3817, MessageIds.spm_maxLevelsExceeded = 3820,
  MessageIds.spm_mustCreate1 = 3821, MessageIds.spm_mustHaveSpaceForCreateLowerLevels = 3822, MessageIds.spm_mustSelect = 3823, MessageIds.spm_noCapacityFortheRequestedTransfer = 3824,
  MessageIds.spm_noCapacityLeft = 3825, MessageIds.spm_noMoreAvail = 3826, MessageIds.spm_noRecordsToTransfer = 3828, MessageIds.spm_notApplicable = 3829,
  MessageIds.spm_notAtHigherLevel = 3830, MessageIds.spm_notAtLowestLevel = 3831, MessageIds.spm_notLicensed = 3832, MessageIds.spm_notLowestLevel = 3833,
  MessageIds.spm_notLowestLevelSpace = 3834, MessageIds.spm_numberLevelsLimit = 3836, MessageIds.spm_numberToCreateOutOfRange = 3837, MessageIds.spm_okToViewLog = 3838,
  MessageIds.spm_outOnLoan = 3839, MessageIds.evt_autoClassNotInitialized = 3840, MessageIds.evt_autoClassErrorDuringCall = 3841, MessageIds.evt_autoClassFailedGettingLastModified = 3842,
  MessageIds.spm_recalcBayTotals = 3843, MessageIds.spm_recalcCascade = 3844, MessageIds.spm_recalcCascadeBays = 3845, MessageIds.spm_recalcComplete = 3846,
  MessageIds.spm_recalcHigherCapacity = 3847, MessageIds.spm_recalcInitCapacity = 3848, MessageIds.spm_recalcInitRecordTotals = 3849, MessageIds.spm_recalcLockAllFailed = 3850,
  MessageIds.spm_recalcLockAllFailedOk = 3851, MessageIds.spm_recalcLocking = 3852, MessageIds.spm_recalcLowestTotals = 3853, MessageIds.spm_recalcStart = 3854,
  MessageIds.spm_recalcUnlocking = 3855, MessageIds.spm_recalcWarning = 3857, MessageIds.spm_recAlreadyInSpace = 3858, MessageIds.spm_reclaimDestroyed = 3859,
  MessageIds.spm_recordsCurrentAllocated = 3860, MessageIds.spm_recordsInHoldingBay = 3861, MessageIds.spm_recordsInLowerLevels = 3862, MessageIds.spm_recTypeCantBeInSPAM = 3863,
  MessageIds.spm_resolveToContinue = 3864, MessageIds.spm_searchKeyCannotStartWithNumber = 3865, MessageIds.bob_wgsUnsupportedWindowsAuth = 3866, MessageIds.spm_seeLowerLevel = 3868,
  MessageIds.spm_selectRecordSelectionStyle = 3869, MessageIds.spm_selectTAS = 3870, MessageIds.spm_setingUpTransferPrompt = 3871, MessageIds.spm_spaceCannotHaveRecords = 3872,
  MessageIds.spm_spaceCreateConflicts = 3873, MessageIds.spm_spaceCreated = 3874, MessageIds.spm_spaceCreateSummary = 3875, MessageIds.spm_spaceHasNoHoldingBay = 3876,
  MessageIds.spm_spaceHasNoRoom = 3877, MessageIds.spm_spaceHasNoRoomInBay = 3878, MessageIds.spm_spaceInUse = 3879, MessageIds.bob_wgsUnsupportedAuthMechanism = 3880,
  MessageIds.spm_spaceNotFound = 3881, MessageIds.spm_spaceTransferFailed = 3882, MessageIds.spm_specifyCapacity = 3883, MessageIds.spm_specifyNumberFrom = 3884,
  MessageIds.spm_specifyNumberFromSDK = 3885, MessageIds.spm_specifyNumberToCreate = 3886, MessageIds.spm_sqlErrorInCalculation = 3887, MessageIds.spm_startNumberingFromInvalid = 3888,
  MessageIds.spm_taggedRecords = 3889, MessageIds.spm_to = 3890, MessageIds.spm_topLevelSpace = 3892, MessageIds.spm_transferCancelled = 3894,
  MessageIds.spm_transferComplete = 3895, MessageIds.spm_transferCompleteHeading = 3896, MessageIds.spm_transferFromTitle = 3897, MessageIds.spm_transferLesserWarning = 3898,
  MessageIds.spm_transferringPrompt = 3899, MessageIds.spm_transferToLocationDetails = 3900, MessageIds.spm_transferToSpaceDetails = 3901, MessageIds.spm_usageDescription2 = 3903,
  MessageIds.spm_useSimple = 3904, MessageIds.spmCheckingForAvailableSpace = 3905, MessageIds.spmTransferLogHeading = 3906, MessageIds.elastic_invalidDocType = 3907,
  MessageIds.elastic_failedToQueryVersion = 3908, MessageIds.elastic_failedScriptUpdate = 3909, MessageIds.elastic_removedParts = 3910, MessageIds.srp_areYouSure = 3911,
  MessageIds.srp_badSearch = 3913, MessageIds.srp_badSRPMethod = 3914, MessageIds.trm_autoClassClassificationsUsed = 3915, MessageIds.trm_autoClassTrainingThreadStatus = 3916,
  MessageIds.trm_autoClassHoldingBay = 3917, MessageIds.trm_autoClassClassificationsNotUsed = 3918, MessageIds.trm_autoClassNoSuitableClassifications = 3919, MessageIds.trm_autoClassCannotAttach = 3920,
  MessageIds.trm_autoClassNotConfigured = 3921, MessageIds.trm_autoClassTrainingHeader = 3922, MessageIds.srp_illegalBracketRequest = 3923, MessageIds.srp_maxWordsInSearchExceeded = 3928,
  MessageIds.srp_mustPickAtLeastOneClassFilter = 3933, MessageIds.srp_mustPickAtLeastOneFinalFilter = 3934, MessageIds.srp_mustPickAtLeatOneDispFilter = 3935, MessageIds.srp_mustPickAtLeastOneRecordTypeFilter = 3936,
  MessageIds.srp_termIsForbidden = 3955, MessageIds.srp_toNeedsToBeGreaterThanFrom = 3957, MessageIds.srp_valueIsMandatory = 3961, MessageIds.sch_fieldNotValidForOccurrenceType = 3962,
  MessageIds.sch_cannotModifyOneOffDate = 3963, MessageIds.sth_allocIdSerialiseFailed = 3964, MessageIds.sth_badIndex = 3967, MessageIds.sth_elasticIndexError = 3968,
  MessageIds.sth_caveatLimitExceeded = 3969, MessageIds.sth_contentMgrErc = 3986, MessageIds.sth_contentSearchInvalid = 3987, MessageIds.sth_couldNotCreateClaim = 3988,
  MessageIds.sth_couldntCloseThreadsService = 3990, MessageIds.sth_couldntCloseThreadsServiceDeath = 3991, MessageIds.sth_couldntCloseThreadsUI = 3992, MessageIds.sth_dciCouldNotOpenLogFile = 3998,
  MessageIds.core_confirmDelete = 3999, MessageIds.sth_getNextUriMutex = 4019, MessageIds.sth_invalidTableForUriAllocation = 4029, MessageIds.sth_LogError = 4034,
  MessageIds.sth_mailError = 4035, MessageIds.sth_mailSubject = 4036, MessageIds.sth_missingUriClaimLockingRow = 4039, MessageIds.sth_elasticAttachedDocIsEmpty = 4040,
  MessageIds.sth_elasticContainedFile = 4041, MessageIds.sth_elasticAddingNoteTerms = 4042, MessageIds.sth_autoClassTrainRecordsFound = 4043, MessageIds.sth_autoClassTrainNoResults = 4044,
  MessageIds.sth_autoClassTrainEmptyValue = 4045, MessageIds.sth_autoClassUpdatedStats = 4046, MessageIds.sth_traceHdr = 4047, MessageIds.td_cannotView = 4064,
  MessageIds.td_checkDbComError = 4066, MessageIds.td_CheckinFileInUse = 4068, MessageIds.td_deleteDoc = 4089, MessageIds.td_DocumentView = 4095,
  MessageIds.td_draft = 4096, MessageIds.td_errorMessage = 4100, MessageIds.td_modified = 4131, MessageIds.td_original = 4144,
  MessageIds.td_PropName = 4156, MessageIds.td_unknownCheckFailure = 4188, MessageIds.tem_addConstraintFailed = 4202, MessageIds.tem_adminUser = 4204,
  MessageIds.tem_alertwgsActiveforDBMaintenance = 4205, MessageIds.tem_allEventsHandled = 4206, MessageIds.tem_alreadyRunning = 4207, MessageIds.tem_AnalysingStatistics = 4208,
  MessageIds.tem_mailSentLogMsg = 4209, MessageIds.tem_analysisResult = 4210, MessageIds.tem_analysisStatistics = 4211, MessageIds.tem_analysisStatus = 4212,
  MessageIds.tem_anAnalysisToolIsCurrentlyBeingRun = 4213, MessageIds.tem_availabilityClosed = 4214, MessageIds.tem_availabilityOffline = 4215, MessageIds.tem_backgroundProcess = 4217,
  MessageIds.tem_badProgID = 4224, MessageIds.tem_cancelDBProcessing = 4229, MessageIds.tem_cancelDBProcessingTitle = 4230, MessageIds.tem_CannotCreateInProcessWorkgroupWervice = 4231,
  MessageIds.tem_CannotFindActivityInOldActivityTable = 4233, MessageIds.tem_canOnlyRunOnNewDatabase = 4239, MessageIds.tem_checkIndexError = 4243, MessageIds.tem_checkingContentDatabase = 4244,
  MessageIds.tem_checkingProc = 4245, MessageIds.tem_checkingUserAccount = 4246, MessageIds.tem_checkingView = 4247, MessageIds.tem_checkUserMsg = 4248,
  MessageIds.tem_columnCheckConstraintsFixed = 4257, MessageIds.tem_completingConversion = 4260, MessageIds.tem_completingDatasetCreation = 4261, MessageIds.tem_configFiles = 4262,
  MessageIds.tem_configFileTooLarge = 4263, MessageIds.tem_configModified = 4264, MessageIds.tem_configModifiedForDeploy = 4265, MessageIds.tem_confirmCachingChangesToSaveAndDeploy = 4267,
  MessageIds.tem_ConfigureCacheSettings = 4268, MessageIds.tem_confirmCachingChanges = 4269, MessageIds.tem_connectionsCap = 4270, MessageIds.tem_connectionString = 4271,
  MessageIds.tem_ConnectString = 4272, MessageIds.tem_connectStringHasNoServer = 4273, MessageIds.tem_constraintHasIncorrectData = 4274, MessageIds.tem_constraintIsRedundant = 4275,
  MessageIds.tem_contentChainComErr = 4277, MessageIds.tem_contentIndexCheckTitle = 4280, MessageIds.tem_contentIndexOptimizeTitle = 4283, MessageIds.tem_convertWorkflowQuery = 4295,
  MessageIds.tem_couldNotAddColumnCheckConstraints = 4302, MessageIds.tem_couldNotIdentifyColumnConstraints = 4305, MessageIds.tem_couldNotIdentifyForeignKeys = 4306, MessageIds.tem_couldNotIdentifyIndexes = 4307,
  MessageIds.tem_couldNotOpenLogFile = 4309, MessageIds.tem_createContentIndex = 4310, MessageIds.tem_createDBWarning = 4312, MessageIds.tem_createDBWarningLimits = 4313,
  MessageIds.tem_createNewDS = 4314, MessageIds.tem_creatingDatabaseTables = 4317, MessageIds.tem_creatingDefaultLogin = 4318, MessageIds.tem_creatingDefaultRecordTypes = 4319,
  MessageIds.tem_creatingDefaultStore = 4320, MessageIds.tem_creatingCustomTypeHiddenMsg = 4325, MessageIds.tem_creatingStoredProcHiddenMsg = 4326, MessageIds.tem_creatingFunctionHiddenMsg = 4327,
  MessageIds.tem_currentStep = 4328, MessageIds.tem_dataLink = 4329, MessageIds.tem_datasetAvailabilitySheet = 4330, MessageIds.tem_datasetHasThisID = 4331,
  MessageIds.tem_datasetMaintenance = 4332, MessageIds.tem_DataSource = 4333, MessageIds.api_oneConnectionPoolOnly = 4334, MessageIds.tem_dbidVersion = 4337,
  MessageIds.tem_dbIntegrityCheck = 4338, MessageIds.tem_dbIntErrors = 4339, MessageIds.tem_dbIntErrorsFixed = 4340, MessageIds.tem_DBolder = 4341,
  MessageIds.tem_DBolderWarning = 4342, MessageIds.tem_dbRepairCheckStoredProcs = 4343, MessageIds.tem_dbRepairCheckTables = 4344, MessageIds.tem_dbRepairCheckTablesRI = 4345,
  MessageIds.tem_dbRepairCheckUserAccounts = 4346, MessageIds.tem_dbRepairCheckViews = 4347, MessageIds.tem_dbRepairFinalise = 4348, MessageIds.tem_dbRepairInitialise = 4349,
  MessageIds.tem_DefaultsForUnspecifiedFileTypes = 4366, MessageIds.tem_deploy = 4367, MessageIds.tem_deployDialog = 4368, MessageIds.tem_deployed = 4369,
  MessageIds.tem_deployedNot = 4370, MessageIds.tem_deploymentRefused = 4372, MessageIds.tem_deploymentStarted = 4373, MessageIds.tem_docContentUpdate = 4382,
  MessageIds.tem_ds_tsk_fixdates = 4384, MessageIds.tem_enterCacheExtensions = 4386, MessageIds.tem_enterCacheHoursToRun = 4387, MessageIds.tem_enterCacheSizeLimit = 4388,
  MessageIds.tem_enterModDaysLimit = 4389, MessageIds.tem_erMoreDetails = 4390, MessageIds.tem_error = 4391, MessageIds.tem_errorDuringCacheSave = 4392,
  MessageIds.tem_ErrorExtractingWorkflowFromStoreHyperlink = 4393, MessageIds.tem_errorLoadingCacheData = 4394, MessageIds.tem_errors = 4395, MessageIds.tem_expiryDateExpired = 4402,
  MessageIds.tem_expiryDateTodayTomorrow = 4403, MessageIds.tem_failStep = 4407, MessageIds.tem_FileCouldNotBeLoaded = 4408, MessageIds.tem_FileType = 4409,
  MessageIds.tem_getConnectStringFailed = 4411, MessageIds.tem_guestAdminUserError = 4413, MessageIds.tem_guestUser = 4414, MessageIds.tem_icForAllTables = 4416,
  MessageIds.tem_icForDatasetTable = 4417, MessageIds.tem_index_primary = 4420, MessageIds.tem_indexesUpToDate = 4422, MessageIds.tem_indexFailedUniqueness = 4423,
  MessageIds.tem_indexHasIncorrectColumns = 4424, MessageIds.tem_indexIsRedundant = 4425, MessageIds.tem_indexShouldBeDuplicate = 4426, MessageIds.tem_indexShouldBeUnique = 4427,
  MessageIds.tem_initFailed = 4428, MessageIds.tem_initialisation = 4429, MessageIds.tem_initialisationRestart = 4430, MessageIds.tem_initialising = 4431,
  MessageIds.tem_initSucceeded = 4433, MessageIds.tem_isGuestCap = 4443, MessageIds.tem_lastErrorEventDetails = 4450, MessageIds.tem_lastRepair = 4453,
  MessageIds.tem_lastRepairNoAv = 4454, MessageIds.tem_lastXTrans = 4456, MessageIds.tem_licenseKeyExpired = 4459, MessageIds.tem_licExtension = 4460,
  MessageIds.tem_licNewFileType = 4461, MessageIds.tem_licPropOfFileType = 4462, MessageIds.tem_loginTimeCap = 4465, MessageIds.tem_machineNameCap = 4466,
  MessageIds.tem_mailTestPassed = 4467, MessageIds.tem_manageIDOLContentIndex = 4469, MessageIds.tem_maxAlphaString = 4470, MessageIds.tem_maximumStringValue = 4471,
  MessageIds.tem_manageESContentIndex = 4472, MessageIds.tem_messageSentNotification = 4474, MessageIds.sth_couldntCreateBulkLoad = 4475, MessageIds.tem_missingConstraintRecreated = 4478,
  MessageIds.tem_missingIndexRecreated = 4479, MessageIds.tem_missingSwitchCase = 4480, MessageIds.tem_nameAlreadyDefined = 4485, MessageIds.tem_noConfigTryRegistry = 4489,
  MessageIds.tem_noData = 4496, MessageIds.tem_noRepairActionRequired = 4502, MessageIds.tem_noSecurityAreYouSure = 4503, MessageIds.tem_notReplicated = 4507,
  MessageIds.tem_notTextIndexable = 4510, MessageIds.tem_optimizeIndexError = 4513, MessageIds.tem_optimizingContentDatabase = 4514, MessageIds.tem_partially = 4515,
  MessageIds.tem_procCancelled = 4517, MessageIds.tem_procCancelledStep = 4518, MessageIds.tem_proccessingComplete = 4519, MessageIds.tem_procCompleteNoErcs = 4520,
  MessageIds.tem_procCompleteTablesWithErcs = 4521, MessageIds.tem_procCompleteWithErcs = 4522, MessageIds.tem_process = 4524, MessageIds.tem_processed = 4525,
  MessageIds.tem_processVMBX = 4529, MessageIds.tem_queued = 4531, MessageIds.tem_processDateValues = 4542, MessageIds.tem_recordsEstimate = 4543,
  MessageIds.tem_recreateMissingProc = 4544, MessageIds.tem_recreateMissingView = 4545, MessageIds.tem_recreatingColumnConstraints = 4546, MessageIds.tem_refRecommend = 4548,
  MessageIds.tem_registeringDatabase = 4549, MessageIds.tem_removeContentIndex = 4559, MessageIds.tem_removeDocContentCheck = 4560, MessageIds.tem_RemoveTheSpecificationForThisFileType = 4562,
  MessageIds.tem_removingObsoleteTables = 4563, MessageIds.tem_removingRedundantProc = 4564, MessageIds.tem_removingRedundantView = 4565, MessageIds.tem_creatingFKIndexes = 4567,
  MessageIds.tem_repairForTableHalted = 4570, MessageIds.tem_repairSummaryHeading = 4571, MessageIds.tem_replicationOf = 4573, MessageIds.tem_restartWandM = 4579,
  MessageIds.tem_restoreFromBackup = 4583, MessageIds.tem_restructuringTable = 4585, MessageIds.tem_riCheck = 4586, MessageIds.tem_riRemove = 4588,
  MessageIds.tem_riSet = 4589, MessageIds.tem_run = 4590, MessageIds.tem_saveDocContentChanges = 4594, MessageIds.tem_saveMaintenceSettings = 4595,
  MessageIds.tem_savingCacheChanges = 4598, MessageIds.tem_savingChanges = 4599, MessageIds.tem_savingOtherChanges = 4600, MessageIds.tem_schemaNotAvailable = 4602,
  MessageIds.tem_schemaNotSupported = 4603, MessageIds.tem_servicesUser = 4606, MessageIds.tem_settingDefaultData = 4607, MessageIds.tem_settingReferentialIntegrity = 4608,
  MessageIds.tem_settingRefIntegrityFor = 4609, MessageIds.tem_smtpTestAttachment = 4611, MessageIds.tem_sorting = 4612, MessageIds.tem_idolID = 4613,
  MessageIds.tem_idolHost = 4614, MessageIds.tem_idolPort = 4615, MessageIds.tem_idolType = 4616, MessageIds.tem_idolServer = 4617,
  MessageIds.tem_startedOn = 4618, MessageIds.tem_StartingSvc = 4619, MessageIds.tem_status = 4622, MessageIds.tem_idolStatusStart = 4624,
  MessageIds.tem_step = 4626, MessageIds.tem_stepStageCancelled = 4627, MessageIds.tem_stepStageCompleted = 4628, MessageIds.tem_stepStageFailed = 4629,
  MessageIds.tem_StoppingSvc = 4630, MessageIds.tem_storeName = 4632, MessageIds.tem_succeeded = 4633, MessageIds.tem_svcStarting = 4638,
  MessageIds.tem_tableHasNoZeroUriRow = 4641, MessageIds.tem_tcfgFileMissing = 4643, MessageIds.tem_testConnect = 4644, MessageIds.tem_testEmailBody = 4645,
  MessageIds.tem_testEmailBodyGeneral = 4646, MessageIds.tem_testEmailSubject = 4647, MessageIds.tem_ThisFileTypeHasAlreadyBeenRegistered = 4648, MessageIds.tem_email_badAuthValues = 4650,
  MessageIds.tem_tool_addCheckConstraints = 4651, MessageIds.tem_tool_addIntegrityConstraints = 4652, MessageIds.tem_tool_bringDBOnline = 4653, MessageIds.tem_tool_checkingRITableLogMessage = 4654,
  MessageIds.tem_tool_checkingTableLogMessage = 4655, MessageIds.tem_tool_columnHasIncorrectFormat = 4657, MessageIds.tem_tool_continueBtn = 4658, MessageIds.tem_tool_couldNotDropTable = 4659,
  MessageIds.tem_tool_couldNotObtainColumnData = 4660, MessageIds.tem_tool_couldNotObtainColumnList = 4661, MessageIds.tem_tool_couldNotObtainConstraintData = 4662, MessageIds.tem_tool_couldNotObtainIndexData = 4663,
  MessageIds.tem_tool_couldNotObtainProcedureList = 4664, MessageIds.tem_tool_couldNotObtainTableList = 4665, MessageIds.tem_tool_couldNotObtainViewList = 4666, MessageIds.tem_tool_createIndexes = 4668,
  MessageIds.tem_tool_creatingTable = 4670, MessageIds.tem_tool_creatingTableLogMessage = 4671, MessageIds.tem_tool_doneBtn = 4672, MessageIds.tem_tool_droppingObsoleteTable = 4673,
  MessageIds.tem_tool_initTable = 4676, MessageIds.tem_tool_missingTableCreated = 4677, MessageIds.tem_tool_notesAvailable = 4678, MessageIds.tem_tool_obsoleteTableDropped = 4679,
  MessageIds.tem_tool_obtainingProcedureList = 4680, MessageIds.tem_tool_obtainingTableList = 4681, MessageIds.tem_tool_obtainingViewList = 4682, MessageIds.tem_tool_rowMajor = 4687,
  MessageIds.tem_tool_rowMinor = 4688, MessageIds.tem_tool_sqlBad = 4689, MessageIds.tem_tool_sqlBadIgnored = 4690, MessageIds.tem_tool_sqlFailed = 4693,
  MessageIds.tem_tool_stageDoneErc = 4696, MessageIds.tem_tool_stageDoneLoggedOk = 4697, MessageIds.tem_tool_stageDoneOk = 4698, MessageIds.tem_tool_startBtn = 4699,
  MessageIds.tem_tool_started = 4700, MessageIds.tem_tool_stringColumnLong = 4702, MessageIds.tem_tool_stringColumnShort = 4703, MessageIds.tem_tool_tableHasMisplacedColumns = 4704,
  MessageIds.tem_tool_tableHasMissingColumns = 4705, MessageIds.tem_tool_tableHasObsoleteColumns = 4706, MessageIds.tem_twoServersOnSamePort = 4710, MessageIds.tem_unauthenticatedDeployment = 4713,
  MessageIds.tem_underRepair1 = 4715, MessageIds.tem_underRepair2 = 4716, MessageIds.tem_updatingTableData = 4719, MessageIds.tem_upgradeNotPossible = 4720,
  MessageIds.tem_upgradeVersion = 4722, MessageIds.tem_upgradingIncremental = 4724, MessageIds.tem_upgradingSchemaNbr = 4725, MessageIds.tem_upgradingTables = 4726,
  MessageIds.tem_usernameCap = 4728, MessageIds.tem_validDBmaint = 4730, MessageIds.tem_validDBprop = 4731, MessageIds.tem_validDBref = 4732,
  MessageIds.tem_validDBupgrade = 4733, MessageIds.tem_VMBXdocos = 4734, MessageIds.tem_vmbxHadErrors = 4735, MessageIds.tem_VMBXneedsDocTypeIndexFirst = 4736,
  MessageIds.tem_wfUpgradeNothingToDo = 4739, MessageIds.tem_wgsStatus_Disabled = 4741, MessageIds.tem_wgsStatus_logging = 4742, MessageIds.tem_wgsStatus_ServiceNotStarted = 4743,
  MessageIds.tem_wgsStatus_Unavailable = 4744, MessageIds.tem_wkg = 4746, MessageIds.tem_WordReindexingTool = 4747, MessageIds.tem_workgroupAlready = 4748,
  MessageIds.tem_WorkgroupService = 4749, MessageIds.th_alreadyAttached = 4752, MessageIds.th_alreadyInList = 4753, MessageIds.th_badRelation = 4755,
  MessageIds.th_canNotAddANodeLabel = 4757, MessageIds.th_confirmDelete = 4758, MessageIds.th_mergeWithSelf = 4762, MessageIds.th_mustHavePrimaryTerm = 4763,
  MessageIds.th_narrowTermIsKeyord = 4764, MessageIds.th_noBracketsAllowed = 4765, MessageIds.th_noGoodForForbidden = 4766, MessageIds.th_noHyphensAllowed = 4767,
  MessageIds.th_noMergeAllowed = 4768, MessageIds.th_notEnoughTerms = 4769, MessageIds.th_notNarrowerTerm = 4770, MessageIds.th_noViewAccessToTerm = 4771,
  MessageIds.th_onlyNodeLabelSelected = 4772, MessageIds.th_onlyOneLBracket = 4773, MessageIds.th_onlyOneRBracket = 4774, MessageIds.th_promptMustHaveBrackets = 4775,
  MessageIds.th_relationExists = 4776, MessageIds.th_relationToNonPreferredTerm = 4777, MessageIds.th_relationToSelf = 4778, MessageIds.th_removeRelationship = 4779,
  MessageIds.th_selectedUseForHasRecs = 4781, MessageIds.th_termContainsHypen = 4782, MessageIds.th_termHasNarrow = 4783, MessageIds.th_termIsForbidden = 4784,
  MessageIds.th_termIsNotATopterm = 4785, MessageIds.th_termIsPrompt = 4786, MessageIds.th_termMustBePrompt = 4787, MessageIds.th_termNotActive = 4788,
  MessageIds.th_termUsedByRecords = 4789, MessageIds.th_titleMustStartWithTopTerm = 4791, MessageIds.th_topTermCannotBeNodeLabel = 4792, MessageIds.th_updateRecs = 4793,
  MessageIds.tnt_contentIndex = 4794, MessageIds.tnt_databases = 4796, MessageIds.tnt_eventService = 4797, MessageIds.tnt_familyName = 4800,
  MessageIds.tnt_fileTypes = 4801, MessageIds.tnt_general = 4802, MessageIds.tnt_license = 4807, MessageIds.tnt_mailConfig = 4808,
  MessageIds.tnt_master = 4809, MessageIds.tnt_miscellaneous = 4810, MessageIds.tnt_user = 4811, MessageIds.tnt_users = 4812,
  MessageIds.tnt_workgroup = 4813, MessageIds.tnt_workgroups = 4814, MessageIds.trimRender_alreadyRunning = 4815, MessageIds.trimRender_serviceDescription = 4816,
  MessageIds.trm_actionCompleted = 4817, MessageIds.trm_actionForReassignSet = 4818, MessageIds.trm_addingQueueItemProgress = 4819, MessageIds.trm_noKeyInGoogleHtmlFile = 4820,
  MessageIds.trm_gisHtmlFileSaved = 4821, MessageIds.trm_askAboutSupercopyMsg = 4824, MessageIds.trm_assigneeChanged = 4825, MessageIds.trm_attachedMsg = 4826,
  MessageIds.trm_attachedRendMsg = 4827, MessageIds.trm_badClock = 4830, MessageIds.trm_barcodeFromDiffDB = 4831, MessageIds.trm_barcodeLabelSkipped = 4832,
  MessageIds.trm_barcodeProcessingCompleted = 4833, MessageIds.trm_barcodeProcessingStarted = 4834, MessageIds.trm_bobCreatedSuccessfully = 4836, MessageIds.trm_bpScanError = 4837,
  MessageIds.trm_cannotAccessDocument = 4838, MessageIds.trm_cannotDropFiles = 4839, MessageIds.trm_cannotResolveReferenceOffline = 4840, MessageIds.trm_cantRemoveDB = 4841,
  MessageIds.trm_checkInDocumentTitle = 4842, MessageIds.trm_checkInForDocumentsCaption = 4843, MessageIds.trm_checkInForEmailCaption = 4844, MessageIds.trm_checkingInDocumentProgress = 4845,
  MessageIds.trm_irmCleanDoneWithLog = 4846, MessageIds.trm_cleanAsk = 4847, MessageIds.trm_cleanCancelled = 4848, MessageIds.trm_cleanDelAudit = 4849,
  MessageIds.trm_cleanDelAuditBeforeDate = 4850, MessageIds.trm_cleanDelAuditOfType = 4851, MessageIds.trm_cleanDocContentBeforeDate = 4852, MessageIds.trm_cleanDone = 4853,
  MessageIds.trm_cleanEventsOfType = 4854, MessageIds.trm_cleanEventsOlder = 4855, MessageIds.trm_cleanHdr = 4856, MessageIds.trm_cleanInProgress = 4857,
  MessageIds.trm_cleanMaxEvents = 4858, MessageIds.trm_cleanNbrWarning = 4859, MessageIds.trm_cleanPrevRev = 4860, MessageIds.trm_cleanReduceAudit = 4861,
  MessageIds.trm_cleanRemovePrevFinalRevs = 4862, MessageIds.trm_cleanRemovePrevRevs = 4863, MessageIds.trm_collectingTaggedDocuments = 4864, MessageIds.trm_containerSelected = 4865,
  MessageIds.trm_contextOptionsSheet = 4866, MessageIds.trm_convRecordInProgress = 4868, MessageIds.trm_convSelectingTitles = 4869, MessageIds.trm_correctThesaurusTitles = 4870,
  MessageIds.trm_couldNotResolveShortcut = 4871, MessageIds.trm_creatingDoc = 4872, MessageIds.trm_creatingNewRenditionForRecord = 4873, MessageIds.trm_currActionReassigned = 4874,
  MessageIds.trm_currActionSignedOff = 4875, MessageIds.trm_currencyDecimalsInvalid = 4876, MessageIds.trm_currentUserKeyFailed = 4877, MessageIds.trm_customize = 4878,
  MessageIds.trm_dataCleanTitle = 4879, MessageIds.trm_datasetRequiredForSysOpt = 4880, MessageIds.trm_dbConnectionFailed = 4881, MessageIds.trm_DCQConfirm = 4882,
  MessageIds.trm_decimalSepMustDifferFromGrouping = 4883, MessageIds.trm_defaultClassificationNotSuitable = 4884, MessageIds.trm_defaultNotSuitable = 4885, MessageIds.trm_discardedMsg = 4886,
  MessageIds.trm_docCreated = 4887, MessageIds.trm_docNeededBeforeRendition = 4888, MessageIds.trm_dontAskAboutSupercopyMsg = 4889, MessageIds.trm_doWithinClassificationMsg = 4890,
  MessageIds.trm_doWithinContainerMsg = 4891, MessageIds.trm_dropAttachProgress = 4892, MessageIds.trm_dropDiscardProgress = 4893, MessageIds.trm_droppedEmailItems = 4894,
  MessageIds.trm_droppedFileItems = 4895, MessageIds.trm_editCalendarHdg = 4899, MessageIds.trm_enableShredderDelete = 4900, MessageIds.trm_enterUrl = 4901,
  MessageIds.trm_errorBarcodeDownLoad = 4902, MessageIds.trm_errorNoActionStep = 4903, MessageIds.trm_errorNoLocationSelected = 4904, MessageIds.trm_errorNoRecordSelected = 4905,
  MessageIds.trm_errorNoRetentionSchedSel = 4906, MessageIds.trm_errorReadingConfigFile = 4907, MessageIds.trm_errorSavingConfigFile = 4908, MessageIds.trm_externalLinksCmdBarTitle = 4909,
  MessageIds.trm_fileOrFolderNotAccessible = 4910, MessageIds.trm_folderCap = 4911, MessageIds.trm_getGlobalConfirmMsg = 4912, MessageIds.trm_groupingFormatInvalid = 4913,
  MessageIds.trm_groupingSymbolInvalid = 4914, MessageIds.trm_homeLocationChanged = 4915, MessageIds.trm_homeLocationSet = 4916, MessageIds.trm_indexing = 4917,
  MessageIds.trm_invalidBarcodeLabel = 4919, MessageIds.trm_invalidDateOnPen = 4920, MessageIds.db_disconnectedRowsetHasMore = 4921, MessageIds.trm_invalidQueueTypeDropped = 4922,
  MessageIds.trm_invalidRecordLabel = 4923, MessageIds.trm_invalidScheduleLabel = 4924, MessageIds.trm_invalidTimeOnPen = 4925, MessageIds.trm_ItemNotAccessible = 4926,
  MessageIds.trm_ItemPermanentlyRemoved = 4927, MessageIds.trm_ItemProcessingCancelled = 4928, MessageIds.trm_ItemProcessingError = 4929, MessageIds.trm_localMachineKeyFailed = 4930,
  MessageIds.trm_loginNotActive = 4931, MessageIds.trm_loginOtherLocNotActive = 4932, MessageIds.trm_modeRequiresNoLabel = 4934, MessageIds.trm_modifiedCheckedOut = 4935,
  MessageIds.trm_modifiedCheckedOutTo = 4936, MessageIds.trm_modifiedNotCheckedOut = 4937, MessageIds.trm_movementLocationSet = 4938, MessageIds.trm_myTodoItems = 4939,
  MessageIds.trm_needSelectedRowForNew = 4940, MessageIds.trm_negativeFailedVerify = 4941, MessageIds.trm_negFormatNotGood = 4942, MessageIds.trm_newProcessModeSet = 4943,
  MessageIds.trm_newRetSchedAttched = 4944, MessageIds.trm_noDataToCleanup = 4945, MessageIds.trm_noDocumentsAvailable = 4946, MessageIds.trm_noEmailAvailable = 4948,
  MessageIds.trm_noEventsSelected = 4949, MessageIds.trm_noODMADLL = 4951, MessageIds.trm_noRecTypeSelected = 4952, MessageIds.trm_okToDoRemainingMsg = 4954,
  MessageIds.trm_onlyLowerUsersSet = 4955, MessageIds.trm_onlyLowerUsersSetJITC = 4956, MessageIds.trm_originalCannotBeUpdated = 4957, MessageIds.trm_originalCheckedOut = 4958,
  MessageIds.trm_originalCheckedOutTo = 4959, MessageIds.trm_originalNotCheckedOut = 4960, MessageIds.trm_otherObj = 4961, MessageIds.trm_penDateTimeSet = 4962,
  MessageIds.trm_penLogActivitiesDoneSubHdg = 4963, MessageIds.trm_penLogBarcodesReadSubHdg = 4964, MessageIds.trm_penLogCapAction = 4965, MessageIds.trm_penLogCapActionsProcessed = 4966,
  MessageIds.trm_penLogCapControl = 4967, MessageIds.trm_penLogCapDateTime = 4968, MessageIds.trm_penLogCapDispositionChanges = 4969, MessageIds.trm_penLogCapInvalidOutOfSequence = 4970,
  MessageIds.trm_penLogCapLocation = 4971, MessageIds.trm_penLogCapMovements = 4972, MessageIds.trm_penLogCapRecord = 4973, MessageIds.trm_penLogCapRecordsIntoContainers = 4974,
  MessageIds.trm_penLogCapRedundantMovements = 4975, MessageIds.trm_penLogCapSchedule = 4976, MessageIds.trm_penLogCapSchedulesAttached = 4977, MessageIds.trm_penLogCapSkipped = 4978,
  MessageIds.trm_penLogCapTotal = 4979, MessageIds.trm_penLogSummaryHdg = 4980, MessageIds.trm_permissionChangesNeedLogin = 4981, MessageIds.trm_permissionsCap = 4982,
  MessageIds.trm_pleaseMapAtLeastOneField = 4983, MessageIds.trm_positiveFailedVerify = 4985, MessageIds.trm_processNotAllowedOnOutlookFolder = 4988, MessageIds.trm_processQueue = 4989,
  MessageIds.trm_processQueueItems = 4990, MessageIds.trm_processSelectedDocuments = 4991, MessageIds.trm_processSelectedEmail = 4992, MessageIds.trm_qCannotAccessFolder = 4993,
  MessageIds.trm_qCannotAlterType = 4994, MessageIds.trm_qEnterFolderName = 4997, MessageIds.trm_qEnterMailFolder = 4999, MessageIds.trm_qEnterMapiProfile = 5000,
  MessageIds.trm_qInUse = 5002, MessageIds.trm_qInvalidType = 5003, MessageIds.trm_qLocationWarning = 5004, MessageIds.trm_qLocked = 5005,
  MessageIds.trm_qLockedbyAnotherProcess = 5006, MessageIds.trm_qNoLongerExists = 5008, MessageIds.trm_queueAsRenditionNotSupported = 5011, MessageIds.trm_queueAutoProcessInvalid = 5012,
  MessageIds.trm_queueDisabled = 5013, MessageIds.trm_queueEnabled = 5014, MessageIds.trm_queueEmailAutoProcessInvalid = 5015, MessageIds.trm_QueueNoProvider = 5021,
  MessageIds.trm_QueueNoTempFiles = 5022, MessageIds.trm_QueueNotForAutoProcess = 5023, MessageIds.trm_queueOptions = 5024, MessageIds.trm_queuePreparingToStop = 5025,
  MessageIds.trm_queueProcessingStarted = 5026, MessageIds.trm_queueProcessingStopped = 5027, MessageIds.trm_queueProcessNow = 5028, MessageIds.trm_QueueRecordDiscarded = 5031,
  MessageIds.trm_QueueRecordNewVersion = 5032, MessageIds.trm_QueueRecordRendition = 5033, MessageIds.trm_QueueRecordVersionReplaced = 5034, MessageIds.trm_queueStatus = 5035,
  MessageIds.trm_queueStatusIdle = 5037, MessageIds.trm_queueStatusPreparingToExit = 5038, MessageIds.trm_queueStatusPreparingToStop = 5039, MessageIds.trm_queueStatusProcessing = 5040,
  MessageIds.trm_queueStatusStopped = 5041, MessageIds.trm_queueStatusPaused = 5042, MessageIds.trm_qWinOnlyCheckout = 5043, MessageIds.trm_qWrongComputer = 5044,
  MessageIds.trm_readOnlyProperty = 5045, MessageIds.trm_recDispSetTo = 5046, MessageIds.trm_recHasNoContainerForEnclose = 5047, MessageIds.trm_recHasSpecialTitling = 5048,
  MessageIds.trm_recInContainer = 5049, MessageIds.trm_recMovedToHome = 5050, MessageIds.trm_reconfigureDateofPen = 5051, MessageIds.trm_reconstructNameSortKeys = 5052,
  MessageIds.trm_recordNotFound = 5053, MessageIds.trm_redundantMovementRqst = 5054, MessageIds.trm_referenceForWrongDatabase = 5055, MessageIds.trm_reindexStartup = 5056,
  MessageIds.trm_removeIndexesFor = 5057, MessageIds.trm_removeMailMessage = 5058, MessageIds.trm_removeQueueItemFromDrive = 5060, MessageIds.trm_removeWordsFor = 5061,
  MessageIds.trm_renditionAlready = 5064, MessageIds.trm_renditionOfCheckedOut = 5065, MessageIds.trm_renditionOfCheckedOutTo = 5066, MessageIds.trm_resetLowerlevel = 5067,
  MessageIds.trm_retentionSchedSelected = 5069, MessageIds.trm_retrievingQueueItems = 5070, MessageIds.trm_rootKeyFailed = 5071, MessageIds.trm_savingGlobal = 5072,
  MessageIds.trm_scanReportOnly = 5073, MessageIds.trm_select1indexType = 5074, MessageIds.trm_selectARecord = 5075, MessageIds.trm_selectedActionReassigned = 5076,
  MessageIds.trm_selectingIndexesFor = 5077, MessageIds.trm_selectWindowsFolder = 5078, MessageIds.trm_shortCutActivityTray = 5079, MessageIds.trm_shortCutDocsTray = 5080,
  MessageIds.trm_shortCutDueTray = 5081, MessageIds.trm_shortCutFavDocuments = 5082, MessageIds.trm_shortcutFavPage = 5083, MessageIds.trm_shortCutInDueTray = 5084,
  MessageIds.trm_shortCutInTray = 5085, MessageIds.trm_shortCutMyContainers = 5086, MessageIds.trm_shortcutRecentPage = 5087, MessageIds.trm_shortcuts = 5088,
  MessageIds.trm_shortCutTaskTray = 5089, MessageIds.trm_shortcutTrayPage = 5090, MessageIds.trm_shortCutWorkTray = 5091, MessageIds.trm_skippingOriginalProgress = 5092,
  MessageIds.trm_skipToOkControl = 5093, MessageIds.trm_skipToOkLocation = 5094, MessageIds.trm_someErrorsOccurred = 5095, MessageIds.trm_spaceLabelOnlyForHomeLoc = 5096,
  MessageIds.trm_spcifyDeclassifyYears = 5097, MessageIds.trm_startMustBeBeforeEnd = 5098, MessageIds.trm_stat_viewFile = 5099, MessageIds.trm_statsNeedGenning = 5100,
  MessageIds.trm_statsOutOfDate = 5101, MessageIds.trm_systemOptionsSheet = 5102, MessageIds.trm_tbar_edit = 5103, MessageIds.bob_infoDefaulSysOptions = 5104,
  MessageIds.trm_tbar_search = 5111, MessageIds.trm_tbar_std = 5112, MessageIds.trm_tipDidYouKnow = 5118, MessageIds.trm_tipsMissing = 5119,
  MessageIds.trm_tooManyExcelCols = 5120, MessageIds.trm_trimInitDb = 5121, MessageIds.trm_trimInitHk = 5122, MessageIds.trm_trimInitLg = 5123,
  MessageIds.trm_trimInitSb = 5125, MessageIds.trm_trimInitSh = 5126, MessageIds.trm_trimInitTb = 5127, MessageIds.trm_trimInitUs = 5128,
  MessageIds.trm_updatingRenditionOfRecord = 5131, MessageIds.trm_userHasNoCreateRights = 5132, MessageIds.trm_writeFailed = 5134, MessageIds.trmCheckingRecord1Of2_3_4 = 5135,
  MessageIds.trmDCQDeleteFiles = 5136, MessageIds.trmQueueContinueProcessing = 5137, MessageIds.trr_badEnvironment = 5138, MessageIds.trr_couldNotStartProduct = 5139,
  MessageIds.trr_couldNotViewWithBrowser = 5140, MessageIds.trr_errorsDuringProcessing = 5141, MessageIds.trr_newCopyCouldNotHandleRefFiles = 5142, MessageIds.trr_noUrlInReference = 5143,
  MessageIds.uty_agendaIssueAfterStartOfMeeting = 5144, MessageIds.uty_agendaItem2PreventsDelete = 5145, MessageIds.uty_agendaItemNotApprover = 5146, MessageIds.uty_agendaItemNotValidToMove = 5147,
  MessageIds.uty_agendaItemPreventsDelete = 5148, MessageIds.uty_alertNotSuspended = 5156, MessageIds.uty_aprContentLimitDesc = 5166, MessageIds.uty_aprDateDesc = 5167,
  MessageIds.uty_aprFixedDateDesc = 5168, MessageIds.uty_autoFixedDateBad = 5169, MessageIds.uty_autoPartHasNoEffect = 5171, MessageIds.uty_autoPartNeedSchemaUpgrade = 5172,
  MessageIds.uty_autoPartUsed = 5173, MessageIds.uty_autPartNameDuplicate = 5174, MessageIds.uty_badCaveat = 5175, MessageIds.uty_badSecurityLevel = 5178,
  MessageIds.uty_badStoreId = 5179, MessageIds.uty_cannotProduceUniqueNum = 5180, MessageIds.uty_cantReplaceWithItself = 5182, MessageIds.uty_codeSetInUseByField = 5184,
  MessageIds.uty_confirmCancelStoreMsg = 5185, MessageIds.uty_confirmNumber = 5186, MessageIds.uty_dayIncorrect = 5188, MessageIds.uty_documentBadFileSize = 5189,
  MessageIds.uty_documentNotFound = 5190, MessageIds.uty_everyDay = 5192, MessageIds.uty_everyMonth = 5193, MessageIds.uty_everyNPeriods = 5194,
  MessageIds.uty_everyWeek = 5195, MessageIds.uty_everyYear = 5196, MessageIds.uty_FileIsStillTransferring = 5199, MessageIds.uty_globalDefaultCap = 5201,
  MessageIds.uty_integrityCheckComplete = 5203, MessageIds.uty_integrityCheckFatalError = 5204, MessageIds.uty_integrityCheckHeading = 5205, MessageIds.uty_integrityCheckLogHeading = 5206,
  MessageIds.uty_intervalPriorDesc = 5207, MessageIds.uty_invalidAgendaIssueTime = 5209, MessageIds.uty_invalidAgendaItemTypePattern = 5210, MessageIds.uty_invalidCutoffTime = 5212,
  MessageIds.uty_invalidFrequencyAmount = 5213, MessageIds.uty_invalidMeetingTime = 5215, MessageIds.uty_invalidNumberOfMeetings = 5217, MessageIds.dp_TemplateDocuments = 5218,
  MessageIds.dp_ActivityStartConditions = 5219, MessageIds.uty_invalidSnapDayType = 5222, MessageIds.uty_itemAlreadyApproved = 5225, MessageIds.uty_lengthyProcessStillProceed = 5226,
  MessageIds.uty_locationAlreadyInvited = 5227, MessageIds.uty_locsInvitedMessage = 5228, MessageIds.uty_mailAttachmentFailed = 5229, MessageIds.uty_meetingInPastWarning = 5235,
  MessageIds.uty_meetingNameDuplicate = 5237, MessageIds.uty_meetingOnlyOneInviteOfThisType = 5238, MessageIds.uty_meetingPreventsDelete = 5239, MessageIds.uty_meetingScheduledMsg = 5240,
  MessageIds.uty_meetingSnapFirstWeek = 5241, MessageIds.uty_meetingSnapFirstWeekOnDay = 5242, MessageIds.uty_meetingSnapFourthLastWeek = 5243, MessageIds.uty_meetingSnapFourthLastWeekOnDay = 5244,
  MessageIds.uty_meetingSnapFourthWeek = 5245, MessageIds.uty_meetingSnapFourthWeekOnDay = 5246, MessageIds.uty_meetingSnapLastWeek = 5247, MessageIds.uty_meetingSnapLastWeekOnDay = 5248,
  MessageIds.uty_meetingSnapSecondLastWeek = 5249, MessageIds.uty_meetingSnapSecondLastWeekOnDay = 5250, MessageIds.uty_meetingSnapSecondWeek = 5251, MessageIds.uty_meetingSnapSecondWeekOnDay = 5252,
  MessageIds.uty_meetingSnapThirdLastWeek = 5253, MessageIds.uty_meetingSnapThirdLastWeekOnDay = 5254, MessageIds.uty_meetingSnapThirdWeek = 5255, MessageIds.uty_meetingSnapThirdWeekOnDay = 5256,
  MessageIds.uty_minuteItemPropertyForMotionOnly = 5258, MessageIds.uty_mm_agendaItemTypeExists = 5261, MessageIds.uty_mm_minuteItemTypeExists = 5263, MessageIds.uty_mmCannotCarryForwardChildren = 5264,
  MessageIds.uty_mmCannotCarryForwardPending = 5265, MessageIds.uty_mmCannotCarryForwardStanding = 5266, MessageIds.uty_mmDuplicateItemNumber = 5267, MessageIds.uty_mmSpecifyObjectTypeToAttach = 5268,
  MessageIds.uty_monthIncorrect = 5269, MessageIds.uty_motionCaption = 5270, MessageIds.uty_mtgAgendaAttachmentNotSupplied = 5271, MessageIds.uty_mtgAgendaIssued = 5272,
  MessageIds.uty_mtgAgendaPastIssue = 5273, MessageIds.uty_mtgBlankAttachmentDesc = 5274, MessageIds.uty_mtgDuplicateAttachment = 5275, MessageIds.uty_mtgItemAttachmentCannotBeRemoved = 5276,
  MessageIds.uty_mtgMeetingIsOver = 5277, MessageIds.uty_mtgMeetingSubmissionsClosed = 5278, MessageIds.uty_mtgNeedsAdminIfNoEditMinutesACL = 5279, MessageIds.uty_mtgNeedsAutogeneratedPattern = 5280,
  MessageIds.uty_mtgNoDocumentAvailableToView = 5281, MessageIds.uty_mtgNotStarted = 5282, MessageIds.uty_mtgPendingItemsQueue = 5283, MessageIds.uty_mtgPlaceholderTypeCaption = 5284,
  MessageIds.uty_mtgSelectOneMeetingType = 5285, MessageIds.uty_mtgShouldHaveConstant = 5286, MessageIds.uty_mtgSubmissionCutoff = 5287, MessageIds.uty_mtgTryingToAddDuplicateAttachment = 5288,
  MessageIds.uty_mustSpecifyLocationForInvite = 5289, MessageIds.uty_mustSpecifyLocationForProxy = 5290, MessageIds.uty_mustSpecifyRecordToAttach = 5291, MessageIds.uty_needMeetingToApproveItems = 5293,
  MessageIds.uty_needToAttachTodoItem = 5294, MessageIds.uty_nextNumNeedsRecPlanNum = 5295, MessageIds.uty_nextNumReqSubstValue = 5296, MessageIds.uty_noSecAbbrevSet = 5299,
  MessageIds.uty_noSecNameSet = 5300, MessageIds.uty_noStoreAvailable = 5301, MessageIds.uty_notIdentifyNumType = 5302, MessageIds.uty_numberPatternTooLong = 5303,
  MessageIds.uty_numberPatternTooLongPart = 5304, MessageIds.uty_numberPatternTooLongPlan = 5305, MessageIds.uty_numberTooLong = 5306, MessageIds.uty_numberTooLongContainer = 5307,
  MessageIds.uty_numberTooLongPlan = 5308, MessageIds.uty_numNotMatchPattern = 5309, MessageIds.uty_oneLocInvitedMessage = 5310, MessageIds.uty_oneRecordAttachedMessage = 5311,
  MessageIds.uty_oneRecordReferencedMessage = 5312, MessageIds.uty_onlyAssigneeCanReassign = 5313, MessageIds.uty_onlyCreatorCanModify = 5314, MessageIds.uty_onlyCreatorCanRemoveTodo = 5315,
  MessageIds.uty_onlyOneRecordPlan = 5316, MessageIds.uty_onParticularDay = 5317, MessageIds.uty_patternCantContainTrailingSpaces = 5318, MessageIds.uty_patternEmpty = 5319,
  MessageIds.uty_pleaseEnterProposer = 5321, MessageIds.uty_proposerAndSeconderAreSame = 5324, MessageIds.uty_recordAlreadyAttached = 5326, MessageIds.uty_recordAlreadyReferenced = 5327,
  MessageIds.uty_recordAttachHasNoDocument = 5328, MessageIds.uty_recordCannotBeChanged = 5329, MessageIds.uty_recordNotAvailableForMailout = 5330, MessageIds.uty_recordsAttachedMessage = 5331,
  MessageIds.uty_recordsReferencedMessage = 5332, MessageIds.uty_secLevOutOfRange = 5333, MessageIds.uty_secNbrChange = 5334, MessageIds.uty_selectDifferentStore = 5335,
  MessageIds.uty_selectedStoreReadOnly = 5336, MessageIds.uty_selectUDF = 5337, MessageIds.uty_someLocsNotInvited = 5338, MessageIds.uty_someRecordsNotAttached = 5339,
  MessageIds.uty_someRecordsNotReferenced = 5340, MessageIds.uty_specialTooLong = 5341, MessageIds.uty_stopWordInUse = 5344, MessageIds.uty_storeCheckLog = 5346,
  MessageIds.uty_storeDefaultFor = 5347, MessageIds.uty_storeHadTooManyErrors = 5348, MessageIds.uty_storeIdNoLongerUsed = 5349, MessageIds.uty_storeIsGlobalDefault = 5351,
  MessageIds.uty_storeIsRunning = 5352, MessageIds.uty_storeItemsMissing = 5353, MessageIds.uty_storeItemsProcessed = 5354, MessageIds.uty_storeLimitedTransferComplete = 5355,
  MessageIds.uty_storeMailItemsMissing = 5356, MessageIds.uty_storeNotAvailable = 5357, MessageIds.uty_storeOperationCancelled = 5358, MessageIds.uty_storeOtherErrors = 5359,
  MessageIds.uty_storeProgressMsg = 5360, MessageIds.uty_storeTransferComplete = 5361, MessageIds.uty_storeTransferHeading = 5362, MessageIds.uty_storeTransferLogHeading = 5363,
  MessageIds.uty_storeTransferTotals = 5364, MessageIds.uty_storeCorruptedFiles = 5365, MessageIds.uty_storeWrongSize = 5366, MessageIds.uty_stubDocumentText = 5367,
  MessageIds.uty_submissionsAfterStartOfMeeting = 5368, MessageIds.uty_suggestedAgendaTemplateName = 5369, MessageIds.uty_suggestedMinutesTemplateName = 5370, MessageIds.uty_suspendDatePassed = 5373,
  MessageIds.uty_testingOperational = 5374, MessageIds.uty_todoDescCurrent = 5375, MessageIds.uty_todoDescDone = 5376, MessageIds.uty_todoDescOverdue = 5377,
  MessageIds.uty_todoItemAlreadyComplete = 5378, MessageIds.uty_todoItemAlreadyCompleted = 5379, MessageIds.uty_todoItemNotComplete = 5380, MessageIds.uty_totalsOnCompletions = 5381,
  MessageIds.uty_transferCompleteWithErrors = 5382, MessageIds.uty_transferLimitError = 5383, MessageIds.uty_unknownPatternChar = 5384, MessageIds.uty_yearIncorrect = 5386,
  MessageIds.uty_zipUsed = 5387, MessageIds.vb_AscOCX_ActionEventError = 5388, MessageIds.vb_AscOCX_AddressContactSetto = 5390, MessageIds.vb_AscOCX_ApplicationError = 5391,
  MessageIds.vb_ascOcx_ApplyRTforEachRecord = 5392, MessageIds.vb_AscOCX_AttachContactError = 5393, MessageIds.vb_AscOCX_AttachedAction = 5394, MessageIds.vb_AscOCX_AuthorContactSetTo = 5395,
  MessageIds.vb_AscOCX_ChangeRecTypeError = 5396, MessageIds.vb_AscOCX_ChkingDocClassAndQ = 5398, MessageIds.vb_AscOCX_ChkingTRIM_usage = 5399, MessageIds.vb_AscOCX_ClassificationSet = 5400,
  MessageIds.vb_AscOCX_ClientContactSetTo = 5401, MessageIds.vb_ascocx_ClosingDocMustRecCreateNow = 5402, MessageIds.vb_ascocx_ClosingDocNoRecCreateNow = 5403, MessageIds.vb_ascOcx_ConnectionStatus = 5404,
  MessageIds.vb_AscOCX_CouldNotFindAction = 5405, MessageIds.vb_AscOCX_CouldntFindClassification = 5406, MessageIds.vb_AscOCX_CouldntFindContact = 5407, MessageIds.vb_AscOCX_CouldntFindContrRec = 5408,
  MessageIds.vb_AscOCX_CouldntFindLoc = 5409, MessageIds.vb_AscOCX_CreatedTRIMRec = 5410, MessageIds.vb_ascOcx_CreateRecordDOTDOTDOT = 5411, MessageIds.vb_AscOCX_CreateTrimRecerror = 5412,
  MessageIds.vb_AscOCX_CreatingRecObj = 5413, MessageIds.vb_ascOcx_DataSet = 5414, MessageIds.vb_AscOCX_DisplayRecEntryForm = 5415, MessageIds.vb_AscOCX_DocumentClosing = 5416,
  MessageIds.vb_AscOCX_DocumentOpened = 5417, MessageIds.vb_Ascocx_ErrorSettingUserProp = 5419, MessageIds.vb_ascOcx_EventMonitor = 5420, MessageIds.vb_AscOCX_FailedAttachAction = 5421,
  MessageIds.vb_AscOCX_FailedtoGetClass = 5422, MessageIds.vb_AscOCX_FailedToGetDisposition = 5423, MessageIds.vb_AscOCX_FailedtoSetClass = 5424, MessageIds.vb_AscOCX_FailedtoSetClassification = 5425,
  MessageIds.vb_AscOCX_FailedToSetDisposition = 5426, MessageIds.vb_AscOCX_FailedtoSetFieldValue = 5427, MessageIds.vb_AscOCX_FailedToSetRetSchedule = 5428, MessageIds.vb_ascOCX_GetLocationFailed = 5431,
  MessageIds.vb_AscOCX_GetSetRecError = 5432, MessageIds.vb_AscOCX_IDsettoField = 5433, MessageIds.vb_AscOCX_IDsetToFieldError = 5434, MessageIds.vb_AscOCX_idxFieldNotFound = 5435,
  MessageIds.vb_AscOCX_InitCtrlPanelValues = 5436, MessageIds.vb_AscOCX_InitialiseBatchError = 5437, MessageIds.vb_AscOCX_InvokingAutoCreate = 5439, MessageIds.vb_AscOCX_LoadingSDK = 5440,
  MessageIds.vb_AscOCX_LoggedOut = 5441, MessageIds.vb_AscOCX_NoneBlankRecordID = 5443, MessageIds.vb_AscOCX_NorecordChkPolicy = 5444, MessageIds.vb_ascOcx_Number = 5445,
  MessageIds.vb_AscOCX_OtherContactSetTo = 5446, MessageIds.vb_AscOCX_PrimaryContact = 5447, MessageIds.vb_AscOCX_RecNotCreated = 5448, MessageIds.vb_ascOcx_RecTypeSelected = 5449,
  MessageIds.vb_AscOCX_RepContactSetTo = 5450, MessageIds.vb_AscOCX_RetScheduleSetTo = 5451, MessageIds.vb_AscOCX_SaveDocDtlsError = 5452, MessageIds.vb_AscOCX_SavingDocDtlsToLinks = 5453,
  MessageIds.vb_ascocx_SelectCancelled = 5454, MessageIds.vb_ascocx_SelectRecordTypeDOTDOTDOT = 5455, MessageIds.vb_AscOCX_SetAssigneeTo = 5456, MessageIds.vb_AscOCX_SetContainer = 5457,
  MessageIds.vb_AscOCX_SetContainerFailed = 5458, MessageIds.vb_AscOCX_SetHomeTo = 5459, MessageIds.vb_ascOCX_SetLocationFailed = 5460, MessageIds.vb_AscOCX_SetOwnerTo = 5461,
  MessageIds.vb_AscOCX_TransferIdxFldsError = 5464, MessageIds.vb_AscOCX_TransferringIndexValues = 5465, MessageIds.vb_ascOcx_TRIMControlPanel = 5466, MessageIds.vb_ascocx_TRIMKofaxIntegration = 5467,
  MessageIds.vb_ascOcx_Type = 5468, MessageIds.vb_ascOcx_User = 5469, MessageIds.vb_AscOCX_ValidateRTerror = 5474, MessageIds.vb_AscOCX_ValidatingRT = 5475,
  MessageIds.vb_ascOcx_Version = 5476, MessageIds.vb_ascrel_ALLOWCreateSELECTIVE = 5477, MessageIds.vb_ascrel_ALLOWRECTYPECHANGE = 5478, MessageIds.vb_AscRel_AUTORecCreate = 5479,
  MessageIds.vb_AscRel_DatabaseInvalidPressSel = 5481, MessageIds.vb_AscRel_DEFAULT_RECTYPE = 5482, MessageIds.vb_ascrel_DocAttached = 5483, MessageIds.vb_AscRel_EVENTS_DISABLE = 5486,
  MessageIds.vb_AscRel_EVENTS_HIDE = 5487, MessageIds.vb_ascrel_EVENTS_SHOW = 5488, MessageIds.vb_AscRel_failedToSetOCRText = 5489, MessageIds.vb_ascrel_IMAGETYPE = 5490,
  MessageIds.vb_AscRel_InvalidTempStoragefldr = 5491, MessageIds.vb_AscRel_InvalidTRIMRecType = 5492, MessageIds.vb_AscRel_LBL_RELEASE_FOLDER = 5493, MessageIds.vb_ascrel_multiImagesNotSupported = 5494,
  MessageIds.vb_ascrel_NoTRIMDBSelected = 5496, MessageIds.vb_ascrel_PDFEnabled = 5501, MessageIds.vb_ascrel_QUEUE_VALIDATION = 5502, MessageIds.vb_AscRel_QUEUE_VERIFICATION = 5503,
  MessageIds.vb_AscRel_RecordIdentifierInvalid = 5504, MessageIds.vb_AscRel_RecsPOLICY = 5505, MessageIds.vb_ascrel_RelOCRFullText = 5506, MessageIds.vb_AscRel_REQUIREDRECCreate = 5507,
  MessageIds.vb_ascrel_RetrieveFailed = 5509, MessageIds.vb_AscRel_SelectAgain = 5510, MessageIds.vb_AscRel_SelectTRIMDB = 5511, MessageIds.vb_ascrel_SetDocFailed = 5512,
  MessageIds.vb_AscRel_SHOW_PANEL = 5513, MessageIds.vb_AscRel_SKIP_FIRST_PAGE = 5514, MessageIds.vb_ascrel_TRIM = 5515, MessageIds.vb_AscRel_UnrecognisedEventRecvd = 5517,
  MessageIds.vb_AscRel_USE_TRIM_FIELDS = 5518, MessageIds.vb_AscRel_WARNNOTCREATED = 5520, MessageIds.vb_nts_Back = 5597, MessageIds.vb_nts_Cancel = 5598,
  MessageIds.vb_nts_Next = 5603, MessageIds.vb_sap_Component_App_Ver = 5617, MessageIds.vb_sap_Component_Arc_Date_Time = 5618, MessageIds.vb_sap_Component_Arc_Link_Ver = 5619,
  MessageIds.vb_sap_Component_Char_Set = 5620, MessageIds.vb_sap_Component_Cont_Type = 5621, MessageIds.vb_sap_Component_Id = 5622, MessageIds.vb_sap_Component_Mod_Date_Time = 5623,
  MessageIds.vb_sap_CustomerName = 5625, MessageIds.vb_sap_CustomerNumber = 5626, MessageIds.vb_sap_Doc_Arc_Date_Time = 5630, MessageIds.vb_sap_Doc_Arc_Link_Ver = 5631,
  MessageIds.vb_sap_Doc_Creatorusername = 5632, MessageIds.vb_sap_Doc_DocumentType = 5633, MessageIds.vb_sap_Doc_Id = 5634, MessageIds.vb_sap_Doc_Mod_Date_Time = 5635,
  MessageIds.vb_sap_Doc_Prot = 5636, MessageIds.vb_tio_clearBacklog = 5637, MessageIds.vb_tio_clearAllBacklogs = 5638, MessageIds.vb_tio_waitingForCollation = 5639,
  MessageIds.vb_tio_About = 5682, MessageIds.vb_tio_AddRecordDetailsToMessageBody = 5686, MessageIds.vb_tio_AlreadyCatalogued = 5688, MessageIds.vb_tio_AlreadyLinked = 5689,
  MessageIds.vb_tio_manualSentItemsPrevented = 5690, MessageIds.vb_tio_AttachElectronicDocument = 5691, MessageIds.vb_tio_AttachmentList = 5693, MessageIds.vb_tio_AttachTRIMrecordReference = 5695,
  MessageIds.vb_tio_AttachTRIMrecords = 5696, MessageIds.vb_tio_AttchRecsDOTDOTDOT = 5700, MessageIds.vb_tio_Cancel = 5709, MessageIds.vb_tio_CancelOperationSure = 5710,
  MessageIds.vb_tio_CatalogAllLinkedFolders = 5711, MessageIds.vb_tio_CatalogDOTDOTDOT = 5712, MessageIds.vb_tio_CatalogLinkedFolder = 5713, MessageIds.vb_tio_ClearBac = 5721,
  MessageIds.vb_tio_ClearBacs = 5722, MessageIds.vb_tio_ClearList = 5724, MessageIds.vb_tio_Close = 5725, MessageIds.vb_tio_CloseMENU = 5726,
  MessageIds.ofc_useWebClient = 5727, MessageIds.ofc_database = 5728, MessageIds.ofc_noOptionWhileProcessing = 5729, MessageIds.vb_tio_ConfigNotImported = 5733,
  MessageIds.vb_tio_Configuration = 5734, MessageIds.vb_tio_ContainerInvalid = 5736, MessageIds.vb_tio_ContainerLevelErr = 5738, MessageIds.vb_tio_workgroupServerName = 5739,
  MessageIds.vb_tio_workgroupServerPort = 5740, MessageIds.vb_tio_Contents = 5742, MessageIds.vb_tio_CreateLinkDOTDOTDOT = 5749, MessageIds.vb_tio_CtlgAttchsOnly = 5753,
  MessageIds.vb_tio_CtlgingItemsFromFolder = 5756, MessageIds.vb_tio_CtlgingSelectionFromFolder = 5761, MessageIds.vb_tio_CurrentFolder = 5766, MessageIds.vb_tio_DatabaseN = 5768,
  MessageIds.vb_tio_DefaultSentItemsNotLinked = 5772, MessageIds.vb_tio_DefaultOutBxNotLinked = 5773, MessageIds.vb_tio_Defaults = 5774, MessageIds.vb_tio_Delete = 5776,
  MessageIds.vb_tio_DeleteMessagesWhenCtlgd = 5777, MessageIds.vb_tio_DisplayDataEntryForm = 5780, MessageIds.vb_tio_Error = 5785, MessageIds.vb_tio_Export = 5788,
  MessageIds.vb_tio_ExportDOTDOTDOT = 5790, MessageIds.vb_tio_ExportLinks = 5794, MessageIds.vb_tio_ExportSuccess = 5796, MessageIds.vb_tio_Find = 5806,
  MessageIds.vb_tio_Help = 5838, MessageIds.vb_tio_Helpfile = 5839, MessageIds.vb_tio_HelpMENU = 5840, MessageIds.vb_tio_Import = 5843,
  MessageIds.vb_tio_ImportCnfgFailed = 5844, MessageIds.vb_tio_ImportComplete = 5845, MessageIds.vb_TIO_ImportCompleteForDB = 5846, MessageIds.vb_tio_ImportConfigDOTDOTDOT = 5847,
  MessageIds.vb_tio_ImportLinks = 5850, MessageIds.vb_tio_ImportSuccess = 5855, MessageIds.vb_tio_InitDOTDOTDOT = 5856, MessageIds.vb_tio_ItemNotCtlgd = 5869,
  MessageIds.vb_tio_LABELConfigurationforDataset = 5871, MessageIds.vb_tio_LABELcontainer = 5872, MessageIds.vb_tio_LABELDatabase = 5873, MessageIds.vb_tio_LABELLogFileLocation = 5874,
  MessageIds.vb_tio_LABELRecordType = 5875, MessageIds.vb_tio_LinkedFolder = 5876, MessageIds.vb_tio_LogFile = 5881, MessageIds.vb_tio_MailItem = 5883,
  MessageIds.vb_tio_Manage = 5884, MessageIds.vb_tio_ManageLinksFor = 5887, MessageIds.vb_tio_MessageFormat = 5889, MessageIds.vb_tio_MetaData = 5890,
  MessageIds.vb_tio_NewLinkedFolder = 5897, MessageIds.vb_tio_noAccessToContainer = 5900, MessageIds.vb_tio_NoContnrRec = 5902, MessageIds.vb_tio_NoDefault = 5903,
  MessageIds.vb_tio_NoneCatalogued = 5911, MessageIds.vb_tio_NoRecordType = 5912, MessageIds.vb_tio_NotDefaultMailType = 5917, MessageIds.vb_tio_OK = 5918,
  MessageIds.vb_tio_OpenContainer = 5922, MessageIds.vb_tio_OpenDataset = 5923, MessageIds.vb_tio_OpenLogFile = 5926, MessageIds.vb_tio_OpenRecord = 5928,
  MessageIds.vb_tio_OpenRecords = 5929, MessageIds.vb_tio_OpenTD = 5931, MessageIds.vb_tio_OutlookFldr = 5934, MessageIds.vb_tio_OutlookFolder = 5935,
  MessageIds.vb_tio_Processing = 5941, MessageIds.vb_tio_ProcessingFolder = 5943, MessageIds.vb_tio_ProcessingItem = 5944, MessageIds.vb_tio_ProcessingItemDOTDOTDOT = 5945,
  MessageIds.vb_tio_ProcessingItems = 5946, MessageIds.vb_tio_PROPctlgOnSend = 5950, MessageIds.vb_tio_Propertie = 5954, MessageIds.vb_tio_Name = 5956,
  MessageIds.vb_tio_AdditionalField = 5957, MessageIds.vb_tio_Type = 5958, MessageIds.vb_tio_PropertiesMENU = 5959, MessageIds.vb_tio_PropertiesMENU2 = 5960,
  MessageIds.vb_tio_Property = 5961, MessageIds.vb_tio_PropertyList = 5962, MessageIds.vb_tio_PROPrecordNumber = 5963, MessageIds.vb_tio_PROPshowDialogue = 5966,
  MessageIds.vb_tio_ReCatalog = 5970, MessageIds.vb_TIO_RecordMetaData = 5975, MessageIds.vb_tio_RecordTitle = 5976, MessageIds.vb_tio_RecordNumber = 5977,
  MessageIds.vb_tio_RecordSearch = 5978, MessageIds.vb_tio_RecordTypeInvalidUseQS = 5981, MessageIds.vb_tio_RemoveLink = 5988, MessageIds.vb_tio_RemoveRecord = 5992,
  MessageIds.vb_TIO_REMOVETRIMLINK = 5993, MessageIds.vb_tio_SavingMsg = 5997, MessageIds.vb_tio_SendToTD = 6006, MessageIds.vb_tio_SettingsDOTDOTDOT = 6010,
  MessageIds.vb_tio_SettingsImported = 6011, MessageIds.vb_tio_ShowAllProperties = 6012, MessageIds.vb_tio_ShowDefaultPropertiesOnly = 6013, MessageIds.vb_tio_TagAll = 6016,
  MessageIds.vb_tio_TIOImportFile = 6017, MessageIds.vb_tio_TRIMContainer = 6020, MessageIds.vb_tio_TRIMFolderProperties = 6021, MessageIds.vb_tio_TRIMInOuCnfg = 6022,
  MessageIds.vb_tio_TRIMinOutlook = 6023, MessageIds.vb_tio_TRIMInOutlookSettings = 6024, MessageIds.vb_tio_TRIMLinks = 6025, MessageIds.vb_tio_TRIMRecordType = 6027,
  MessageIds.vb_tio_UntagAll = 6034, MessageIds.vb_tio_UntitledM = 6035, MessageIds.vb_tio_UserCancelled = 6037, MessageIds.vb_tio_ViewLog = 6040,
  MessageIds.vb_TIO_Yes = 6042, MessageIds.vb_tp_CantCreateFile = 6050, MessageIds.vb_tp_CapCancel = 6060, MessageIds.vb_tp_CapOwnerLoc = 6103,
  MessageIds.web_useAttachmentNewVersionRecordActions = 6138, MessageIds.web_confirmRejection = 6139, MessageIds.web_cancelRejection = 6140, MessageIds.web_revisionLatest_caption = 6141,
  MessageIds.web_revisionCurrent_tooltip = 6142, MessageIds.vb_tp_Col_Caveats = 6143, MessageIds.web_revisionDelete_caption = 6144, MessageIds.web_revisionPromote_caption = 6145,
  MessageIds.web_revisions = 6146, MessageIds.web_revisionDelete_tooltip = 6147, MessageIds.web_revisionPromote_tooltip = 6148, MessageIds.web_showThePreviousRevisions = 6149,
  MessageIds.web_showRecordActions = 6150, MessageIds.web_attachedRecordActions = 6151, MessageIds.web_noAttachedRecordActions = 6152, MessageIds.web_attachActionTitle = 6153,
  MessageIds.web_actionToAttach = 6154, MessageIds.web_responsibleLocation = 6155, MessageIds.web_assignOnlyIfNoDefault = 6156, MessageIds.web_assignToThisAndSubordinate = 6157,
  MessageIds.web_scheduleAction = 6158, MessageIds.web_areYouSure = 6159, MessageIds.web_scheduleActionSpecificDate = 6160, MessageIds.web_scheduleActionBeforeAll = 6161,
  MessageIds.web_scheduleActionAfterAll = 6162, MessageIds.web_scheduleActionBeforeSpecific = 6163, MessageIds.web_scheduleActionAfterSpecific = 6164, MessageIds.web_scheduleActionExisting = 6165,
  MessageIds.web_searchAnd = 6166, MessageIds.web_searchOr = 6167, MessageIds.web_searchNegatePart = 6168, MessageIds.web_searchNegateGroup = 6169,
  MessageIds.web_searchSelectItem = 6170, MessageIds.web_searchSelectList = 6171, MessageIds.web_searchSubQuery = 6172, MessageIds.web_searchGroupMustHaveSameParent = 6173,
  MessageIds.web_searchSelectStartAndEndOfGroup = 6174, MessageIds.web_searchUpdateGroup = 6175, MessageIds.web_searchAddToGroup = 6176, MessageIds.web_searchAdd = 6177,
  MessageIds.web_searchUpdate = 6178, MessageIds.web_searchNot = 6179, MessageIds.web_searchBuildQuery = 6180, MessageIds.web_searchEditor = 6181,
  MessageIds.web_searchUpdateQuery = 6182, MessageIds.web_searchBuildGroup = 6183, MessageIds.web_searchCreateGroup = 6184, MessageIds.web_searchSelectMethod = 6185,
  MessageIds.web_searchSelectMethodOrUpdate = 6186, MessageIds.web_searchRunCurrentSearch = 6187, MessageIds.web_searchFinishUpdatingPart = 6188, MessageIds.web_searchUnknownClause = 6189,
  MessageIds.web_searchComposeSubSearch = 6190, MessageIds.web_searchSubSearchLabel = 6191, MessageIds.web_initiatingRecord = 6192, MessageIds.web_initiatingRecordBehaviour = 6193,
  MessageIds.web_pleaseEnterTime = 6194, MessageIds.web_makeInActive = 6195, MessageIds.web_addRemove = 6196, MessageIds.web_final = 6197,
  MessageIds.web_finaliseSuccessMessage = 6198, MessageIds.web_makeInactiveSuccessMessage = 6199, MessageIds.web_searchAddSearchMethod = 6200, MessageIds.web_searchAlphabetical = 6201,
  MessageIds.web_searchByCategory = 6202, MessageIds.web_showSecurityAccess = 6203, MessageIds.web_showActiveAuditEvents = 6204, MessageIds.web_updateCost = 6205,
  MessageIds.web_completeAll = 6206, MessageIds.web_deleteAll = 6207, MessageIds.web_searchBuildGroupHelp = 6208, MessageIds.web_searchBuildGroupExtendedHelp = 6209,
  MessageIds.web_searchRecursive = 6210, MessageIds.web_searchDateRange = 6211, MessageIds.web_searchDateFloatingRange = 6212, MessageIds.web_searchDateStringFormat = 6213,
  MessageIds.web_searchSelectSingleItem = 6214, MessageIds.web_searchSelectItemFromSearch = 6215, MessageIds.web_searchSelectToAddToGroup = 6216, MessageIds.web_newRecordAction = 6217,
  MessageIds.web_recordActionName = 6218, MessageIds.web_sonfirmRemoveAction = 6219, MessageIds.web_removeAction = 6220, MessageIds.web_latestVersion = 6221,
  MessageIds.web_containedRecords = 6222, MessageIds.web_containedRecordsAlt = 6223, MessageIds.web_containerRecords = 6224, MessageIds.web_containerRecordsAlt = 6225,
  MessageIds.web_recordsWithSameContacts = 6226, MessageIds.web_clientMatters = 6227, MessageIds.web_addToRecentRecords = 6228, MessageIds.web_addToMyContainers = 6229,
  MessageIds.web_addToRecordsWorkTray = 6230, MessageIds.web_removeFromRecentRecords = 6231, MessageIds.web_removeFromMyContainers = 6232, MessageIds.web_removeFromRecordsWorkTray = 6233,
  MessageIds.web_dateRange = 6234, MessageIds.web_floatingRange = 6235, MessageIds.web_checkOutEditTitle = 6236, MessageIds.web_editDocFailedNoApp = 6237,
  MessageIds.web_removeAllActions = 6238, MessageIds.web_assignNextActivity = 6239, MessageIds.web_activityResultsSaved = 6240, MessageIds.web_searchBuildSearchQuery = 6241,
  MessageIds.web_myContainers = 6242, MessageIds.web_selectAccessLocations = 6243, MessageIds.web_setGPSLocation = 6244, MessageIds.web_GPSLocation = 6245,
  MessageIds.web_GPSWithin = 6246, MessageIds.web_GPS = 6247, MessageIds.web_draftWorkingDocument = 6248, MessageIds.web_userLabelCreated = 6249,
  MessageIds.web_GPSPoint = 6250, MessageIds.web_GPSKilometres = 6251, MessageIds.web_GPSMiles = 6252, MessageIds.web_GPSMetres = 6253,
  MessageIds.web_GPSYards = 6254, MessageIds.web_GPSof = 6255, MessageIds.web_newCost = 6256, MessageIds.web_GPSNoKey = 6257,
  MessageIds.web_groupWordForSearchClause = 6258, MessageIds.web_invalidSavedSearchOwner = 6259, MessageIds.web_numberOfDays = 6260, MessageIds.web_GPSErrorNoKey = 6261,
  MessageIds.web_setGPS = 6262, MessageIds.web_GPSlocationBrowser = 6263, MessageIds.web_makeActive = 6264, MessageIds.web_makeActiveSuccessMessage = 6265,
  MessageIds.web_editOnlineTitle = 6266, MessageIds.web_recordFileTypeFilterField = 6267, MessageIds.web_recordDispositionFilter = 6268, MessageIds.web_recordClassFilter = 6269,
  MessageIds.web_recordExtensionFilter = 6270, MessageIds.web_recordSavedSearchFilter = 6271, MessageIds.web_recordDateRegisteredFilter = 6272, MessageIds.web_recordFinalisedFilter = 6273,
  MessageIds.web_todoCompleteFilter = 6274, MessageIds.web_todoPriorityFilter = 6275, MessageIds.web_locationTypeFilter = 6276, MessageIds.web_locationActiveFilter = 6277,
  MessageIds.web_locationActiveFilterActive = 6278, MessageIds.web_locationActiveFilterInactive = 6279, MessageIds.web_locationInternalFilter = 6280, MessageIds.web_locationInternalFilterExternal = 6281,
  MessageIds.web_locationInternalFilterInternal = 6282, MessageIds.web_locationCanUseFilter = 6283, MessageIds.web_removeFromRecordWorkTray = 6284, MessageIds.web_globalSettings = 6285,
  MessageIds.web_topLevel = 6286, MessageIds.web_dispositionFilter = 6287, MessageIds.web_sendToRecordWorkTray = 6288, MessageIds.web_showLocations = 6289,
  MessageIds.web_navigateToParentUserLabel = 6290, MessageIds.web_navigateToSubUserLabel = 6291, MessageIds.web_filterCompletedItems = 6292, MessageIds.web_showCompletedActivities = 6293,
  MessageIds.web_selectPriorityTypesToBeFiltered = 6294, MessageIds.web_allSearchForms = 6295, MessageIds.web_selectLocationTypesToBeFiltered = 6296, MessageIds.web_showWothoutCanUse = 6297,
  MessageIds.web_notFinalized = 6298, MessageIds.web_excludeCompletedOrSkippedWorkflows = 6299, MessageIds.web_excludeCompletedOrSkippedActivities = 6300, MessageIds.web_excludeNotReadyStartActivities = 6301,
  MessageIds.web_excludeParentActivities = 6302, MessageIds.web_excludeChildActivities = 6303, MessageIds.web_moreItemsToShow = 6304, MessageIds.web_moreItemsToShowNoCount = 6305,
  MessageIds.web_moreItemShowAll = 6306, MessageIds.web_Expand = 6307, MessageIds.web_Collapse = 6308, MessageIds.web_ProcessingOperation = 6309,
  MessageIds.web_warning = 6310, MessageIds.web_shouldContinue = 6311, MessageIds.web_continueAfterAllErrors = 6312, MessageIds.web_warnings = 6313,
  MessageIds.web_warningsDuringProcessing = 6314, MessageIds.web_couldNotBeProcessed = 6315, MessageIds.web_noToAll = 6316, MessageIds.web_shouldIgnoreWarning = 6317,
  MessageIds.web_yesToAllWarnings = 6318, MessageIds.web_noToAllWarnings = 6319, MessageIds.web_copyToClipboard = 6320, MessageIds.web_cut = 6321,
  MessageIds.web_copy = 6322, MessageIds.web_paste = 6323, MessageIds.web_errors = 6324, MessageIds.web_oneOrMoreWarnings = 6325,
  MessageIds.web_resolveConsigmentIssues = 6326, MessageIds.web_resolveByRemove = 6327, MessageIds.web_consignmentsTobeApproved = 6328, MessageIds.web_consignmentNotAbleToBeProcessedFromWeb = 6329,
  MessageIds.web_showConsignmentRejections = 6330, MessageIds.web_latestPart = 6331, MessageIds.web_allParts = 6332, MessageIds.web_allVersions = 6333,
  MessageIds.web_currentVersion = 6334, MessageIds.web_linkedDocuments = 6335, MessageIds.web_documentLinkOf = 6336, MessageIds.web_clientRecordsForContacts = 6337,
  MessageIds.web_recordsInEmailConversation = 6338, MessageIds.web_seriesRecord = 6339, MessageIds.web_recordsWithinSeries = 6340, MessageIds.web_allRedactions = 6341,
  MessageIds.web_redactedFrom = 6342, MessageIds.web_derivations = 6343, MessageIds.web_encloseRecordOption = 6344, MessageIds.web_encloseRecordWarning = 6345,
  MessageIds.web_webErrorPromotingRevision = 6346, MessageIds.web_webErrorPreservingRevision = 6347, MessageIds.web_webErrorDeletetingRevision = 6348, MessageIds.web_formFieldsBlank = 6349,
  MessageIds.web_noAttachedActionRecordActions = 6350, MessageIds.web_checkedOutView = 6351, MessageIds.web_favoritesView = 6352, MessageIds.web_recentsView = 6353,
  MessageIds.web_createdView = 6354, MessageIds.web_securityDefaultvalue = 6355, MessageIds.web_selectionCaption = 6356, MessageIds.web_renumberRecord = 6357,
  MessageIds.web_enterFormattedNumber = 6358, MessageIds.web_allTabs = 6359, MessageIds.web_recordCreatedButAccessDenied = 6360, MessageIds.web_recordUpdatedButAccessDenied = 6361,
  MessageIds.web_keyword = 6362, MessageIds.web_badDateValue = 6363, MessageIds.web_documentReviewDueDateInThePast = 6364, MessageIds.vb_tp_PrmRecChangeCont = 6516,
  MessageIds.vb_tp_PrmRecContacts = 6517, MessageIds.vb_tp_PrmRecSetCont = 6527, MessageIds.vb_tp_Saving = 6544, MessageIds.vwr_assocApplication = 6606,
  MessageIds.vwr_browserPlugin = 6607, MessageIds.vwr_caption = 6608, MessageIds.vwr_fileType = 6609, MessageIds.vwr_tbar_view = 6612,
  MessageIds.vwr_viewFailed = 6613, MessageIds.vwr_viewWith = 6614, MessageIds.watcher_offlineRecordComError = 6619, MessageIds.watcher_reloadLogSettings = 6620,
  MessageIds.watcher_unitialized = 6621, MessageIds.wgs_aboutToTerminate = 6689, MessageIds.wgs_AddDocumentError = 6690, MessageIds.wgs_aStatefulTimeoutOccurred = 6691,
  MessageIds.wgs_asynchTransferToEstoreFSError = 6692, MessageIds.wgs_downloadURLhasnonANSI = 6693, MessageIds.wgs_binaryContentsNotReturned = 6694, MessageIds.wgs_avoidSimultaneousAccessToTheConfigFile = 6695,
  MessageIds.wgs_badStorageFile = 6696, MessageIds.wgs_connectStreamReadErr = 6697, MessageIds.wgs_writingExtractionFileErr = 6698, MessageIds.wgs_COMerror_preemptive = 6699,
  MessageIds.wgs_couldNotCreateContentIndexEvent = 6700, MessageIds.wgs_couldNotCreateContentIndexRemoveEvent = 6701, MessageIds.wgs_couldNotQIStream = 6702, MessageIds.wgs_CouldntGetCacheConfig = 6703,
  MessageIds.wgs_couldntIncrementRecordNumber = 6704, MessageIds.wgs_datasetHasInvalidColumns = 6705, MessageIds.wgs_datasetHasInvalidObject = 6706, MessageIds.wgs_detailedErrorDuringStartup = 6707,
  MessageIds.wgs_doExtractError = 6708, MessageIds.wgs_estoreHasNoRoom = 6709, MessageIds.wgs_estoreIdNotSpecified = 6710, MessageIds.wgs_explicitLogout = 6711,
  MessageIds.centera_noCapability = 6712, MessageIds.wgs_externalStoresNeedsaTRIMStoreID = 6713, MessageIds.wgs_ICSnotConfigured = 6714, MessageIds.wgs_estoreUnknownError = 6715,
  MessageIds.wgs_EMCCenteraOpenError = 6716, MessageIds.wgs_extStoreMapWrongStructure = 6717, MessageIds.wgs_EMCCenteraNotInstalled = 6718, MessageIds.wgs_failedToPublishToClients = 6719,
  MessageIds.wgs_failedToPublishToOtherWorkgroups = 6720, MessageIds.wgs_failToWriteConfigFile = 6721, MessageIds.wgs_fileSystemAddParamsIncorrect = 6722, MessageIds.wgs_fileSystemAlreadyHasStoreItem = 6723,
  MessageIds.wgs_firstFailToWriteConfigFile = 6724, MessageIds.wgs_fullyCachedNotificationFailed = 6726, MessageIds.wgs_isReadOnly = 6727, MessageIds.wgs_NameOfFileDoesntConform = 6729,
  MessageIds.wgs_noDatasets = 6730, MessageIds.wgs_nonSspiLoginFail = 6731, MessageIds.wgs_nonSspiLoginOk = 6732, MessageIds.wgs_nonTrustedDeployment = 6733,
  MessageIds.wgs_refreshCachedTable = 6734, MessageIds.wgs_RSserialisationError = 6735, MessageIds.wgs_secondFailToWriteConfigFile = 6736, MessageIds.wgs_sizeOfFileInStoreDiffersFromCache = 6737,
  MessageIds.wgs_SSPIImpersonationFailed = 6738, MessageIds.wgs_sspiKerberosLoginFail = 6739, MessageIds.wgs_sspiKerberosLoginOk = 6740, MessageIds.wgs_sspiNtlmLoginFail = 6742,
  MessageIds.wgs_sspiNtlmLoginOk = 6743, MessageIds.wgs_stateFulObjectCouldntWrite = 6744, MessageIds.wgs_stateFulObjectDocAdd = 6745, MessageIds.wgs_stateFulObjectDocExtract = 6746,
  MessageIds.wgs_stateFulObjectRS = 6747, MessageIds.wrk_badMailType = 6751, MessageIds.wrk_actAlreadyAssignedToYou = 6752, MessageIds.wrk_activityNotReadyToStart = 6753,
  MessageIds.wrk_activityRejectedMessage = 6754, MessageIds.wrk_activityStateError = 6755, MessageIds.wrk_activitySuspended = 6756, MessageIds.wrk_actNotCompletedYet = 6757,
  MessageIds.wrk_addDuplicatedResult = 6758, MessageIds.wrk_alreadyAtTopLevel = 6759, MessageIds.wrk_ANDline = 6760, MessageIds.wrk_associateDocumentWarning = 6761,
  MessageIds.wrk_atLeaseOneResultToBeReached = 6762, MessageIds.wrk_authorised = 6763, MessageIds.wrk_authorisedOnBehalfOf = 6764, MessageIds.wrk_authorizationAlreadyExists = 6765,
  MessageIds.wrk_autoCompleteCannotHaveMoreThanOneResult = 6766, MessageIds.wrk_badActionOnCompletedActivity = 6767, MessageIds.wrk_badActionOnStartedActivity = 6768, MessageIds.wrk_badStorageFile = 6771,
  MessageIds.wrk_cancelAssigments = 6772, MessageIds.wrk_cannotAccelerateMoreThanDuration = 6773, MessageIds.wrk_cannotActionASuspendedActivity = 6774, MessageIds.wrk_cannotAddToCompoundActivity = 6775,
  MessageIds.wrk_cannotAutocompleteWithManyResults = 6776, MessageIds.wrk_cannotChangeLastSubActivity = 6777, MessageIds.wrk_cannotRollbackToSkippedActivity = 6778, MessageIds.wrk_cannotCompleteBeforeRegistered = 6779,
  MessageIds.wrk_cannotDelLastSubActivity = 6780, MessageIds.wrk_cannotExcludeParentAndChild = 6781, MessageIds.wrk_cannotFindActWithinPredecessors = 6782, MessageIds.wrk_cannotHave2StartConditionsForSameAct = 6783,
  MessageIds.wrk_cannotLinkOrUnlinkWorkflowDoc = 6784, MessageIds.wrk_cannotRemoveInitiatingRecord = 6785, MessageIds.wrk_cannotResumeUnsuspendedActivity = 6786, MessageIds.wrk_cannotSelectMoreThanOneRollbackResult = 6787,
  MessageIds.wrk_cannotSelectRollbackAndNoRollback = 6788, MessageIds.wrk_cannotSetResultIfNoPredecessor = 6789, MessageIds.wrk_cannotStartAStartedActivity = 6790, MessageIds.wrk_cannotUncompleteIncompleteActivity = 6791,
  MessageIds.wrk_cannotUnlockItemNotLocked = 6792, MessageIds.wrk_cannotUnstartAnUnstartedActivity = 6793, MessageIds.wrk_canOnlyUpdateCompletedDate = 6794, MessageIds.wrk_cantAcquireActAssignedToPerson = 6795,
  MessageIds.wrk_cantAcquireActYouAreNotMember = 6796, MessageIds.wrk_cantAcquireUnassignedAct = 6797, MessageIds.wrk_cantRelinquishNonMember = 6798, MessageIds.wrk_cantRelinquishNoOriginAct = 6799,
  MessageIds.wrk_cantRelinquishOthersAct = 6800, MessageIds.wrk_cantRelinquishUnassignedAct = 6801, MessageIds.wrk_commandNotForThisObject = 6802, MessageIds.wrk_completableParentActivityXX = 6803,
  MessageIds.wrk_completedActivityXX = 6804, MessageIds.wrk_completedOnXXatXX = 6805, MessageIds.wrk_completedWithAnyResult = 6806, MessageIds.wrk_ContextWorkflowXMLfile = 6807,
  MessageIds.wrk_costAndDurationInfo = 6808, MessageIds.wrk_costAndDurationRoute = 6809, MessageIds.wrk_costRoute = 6810, MessageIds.wrk_createRollbackConfirm = 6811,
  MessageIds.wrk_datetimeLaterThanCurrent = 6812, MessageIds.wrk_decisionRequired = 6813, MessageIds.wrk_defaultRollbackResultXX = 6814, MessageIds.wrk_deleteActivityConfirm = 6815,
  MessageIds.wrk_deleteConditionConfirm = 6816, MessageIds.wrk_deleteRelatedConditionsConfirm = 6817, MessageIds.wrk_dependdentSuspended = 6818, MessageIds.wrk_dependentOnSuspended = 6819,
  MessageIds.wrk_dependsOnXXwithAnyResult = 6820, MessageIds.wrk_dependsOnXXwithResultXX = 6821, MessageIds.wrk_discardedChanges = 6822, MessageIds.wrk_documentAlreadyAttachedToActivity = 6823,
  MessageIds.wrk_documentIsCurrentlyCheckedOut = 6824, MessageIds.wrk_documentListMustHaveParent = 6825, MessageIds.wrk_documentNeedsARecordAttached = 6826, MessageIds.wrk_documentStateError = 6828,
  MessageIds.wrk_dueCannotBeBeforeRegistered = 6829, MessageIds.wrk_durationLimitExceeded = 6830, MessageIds.wrk_durationRoute = 6831, MessageIds.wrk_escalateForDurationAlreadyDefined = 6832,
  MessageIds.wrk_escalateForLocAlreadyDefined = 6833, MessageIds.wrk_escalationDesc = 6834, MessageIds.wrk_estimatedDurationIsXX = 6835, MessageIds.wrk_excludeCompletedWorkflows = 6836,
  MessageIds.wrk_fieldMaxValueIsXX = 6837, MessageIds.wrk_generalComError = 6838, MessageIds.wrk_importActivities = 6839, MessageIds.wrk_importAllActivities = 6840,
  MessageIds.wrk_importOneActivity = 6841, MessageIds.wrk_invalidDesign = 6842, MessageIds.wrk_invalidDesignAutoFix = 6843, MessageIds.wrk_invalidPredecessor = 6844,
  MessageIds.wrk_invalidPredecessorActivityId = 6845, MessageIds.wrk_invalidRecordParameterForDoc = 6846, MessageIds.wrk_invalidRollbackResult = 6847, MessageIds.wrk_invalidRollbackToActivityId = 6848,
  MessageIds.wrk_invalidWorkflowTemplate = 6849, MessageIds.wrk_lastActivityCannotBeDelete = 6850, MessageIds.wrk_locked = 6852, MessageIds.wrk_lockObjectNoLongerExists = 6853,
  MessageIds.wrk_loopError = 6854, MessageIds.wrk_methodInvalidForCompoundAct = 6855, MessageIds.wrk_methodInvalidForTemplate = 6856, MessageIds.wrk_mustCreateDefaultAuthorization = 6857,
  MessageIds.wrk_needReadyToStartForProperty = 6859, MessageIds.wrk_newInitiatingRecordTitle = 6860, MessageIds.wrk_newlyCreated = 6861, MessageIds.wrk_newWithJobNumber = 6862,
  MessageIds.wrk_newWithJobNumberAndRecord = 6863, MessageIds.wrk_noCurrentObject = 6864, MessageIds.wrk_noPermissionToModify = 6865, MessageIds.wrk_noSuitablePredecessors = 6866,
  MessageIds.wrk_notAssigned = 6867, MessageIds.wrk_notExistOrDclnResult = 6868, MessageIds.wrk_notInActivityWorkerList = 6869, MessageIds.wrk_notInOustandingAuthorisers = 6870,
  MessageIds.wrk_notLocked = 6871, MessageIds.wrk_notReadyToStart = 6872, MessageIds.wrk_notValidForTemplate = 6873, MessageIds.wrk_objectLockedBySomeoneElse = 6874,
  MessageIds.wrk_onlyForActivityWorkingDocument = 6875, MessageIds.wrk_onlySupervisorCanAuthorise = 6876, MessageIds.wrk_ORline = 6877, MessageIds.wrk_overdue = 6878,
  MessageIds.wrk_overWriteWorkflowConfirm = 6879, MessageIds.wrk_pleaseEnterDuration = 6880, MessageIds.wrk_pleaseSelectAnActivity = 6881, MessageIds.wrk_pleaseSelectRefDocument = 6882,
  MessageIds.wrk_pleaseSelectRollbackActivity = 6883, MessageIds.wrk_predecessorActivities = 6884, MessageIds.wrk_preemptLockFailed = 6885, MessageIds.wrk_preemptLockWarning = 6886,
  MessageIds.wrk_propertyInvalidForCompoundAct = 6887, MessageIds.wrk_pseudoFirstActivityName = 6888, MessageIds.wrk_pseudoLastActivityName = 6889, MessageIds.wrk_recordAlreadyLinked = 6890,
  MessageIds.wrk_recordHandledByTemplate = 6891, MessageIds.wrk_recordNotLinked = 6892, MessageIds.wrk_recordNotSupplied = 6893, MessageIds.wrk_refDocumentNotFound = 6894,
  MessageIds.wrk_relinquishStartedConfirm = 6895, MessageIds.wrk_resetColorConfirm = 6896, MessageIds.wrk_resultInUse = 6897, MessageIds.wrk_resultRollbackReason = 6899,
  MessageIds.wrk_rollbackAreYouSure = 6900, MessageIds.wrk_rollbackDescription = 6901, MessageIds.wrk_rollbackLine = 6902, MessageIds.wrk_rollbackNeedsPredecessor = 6903,
  MessageIds.wrk_rollbackToXX = 6904, MessageIds.wrk_rolledBackNote = 6905, MessageIds.wrk_routeInfoHasBadActIdXX = 6906, MessageIds.wrk_selectConflict = 6907,
  MessageIds.wrk_selectInitiatingBehaviour = 6908, MessageIds.wrk_setToIncompleted = 6910, MessageIds.wrk_setToUnstarted = 6911, MessageIds.wrk_shouldBeSuperCopying = 6912,
  MessageIds.wrk_skippedXX = 6913, MessageIds.wrk_startableXX = 6914, MessageIds.wrk_startCannotBeBeforeRegistered = 6915, MessageIds.wrk_startCompleteDateTimeError = 6916,
  MessageIds.wrk_startedActivityXX = 6918, MessageIds.wrk_startedIncompletableXX = 6919, MessageIds.wrk_startedOnXXatXX = 6920, MessageIds.wrk_stateChangedandRefresh = 6921,
  MessageIds.wrk_successorPreventUncomplete = 6922, MessageIds.wrk_supervisor = 6923, MessageIds.wrk_suspended = 6924, MessageIds.wrk_suspensionCleared = 6926,
  MessageIds.wrk_suspensionDurationCantBeZero = 6927, MessageIds.wrk_suspensionResumedMessage = 6928, MessageIds.wrk_templateNeedsRecord = 6929, MessageIds.wrk_templatePreventTheAction = 6930,
  MessageIds.wrk_templateUseForRecordTypes = 6931, MessageIds.wrk_theActAlreadyCompleted = 6932, MessageIds.wrk_theActNotCompletable = 6933, MessageIds.wrk_thisActIsAssignedTo = 6934,
  MessageIds.wrk_trimMailActionSkipped = 6935, MessageIds.wrk_uncompleteBecauseOther = 6936, MessageIds.wrk_uncompleteBecauseRejected = 6937, MessageIds.wrk_uncompleteBecauseRollback = 6938,
  MessageIds.wrk_uncompleted = 6939, MessageIds.wrk_unstartableXX = 6940, MessageIds.wrk_unstartedBecauseOf = 6941, MessageIds.wrk_until = 6942,
  MessageIds.wrk_valueMustEqualOrGreaterThanZero = 6943, MessageIds.wrk_windowClosingDueToWorkflowDelete = 6944, MessageIds.wrk_wkfCreationSupervisorRemoveConfm = 6945, MessageIds.wrk_wkfNameCannotBlank = 6946,
  MessageIds.wrk_workflowJobNumberDuplicate = 6947, MessageIds.wrk_workflowNameDuplicate = 6948, MessageIds.wrk_workflowRetentionDateMustBeAfterDueDate = 6949, MessageIds.wrk_workflowRetentionPeriodExceeded = 6950,
  MessageIds.wrk_workflowTemplateNameDuplicate = 6951, MessageIds.wrk_workflowTitle = 6952, MessageIds.wrk_XXatXXLevel = 6953, MessageIds.wrk_XXsaveChangeConfirm = 6954,
  MessageIds.wrk_XXtopLevel = 6955, MessageIds.wrkCompleteActivities = 6956, MessageIds.wrkDeleteTemplateWhenWorkflowExists = 6957, MessageIds.www_extensionsDiffer = 6958,
  MessageIds.core_storedprocError = 6960, MessageIds.bob_xmlDataLimitExceeeded = 6961, MessageIds.bob_childLimitExceeded = 6962, MessageIds.bob_manyChildsMsg = 6963,
  MessageIds.core_xmlException = 6964, MessageIds.core_xmlElementNull = 6965, MessageIds.rdr_invalidCertificate = 6967, MessageIds.rty_formItemNotLimitable = 6969,
  MessageIds.rty_formItemLimitBeyondMax = 6970, MessageIds.grm_logWCErrors = 6971, MessageIds.grm_logWCError = 6972, MessageIds.grm_logWCErrorsDetected = 6973,
  MessageIds.grm_logWCDone = 6974, MessageIds.grm_logWCWgUpdated = 6975, MessageIds.grm_locNotWorkgroup = 6976, MessageIds.grm_cannotImportToWkg = 6977,
  MessageIds.grm_wkgNeedsUniqueName = 6978, MessageIds.grm_corruptLM = 6979, MessageIds.grm_invalidLM = 6980, MessageIds.grm_youAreNotAMember = 6981,
  MessageIds.grm_corruptRFP = 6982, MessageIds.grm_invalidRFP = 6983, MessageIds.grm_noFPSTaggedforImport = 6984, MessageIds.grm_noFPSTaggedforRelocate = 6985,
  MessageIds.grm_noFPtoImport = 6986, MessageIds.grm_noFPtoRelocate = 6987, MessageIds.grm_droppedOnUnsupported = 6988, MessageIds.grm_fpDoesNotHaveRty = 6989,
  MessageIds.grm_wrongSecClass = 6990, MessageIds.uty_documentNotFoundCopyAvailable = 6991, MessageIds.uty_documentBadFileSizeCopyAvailable = 6992, MessageIds.grm_chooseTargetFP = 6993,
  MessageIds.grm_relocateFrom1FP = 6994, MessageIds.grm_cannotRelocateToSameFP = 6995, MessageIds.grm_mustHaveSameRentionCode = 6996, MessageIds.grm_noRecsTaggedforRelocate = 6997,
  MessageIds.grm_noRecsToRelocate = 6998, MessageIds.grm_wkgNameBlank = 6999, MessageIds.grm_wkgUniqueNameBlank = 7000, MessageIds.grm_busFunBkank = 7001,
  MessageIds.grm_BusFunNotUnit = 7002, MessageIds.grm_blankRFPInNewWkg = 7003, MessageIds.grm_RFPNotPerson = 7004, MessageIds.grm_MustHaveAdminFPToBeRFP = 7005,
  MessageIds.grm_blankLM = 7006, MessageIds.grm_LMNotPerson = 7007, MessageIds.grm_mustHaveApproveFPToBeLM = 7008, MessageIds.grm_blankBRM = 7009,
  MessageIds.grm_BRMNotPerson = 7010, MessageIds.grm_blankReviewer = 7011, MessageIds.grm_ReviewerNotPerson = 7012, MessageIds.grm_newFPNameBlank = 7013,
  MessageIds.grm_newFPWkgBlank = 7014, MessageIds.grm_newFPNotWkg = 7015, MessageIds.grm_newFPMetaTemplateBlank = 7016, MessageIds.tem_failToReadConfig = 7017,
  MessageIds.bob_capSearchClause = 7018, MessageIds.bob_searchClausesHdr = 7019, MessageIds.bob_searchClauseHdr = 7020, MessageIds.ocx_printNotAvailable = 7021,
  MessageIds.bob_searchParameterRequired = 7022, MessageIds.ocx_ribbonCustomizeRenameCaption = 7023, MessageIds.ocx_ribbonCustomizePropertiesCaption = 7024, MessageIds.bob_emailTemplateHyperlink = 7025,
  MessageIds.bob_searchDateParameterInvalid = 7026, MessageIds.core_searchClauseIdNotRelevant = 7027, MessageIds.core_searchSelects = 7036, MessageIds.core_searchSelectsProperty = 7037,
  MessageIds.core_searchSelectsWordType = 7038, MessageIds.core_searchSelectsChildType = 7039, MessageIds.core_searchSelectsFreetext = 7040, MessageIds.core_searchStringTooltip = 7041,
  MessageIds.core_searchNumberTooltip = 7042, MessageIds.core_searchBooleanTooltip = 7043, MessageIds.core_searchDateTooltip = 7044, MessageIds.core_searchDecimalTooltip = 7045,
  MessageIds.core_searchCurrencyTooltip = 7046, MessageIds.core_searchEnumTooltip = 7047, MessageIds.core_searchChildTooltip = 7048, MessageIds.core_searchObjectTooltip = 7049,
  MessageIds.core_searchSortBy = 7050, MessageIds.core_searchGeographyTooltip = 7051, MessageIds.bob_labelsAttachedTo = 7052, MessageIds.bob_nowhereToJump = 7053,
  MessageIds.act_cannotAssignSelf = 7056, MessageIds.act_stepAlreadyExists = 7057, MessageIds.act_stepIsAncestor = 7058, MessageIds.bob_srchNoWildcardsInRange = 7060,
  MessageIds.bob_srchNotRangeAndList = 7061, MessageIds.bob_srchInvalidParameterType = 7062, MessageIds.bob_srchNeedSubQueryOrUri = 7063, MessageIds.bob_srchNotSubQueryAndUris = 7064,
  MessageIds.bob_srchEnumValueInvalid = 7065, MessageIds.dbw_updateTSElecStoreThread = 7066, MessageIds.bob_srchSubqueryTypeInvalid = 7067, MessageIds.loc_unknownCannotHaveFields = 7068,
  MessageIds.core_win32ApiError = 7069, MessageIds.td_invalidParameter = 7070, MessageIds.rec_offlineSelectionNeedsToBeDraft = 7071, MessageIds.bob_srchSubqueryNotForObject = 7072,
  MessageIds.bob_srchSubqueryMustFollowName = 7073, MessageIds.bob_srchSubqueryOnlyForTrimObject = 7074, MessageIds.bob_srchUnknownSearchMethod = 7075, MessageIds.bob_srchNoSortMethod = 7076,
  MessageIds.bob_srchUnknownSortMethod = 7077, MessageIds.bob_srchMethodNotForSort = 7078, MessageIds.bob_srchUnbalancedLiteral = 7079, MessageIds.bob_srchNoLeftParenthesis = 7080,
  MessageIds.bob_srchUnterminatedSubquery = 7081, MessageIds.bob_srchNoRightParenthesis = 7082, MessageIds.bob_srchNoDefaultMethod = 7083, MessageIds.bob_srchNoAndAllowed = 7084,
  MessageIds.bob_srchNotNeedsSearchCriteria = 7085, MessageIds.bob_srchNoOrAllowed = 7086, MessageIds.bob_srchNoBracketsAllowed = 7087, MessageIds.bob_srchMethodNeedsParameters = 7088,
  MessageIds.bob_srchRecursiveMustBeForQueryValue = 7089, MessageIds.bob_asyncFileRecElecFail = 7090, MessageIds.spm_enterRecordsRequired = 7091, MessageIds.spm_searchingForSpace = 7092,
  MessageIds.spm_foundNoSpace = 7093, MessageIds.spm_foundNoSpaceTryAgain = 7094, MessageIds.spm_foundSpace = 7095, MessageIds.spm_foundSpaceWhatToDo = 7096,
  MessageIds.wrk_optionalPredActRemind = 7097, MessageIds.dp_err_cannotCreateLookUpsetWithoutAuthStyle = 7098, MessageIds.tdo_todoItemAttachedToMinute = 7099, MessageIds.dp_err_authStyleInvalid = 7100,
  MessageIds.dp_cap_createIndices = 7101, MessageIds.db_oracleHomeNotSet = 7102, MessageIds.db_databaseNotConnected = 7103, MessageIds.bob_wgsCallFailedOffline = 7105,
  MessageIds.mpx_containsNonANSIcharacter = 7106, MessageIds.loc_noLabelsForExternal = 7108, MessageIds.loc_noAccessForMaintainLabels = 7109, MessageIds.loc_typeCannotOwnLabels = 7110,
  MessageIds.loc_noCheckinStylesForExternal = 7111, MessageIds.loc_noAccessForMaintainCheckinStyles = 7112, MessageIds.loc_typeCannotOwnCheckinStyles = 7113, MessageIds.uty_cannotChangeOwnerOfMatterStyles = 7114,
  MessageIds.rec_signedRenditionNotAvailable = 7117, MessageIds.tem_invalidHostParameters = 7118, MessageIds.tem_invalidHostName = 7119, MessageIds.tem_selectReplacementWorkgroup = 7125,
  MessageIds.tem_processorNeedsWorkgroup = 7127, MessageIds.evt_noProcessorsRunning = 7128, MessageIds.evt_unknownProcessorTypeInConfig = 7130, MessageIds.evt_attemptToRunMultipleInstances = 7131,
  MessageIds.evt_cmdLineError = 7132, MessageIds.evt_terminatingDueToException = 7133, MessageIds.evt_couldNotConnectToDB = 7134, MessageIds.evt_errorCaughtInTimerProcessing = 7135,
  MessageIds.evt_errorCaughtInEventProcessing = 7136, MessageIds.tem_pleaseSelectEventStatus = 7139, MessageIds.bob_unsupportedSearchMethod = 7140, MessageIds.tem_tool_stringColumnNotUnicode = 7142,
  MessageIds.tem_tool_stringColumnNotAnsi = 7143, MessageIds.bob_searchEnumIsSingletonOnly = 7144, MessageIds.wgs_failedToCreateCacheMappedFile = 7145, MessageIds.tem_databaseNeedsUpgradeForConfiguringEvents = 7146,
  MessageIds.tem_configureEventProcessing = 7147, MessageIds.tem_notOnSharePointFarm = 7149, MessageIds.tem_onSharePointFarmNbr = 7150, MessageIds.tem_pleaseSelectAuthentication = 7151,
  MessageIds.bob_capPropGeneric = 7153, MessageIds.bob_capSearchClauseGeneric = 7154, MessageIds.bob_genericHdr = 7155, MessageIds.sdknet_invalidSearchStack = 7156,
  MessageIds.sdknet_searchStateInvalid = 7158, MessageIds.rp_warningLargeReport = 7160, MessageIds.rp_errorReportTooLarge = 7161, MessageIds.sdknet_wrongParameterFormat = 7162,
  MessageIds.tem_removingColumnDependencies = 7163, MessageIds.tem_removingDependencyIndex = 7164, MessageIds.tem_addUnicodeToDB = 7165, MessageIds.tem_removeUnicodeFromDB = 7166,
  MessageIds.mm_minuteItemAlreadyCreated = 7174, MessageIds.sth_cannotQueryDBForVersion = 7177, MessageIds.wgs_failedToLaunchChildProcess = 7178, MessageIds.web_openFormSearch = 7179,
  MessageIds.web_selectTimeZone = 7180, MessageIds.web_formSearch = 7182, MessageIds.web_addSearchClause = 7183, MessageIds.web_remove = 7184,
  MessageIds.vb_tio_LABELDontWarnDuplicates = 7185, MessageIds.web_insert = 7186, MessageIds.web_searchBuilder = 7187, MessageIds.web_enterSearchQuery = 7188,
  MessageIds.web_changeToOr = 7198, MessageIds.web_changeToAnd = 7199, MessageIds.web_addNot = 7200, MessageIds.web_removeNot = 7201,
  MessageIds.web_previewTitle = 7202, MessageIds.web_browse = 7205, MessageIds.web_Not = 7206, MessageIds.web_insertStamp = 7207,
  MessageIds.web_trimPropSelector = 7208, MessageIds.web_availableProps = 7209, MessageIds.web_selectedProps = 7210, MessageIds.web_unableToGetProps = 7211,
  MessageIds.web_error = 7212, MessageIds.web_unableToUpdate = 7213, MessageIds.web_notes = 7214, MessageIds.web_dataEntry = 7216,
  MessageIds.web_editing = 7217, MessageIds.web_closeOtherTabs = 7218, MessageIds.web_unableToFetchList = 7219, MessageIds.web_unableToGet = 7220,
  MessageIds.web_dataEntryError = 7221, MessageIds.web_setNotes = 7222, MessageIds.web_setProperty = 7223, MessageIds.web_gridcolumnRequestFailed = 7224,
  MessageIds.web_formatColumns = 7225, MessageIds.web_errorCustomisingViewPane = 7226, MessageIds.web_customiseViewPane = 7227, MessageIds.web_pleaseSelectARow = 7228,
  MessageIds.web_displayingResult = 7229, MessageIds.web_noTopicsFiltered = 7230, MessageIds.web_setting = 7231, MessageIds.web_pagesize = 7232,
  MessageIds.web_contextMenuRequestFailed = 7233, MessageIds.web_pofdRequestFailed = 7234, MessageIds.web_pleaseSpecifySearchString = 7235, MessageIds.web_testGrid = 7236,
  MessageIds.web_ok = 7237, MessageIds.web_name = 7238, MessageIds.web_newTitle = 7239, MessageIds.web_tooltip = 7240,
  MessageIds.web_paramFormat = 7241, MessageIds.web_sorting = 7242, MessageIds.web_newtitle2 = 7243, MessageIds.web_selectTitle = 7244,
  MessageIds.web_initiateWorkFlow = 7245, MessageIds.web_notImplemented = 7246, MessageIds.web_unableToSetTimeZone = 7247, MessageIds.web_closeTab = 7248,
  MessageIds.web_columns = 7249, MessageIds.web_gridPage = 7250, MessageIds.tem_configCustomEventProcs = 7251, MessageIds.tem_eventProcAddInLimitReached = 7252,
  MessageIds.tem_customEventProcColName = 7253, MessageIds.tem_customEventProcDetailsCOM = 7255, MessageIds.tem_customEventProcDetailsNet = 7256, MessageIds.web_main = 7257,
  MessageIds.web_sort = 7258, MessageIds.web_filter = 7259, MessageIds.tem_newCustomProcessorTitle = 7260, MessageIds.tem_modifyCustomProcessor = 7261,
  MessageIds.tem_addinLoadedOk = 7262, MessageIds.web_To_Date = 7621, MessageIds.web_From_Date = 7622, MessageIds.tem_addInDuplicate = 7623,
  MessageIds.web_sortClause = 7624, MessageIds.web_direction = 7625, MessageIds.web_asc = 7626, MessageIds.web_desc = 7627,
  MessageIds.web_to = 7628, MessageIds.tem_tool_droppingAllRefConstraints = 7629, MessageIds.tem_tool_droppingRITableLogMessage = 7630, MessageIds.tem_dbSchemaReport = 7631,
  MessageIds.tem_schemaReportAllTables = 7632, MessageIds.tem_schemaReportAllViews = 7633, MessageIds.tem_schemaReportAllProcs = 7634, MessageIds.tem_schemaReportColumns = 7635,
  MessageIds.tem_schemaReportPrimaryIndex = 7636, MessageIds.tem_schemaReportUniqueIndex = 7637, MessageIds.tem_schemaReportDuplicateIndex = 7638, MessageIds.tem_schemaReportForeignKeys = 7639,
  MessageIds.bob_srchCannotMatchObjectType = 7640, MessageIds.bob_srchMainObjectTooltip = 7641, MessageIds.bob_srchQueryNeedsObjectType = 7642, MessageIds.bob_srchObjectDoesNotHaveLabels = 7643,
  MessageIds.bob_srchObjectInvalidForMethod = 7644, MessageIds.core_failedToLoadMenu = 7645, MessageIds.web_userLabelRemoved = 7649, MessageIds.web_userLabelAdded = 7650,
  MessageIds.web_confirmDelete = 7652, MessageIds.evm_workgroupNotDoingEvents = 7655, MessageIds.evm_workgroupCallInProgress = 7656, MessageIds.evm_workgroupNotRunning = 7657,
  MessageIds.evm_workgroupNotContactable = 7658, MessageIds.evm_processorNotConfigured = 7659, MessageIds.evm_processorSuspended = 7660, MessageIds.evm_processorBlockedByError = 7661,
  MessageIds.evm_processorRunning = 7662, MessageIds.evm_refreshingDetails = 7664, MessageIds.evm_checkingRedundantEvents = 7665, MessageIds.evm_singletonInvalidFor = 7666,
  MessageIds.evm_allWorkgroupsInvalidFor = 7667, MessageIds.evm_allSPWorkgroupsInvalidFor = 7668, MessageIds.evm_checkingNoWorkgroupEvents = 7669, MessageIds.evm_repairCountFailed = 7670,
  MessageIds.evm_confirmDeleteEvents = 7671, MessageIds.evm_deleteEventsFailed = 7672, MessageIds.evm_confirmAllocateWorkgroup = 7673, MessageIds.evm_reallocateEventsFailed = 7674,
  MessageIds.evm_checkingFor62Events = 7675, MessageIds.evm_errorProcessing62events = 7676, MessageIds.evm_cleaningUpInvalidProcessData = 7677, MessageIds.evm_errorCountingRemainingEvents = 7678,
  MessageIds.evm_confirmDeleteRemainingEvents = 7679, MessageIds.evm_deleteRemainingEventsFailed = 7680, MessageIds.evm_repairComplete = 7681, MessageIds.tem_findReplacementFor = 7682,
  MessageIds.tem_findNewEventWorkgroup = 7683, MessageIds.tem_deleteWorkgroup = 7684, MessageIds.tem_reallocateEventsFromTo = 7685, MessageIds.tem_resumeEventProcessing = 7686,
  MessageIds.evm_allWorkgroups = 7687, MessageIds.evm_configuredWorkgroups = 7688, MessageIds.evm_selectedWorkgroups = 7689, MessageIds.evm_allProcesses = 7690,
  MessageIds.evm_configuredProcessess = 7691, MessageIds.evm_selectedProcesses = 7692, MessageIds.evm_monitorEvents = 7693, MessageIds.tem_timersProcessed = 7694,
  MessageIds.tem_timerErrors = 7695, MessageIds.tem_removeEvents = 7696, MessageIds.core_untitled = 7713, MessageIds.evm_initializingPleaseWait = 7714,
  MessageIds.evm_mustSelectAtLeastOneWorkgroup = 7715, MessageIds.evm_mustSelectAtLeastOneProcess = 7716, MessageIds.evm_needToSelectAWorkgroupForOldEvents = 7717, MessageIds.evm_selectWorkgroupForConvertingEvents = 7718,
  MessageIds.evm_convertCountFailed = 7719, MessageIds.evm_resumeProcessingFailed = 7720, MessageIds.web_quickSearchBtn = 7721, MessageIds.web_advancedSearchBtn = 7722,
  MessageIds.rdr_failedToSetOverlay = 7727, MessageIds.bob_srch_invalidAclParameter = 7728, MessageIds.bob_srch_methodRequiresAclParameter = 7729, MessageIds.bob_srch_methodHasInvalidAclParameter = 7730,
  MessageIds.web_recent = 7738, MessageIds.rec_spFieldOnlyForListOrSite = 7740, MessageIds.rec_spFieldOnlyForSite = 7741, MessageIds.rec_spFieldOnlyForList = 7742,
  MessageIds.rec_spItemOutOfRange = 7745, MessageIds.rec_spItemInvalidForSite = 7746, MessageIds.rec_spItemInvalidForList = 7747, MessageIds.rec_spItemInvalidId = 7748,
  MessageIds.rec_spItemInvalidListRecord = 7749, MessageIds.rec_spItemInvalidUrl = 7750, MessageIds.bob_searchNotCorrectType = 7759, MessageIds.bob_searchNotOwnedByYou = 7760,
  MessageIds.bob_searchCannotBeAGroup = 7761, MessageIds.bob_searchNeedToSelectAGroupForParent = 7762, MessageIds.wrk_invalidStartDate = 7763, MessageIds.wrk_invalidActivityId = 7764,
  MessageIds.wrk_durationScalingError = 7765, MessageIds.wrk_InvalidPredecessorResult = 7766, MessageIds.bob_srhCannotCreatePublicSearch = 7767, MessageIds.bob_srhCannotCreateSearchForThisGroup = 7768,
  MessageIds.bob_srhParentMustHaveSameOwner = 7769, MessageIds.pp_searchAlreadyExistsWarning = 7779, MessageIds.pp_searchAlreadyExistsError = 7780, MessageIds.bob_srhSavedSearchAlreadyExists = 7781,
  MessageIds.bob_srhNoPermissionForPublicSearch = 7782, MessageIds.bob_srhUserHasNoPermissionForPublicSearch = 7783, MessageIds.bob_srhNoPermissionForGroupSearch = 7784, MessageIds.bob_srhUserHasNoPermissionForGroupSearch = 7785,
  MessageIds.web_showMine = 7789, MessageIds.web_showPublic = 7790, MessageIds.pp_searchGroupNotFoundDoCreate = 7791, MessageIds.wgs_unableToCreateAdoConnection = 7792,
  MessageIds.bob_searchInvalidFieldSearchXML = 7793, MessageIds.wgs_unableToCreateOciConnection = 7794, MessageIds.bob_searchInvalidOperatorXML = 7795, MessageIds.bob_searchInvalidSortXML = 7796,
  MessageIds.bob_searchErrorReadingXMLVersion = 7797, MessageIds.bob_searchErrorReadingXML = 7798, MessageIds.bob_srchMisplacedOperator = 7799, MessageIds.bob_srchTrailingOperator = 7800,
  MessageIds.bob_srchMisplacedRightBracket = 7801, MessageIds.bob_aclPeopleIn = 7802, MessageIds.bob_aclAndAlsoPeopleIn = 7803, MessageIds.bob_aclPeopleInRef = 7804,
  MessageIds.bob_aclOrIn = 7805, MessageIds.bob_aclPersonRef = 7806, MessageIds.bob_aclAndAlsoPerson = 7807, MessageIds.web_from = 7808,
  MessageIds.core_cannotModifyProperty = 7809, MessageIds.wgs_unableToCreateOdbcConnection = 7810, MessageIds.core_cannotViewProperty = 7811, MessageIds.web_docInSharePointNotPreviewable = 7812,
  MessageIds.bob_capEditorOnlyShortSingular = 7813, MessageIds.bob_capEditorOnlyShortPlural = 7814, MessageIds.core_couldNotGetFileVersion = 7815, MessageIds.sdknet_bulkLoaderObjectInvalid = 7816,
  MessageIds.sap_noDbId = 7817, MessageIds.sap_badPWorkPath = 7818, MessageIds.sap_maxDMSreached = 7819, MessageIds.sap_DMSalreadyRunning = 7820,
  MessageIds.sap_functionAlreadyStarted = 7821, MessageIds.sap_functionNotRegistered = 7822, MessageIds.sap_functionNotRunning = 7823, MessageIds.sap_unableToStartTRIMSAP = 7824,
  MessageIds.sap_unspecifiedError = 7825, MessageIds.sap_badDocumenntId = 7826, MessageIds.web_customizeJurisdiction = 7827, MessageIds.web_filterColon = 7828,
  MessageIds.web_includePersonPosition = 7829, MessageIds.web_locTypeOrganisation = 7837, MessageIds.web_locTypeGroup = 7838, MessageIds.web_locTypePosition = 7839,
  MessageIds.web_locTypePerson = 7840, MessageIds.web_locTypeProjectTeam = 7841, MessageIds.web_locTypeCommittee = 7842, MessageIds.web_locTypeVenue = 7843,
  MessageIds.web_locTypeWorkgroup = 7844, MessageIds.web_substitution = 7845, MessageIds.bob_fieldMayBeUsedBySearch = 7846, MessageIds.web_showAsList = 7847,
  MessageIds.web_showAsTree = 7848, MessageIds.bob_fldLocationMustBeInternal = 7849, MessageIds.bob_fldLocationMustBeExternal = 7850, MessageIds.bob_fldLocationWrongTypeSingle = 7851,
  MessageIds.bob_fldLocationWrongTypeMultiple = 7852, MessageIds.web_link = 7853, MessageIds.web_feed = 7854, MessageIds.web_feedTitle = 7855,
  MessageIds.web_feedDescSearch = 7856, MessageIds.web_feedDescSort = 7857, MessageIds.web_feedDescFilter = 7858, MessageIds.bob_capOptionSetHeader = 7859,
  MessageIds.bob_capOptionSet = 7860, MessageIds.tem_mailTestFailed = 7861, MessageIds.bob_userOptionsSaveError = 7862, MessageIds.bob_propertyNotInRange = 7863,
  MessageIds.trm_clientDocumentCacheStatus = 7864, MessageIds.trm_notUsingClientDocumentCache = 7865, MessageIds.ppg_pleaseEnterRecordSearch = 7866, MessageIds.ppg_pleaseEnterSearchOrAll = 7867,
  MessageIds.web_private = 7868, MessageIds.web_custom = 7869, MessageIds.web_container = 7870, MessageIds.bob_useAuthorityStyleCaption = 7871,
  MessageIds.bob_authorityItemsPageCaptions = 7872, MessageIds.tem_removingDefaultValueConstraint = 7874, MessageIds.bob_srchMethodCannotBeAList = 7875, MessageIds.bob_srchNoWildcardsInList = 7876,
  MessageIds.bob_srchContainsTooManyLevels = 7877, MessageIds.bob_srchMethodCannotBeARange = 7878, MessageIds.web_columnsPreferences = 7879, MessageIds.web_relatedNumber = 7880,
  MessageIds.web_removeFromContainer = 7881, MessageIds.web_electronicDocument = 7882, MessageIds.rec_sharePointSiteHasLists = 7884, MessageIds.rec_sharePointListHasListItems = 7885,
  MessageIds.web_browseViaUserLabel = 7890, MessageIds.web_browseViaClassification = 7891, MessageIds.web_newFilePlan = 7892, MessageIds.web_showRecords = 7893,
  MessageIds.rec_jitcTransferWarning = 7894, MessageIds.trm_dbRescheduleDeclassification = 7895, MessageIds.trm_dbUpdatingDeclassifyPrompt = 7896, MessageIds.trm_noPluginDLL = 7897,
  MessageIds.rec_jitcRecordNeedsClassOrContainer = 7899, MessageIds.ppg_format = 7900, MessageIds.trm_languageChangedOkToExit = 7901, MessageIds.rec_previously = 7902,
  MessageIds.web_saveAsDefaultSort = 7903, MessageIds.web_saveAsDefaultFilter = 7904, MessageIds.core_attachmentCorrupt = 7905, MessageIds.web_saveAsRecordTypeDefaultFilter = 7906,
  MessageIds.sdknet_objectHasNoMenu = 7907, MessageIds.sdknet_couldNotLoadMenu = 7908, MessageIds.db_invalidTextParameters = 7909, MessageIds.core_inputReadFailed = 7918,
  MessageIds.core_outputWriteFailed = 7919, MessageIds.core_configKeySaveFailed = 7920, MessageIds.odma_openStateError = 7921, MessageIds.ocx_noFilesDropped = 7922,
  MessageIds.ocx_oleOperationFailed = 7923, MessageIds.sth_cannotSaveConfig = 7924, MessageIds.wgs_invalidWorkgroupIds = 7927, MessageIds.wgsTransferInvalidSchema = 7928,
  MessageIds.wgsInvalidWorkgroupPtr = 7929, MessageIds.bcg_fpCommands = 7930, MessageIds.bcg_thesCommands = 7931, MessageIds.bcg_locCommands = 7932,
  MessageIds.bcg_schCommands = 7933, MessageIds.bcg_racCommands = 7934, MessageIds.bcg_offlineRecCommands = 7935, MessageIds.bcg_wacCommands = 7936,
  MessageIds.grm_cancelledByUser = 7939, MessageIds.grm_noDataTemplate = 7940, MessageIds.grm_noSchedule = 7941, MessageIds.grm_errorInGetFileAttributes = 7942,
  MessageIds.trm_queueCannotCreateEmailAsRendition = 7944, MessageIds.loc_smtpMailAddressToLong = 7945, MessageIds.bcg_tab = 7946, MessageIds.core_contentSearchUnavailable = 7947,
  MessageIds.bcg_allCommands = 7948, MessageIds.bcg_allTabs = 7951, MessageIds.core_searchObjectTooltipRecursive = 7953, MessageIds.core_searchUriTooltip = 7954,
  MessageIds.core_searchUriTooltipRecursive = 7955, MessageIds.trm_integrationTestingApp = 7957, MessageIds.trm_integrationTestFinishedWithErrors = 7958, MessageIds.trm_integrationTestCancelledWithErrors = 7959,
  MessageIds.trm_integrationTestFinishedNoErrors = 7960, MessageIds.trm_integrationTestCancelledNoErrors = 7961, MessageIds.core_appNotRegisteredCorrectly = 7962, MessageIds.core_odmaFullNameIncorrect = 7963,
  MessageIds.core_appRegisteredFailed = 7964, MessageIds.wrk_suspensionReason = 7965, MessageIds.core_checkAddInFailed = 7966, MessageIds.core_registerAddInFailed = 7967,
  MessageIds.core_activateAddInFailed = 7968, MessageIds.web_todoItem = 7970, MessageIds.web_todoItems = 7971, MessageIds.web_todoItemDescription = 7972,
  MessageIds.web_myTodoItems = 7973, MessageIds.web_allTodoItems = 7974, MessageIds.web_todoItemDue = 7975, MessageIds.web_complete = 7976,
  MessageIds.web_incomplete = 7977, MessageIds.web_updateTodoITem = 7978, MessageIds.web_todoItemOwner = 7979, MessageIds.web_todoDescriptionOfTask = 7980,
  MessageIds.web_sendNotificationsByEmail = 7981, MessageIds.web_todoItemChildReference = 7982, MessageIds.web_todoItemChildReferenceDescription = 7983, MessageIds.web_todoItemReferences = 7984,
  MessageIds.web_todoItemReferenceDocuments = 7985, MessageIds.web_returnToTodoItem = 7986, MessageIds.web_goToRecord = 7987, MessageIds.web_makeValidSelection = 7988,
  MessageIds.web_addTodoItemReference = 7989, MessageIds.web_errorAddingReferenceItem = 7990, MessageIds.web_returnToObject = 7991, MessageIds.web_createNewObject = 7992,
  MessageIds.web_showingChildObjectsForObjectTypeAndTitle = 7993, MessageIds.web_viewAddOrRemoveChildObjectForObjectType = 7994, MessageIds.web_objectCreationFailed = 7995, MessageIds.web_mandatoryFieldNeedsValue = 7996,
  MessageIds.web_logout = 7997, MessageIds.web_HPWebsite = 7998, MessageIds.web_workLists = 7999, MessageIds.web_noSelection = 8000,
  MessageIds.web_searchEmailLinkClassification = 8001, MessageIds.web_todoItemReferenceType = 8002, MessageIds.web_todoItemReferenceRecord = 8003, MessageIds.web_todoItemUncompleteToolTip = 8004,
  MessageIds.web_todoItemCompleteToolTip = 8005, MessageIds.web_finalizedFilters = 8006, MessageIds.web_locationShowCaption = 8007, MessageIds.web_locationShowToolTip = 8008,
  MessageIds.web_navigateToLinkedRecord = 8009, MessageIds.web_viewReferencedDocument = 8010, MessageIds.web_locationContactRecords = 8011, MessageIds.web_locationAssignedRecords = 8012,
  MessageIds.web_locationCreatedRecords = 8013, MessageIds.web_locationOwnedRecords = 8014, MessageIds.web_locationCheckedOutRecords = 8015, MessageIds.web_locationRequestsFor = 8016,
  MessageIds.web_locationRequestsBy = 8017, MessageIds.web_locationDateRange = 8018, MessageIds.web_locationDateRangeToolTip = 8019, MessageIds.web_activedateTo = 8020,
  MessageIds.web_unsupportedType = 8021, MessageIds.web_mustPickAtLeatOneRecordClassFilter = 8022, MessageIds.web_mustPickAtLeatOneDispFilter = 8023, MessageIds.web_updateLocationCaption = 8024,
  MessageIds.web_allRecordTypes = 8025, MessageIds.web_invalidFields = 8026, MessageIds.web_oldFormatSavedSearchNotSupported = 8027, MessageIds.web_userLabel = 8028,
  MessageIds.web_userLabelToolTip = 8029, MessageIds.web_selectUserLabel = 8030, MessageIds.web_addToUserLabel = 8031, MessageIds.web_addToUserLabelToolTip = 8032,
  MessageIds.web_addToUserLabelSuccess = 8033, MessageIds.web_removeUserLabel = 8034, MessageIds.web_removeUserLabelToolTip = 8035, MessageIds.web_removeUserLabelSuccess = 8036,
  MessageIds.web_createRecordInContainerToolTip = 8037, MessageIds.web_newRecordPart = 8038, MessageIds.web_newRecordPartToolTip = 8039, MessageIds.web_newRecordVersion = 8040,
  MessageIds.web_newRecordVersionToolTip = 8041, MessageIds.web_folderNotLatestPart = 8042, MessageIds.web_recordLocations = 8043, MessageIds.web_addContact = 8044,
  MessageIds.web_showContacts = 8045, MessageIds.web_effectiveFrom = 8046, MessageIds.web_newAssignee = 8047, MessageIds.web_clearSelections = 8048,
  MessageIds.web_selectDeselectAllByPage = 8049, MessageIds.web_errorPerformingOperation = 8050, MessageIds.web_progressErrorHeading = 8051, MessageIds.web_setHomeAsSpace = 8052,
  MessageIds.web_setHomeAndAssignee = 8053, MessageIds.web_bulkSelection = 8054, MessageIds.web_bulkItemsSelected = 8055, MessageIds.web_removeContactLabel = 8056,
  MessageIds.web_noChildLocations = 8057, MessageIds.web_savedSearchCreatedButNotFavorited = 8058, MessageIds.web_requestRetrieveTemporary = 8059, MessageIds.web_requestRetrievePermanent = 8060,
  MessageIds.web_requestRetrieveRecurring = 8061, MessageIds.web_requestRetrievePickupNew = 8062, MessageIds.web_requestRetrievePickupReturn = 8063, MessageIds.web_myRecordRequestsNotYetActioned = 8064,
  MessageIds.web_navigateToParentClassification = 8065, MessageIds.web_navigateToSubClassifications = 8066, MessageIds.web_addToCheckinStyle = 8067, MessageIds.mm_rmbMoveDown = 8069,
  MessageIds.mm_rmbMoveUp = 8070, MessageIds.web_dateInterval = 8074, MessageIds.web_every = 8075, MessageIds.web_recurringRequest = 8076,
  MessageIds.web_dateRequired = 8077, MessageIds.web_delete = 8078, MessageIds.web_until = 8079, MessageIds.web_showRequests = 8080,
  MessageIds.web_viewErrors = 8081, MessageIds.web_contactRemoved = 8082, MessageIds.web_errorEarliestRequestorMustExist = 8083, MessageIds.web_udpatedSuccessfully = 8084,
  MessageIds.web_insertNotesAddStamp = 8086, MessageIds.web_NotesAtTheStart = 8087, MessageIds.web_NotesAtTheEnd = 8088, MessageIds.mm_warningText = 8090,
  MessageIds.web_favoriteRemoved = 8098, MessageIds.evt_couldNotConnectToWGS = 8099, MessageIds.dsg_settingBad = 8100, MessageIds.dsg_badUri = 8101,
  MessageIds.dsg_noEnvelopeId = 8102, MessageIds.mm_mnuSave = 8175, MessageIds.sdk_optionsNotAvailable = 8182, MessageIds.web_options = 8183,
  MessageIds.trm_setGlobalConfirmMsg = 8184, MessageIds.trm_getGlobalSelectTitle = 8185, MessageIds.trm_setGlobalSelectTitle = 8186, MessageIds.trm_getGlobalSelectCaption = 8187,
  MessageIds.trm_setGlobalSelectCaption = 8188, MessageIds.bob_comErrorSavingUserSetting = 8189, MessageIds.bob_comErrorReadingUserSetting = 8190, MessageIds.tem_schemaUpgradeNeeded = 8192,
  MessageIds.web_ActivityDates = 8193, MessageIds.web_All = 8194, MessageIds.web_Top = 8195, MessageIds.web_noMathingTopics = 8196,
  MessageIds.web_noMatchTopicsFound = 8197, MessageIds.trr_couldNotPermitStartProduct = 8199, MessageIds.web_objectType = 8200, MessageIds.web_dateNeeded = 8201,
  MessageIds.web_releationshipType = 8202, MessageIds.web_checkingOut = 8203, MessageIds.web_upload = 8204, MessageIds.web_uploading = 8205,
  MessageIds.web_fileToUpload = 8206, MessageIds.web_uploaded = 8207, MessageIds.web_uploadFailed = 8208, MessageIds.web_newRecordRelationship = 8209,
  MessageIds.web_basedOnContainer = 8210, MessageIds.web_worktrayRemoved = 8211, MessageIds.web_setHome = 8224, MessageIds.web_setContainer = 8225,
  MessageIds.web_setToLocation = 8226, MessageIds.web_setToHomeLocation = 8227, MessageIds.web_SetAsMissing = 8228, MessageIds.web_setContainerTo = 8229,
  MessageIds.web_dueForReturnBy = 8230, MessageIds.web_setAssignee = 8231, MessageIds.rty_noKeywordTitlingOnWeb = 8232, MessageIds.sdk_setServiceTypeAlreadyDone = 8233,
  MessageIds.sdk_webPathNotSupplied = 8234, MessageIds.sdk_webPathNotValid = 8235, MessageIds.tem_loggingOnSetOff = 8236, MessageIds.tem_loggingOffSetOn = 8237,
  MessageIds.tem_loggingChangeMessage = 8238, MessageIds.trm_desktopAddinOptionsSheet = 8239, MessageIds.web_setOwner = 8240, MessageIds.web_newHomeLocation = 8241,
  MessageIds.web_requestedBy = 8242, MessageIds.tem_reportTableSeperatorHeader = 8243, MessageIds.web_dp_nextText = 8244, MessageIds.web_db_prevText = 8245,
  MessageIds.web_dp_monthYearText = 8246, MessageIds.web_dp_okText = 8247, MessageIds.web_dp_cancelText = 8248, MessageIds.web_dp_minText = 8249,
  MessageIds.web_dp_maxText = 8250, MessageIds.web_sessionExpired = 8251, MessageIds.web_inContainer = 8252, MessageIds.web_dp_invalidText = 8253,
  MessageIds.web_tabsLose = 8254, MessageIds.bob_clickToDisplayXML = 8256, MessageIds.core_searchContentTooltip = 8257, MessageIds.core_searchTitleWordTooltip = 8258,
  MessageIds.core_searchWordTooltip = 8259, MessageIds.trm_getGlobalFrameWarningMsg = 8260, MessageIds.web_makePrimaryContact = 8261, MessageIds.web_pgt_displayMsg = 8262,
  MessageIds.web_pgt_emptyMsg = 8263, MessageIds.web_pgt_beforePageText = 8264, MessageIds.web_pgt_afterPageText = 8265, MessageIds.web_pgt_firstText = 8266,
  MessageIds.web_pgt_prevText = 8267, MessageIds.web_pgt_nextText = 8268, MessageIds.web_pgt_lastText = 8269, MessageIds.web_pgt_refreshText = 8270,
  MessageIds.sdknet_initObjectCannotBeNull = 8271, MessageIds.web_activedateRangeTitle = 8272, MessageIds.web_activedateFrom = 8273, MessageIds.web_recentDocRemoved = 8274,
  MessageIds.web_myContainerRemoved = 8275, MessageIds.web_contactType = 8276, MessageIds.tem_dbIsUnreachable = 8277, MessageIds.tem_dbIsUnreachableTitle = 8278,
  MessageIds.web_contactName = 8279, MessageIds.tem_dbIsEnabled = 8280, MessageIds.tem_dbNotInService = 8281, MessageIds.th_couldNotFindTermMatching = 8282,
  MessageIds.th_termMustBeNarrowerTermOfForISO = 8283, MessageIds.tem_anyWorkgroup = 8284, MessageIds.web_removeContact = 8286, MessageIds.web_noTopics = 8287,
  MessageIds.sdknet_cannotUseChildObjectTypeForIsEnabled = 8289, MessageIds.sdknet_needsObjectForIsEnabled = 8290, MessageIds.web_fieldsAreMandatory = 8291, MessageIds.web_locationTypes = 8292,
  MessageIds.web_parserError = 8295, MessageIds.bob_link_warningForMTASafe = 8296, MessageIds.web_finalCheckBoxMesssage = 8298, MessageIds.web_checkOut = 8299,
  MessageIds.web_checkOutTitle = 8300, MessageIds.web_superCopyTitle = 8301, MessageIds.web_superCopy = 8302, MessageIds.web_checkInTitle = 8303,
  MessageIds.web_localFile = 8304, MessageIds.web_fileBrowse = 8305, MessageIds.web_customiseViewPaneTitle = 8306, MessageIds.web_customiseRecViewPaneTitle = 8307,
  MessageIds.web_replaceCurrentRevision = 8309, MessageIds.web_discardMods = 8310, MessageIds.web_returnType = 8311, MessageIds.web_radioBlank = 8312,
  MessageIds.bob_searchHasBadCharacter = 8313, MessageIds.web_type = 8314, MessageIds.dbw_wgsNotConfigured = 8315, MessageIds.web_ssDesc = 8317,
  MessageIds.web_ssDescfiltered = 8318, MessageIds.tem_optionNotSelected = 8319, MessageIds.web_searchClauseHelp = 8320, MessageIds.web_dateOr = 8321,
  MessageIds.web_triggerAlt = 8322, MessageIds.web_dateAlt = 8323, MessageIds.web_searchFldTitle = 8324, MessageIds.web_searchTypeTitle = 8325,
  MessageIds.web_objectTypeTitle = 8326, MessageIds.web_invalidPageSize = 8327, MessageIds.evm_convertingOldEvent = 8328, MessageIds.tem_dbConnectionRestored = 8329,
  MessageIds.web_srchLbl_administeredBy = 8330, MessageIds.web_srchLbl_authorisedBy = 8331, MessageIds.web_favoriteAdded = 8332, MessageIds.web_srchLbl_sortName = 8333,
  MessageIds.web_renditionRequested = 8334, MessageIds.web_customAccessControlNotSupported = 8335, MessageIds.web_deleteRelatedRecord = 8336, MessageIds.web_canNotHaveMoreThanXColumnsIE7 = 8338,
  MessageIds.web_unableToLoadContextMenu = 8339, MessageIds.web_selectWorkflowTemplate = 8340, MessageIds.web_enterWorkflowName = 8341, MessageIds.web_cannotFindTemplateUri = 8342,
  MessageIds.vb_tio_AttachRecordsSuperTip = 8345, MessageIds.vb_tio_CatalogueOnSendSuperTip = 8346, MessageIds.vb_tio_AttmntsToOfflineRecsSuperTip = 8347, MessageIds.vb_tio_AttmntsOnlySuperTip = 8348,
  MessageIds.vb_tio_CtlgMsgSuperTip = 8350, MessageIds.bob_previewWouldCollapse = 8351, MessageIds.tem_foundBespokeIndexesReferencingColumn = 8352, MessageIds.tem_removingBespokeIndexesReferencingColumn = 8353,
  MessageIds.web_formSearchMenu = 8354, MessageIds.tem_dbRepairLastWarning = 8355, MessageIds.srh_parentWouldCauseLoop = 8356, MessageIds.core_decimalOrCurrencyConversionError = 8357,
  MessageIds.core_badDecimalOrCurrencyString = 8358, MessageIds.core_decimalLimitError = 8359, MessageIds.tem_pleaseSelectMigrateFrom = 8363, MessageIds.tem_migratingDataFrom = 8364,
  MessageIds.tem_migrateDBOldVersion = 8365, MessageIds.tem_export = 8366, MessageIds.tem_exportingTable = 8367, MessageIds.tem_removingStatisticsReferencingColumn = 8368,
  MessageIds.bob_extractDocumentCreateFile = 8370, MessageIds.bob_extractDocumentWriteFile = 8371, MessageIds.wgs_extractDocumentCreateFile = 8372, MessageIds.wgs_extractDocumentReadFile = 8373,
  MessageIds.office_unsupportedCmd = 8374, MessageIds.office_unsupportedBtn = 8375, MessageIds.tem_upgradeWorkflow = 8378, MessageIds.rec_internalError_jurisdictions = 8379,
  MessageIds.rec_recordHasNoJurisdictions = 8380, MessageIds.wkf_mustAssignSuccessorActivities = 8383, MessageIds.fp_childError = 8385, MessageIds.web_insertActionAssignIfNoLoc = 8386,
  MessageIds.web_insertActionAssignToActionAndSubordinate = 8387, MessageIds.web_insertActionOnASpecificDate = 8388, MessageIds.web_insertActionInsertAtBegining = 8389, MessageIds.web_insertActionInsertAtEnd = 8390,
  MessageIds.web_insertActionInsertBeforeNominatedAct = 8391, MessageIds.web_insertActionInsertAfterNominatedAct = 8392, MessageIds.web_responsibleLoc = 8393, MessageIds.web_insertActionNewActionStart = 8394,
  MessageIds.rec_recordHasContents = 8395, MessageIds.web_enterAddressSearchQuery = 8396, MessageIds.web_clickToSort = 8397, MessageIds.web_selectColMenu = 8398,
  MessageIds.web_Add = 8399, MessageIds.web_ExpandCollapse = 8401, MessageIds.web_postSortMax = 8402, MessageIds.rec_propertyNotSupportedForRenditionType = 8406,
  MessageIds.office_dispatchError = 8407, MessageIds.sdknet_addinHasBadAssemblyOrClass = 8413, MessageIds.sdknet_addinHasBadDBEnvironment = 8414, MessageIds.sdknet_addinDefaultEnabledError = 8416,
  MessageIds.sdknet_addinInvalidMenuItem = 8417, MessageIds.sdknet_addinDefaultSaveCancelled = 8418, MessageIds.sdknet_addinDefaultDeleteCancelled = 8419, MessageIds.sdknet_addinDefaultFieldError = 8420,
  MessageIds.office_saveDocumentQn = 8423, MessageIds.cse_noSearchAvailable = 8424, MessageIds.web_completeCurrentAction = 8427, MessageIds.web_sessionAboutToExpire = 8428,
  MessageIds.rec_invalidExtractLogType = 8429, MessageIds.web_completionDateTime = 8430, MessageIds.web_completeAllPreviousIncompleteRecordActions = 8431, MessageIds.tem_notATrimDataset = 8432,
  MessageIds.wgs_couldNotServiceDatabase = 8433, MessageIds.web_collapseALL = 8434, MessageIds.web_expandAll = 8435, MessageIds.web_confirmCompleteCurrentAction = 8436,
  MessageIds.bob_addInHasMemoryLeak = 8437, MessageIds.web_additional_Fields = 8438, MessageIds.core_methodName = 8440, MessageIds.core_abbreviation = 8441,
  MessageIds.core_caption = 8442, MessageIds.core_childObject = 8443, MessageIds.office_saveOrClosePrompt = 8446, MessageIds.sch_noSearchAvailableForHold = 8447,
  MessageIds.trm_queueTypeNotSupported = 8448, MessageIds.trm_eventsHaveBeenQueued = 8449, MessageIds.bob_removingTaggedChildItems = 8450, MessageIds.tem_invalidInitialNumberThreadsInPool = 8451,
  MessageIds.tem_invalidMaxThreadsInPool = 8452, MessageIds.tem_invalidThreadIdleTimeoutMs = 8453, MessageIds.tem_invalidPingBackIntervalMs = 8454, MessageIds.tem_invalidMaxServerMessageLength = 8455,
  MessageIds.tem_invalidMaxServerTcpConnections = 8456, MessageIds.tem_invalidConnectionIdleTimeoutMs = 8457, MessageIds.tem_invalidConnectionReapingIntervalMs = 8458, MessageIds.tem_registerNewDS = 8459,
  MessageIds.bob_searchUnsupportedComparisonOperator = 8460, MessageIds.bob_rangeOrListInvalidWithComparisonOperator = 8461, MessageIds.bob_operatorOutOfSequence = 8462, MessageIds.rdr_printerPolling = 8463,
  MessageIds.rdr_printerError = 8464, MessageIds.rdr_printerCanceled = 8465, MessageIds.rdr_printerProgressTimeout = 8466, MessageIds.rdr_printerTimeout = 8467,
  MessageIds.rdr_printerAborted = 8468, MessageIds.rdr_printerAPIError = 8469, MessageIds.rdr_threadRunning = 8470, MessageIds.rdr_cancelingThread = 8471,
  MessageIds.rdr_noPrtDriverFile = 8472, MessageIds.fp_juriUsedAsByRec = 8473, MessageIds.fp_juriUsedAsByClass = 8475, MessageIds.fp_juriUsedAsByRecType = 8476,
  MessageIds.fp_juriUsedAsByLocation = 8477, MessageIds.fp_juriUsedAsByTrigger = 8478, MessageIds.wkf_conditionCreatingWarning = 8479, MessageIds.bob_rangeNotSpecifiedCorrectly = 8480,
  MessageIds.bob_duplicateTokenFailed = 8481, MessageIds.mpx_mailFolderHdg = 8482, MessageIds.bob_srchNotRangeOrListOrWildcardWithOperator = 8483, MessageIds.mpx_errorAccessingMAPIFunction = 8484,
  MessageIds.web_ascending = 8485, MessageIds.web_descending = 8486, MessageIds.rdr_serviceNotConfigured = 8487, MessageIds.trm_lotusNotesAPINotRegistered = 8488,
  MessageIds.core_notesOpenDatabaseFailed = 8489, MessageIds.core_lotusNotesMessageNotFound = 8490, MessageIds.trm_selectNotesFolder = 8491, MessageIds.trm_lotusNotesLocationDesc = 8492,
  MessageIds.trm_lotusNotesLocationInvalid = 8493, MessageIds.trm_lotusNotesNo64bitSupport = 8494, MessageIds.trm_lotusNotesCouldNotOpenDatabase = 8495, MessageIds.trm_lotusNotesCouldNotFindFolder = 8496,
  MessageIds.rdr_couldNotSubmitOcrRequest = 8497, MessageIds.rdr_ocrRequestTimeout = 8498, MessageIds.rdr_OcrImageServerNotConfigured = 8499, MessageIds.trm_lotusNotesFindFolderFailed = 8501,
  MessageIds.trm_lotusNotesSelectDatabase = 8502, MessageIds.trm_lotusNotesNoDatabases = 8503, MessageIds.trm_lotusNotesNoFolders = 8505, MessageIds.bob_defaultSelectStringTitle = 8506,
  MessageIds.bob_defaultNoItemsAvailableMsg = 8507, MessageIds.bob_pleaseSelectAnItem = 8508, MessageIds.trm_lotusNotesCouldNotLocateParentDatabase = 8509, MessageIds.trm_lotusNotesFindDatabaseFailed = 8510,
  MessageIds.trm_notesCallFailed = 8511, MessageIds.wgs_impersonatedLogonFailed = 8512, MessageIds.web_removeAllConfirmation = 8514, MessageIds.tem_userNameNeedsDomain = 8515,
  MessageIds.bob_someChildrenNotRemoved = 8518, MessageIds.office_ExcelCellConfirm = 8519, MessageIds.tem_invalidFileSizeEdit = 8526, MessageIds.tem_TRIMSoftwareIsUptodate = 8530,
  MessageIds.est_badStore = 8531, MessageIds.est_storeEncrypted = 8532, MessageIds.est_storeItemEncrypted = 8533, MessageIds.est_storeItemCompressed = 8534,
  MessageIds.est_wgsNotLocal = 8535, MessageIds.core_countryBes = 8536, MessageIds.core_countryCuracao = 8537, MessageIds.core_countryGuernsey = 8538,
  MessageIds.core_countryIsleMan = 8539, MessageIds.core_countryJersey = 8540, MessageIds.core_countryMontenegro = 8541, MessageIds.core_countrySaintBarthelemy = 8542,
  MessageIds.core_countrySaintMartin = 8543, MessageIds.core_countrySerbia = 8544, MessageIds.core_countrySintMaarten = 8545, MessageIds.core_countrySouthSudan = 8546,
  MessageIds.pp_pleaseEnterByteCount = 8603, MessageIds.est_capacityNotSet = 8605, MessageIds.est_partOfPool = 8606, MessageIds.tem_terminating = 8607,
  MessageIds.tem_restoringIntegrity = 8608, MessageIds.tem_truncatingIndexTable = 8609, MessageIds.tem_reindexSortingNewWords = 8611, MessageIds.tem_reindexGeneralProgress = 8612,
  MessageIds.tem_reindexUserTextProgress = 8613, MessageIds.tem_reindexNotesProgress = 8614, MessageIds.tem_reindexStageStarting = 8615, MessageIds.tem_preparing_word_indexes = 8616,
  MessageIds.tem_bulkLoadingIndexTables = 8617, MessageIds.tem_stoppingConnections = 8618, MessageIds.tem_broadcastMessageFailed = 8619, MessageIds.tem_bulkInsertingNewWords = 8620,
  MessageIds.tem_readIndexData = 8621, MessageIds.tem_sortedNewWordRows = 8622, MessageIds.tem_createdBulkLoaderInput = 8623, MessageIds.tem_newIndexWordsLoaded = 8624,
  MessageIds.tem_newObjectIndexRowsLoaded = 8625, MessageIds.tem_stepComplete = 8626, MessageIds.tem_invalidBufferSize = 8627, MessageIds.tem_invalidBufferTimeout = 8628,
  MessageIds.tem_invalidLockTimeout = 8629, MessageIds.tem_bulkInsertPathNotUNCWarning = 8630, MessageIds.idol_optimizeFailed = 8632, MessageIds.idol_deleteAllFailed = 8633,
  MessageIds.idol_createDbaseFailed = 8634, MessageIds.idol_deleteDocumentFailed = 8635, MessageIds.idol_requestError = 8636, MessageIds.wgs_tooManySubfolders = 8637,
  MessageIds.idol_connectionError = 8638, MessageIds.evt_cannotAcquireSerialisationLock = 8641, MessageIds.loc_typeCannotBeUsedForStats = 8642, MessageIds.office_saveAsDialogTitle = 8643,
  MessageIds.db_waitingForProcessLock = 8644, MessageIds.pp_sizeExceedsMaxInt64 = 8646, MessageIds.sdknet_bulkLoader_setDoc_dir_not_writeable = 8647, MessageIds.sdknet_bulkLoader_create_dir_failed = 8648,
  MessageIds.rty_specifyAuthorityType = 8649, MessageIds.rty_cannotSpecifyAuthorityBehaviour = 8650, MessageIds.rty_purposeNotSuitableForAuthority = 8651, MessageIds.rty_inUseByAuthority = 8652,
  MessageIds.rec_usedAsRecordAuthorityAudit = 8653, MessageIds.rec_usedAsRecordAuthorityAuditDefault = 8654, MessageIds.bob_addDocumentInvalidHandle = 8660, MessageIds.evt_statsInvalidFutureDate = 8661,
  MessageIds.est_noPooledStoreAvailable = 8662, MessageIds.web_thereIsNoJurisdiction = 8663, MessageIds.sch_singleJurisdictionCannotHaveMembers = 8664, MessageIds.sch_removingJurisdictionMembers = 8665,
  MessageIds.sch_jurisdictionHasNoMembers = 8666, MessageIds.sch_currentJurisdictions = 8667, MessageIds.trm_originSourceFileCaption = 8668, MessageIds.trm_originWindowsFolderCaption = 8669,
  MessageIds.ocx_selectEnumValue = 8670, MessageIds.bob_removingCustomCaptionWarning = 8671, MessageIds.sdk_invalidTaskId = 8672, MessageIds.sch_badJurisdictions = 8673,
  MessageIds.sch_ambiguousJurisdictions = 8674, MessageIds.rdr_versFileVeoError = 8675, MessageIds.rdr_printOnstreamApiError = 8676, MessageIds.web_tagToAdd = 8677,
  MessageIds.web_tagToRemove = 8678, MessageIds.web_homeLocationLabel = 8679, MessageIds.web_homeLocationChangeAssignee = 8680, MessageIds.web_homeLocationAlwaysOption = 8681,
  MessageIds.web_homeLocationNeverOption = 8682, MessageIds.web_homeLocationChangeAssigneesOption = 8683, MessageIds.rec_invalidRecordAuthorityFormat = 8686, MessageIds.tem_customEventProcDetailsWebService = 8688,
  MessageIds.web_aclApplyTogetherWithAnyRtyReferences = 8693, MessageIds.web_aclBypassWithAnyRtyReferences = 8694, MessageIds.web_noRequests = 8696, MessageIds.web_setToEarliestRequester = 8697,
  MessageIds.rec_cannotAttachAuthorityToContainer = 8698, MessageIds.trm_statsDateRangeHeading = 8702, MessageIds.trm_statsTimeZoneHeading = 8703, MessageIds.grm_AdminUserNotFound_error = 8705,
  MessageIds.web_recentDocumentsAdded = 8706, MessageIds.trm_statsNoGroupSelection = 8708, MessageIds.bob_genericDotNetAddinSheetTitle = 8712, MessageIds.trm_statsLocationPrimaryHeader = 8713,
  MessageIds.core_spellNoLex = 8714, MessageIds.rec_cannotRemoveFromContainerOnHold = 8715, MessageIds.rec_cannotSetContainerOfARecordOnHold = 8716, MessageIds.rec_cannotAddContentsToAContainerOnHold = 8717,
  MessageIds.toa_group_browse = 8720, MessageIds.toa_group_tools = 8721, MessageIds.toa_btn_Record = 8722, MessageIds.toa_btn_Record_tt = 8723,
  MessageIds.toa_btn_MakeFinal = 8724, MessageIds.toa_btn_MakeFinal_tt = 8725, MessageIds.toa_err_OfficeVersionNotSupported = 8726, MessageIds.toa_msg_DocHasNoRecord = 8727,
  MessageIds.trm_statsClassificationTitle = 8728, MessageIds.trm_statsClassificationNumber = 8729, MessageIds.trm_statsJurisdictionName = 8730, MessageIds.trm_statsJurisdictionDescription = 8731,
  MessageIds.trm_statsRecordTypeName = 8732, MessageIds.trm_statsScheduleTitle = 8734, MessageIds.trm_statsRecordTitle = 8735, MessageIds.trm_statsDateExecuted = 8736,
  MessageIds.trm_statsLocationSet = 8737, MessageIds.trm_statsStatisticallySignificantSet = 8738, MessageIds.trm_statsAllRecordSet = 8739, MessageIds.trm_statsRecordsCreated = 8740,
  MessageIds.trm_statsExpandAll = 8741, MessageIds.trm_statsCollapseAll = 8742, MessageIds.trm_statsOtherColumn = 8743, MessageIds.trm_statsHtmlFooter = 8745,
  MessageIds.grm_physicalRTYMismatchError = 8763, MessageIds.sch_cannotHaveDestroyTriggersRPD = 8764, MessageIds.sch_conflictedJurisdictions = 8765, MessageIds.web_behaviourWithRespectRtyReferences = 8766,
  MessageIds.web_setAccessFor = 8767, MessageIds.rec_authorityNeedsAuthoriser = 8768, MessageIds.rec_notBookedOutAndCannotCheckout = 8769, MessageIds.rec_notBookedOutDiscard = 8770,
  MessageIds.rty_needsToHaveRecordAuthorityBehaviour = 8771, MessageIds.loc_mustHaveArchivePermissionToAuthoriseDeletes = 8772, MessageIds.ogn_titleNeedsSubstitionString = 8775, MessageIds.ogn_mustSpecifyDefaultRecordType = 8777,
  MessageIds.ogn_pleaseSpecifyDaysForRollover = 8778, MessageIds.ogn_pleaseSpecifyItemsForRollover = 8779, MessageIds.rec_notAnAuthorityRecord = 8780, MessageIds.ogn_nonMatchingAuthorisationStyles = 8781,
  MessageIds.web_worktrayAdded = 8798, MessageIds.web_myContainersAdded = 8799, MessageIds.rec_jurisdictionsAreRequired = 8800, MessageIds.bob_info_mainMenuDetails = 8801,
  MessageIds.bob_menuItemForDebugOnly = 8804, MessageIds.bob_menuItemNotAvailableOffline = 8806, MessageIds.bob_menuItemRequiresExecutable = 8807, MessageIds.bob_menuItemNotAvailableInsideAuthoringApp = 8808,
  MessageIds.bob_menuItemOnlyAvailableForWebClient = 8809, MessageIds.bob_menuItemOnlyAvailableOffline = 8810, MessageIds.trm_statsTotalRecordsCreated = 8813, MessageIds.dp_cap_SplitNotesN = 8815,
  MessageIds.dp_cap_MultipleNotes = 8816, MessageIds.dci_textConversionFailed = 8817, MessageIds.dp_msg_GroupeName_NonGeneric = 8818, MessageIds.dp_msg_ToDoItemRefFailedNotFound = 8819,
  MessageIds.dp_msg_ToDoItemRefFailedInvalidType = 8820, MessageIds.dp_msg_UnableToSetPropertyObjectNotFound = 8821, MessageIds.dci_deindexingRecord = 8822, MessageIds.dp_cap_AppendNotes = 8823,
  MessageIds.cse_noRecordsRemovedFromHold = 8824, MessageIds.cse_someRecordsRemovedFromHold = 8825, MessageIds.cse_allRecordsRemovedFromHold = 8826, MessageIds.cse_noRecordsAddedToHold = 8827,
  MessageIds.cse_someRecordsAddedHold = 8828, MessageIds.bob_allTaggedItems = 8829, MessageIds.bob_allItemsExcept = 8830, MessageIds.bob_allItemsInSearch = 8831,
  MessageIds.dp_cap_NotesSeparator = 8832, MessageIds.act_errRescheduleDate = 8838, MessageIds.idol_getXMLStringFailed = 8839, MessageIds.dci_dciServerUnreachable = 8843,
  MessageIds.core_integrationApplicationNotInstalled = 8844, MessageIds.tem_clearAllEventsForIgnoredProcess = 8846, MessageIds.tem_moveAllEventsForProcessTo = 8847, MessageIds.tem_workgroupMustBeAbleToProcessEvents = 8848,
  MessageIds.tem_pleaseConfigureAnAlternateWGS = 8849, MessageIds.core_registrationOk = 8850, MessageIds.evt_trimMailActionStartReminder = 8854, MessageIds.evt_trimMailActionReminder = 8855,
  MessageIds.edi_numberOutOfRange = 8856, MessageIds.tem_invalidConfiguration = 8857, MessageIds.tem_fixNullsForTable = 8858, MessageIds.tem_fixNullsForColumn = 8859,
  MessageIds.tem_deployFailed = 8860, MessageIds.sch_doBrowseOption = 8861, MessageIds.rec_errorDetectedCheckingRecord = 8862, MessageIds.core_registryFail = 8863,
  MessageIds.core_checkUACSettings = 8864, MessageIds.tem_deployDBEventCheck = 8865, MessageIds.tem_deployStatusChecked = 8866, MessageIds.tem_connectionStringIsEmpty = 8867,
  MessageIds.idol_addDocumentRefused = 8872, MessageIds.evt_invalidArchiveDateMapping = 8874, MessageIds.evt_invalidArchiveDateProperty = 8875, MessageIds.tem_commandComplete = 8877,
  MessageIds.vb_tio_itemsWaitingToCatalog = 8879, MessageIds.trm_TRIMSendToDescription = 8880, MessageIds.trm_TRIMDesktopSendToDescription = 8881, MessageIds.bob_duplicateChildRow = 8899,
  MessageIds.bob_duplicateChildrenAdded = 8900, MessageIds.bob_childModificationMakesDuplicate = 8901, MessageIds.tem_invalidEstoreTransferParm = 8903, MessageIds.mpx_failedToOpenAttachment = 8906,
  MessageIds.office_addinInOfflineMode = 8909, MessageIds.sdknet_subMenuCorrupt = 8910, MessageIds.rec_convertTrapezeError = 8911, MessageIds.rec_convertTrapezeUnknownError = 8912,
  MessageIds.rec_scanTrapezeError = 8913, MessageIds.rec_scanTrapezeUnknownError = 8914, MessageIds.bob_PrimaryWgServer = 8922, MessageIds.bob_BackupWgServer = 8923,
  MessageIds.bob_PrimaryWgServerPort = 8924, MessageIds.bob_BackupWgServerPort = 8925, MessageIds.bob_defaultUser = 8926, MessageIds.web_defaultApplication = 8927,
  MessageIds.core_keyview_DLLorsharedlibrarynotfound = 8928, MessageIds.core_keyview_memoryallocationfailure = 8929, MessageIds.core_keyview_fpContinuereturnsFALSE = 8930, MessageIds.core_keyview_Invalidcorruptinputstream = 8931,
  MessageIds.core_keyview_Invalidoutputtyperequested = 8932, MessageIds.core_keyview_Generalerror = 8933, MessageIds.core_keyview_Formatnotsupported = 8934, MessageIds.core_keyview_FileisPasswordProtected = 8935,
  MessageIds.core_keyview_AdobeDocumentServernotfound = 8936, MessageIds.core_keyview_Autodetecterror = 8937, MessageIds.core_keyview_Unabletodetectfileformat = 8938, MessageIds.core_keyview_Errorinitializingthereader = 8939,
  MessageIds.core_keyview_NoReaderAvailable = 8940, MessageIds.core_keyview_Unabletocreateoutputfile = 8941, MessageIds.core_keyview_Unabletocreatetempfile = 8942, MessageIds.core_keyview_Errorwritingtooutputfile = 8943,
  MessageIds.core_keyview_Errorcreatingachildprocess = 8944, MessageIds.core_keyview_Waitforchildprocessfailed = 8945, MessageIds.core_keyview_Childprocesshungtimedout = 8946, MessageIds.core_keyview_nonExistentFile = 8947,
  MessageIds.core_keyview_FatalErrorArchive = 8948, MessageIds.core_keyview_KVOpenstreamfailure = 8949, MessageIds.core_keyview_Interfacefunctionnotfound = 8950, MessageIds.core_keyview_Cantfindinputfile = 8951,
  MessageIds.core_keyview_Cantopenoutputfile = 8952, MessageIds.core_keyview_Memoryleak = 8953, MessageIds.core_keyview_Memoryoverwrite = 8954, MessageIds.core_keyview_Exception = 8955,
  MessageIds.core_keyview_CoreDumpChild = 8956, MessageIds.core_keyview_NestedFileLimit = 8958, MessageIds.core_keyview_AccessfailedonPSTfiles = 8959, MessageIds.core_keyview_PasswordRequired = 8960,
  MessageIds.core_keyview_StructureInvalid = 8961, MessageIds.core_keyview_PermissionDenied = 8962, MessageIds.core_keyview_BufferIncomplete = 8963, MessageIds.core_keyview_ReadWriteFail = 8964,
  MessageIds.core_keyview_PipeClosed = 8965, MessageIds.core_keyview_SocketTimeout = 8966, MessageIds.core_keyview_ContextDriverNonexistant = 8967, MessageIds.core_keyview_ServiceNonexistant = 8968,
  MessageIds.core_keyview_InputFileEmpty = 8969, MessageIds.core_keyview_UnsupportedMethod = 8970, MessageIds.core_keyview_Unknown = 8971, MessageIds.core_keyview_TextAccess = 8972,
  MessageIds.ocx_kvUnknownError = 8973, MessageIds.ocx_kvUnknownFormat = 8974, MessageIds.ocx_kvNoViewer = 8975, MessageIds.ocx_kvPswdProtected = 8976,
  MessageIds.ocx_kvNotInitialised = 8977, MessageIds.ocx_kvNoPages = 8978, MessageIds.ocx_kvFileNotAvailable = 8979, MessageIds.ocx_kvNoLicence = 8980,
  MessageIds.ocx_kvExpiredLicense = 8981, MessageIds.ocx_kvBadInputFile = 8982, MessageIds.idol_addDocumentStartFailed = 8983, MessageIds.idol_failedToParseIndexId = 8989,
  MessageIds.idol_syncFailed = 8990, MessageIds.idol_requestsRemaining = 8991, MessageIds.bob_userKeysUpdated = 8993, MessageIds.ocx_kvPrintFailed = 8994,
  MessageIds.bld_invalidLocationSearchProperty = 8995, MessageIds.core_keyview_FileNotIndexed = 8996, MessageIds.core_keyview_FileToBig = 8997, MessageIds.core_keyview_FileTypeSuppressed = 8998,
  MessageIds.core_keyview_TransactionFileTooBig = 8999, MessageIds.rec_folderIsLarge = 9000, MessageIds.core_keyview_HtmlExport = 9004, MessageIds.dci_idolStatusError = 9005,
  MessageIds.office_addinInOffline = 9006, MessageIds.office_xlsIsReadOnly = 9007, MessageIds.core_gisbadPointFmt = 9008, MessageIds.core_gisbadLineFmt = 9009,
  MessageIds.core_gisbadPolygonFmt = 9010, MessageIds.core_gisLongitudeOutRange = 9011, MessageIds.core_gisLatitudeOutRange = 9012, MessageIds.core_fileTypesNotFound = 9013,
  MessageIds.lotus_netPathBad = 9014, MessageIds.lotus_findDatabaseErr = 9015, MessageIds.lotus_openDatabaseErr = 9016, MessageIds.sth_wgsAllocateUrisError = 9030,
  MessageIds.sth_elasticJsonParseFail = 9031, MessageIds.sth_elasticRetreiveIndexSettingErr = 9032, MessageIds.sth_elasticIndexCheckErr = 9033, MessageIds.icas_error = 9040,
  MessageIds.bob_idolSchemaUpdated = 9050, MessageIds.bob_invalidURNFormat = 9051, MessageIds.bob_urnForWrongDatabase = 9052, MessageIds.bob_urnForUndefinedObjectType = 9053,
  MessageIds.bob_urnForChildObjectType = 9054, MessageIds.bob_udfnotObject = 9055, MessageIds.sth_cfsEventAddError = 9056, MessageIds.uty_notificationRange = 9057,
  MessageIds.trm_purgeNotifications = 9058, MessageIds.trm_purgingNotification = 9059, MessageIds.core_keyview_badRGBvalueForHighlight = 9061, MessageIds.mpx_no64bitMAPIAvailable = 9064,
  MessageIds.mpx_no32bitMAPIAvailable = 9065, MessageIds.trm_cannotWriteToLogFile = 9066, MessageIds.tem_invalidServerPort = 9067, MessageIds.tem_invalidServerIndexPort = 9068,
  MessageIds.tem_invalidIdolTrimInstance = 9069, MessageIds.trm_logFileNameIsBlank = 9070, MessageIds.trm_cannotFindTrimInstanceInIdol = 9071, MessageIds.trm_pleaseEnterCFSServerName = 9072,
  MessageIds.trm_pleaseEnterCFSPortNumber = 9073, MessageIds.trm_pleaseEnterReindexSelection = 9074, MessageIds.trm_idolReindexLogStarted = 9075, MessageIds.trm_invalidThreadState = 9076,
  MessageIds.trm_documentNotAvailableForIndexing = 9077, MessageIds.tem_invalidIdolTransactionQueueSize = 9079, MessageIds.trm_nbrThreadsNotInValidRange = 9080, MessageIds.trm_reindexStateCancelling = 9081,
  MessageIds.trm_reindexStateCancelled = 9082, MessageIds.trm_reindexStatePausing = 9083, MessageIds.trm_reindexStatePaused = 9084, MessageIds.trm_reindexStateStopping = 9085,
  MessageIds.trm_reindexStateComplete = 9086, MessageIds.trm_confirmCancelIndexing = 9087, MessageIds.sth_failedToIndexRecord = 9089, MessageIds.sth_recordIndexed = 9090,
  MessageIds.sth_failedToUpdateRecordMetadata = 9091, MessageIds.sth_recordMetadataUpdated = 9092, MessageIds.sth_failedToIndexUser = 9093, MessageIds.sth_userProfileUpdated = 9094,
  MessageIds.sth_failedToDeindexUser = 9095, MessageIds.sth_userProfileRemoved = 9096, MessageIds.sth_flushingIdolTransactions = 9097, MessageIds.sth_idolIndexQueueReindex = 9098,
  MessageIds.sth_idolIndexQueueDeindex = 9099, MessageIds.trm_reindexThreadWaitingOn = 9100, MessageIds.sth_idolIndexQueueIndexUser = 9101, MessageIds.sth_idolIndexQueueDeindexUser = 9102,
  MessageIds.trm_idolIndexColThread = 9103, MessageIds.trm_idolIndexColBuffered = 9107, MessageIds.trm_idolIndexColErrors = 9108, MessageIds.trm_idolIndexColCurrentItem = 9109,
  MessageIds.trm_reindexThreadEnded = 9110, MessageIds.trm_reindexThreadsPausing = 9111, MessageIds.trm_reindexThreadsRestarting = 9112, MessageIds.trm_reindexThreadsKilling = 9113,
  MessageIds.trm_reindexThreadsStopping = 9114, MessageIds.trm_reindexThreadsAllStopped = 9115, MessageIds.trm_reindexCancelPrompt = 9116, MessageIds.mpx_unableToGetIMessage = 9117,
  MessageIds.bob_indexWordInsertFailed = 9118, MessageIds.toa_group_file = 9119, MessageIds.toa_btn_file_open = 9120, MessageIds.toa_btn_file_save = 9121,
  MessageIds.toa_ben_file_SaveAs = 9122, MessageIds.toa_btn_file_open_tt = 9123, MessageIds.toa_btn_file_save_tt = 9124, MessageIds.trm_reindexStateFailed = 9126,
  MessageIds.trm_idolIndexColWarnings = 9127, MessageIds.tem_invalidIdolTimeoutLength = 9128, MessageIds.sui_pleaseSelectValidEnumValue = 9200, MessageIds.sui_pleaseValidFloatingQuantity = 9201,
  MessageIds.sui_pleaseSelectDateSearchType = 9202, MessageIds.bob_search_tagFilterFormatInvalid = 9203, MessageIds.bob_search_tagFilterTitle = 9204, MessageIds.sui_individualObjectMsg = 9205,
  MessageIds.sui_objectListMsg = 9206, MessageIds.sui_objectSubQueryMsg = 9207, MessageIds.sui_pressButtonToSetTagFilter = 9208, MessageIds.sui_selectObjectTypeSearch = 9209,
  MessageIds.sui_selectObjectSingleSearch = 9210, MessageIds.sui_selectObjectListSearch = 9211, MessageIds.sui_selectObjectSearchString = 9212, MessageIds.sui_selectObjectSubSearchType = 9213,
  MessageIds.sui_selectValidObject = 9214, MessageIds.sui_pleaseSelectValidObject = 9215, MessageIds.sui_comparisonMatching = 9216, MessageIds.sui_comparisonEQ = 9217,
  MessageIds.sui_comparisonNE = 9218, MessageIds.sui_comparisonLT = 9219, MessageIds.sui_comparisonLE = 9220, MessageIds.sui_comparisonGT = 9221,
  MessageIds.sui_comparisonGE = 9222, MessageIds.sui_comparisonLTDate = 9223, MessageIds.sui_comparisonLEDate = 9224, MessageIds.sui_comparisonGTDate = 9225,
  MessageIds.sui_comparisonGEDate = 9226, MessageIds.sui_booleanHasNoParameters = 9227, MessageIds.sui_childListSelectPrompt = 9228, MessageIds.sui_enterValidDate = 9229,
  MessageIds.sui_threeWaySingleValue = 9230, MessageIds.sui_threeWayRange = 9231, MessageIds.sui_threeWayList = 9232, MessageIds.sui_selectObjectNameSearch = 9233,
  MessageIds.sui_pleaseEnterObjectName = 9235, MessageIds.sui_threeWaySingleValueString = 9236, MessageIds.sui_threeWayRangeString = 9237, MessageIds.sui_threeWayListString = 9238,
  MessageIds.sui_enterValidUri = 9239, MessageIds.sui_searchStringIsBlank = 9241, MessageIds.sui_methodNotImplemented = 9242, MessageIds.sui_selectSearchMethod = 9243,
  MessageIds.sui_methodCannotHaveParameterCaption = 9244, MessageIds.sui_suggestedParameterCaption = 9245, MessageIds.sui_enterParameterCaption = 9246, MessageIds.sui_parameterCaptionAlreadyUsed = 9247,
  MessageIds.sui_noBrowserSupport = 9248, MessageIds.sui_threeWaySingleDescNumber = 9249, MessageIds.sui_threeWayRangeDescNumber = 9250, MessageIds.sui_threeWayListDescNumber = 9251,
  MessageIds.sui_threeWaySingleDescString = 9252, MessageIds.sui_threeWayRangeDescString = 9253, MessageIds.sui_threeWayListDescString = 9254, MessageIds.core_appdataPathNotAvailable = 9256,
  MessageIds.mm_shiftDateBecauseofCutoff = 9257, MessageIds.com_sdk_nullInterfacePtr = 9258, MessageIds.web_authenticateAboutToExpire = 9259, MessageIds.web_authenticationExpired = 9260,
  MessageIds.com_sdk_propertyGetMethodCallFailed = 9261, MessageIds.com_sdk_objectHasInvalidUri = 9262, MessageIds.com_sdk_queryListInterfaceFailed = 9263, MessageIds.com_sdk_unknownSearchContactType = 9264,
  MessageIds.com_sdk_unknownDispositionType = 9265, MessageIds.fp_trainingTermsTerm = 9266, MessageIds.fp_trainingTermsGenWeight = 9267, MessageIds.fp_trainingTermsWeight = 9268,
  MessageIds.com_sdk_extensionsInvalid = 9269, MessageIds.com_sdk_unknownLocationSearchType = 9270, MessageIds.com_sdk_unknownRelationshipType = 9271, MessageIds.com_sdk_unknownFieldFormat = 9272,
  MessageIds.bob_navigationTaskNotRelevant = 9273, MessageIds.bob_navigationTaskNeedsObject = 9274, MessageIds.tem_users = 9275, MessageIds.sdk_cannotSetAutoCheck = 9276,
  MessageIds.trm_initialisingOpenDocuments = 9277, MessageIds.bob_openDocumentsPane = 9278, MessageIds.trm_openDocumentsNothingToCheckIn = 9279, MessageIds.trm_openDocumentsDocumentsReadyForCheckin = 9280,
  MessageIds.trm_openDocumentsDetailsError = 9281, MessageIds.trm_someDocumentsAreOpen = 9282, MessageIds.trm_enterReminderIntervalBetween = 9283, MessageIds.trm_enterRefreshIntervalBetween = 9284,
  MessageIds.trm_enterCheckinDelayBetween = 9285, MessageIds.trm_originLaunchBulkLoaderInvalidBatchSize = 9286, MessageIds.bob_dbNotConnected = 9287, MessageIds.bob_userSettingsLocked = 9288,
  MessageIds.toa_group_insert = 9289, MessageIds.toa_btn_insert_picture = 9290, MessageIds.toa_btn_insert_picture_tt = 9291, MessageIds.toa_btn_insert_object = 9292,
  MessageIds.toa_btn_insert_object_tt = 9293, MessageIds.toa_btn_insert_text = 9294, MessageIds.toa_btn_insert_text_tt = 9295, MessageIds.sdk_invalidIteratorOperation = 9296,
  MessageIds.web_keepCheckedOut = 9297, MessageIds.web_comment = 9298, MessageIds.web_changeDateToDocumentDate = 9299, MessageIds.web_viewAction = 9300,
  MessageIds.web_viewActions = 9301, MessageIds.web_leaveAsIs = 9302, MessageIds.web_setToHome = 9303, MessageIds.web_setToNextActionsLocation = 9304,
  MessageIds.web_setToSpecifiedLocation = 9305, MessageIds.web_applyAssigneeToContainer = 9306, MessageIds.web_declareRecordFinal = 9307, MessageIds.web_removePreviousRevisions = 9308,
  MessageIds.web_uploadProgress = 9309, MessageIds.web_checkIn = 9310, MessageIds.web_actionTracking = 9311, MessageIds.web_assignee = 9312,
  MessageIds.web_status = 9313, MessageIds.web_access = 9314, MessageIds.web_createNewRecord = 9315, MessageIds.dci_failureDeindexingRecord = 9317,
  MessageIds.core_messageOrThreadIdLengthExceeded = 9318, MessageIds.rec_hasIsNotPartOfEmailConversation = 9319, MessageIds.wgs_moveToCacheError = 9320, MessageIds.bob_cannotMixTaggedTypesHere = 9321,
  MessageIds.core_searchSelectsParents = 9322, MessageIds.trm_deleteAddressHistoryPrompt = 9323, MessageIds.api_noRecordType = 9324, MessageIds.core_keyview_FileInContainerTooLarge = 9325,
  MessageIds.ocx_kvDrawingInitFailed = 9326, MessageIds.ocx_kvPRINTTOPDFailed = 9328, MessageIds.ocx_kvCannotPrintDoc = 9329, MessageIds.trm_statsRecordsRegistered = 9330,
  MessageIds.trm_statsTotalRecordsRegistered = 9331, MessageIds.bob_removeItemNotCurrent = 9332, MessageIds.idol_XML_parseFailed = 9333, MessageIds.vb_tio_MessageAlreadyCatalogued = 9334,
  MessageIds.vb_tio_WillLinkToExisting = 9335, MessageIds.vb_tio_CatalogueWithAltContainer = 9336, MessageIds.vb_tio_WillCreateDuplicate = 9337, MessageIds.rec_containerClosedLatestError = 9338,
  MessageIds.loc_deactivateWarning = 9339, MessageIds.idol_unexpectedStatus = 9340, MessageIds.wgs_bulkLoaderPathForOracleNotFound = 9341, MessageIds.wgs_bulkLoaderPathBlank = 9342,
  MessageIds.wgs_bulkLoaderPathAccessible = 9343, MessageIds.wgs_bulkLoaderPathNotAccessible = 9344, MessageIds.tem_bulkLoadPartialFailure = 9345, MessageIds.tem_bulkLoadTotalFailure = 9346,
  MessageIds.vb_tio_OpenCntnrShort = 9347, MessageIds.vb_tio_OpenRecShort = 9348, MessageIds.api_loadNetRuntime = 9349, MessageIds.api_startNetRuntime = 9350,
  MessageIds.api_getAppDomain = 9351, MessageIds.api_addinNotDerivedFrom = 9352, MessageIds.tem_bulkLoaderPathInputError = 9353, MessageIds.trm_dropMailAndFiles = 9354,
  MessageIds.tem_schemaUpgradeInProgress = 9355, MessageIds.core_decimalMaxDecimalPlacesError = 9356, MessageIds.core_hkcuRegKeyNotFound = 9357, MessageIds.core_hklmRegKeyFoundErr = 9358,
  MessageIds.bob_documentContentServer = 9359, MessageIds.tem_pleaseEnterQueryServer = 9360, MessageIds.api_dotNet4RuntimeNotFound = 9361, MessageIds.wgs_addDocumentFileSizeMismatch = 9362,
  MessageIds.dtb_propertyNowProductFeature = 9363, MessageIds.bob_infoParamSizeLimit = 9364, MessageIds.bob_licenseSizeRecords = 9365, MessageIds.api_loadClrHostInterface = 9366,
  MessageIds.bob_infoParamSeatBreakdown = 9367, MessageIds.bob_infoParamSeatLimit = 9368, MessageIds.api_loadSdkAssembly = 9369, MessageIds.bob_totalSeats = 9370,
  MessageIds.bob_infoParamNoLimit = 9371, MessageIds.bob_info_licenceSeatsHdg = 9372, MessageIds.bob_info_licenceCapacityHdg = 9373, MessageIds.bob_infoCurrentSeatUsage = 9374,
  MessageIds.bob_infoClickForCurrentSeatCounts = 9375, MessageIds.bob_infoCurrentSizeUsage = 9376, MessageIds.bob_infoClickForCurrentSizeCount = 9377, MessageIds.bob_userCountInProgress = 9378,
  MessageIds.bob_infoCountInBreach = 9379, MessageIds.bob_infoCountOK = 9380, MessageIds.bob_recordCountInProgress = 9382, MessageIds.bob_infoAllowanceExceeded = 9384,
  MessageIds.bob_infoSizeOk = 9385, MessageIds.bob_recordTotalRow = 9386, MessageIds.bob_infoExpandForDetails = 9387, MessageIds.trm_productFeaturesNeedUpgrade = 9388,
  MessageIds.dp_cap_availableItems = 9389, MessageIds.dp_cap_btn_addPair = 9390, MessageIds.dp_cap_btn_cancel = 9391, MessageIds.dp_cap_btn_removeAll = 9392,
  MessageIds.dp_cap_btn_removeOne = 9393, MessageIds.dp_cap_btn_setDefault = 9394, MessageIds.dp_cap_btnaddPairs = 9395, MessageIds.dp_cap_ConfigName = 9396,
  MessageIds.dp_cap_ConfigurationInfo = 9397, MessageIds.dp_cap_CreateNewConfig = 9398, MessageIds.dp_cap_Database = 9399, MessageIds.dp_cap_DataDirection = 9400,
  MessageIds.dp_cap_DateFormat = 9402, MessageIds.dp_cap_Description = 9403, MessageIds.dp_cap_DisplayProgressWindow = 9404, MessageIds.dp_cap_EdocDir = 9405,
  MessageIds.dp_cap_fieldMap_defaultValues = 9407, MessageIds.dp_cap_fieldMap_sourceFields = 9408, MessageIds.dp_cap_fieldMap_trimProperties = 9409, MessageIds.dp_cap_FileFormat = 9410,
  MessageIds.dp_cap_FilePathSource = 9412, MessageIds.dp_cap_FilePathTarget = 9413, MessageIds.dp_cap_LocationAddresses = 9414, MessageIds.dp_cap_mappedItems = 9415,
  MessageIds.dp_cap_newConfig = 9416, MessageIds.dp_cap_ni_Exit = 9417, MessageIds.dp_cap_ni_ShowProgress = 9418, MessageIds.dp_cap_OpenExistingConfig = 9419,
  MessageIds.dp_cap_Overwrite = 9420, MessageIds.dp_cap_ProcessInfo = 9421, MessageIds.dp_cap_ProgressForm = 9423, MessageIds.dp_cap_PropertyList = 9424,
  MessageIds.dp_cap_RunConfig = 9425, MessageIds.dp_cap_SaveConfig = 9426, MessageIds.dp_cap_SavedSearch = 9427, MessageIds.dp_cap_TimeRemaining = 9428,
  MessageIds.dp_cap_TimeRunning = 9429, MessageIds.dp_cap_TRIMObjectType = 9430, MessageIds.dp_cap_ViewLogFile = 9431, MessageIds.dp_err_CannotLoad = 9432,
  MessageIds.dp_err_ConfigFileReadAccess = 9433, MessageIds.dp_err_DatabaseInvalid = 9434, MessageIds.dp_err_Exception = 9435, MessageIds.dp_err_ExportFileAlreadyExists = 9436,
  MessageIds.dp_err_InvalidCommandLineNoConfigPath = 9438, MessageIds.dp_err_InvalidMessageID = 9439, MessageIds.dp_err_InvlaidConfig = 9440, MessageIds.dp_err_StopedProcess = 9441,
  MessageIds.dp_msg_BatchImported = 9442, MessageIds.dp_msg_CancelPending = 9444, MessageIds.dp_titleCutNoteMsg = 9445, MessageIds.dp_titleCutMsg = 9446,
  MessageIds.dp_msg_DataPortStillOpen = 9448, MessageIds.dp_msg_DBIDNotSet = 9449, MessageIds.dp_msg_ExitPending = 9450, MessageIds.dp_msg_ExportHeader = 9451,
  MessageIds.dp_msg_FinalPassCompleteErrors = 9452, MessageIds.dp_msg_FinalPassCompleteNoErrors = 9453, MessageIds.dp_msg_FinalPassStarted = 9454, MessageIds.dp_msg_GroupName_DefaultDates = 9455,
  MessageIds.dp_msg_GroupName_DefaultLocations = 9456, MessageIds.dp_msg_GroupName_ExportProperties = 9457, MessageIds.dp_msg_GroupName_FieldMap = 9458, MessageIds.dp_msg_GroupName_General = 9459,
  MessageIds.dp_msg_no = 9460, MessageIds.dp_msg_ObjectNotFound = 9461, MessageIds.dp_msg_OperationCancelled = 9462, MessageIds.dp_msg_prog_InitalizingProcess = 9464,
  MessageIds.dp_msg_prog_ProcessingCanceled = 9466, MessageIds.dp_msg_prog_ProcessingComplete = 9467, MessageIds.dp_msg_progmain_GettingPropertyValues = 9468, MessageIds.dp_msg_progstep_ClosedTarfetFile = 9470,
  MessageIds.dp_msg_progstep_ClosingTargetFile = 9471, MessageIds.dp_msg_progstep_ConectingToDB = 9472, MessageIds.dp_msg_progstep_DatabaseConnected = 9473, MessageIds.dp_msg_progstep_err_DatabaseConnection = 9474,
  MessageIds.dp_msg_progstep_ExportComplete = 9475, MessageIds.dp_msg_progstep_GettingExportProperties = 9476, MessageIds.dp_msg_progstep_GettingOrigin = 9477, MessageIds.dp_msg_progstep_ImportComplete = 9478,
  MessageIds.dp_msg_progstep_InitializationComplete = 9479, MessageIds.dp_msg_progstep_InitializingBulkLoader = 9480, MessageIds.dp_msg_progstep_InitializingFormatter = 9481, MessageIds.dp_msg_progstep_InitializingImportFormatter = 9482,
  MessageIds.dp_msg_progstep_InitializingProcess = 9483, MessageIds.dp_msg_progstep_InitializingTargetFile = 9484, MessageIds.dp_msg_progstep_PreparePropertyLists = 9487, MessageIds.dp_msg_progstep_SearchCount = 9488,
  MessageIds.dp_msg_progstep_SearchingForObjects = 9489, MessageIds.dp_msg_progstep_StartingDataExport = 9490, MessageIds.dp_msg_progsub_ExportingProperty = 9491, MessageIds.dp_msg_propgstep_ImportStarted = 9492,
  MessageIds.dp_msg_QuerySaveDirtyConfig = 9493, MessageIds.dp_msg_QuitMidProcessQuestion = 9494, MessageIds.dp_msg_TransactionDirection_Export = 9496, MessageIds.dp_msg_TransactionDirection_Import = 9497,
  MessageIds.dp_msg_yes = 9498, MessageIds.dp_cap_configManager = 9499, MessageIds.dp_err_SecondPassPropertyOrField = 9500, MessageIds.dp_cap_RelatedKeywords = 9501,
  MessageIds.dp_err_invalidSavedSearch = 9502, MessageIds.dp_err_exportingProperty = 9503, MessageIds.dp_msg_exportingItem = 9504, MessageIds.dp_msg_exportingItemComplete = 9505,
  MessageIds.dp_err_exportingObject = 9506, MessageIds.dp_err_fieldValFromWrongType = 9507, MessageIds.dp_err_fieldDefNotFound = 9508, MessageIds.dp_err_savedSearchNotFound = 9509,
  MessageIds.dp_err_invalidConfigNoSavedSearch = 9510, MessageIds.dp_err_gettingDataFormatter = 9511, MessageIds.sui_moreSearchOptions = 9512, MessageIds.sui_objectTextMsg = 9513,
  MessageIds.dp_err_importDataNotMatchHeader = 9514, MessageIds.dp_err_importSettingPropertyFailed = 9515, MessageIds.dp_err_importInvalidPropertyOrField = 9516, MessageIds.sui_objectNullMsg = 9517,
  MessageIds.dp_err_importObjectCannotBeSaved = 9518, MessageIds.web_suppressDataEntryForm = 9519, MessageIds.dp_err_importFileAccess = 9520, MessageIds.dp_err_importChildPropertysNoParent = 9521,
  MessageIds.dp_err_importCannotDeletePassFile = 9522, MessageIds.dp_err_importBulkLoaderSettingProperties = 9523, MessageIds.dp_err_importBulkLoaderBatchFailed = 9524, MessageIds.dp_err_importSecondPassFailedOnBatch = 9525,
  MessageIds.dp_msg_importSecondPassProcessingUpdate = 9526, MessageIds.dp_err_importCannotSetPropertyValue = 9528, MessageIds.dp_msg_importProcessingAccumulatedData = 9531, MessageIds.dp_err_OpenLogDirectory = 9532,
  MessageIds.dp_cap_DataPortProductName = 9533, MessageIds.dp_err_loadingDataFormatters = 9534, MessageIds.dp_msg_processPercentComplete = 9535, MessageIds.dp_msg_checkingUserPermissions = 9536,
  MessageIds.dp_err_noImportExportPermission = 9537, MessageIds.dp_err_noHelpfile = 9538, MessageIds.bob_wgsFuncMapExternalId = 9539, MessageIds.est_idsForExternalOnly = 9540,
  MessageIds.est_invalidExternalId = 9541, MessageIds.db_needLaterWorkgroup = 9542, MessageIds.ogn_enterContainerThreshold = 9545, MessageIds.wgs_novellNotSupported = 9546,
  MessageIds.bob_invalidBatchSearchString = 9547, MessageIds.bob_invalidNumberBatchesValue = 9548, MessageIds.bob_invalidBatchNumberValue = 9549, MessageIds.idol_couldNotConnect = 9550,
  MessageIds.trm_messageAlreadyCatalogued = 9551, MessageIds.trm_warnDuplicate = 9552, MessageIds.tem_badPortNumber = 9553, MessageIds.idol_encryptionError = 9554,
  MessageIds.dp_cap_UpdateOnDuplicate = 9555, MessageIds.dp_cap_ReplaceTriggers = 9556, MessageIds.dp_cap_UseBulkLoaderRecNumbering = 9557, MessageIds.dp_cap_LocationRelationships = 9558,
  MessageIds.tem_mustCreateGis = 9559, MessageIds.dp_cap_DataFormatter = 9560, MessageIds.dp_err_NoFieldsInImportSource = 9561, MessageIds.dp_err_LocationCouldNotBeCreated = 9562,
  MessageIds.dp_err_SettingUserDefinedFieldFailedRec = 9563, MessageIds.dp_err_InvalidLookupSetItemFormat = 9564, MessageIds.dp_err_DuplicateFound = 9565, MessageIds.dp_err_ParentLookupSetNotInImport = 9566,
  MessageIds.dp_err_LookupSetNotFound = 9567, MessageIds.dp_err_NamePropertyNotFound = 9568, MessageIds.dp_err_ParentPropertyNotFound = 9569, MessageIds.dp_err_MissingEssentialProperty = 9570,
  MessageIds.dp_err_ObjectCreationFailed = 9571, MessageIds.dp_err_VerificationError = 9572, MessageIds.dp_err_VarificationWarning = 9573, MessageIds.dp_err_ProjectVerifyCannotBeBlank = 9574,
  MessageIds.dp_err_ProjectVerifyCannotConnect = 9575, MessageIds.dp_err_ProjectVerifyCannotBeFound = 9576, MessageIds.dp_err_ProjectVerifyProjectInvalid = 9577, MessageIds.dp_err_ProjectUnknown = 9578,
  MessageIds.dp_err_ProjectFileNotValid = 9579, MessageIds.dp_msg_ImportingItemFieldValue = 9580, MessageIds.dp_msg_ProcessingIteration = 9581, MessageIds.dp_msg_CounterCreated = 9582,
  MessageIds.dp_msg_CounterError = 9583, MessageIds.dp_msg_CounterExported = 9584, MessageIds.dp_msg_CounterProcessed = 9585, MessageIds.dp_msg_CounterUpdated = 9586,
  MessageIds.dp_msg_CounterWarning = 9587, MessageIds.dp_msg_ProjectFileCannotBeSaved = 9588, MessageIds.dp_msg_ProjectFileCannotBeExecuted = 9589, MessageIds.dp_msg_ProjectFileContainsInvlaidInformation = 9590,
  MessageIds.tem_mustCreateUnicode = 9591, MessageIds.tem_schemaInvalid = 9592, MessageIds.tem_schemaObsolete = 9593, MessageIds.tem_schemaForLaterVersion = 9594,
  MessageIds.prp_featureInactive = 9595, MessageIds.rec_copyRecordContainerInfo = 9596, MessageIds.db_rollingBackUpdates = 9597, MessageIds.rec_confirmPurgeOldRevisions = 9598,
  MessageIds.rec_confirmPurgeOldRevisionsTagged = 9599, MessageIds.bob_newValueSet = 9600, MessageIds.bob_valueChangedTo = 9601, MessageIds.tem_databaseConnectivityCheck = 9602,
  MessageIds.rec_consignmentHasNoApprovers = 9603, MessageIds.recConNotInConsignment = 9604, MessageIds.rec_conNotExamined = 9605, MessageIds.bob_srchObjectDoesNotHaveAuditEntries = 9608,
  MessageIds.bobNoExtraAuditInformation = 9609, MessageIds.bob_addedItem = 9610, MessageIds.bob_removedItem = 9611, MessageIds.bob_valueModified = 9612,
  MessageIds.bob_childListItemAdded = 9613, MessageIds.bob_childListItemModified = 9614, MessageIds.bob_childListItemRemoved = 9615, MessageIds.bob_auditReadError = 9616,
  MessageIds.tem_postgreSQLConnectionSettings = 9617, MessageIds.bob_auditOldValueColumnHeading = 9618, MessageIds.bob_auditNewValueColumnHeading = 9619, MessageIds.tem_sqlServerConnectionSettings = 9620,
  MessageIds.bob_locationRelationshipAdded = 9621, MessageIds.bob_locationRelationshipRemoved = 9622, MessageIds.mpx_tryUsingSimpleMapi = 9623, MessageIds.rdr_requestID = 9624,
  MessageIds.loc_userHasReferencedSecurity = 9625, MessageIds.loc_alreadyHasCaveat = 9626, MessageIds.loc_doesntHaveCaveat = 9627, MessageIds.bob_someLocationsNotUpdated = 9628,
  MessageIds.bob_locationsHadCaveatAdded = 9629, MessageIds.bob_locationsHadCaveatRemoved = 9630, MessageIds.prp_userHasNoPermissionForSearch = 9631, MessageIds.ocx_hitFound = 9632,
  MessageIds.ocx_hitsFound = 9633, MessageIds.trm_auditOptionsSheet = 9634, MessageIds.rec_removingFinalDocument = 9635, MessageIds.trm_onlineCapabilityHeading = 9636,
  MessageIds.trm_offlineCreateHeading = 9637, MessageIds.trm_offlineModifyHeading = 9638, MessageIds.trm_offlineDeleteHeading = 9639, MessageIds.bob_srchUnknownCriteria = 9640,
  MessageIds.bob_srchMultipleCriteria = 9641, MessageIds.mb_pleaseEnterReasonForUpdate = 9642, MessageIds.mb_updateCommentCue = 9643, MessageIds.bob_updateCommentLimitedTo = 9644,
  MessageIds.rec_recordUsedForAuditLogContainer = 9645, MessageIds.rty_recordTypeUsedForAuditLogCapture = 9646, MessageIds.core_internalViewerNotFound = 9647, MessageIds.evt_auditLogHeader8 = 9648,
  MessageIds.evt_autoCatalogLogTitleTemplate = 9649, MessageIds.evt_failedToAutoCatalogLogFile = 9650, MessageIds.core_trimAuditLogFile = 9651, MessageIds.core_auditLogHeadingEvent = 9652,
  MessageIds.tem_ociConnectionSuccessful = 9653, MessageIds.core_auditLogHeadingDoneBy = 9654, MessageIds.core_auditLogHeadingItemAffected = 9655, MessageIds.core_auditLogHeadingOnComputer = 9656,
  MessageIds.core_auditLogHeadingUserID = 9657, MessageIds.core_auditLogHeadingTimeSource = 9658, MessageIds.core_auditLogHeadingTimeServer = 9659, MessageIds.core_auditLogHeadingOwner = 9660,
  MessageIds.core_auditLogHeadingRelatedItem = 9661, MessageIds.core_auditLogHeadingUpdateComment = 9662, MessageIds.tem_ociConnectionUnsuccessful = 9663, MessageIds.core_auditLogHeadingError = 9664,
  MessageIds.tem_ociConnectionSettings = 9665, MessageIds.core_auditLogHeadingExtraDetails = 9666, MessageIds.bob_largeTextValueSet = 9667, MessageIds.bob_cleanupFailedToLog = 9668,
  MessageIds.trm_cleanupFailed = 9669, MessageIds.trm_cleanupStarting = 9670, MessageIds.trm_cleanupFinishing = 9671, MessageIds.bob_dataCleanupSetting = 9672,
  MessageIds.bob_dataCleanupResult = 9673, MessageIds.bob_auditCapabilityAdded = 9674, MessageIds.bob_auditCapabilityRemoved = 9675, MessageIds.bob_confirmDeleteTagged = 9676,
  MessageIds.trm_noWordIndexesAvailableWarning = 9677, MessageIds.bob_srchIllegalEscapeSequence = 9678, MessageIds.bob_searchPhraseIsEmpty = 9679, MessageIds.bob_srch_parameter = 9680,
  MessageIds.bob_link_cannotLoadAssemblyOrClass = 9681, MessageIds.sth_storeFunctionNotImplemented = 9682, MessageIds.core_idolQueryNotSupported = 9683, MessageIds.bob_srch_notOptimisedDueToSort = 9684,
  MessageIds.bob_srch_originalQuery = 9685, MessageIds.tem_creatingDefaultSystemSettings = 9686, MessageIds.tem_invalidSessionTimeoutMs = 9687, MessageIds.tem_invalidSessionHarvestingIntervalMs = 9688,
  MessageIds.api_cannotCreateAuthorityDeleteJobs = 9689, MessageIds.api_bulkLoaderLocationError = 9690, MessageIds.edm_destinationStoreInvalid = 9691, MessageIds.tes_postGISextensionNotInstalled = 9692,
  MessageIds.bob_wgsFuncTransferStorage = 9693, MessageIds.tem_invalidPostgresSchemaName = 9694, MessageIds.trm_currentItemDone = 9695, MessageIds.trm_currentItemDoneWarning = 9696,
  MessageIds.evt_extractingIndexingDetails = 9697, MessageIds.evt_processingOriginRecords = 9698, MessageIds.evt_processingOriginRecordsRestart = 9699, MessageIds.evt_processingACLUpdates = 9700,
  MessageIds.db_errorInSQLConnectionDetails = 9701, MessageIds.evt_idolQueuedMsg = 9702, MessageIds.evt_styleIndexRecord = 9703, MessageIds.evt_styleUpdateRecordMetadata = 9704,
  MessageIds.evt_styleDeindexRecord = 9705, MessageIds.evt_styleIndexUser = 9706, MessageIds.evt_styleDeindexUser = 9707, MessageIds.evt_alreadyInQueue = 9708,
  MessageIds.evt_removedFromMetadataQueue = 9709, MessageIds.evt_alreadyInIndexQueue = 9710, MessageIds.evt_removedFromIndexQueue = 9711, MessageIds.evt_processingBufferedEvents = 9712,
  MessageIds.evt_notAContentIndexingEvent = 9713, MessageIds.bob_wgsDoesNotSupportStorageTransfers = 9714, MessageIds.evt_oldStorage = 9715, MessageIds.evt_newStorage = 9716,
  MessageIds.bob_externalLinkColHeadingDetails = 9717, MessageIds.db_unspecifiedStorageTransferFailure = 9718, MessageIds.tem_needToSpecifyBulkLoaderPathForMigrate = 9719, MessageIds.tem_bulkLoaderPathInputErrorSS = 9720,
  MessageIds.bob_documentAlreadyInDestinationStore = 9721, MessageIds.bob_noDocumentToTransfer = 9722, MessageIds.est_connectorDeleteAlwaysNeedsRetry = 9723, MessageIds.est_deleteRequestsAreQueued = 9724,
  MessageIds.rec_reqValueOnlyForRecurring = 9725, MessageIds.est_accessDateNotRecorded = 9726, MessageIds.est_notRecordingAccessDates = 9727, MessageIds.core_searchBatchTooltip = 9728,
  MessageIds.sth_store_connectorStoreConfigInvalid = 9729, MessageIds.tem_idolConfigModifiedForDeploy = 9730, MessageIds.dp_msg_RunningAs = 9731, MessageIds.dp_msg_Target = 9732,
  MessageIds.dp_msg_DataSource = 9733, MessageIds.dp_err_SecondPassItemCountFail = 9734, MessageIds.dp_err_SetPropertyFail = 9735, MessageIds.dp_err_LocationBadMatchType = 9736,
  MessageIds.dp_msg_SetHomeLocFromContainer = 9737, MessageIds.dp_msg_UpdateOnDupNotRelevant = 9738, MessageIds.odbc_GroupListenerNotResponding = 9739, MessageIds.core_invalidPostgresEWKBByteStream = 9740,
  MessageIds.dp_msg_StartingSecondPassForBatch = 9741, MessageIds.dp_msg_StartingFinalPassProcessing = 9742, MessageIds.dp_msg_CounterItemsFound = 9743, MessageIds.loc_cutoffTimeNotValid = 9744,
  MessageIds.loc_cutoffTimeNotInWorkingDay = 9745, MessageIds.loc_responseTimeInvalid = 9746, MessageIds.loc_responseTimesNotSensible = 9747, MessageIds.bob_pleaseEnterTime = 9748,
  MessageIds.bob_pleaseEnterAValidTime = 9749, MessageIds.odbc_mostlikelyDriverNoInstalled = 9750, MessageIds.req_fromToVia = 9751, MessageIds.req_fromTo = 9752,
  MessageIds.req_cannotModifyCompletedRequest = 9753, MessageIds.req_canOnlySetDateForLowPriorityRequests = 9754, MessageIds.req_lowPriorityRequestCannotBeBefore = 9755, MessageIds.req_cannotModifyRequestInProgress = 9756,
  MessageIds.bob_menuItemNotUsedForAdvancedRequests = 9757, MessageIds.req_requestNotWaitingApproval = 9758, MessageIds.odbc_driverNotInstalled = 9759, MessageIds.loc_storageProviderMustHaveAnAdministrator = 9760,
  MessageIds.odbc_failedToSetConnectionPooling = 9761, MessageIds.odbc_failedToCreateEnvironmentHanle = 9762, MessageIds.loc_specifyRecordTypeForLog = 9763, MessageIds.rty_usedAsDefaultForStorageProviderLogs = 9764,
  MessageIds.rec_usedAsContainerForStorageProviderLogs = 9765, MessageIds.req_cannotModifyRequestorForPickupRequest = 9766, MessageIds.req_cannotModifyRequestorForExistingRequest = 9767, MessageIds.req_canOnlyModifyHomeForPickupNewRequest = 9768,
  MessageIds.req_cannotModifyHomeForExistingRequest = 9769, MessageIds.rec_requestDetails = 9770, MessageIds.db_errorInSQL = 9771, MessageIds.db_errorInSQLConnection = 9772,
  MessageIds.db_errorInSQLTransaction = 9773, MessageIds.web_useReplForACL = 9774, MessageIds.web_useReplForRequests = 9775, MessageIds.web_replaceLocationLabel = 9776,
  MessageIds.web_removeLocationDlgTitle = 9777, MessageIds.web_moveEmailsToReplLocation = 9778, MessageIds.web_moveAssociationsToReplLocation = 9779, MessageIds.rec_copiedFrom = 9780,
  MessageIds.rec_newVersionOf = 9781, MessageIds.rec_redactedFrom = 9782, MessageIds.db_queryTooComplex = 9783, MessageIds.db_updateDeadlocked = 9784,
  MessageIds.db_referentialIntegrityViolation = 9785, MessageIds.db_uniqueConstraintError = 9786, MessageIds.rdr_renderIgnored = 9787, MessageIds.tem_createStoredProcedureFailed = 9788,
  MessageIds.odbc_invalidHandle = 9789, MessageIds.rec_pickupRequestAlreadyExists = 9790, MessageIds.loc_storageAdminNeedsAddress = 9791, MessageIds.loc_pleaseEnterUserName = 9792,
  MessageIds.loc_userOrDomainCannotContainDomainSeparator = 9793, MessageIds.trm_qAlreadyExists = 9794, MessageIds.dp_cap_MovementHistory = 9795, MessageIds.dp_cap_MemberJurisdictions = 9796,
  MessageIds.dp_cap_ActiveDateRange = 9797, MessageIds.req_requestNotAddedToVendor = 9798, MessageIds.loc_needsRequestPermissionToAdministerStorage = 9799, MessageIds.rdr_cannotrenderFileType = 9800,
  MessageIds.tem_idolConfigDeployCSDown = 9801, MessageIds.tem_idolConfigDuplicateCS = 9802, MessageIds.tem_idolCsStatusOnline = 9803, MessageIds.tem_idolCsStatusOffline = 9804,
  MessageIds.tem_idolCsStatusUnreadable = 9805, MessageIds.tem_idolCsRemoveConfirmation = 9806, MessageIds.core_keyview_pSteamIsNull = 9807, MessageIds.trm_idolReindexDetails = 9808,
  MessageIds.est_duplicateDocYesNo = 9809, MessageIds.est_noCachedFolder = 9810, MessageIds.est_duplicateDocError = 9811, MessageIds.dp_cap_partInfoField = 9812,
  MessageIds.dp_cap_relatedRecords = 9813, MessageIds.wgs_fileUploadHashFail = 9814, MessageIds.wgs_fileUploadLengthFail = 9815, MessageIds.trm_idolReindexLogFinished = 9816,
  MessageIds.sdknet_bulkLoader_cannotCopyDirect = 9817, MessageIds.bob_wgsFuncAllocateStoreForDirectCopy = 9818, MessageIds.bob_wgsFuncNotifyStoreCopyComplete = 9819, MessageIds.bob_badNumber = 9820,
  MessageIds.odbc_statementIsStillRunning = 9821, MessageIds.tem_configFileSave = 9822, MessageIds.sth_transactionFileSent = 9823, MessageIds.trm_idolReindexAwaitingNextBatch = 9824,
  MessageIds.wgs_recordsetGuidMismatch = 9825, MessageIds.bob_connectToWgs = 9826, MessageIds.dp_cap_Help = 9827, MessageIds.trm_canOnlyDrop1File = 9828,
  MessageIds.trm_idolReindexRestarting = 9829, MessageIds.trm_idolReindexMetadataOnly = 9830, MessageIds.trm_idolIndexColPercKeyview = 9831, MessageIds.trm_restartReindex = 9832,
  MessageIds.trm_restartReindexTitle = 9833, MessageIds.rec_offlinePathNotAvailable = 9834, MessageIds.dp_msg_importing_object = 9835, MessageIds.dp_msg_updating_object = 9836,
  MessageIds.dp_err_retrieving_object = 9837, MessageIds.dp_msg_batch_stats = 9838, MessageIds.dp_msg_updating_found_object = 9839, MessageIds.dp_msg_loading_new_object = 9840,
  MessageIds.dp_msg_updated_batch = 9841, MessageIds.dp_msg_pass_processing_started = 9842, MessageIds.dp_err_update_passprocessing_failed = 9843, MessageIds.dp_msg_document_batch = 9844,
  MessageIds.dp_err_document_passprocessing_failed = 9845, MessageIds.dp_cap_batch = 9846, MessageIds.dp_cap_update = 9847, MessageIds.dp_cap_eDoc_attach = 9848,
  MessageIds.dp_msg_shutdownpassprocess = 9849, MessageIds.dp_msg_startfinalpass = 9850, MessageIds.dp_err_passprocess_objectnotfound = 9851, MessageIds.dp_msg_exporting_object = 9852,
  MessageIds.dp_msg_filteroutstorageprovider = 9853, MessageIds.dp_err_storageprovidernotsupported = 9854, MessageIds.dp_err_eDocsNotExported = 9855, MessageIds.dp_err_trigger_not_added = 9856,
  MessageIds.dp_err_exception_message = 9857, MessageIds.edi_negativeNotAllowed = 9858, MessageIds.trm_processDocQueueNotAvailable = 9859, MessageIds.dci_wrongIdolInstanceWarning = 9860,
  MessageIds.core_printerDriverNotInstalled = 9861, MessageIds.sdknet_objectListBadType = 9862, MessageIds.trm_fileBlankORZero = 9863, MessageIds.web_details = 9864,
  MessageIds.web_create = 9865, MessageIds.web_convert = 9866, MessageIds.web_body = 9867, MessageIds.web_backToSearch = 9868,
  MessageIds.web_backToSummary = 9869, MessageIds.web_blah = 9870, MessageIds.web_dateRegistered = 9871, MessageIds.web_download = 9872,
  MessageIds.web_enterAQuery = 9873, MessageIds.web_favoriteRecords = 9874, MessageIds.web_favorites = 9875, MessageIds.web_field = 9876,
  MessageIds.web_footer = 9877, MessageIds.web_form = 9878, MessageIds.web_formSearchCap = 9879, MessageIds.web_formSearchTitle = 9880,
  MessageIds.web_getStarted = 9881, MessageIds.web_header = 9882, MessageIds.web_home = 9883, MessageIds.web_attachElectronicDocument = 9884,
  MessageIds.web_createElectronicOrPhysicalRecord = 9885, MessageIds.web_accessDenied = 9886, MessageIds.web_addToFavorites = 9887, MessageIds.web_addedToFavorites = 9888,
  MessageIds.web_advancedFormBasedSearch = 9889, MessageIds.web_category = 9890, MessageIds.web_checkedOut = 9891, MessageIds.web_checkedOutRecords = 9892,
  MessageIds.web_classic = 9893, MessageIds.web_clickToDisplay = 9894, MessageIds.web_constructRefinedSearchUsingFilters = 9895, MessageIds.web_contactAdministrator = 9896,
  MessageIds.web_downloadElectronicAttachmentToYourDevice = 9897, MessageIds.web_downloadRecordToViewInYourEnvironment = 9898, MessageIds.web_incontainerColon = 9899, MessageIds.web_incorrectObjectType = 9900,
  MessageIds.web_initiateYourSearch = 9901, MessageIds.web_loading = 9902, MessageIds.web_location = 9903, MessageIds.web_explore = 9904,
  MessageIds.web_exploreRecentOrFavoriteRecords = 9905, MessageIds.web_exploreRecords = 9906, MessageIds.web_failToInitialiseFormSearchPanel = 9907, MessageIds.web_editCurrentRecord = 9908,
  MessageIds.web_editInfoForRecordAndHowToComplete = 9909, MessageIds.web_enterText = 9910, MessageIds.web_enterTitle = 9911, MessageIds.web_errorAddingToFavorites = 9912,
  MessageIds.web_errorRemovingFromFavorites = 9913, MessageIds.web_errorTryingToSaveSearch = 9914, MessageIds.web_errorUploadingYourFile = 9915, MessageIds.web_expandedRecordNumber = 9916,
  MessageIds.web_filterOrSecurityMayPreventedTheDisplayOfMatchRecords = 9917, MessageIds.web_howToCreateNewRecord = 9918, MessageIds.web_howToSearch1 = 9919, MessageIds.web_howToSearch2 = 9920,
  MessageIds.web_howToSelectCategory = 9921, MessageIds.web_HPRM = 9922, MessageIds.web_minimum3LettersRequiredForSearch = 9923, MessageIds.web_modify = 9924,
  MessageIds.web_moreOptions = 9925, MessageIds.web_needToBeSelected = 9926, MessageIds.web_newRecord = 9927, MessageIds.web_noMatchfound = 9928,
  MessageIds.web_noRecordsFound = 9929, MessageIds.web_noResponseReceivedFromServer = 9930, MessageIds.web_noSavedSearchAvailable = 9931, MessageIds.web_notImplementedYet = 9932,
  MessageIds.web_numbers = 9933, MessageIds.web_openInClassicMode = 9934, MessageIds.web_openNewbBowserWindowInClassicMode = 9935, MessageIds.odbc_unknownODBCerror = 9936,
  MessageIds.web_public = 9937, MessageIds.web_readySearches = 9938, MessageIds.web_reason = 9939, MessageIds.web_recentRecords = 9940,
  MessageIds.web_record = 9941, MessageIds.web_records = 9942, MessageIds.web_recordAlreayInHomeLocation = 9943, MessageIds.web_recordCreationFailed = 9944,
  MessageIds.web_recordRequestCreated = 9945, MessageIds.web_recordRequestOutstanding = 9946, MessageIds.web_recordReturnedToHomeLocation = 9947, MessageIds.web_recordTitleMaximumLengthIs254 = 9948,
  MessageIds.web_recordTitleMustBeEntered = 9949, MessageIds.web_recordType = 9950, MessageIds.web_recordUpdateFailed = 9951, MessageIds.web_recordUpdateSucceeded = 9952,
  MessageIds.web_removeFromFavorites = 9953, MessageIds.web_removedFromFavorites = 9954, MessageIds.web_requestThisRecord = 9955, MessageIds.web_requestingRecord = 9956,
  MessageIds.web_retrievingResults = 9957, MessageIds.web_return = 9958, MessageIds.web_returnRecordToHomeLoction = 9959, MessageIds.web_returnTheRecord = 9960,
  MessageIds.web_search = 9961, MessageIds.web_searchContents = 9962, MessageIds.web_searchForRecordsAcrossDataset = 9963, MessageIds.web_searchThisContainerforMoreRecords = 9964,
  MessageIds.web_searchYourRecords = 9965, MessageIds.web_searching = 9966, MessageIds.web_seeMore = 9967, MessageIds.web_selectedFileHasNotBeenUploadedToServer = 9968,
  MessageIds.web_startTypingToBeginNewSearch = 9969, MessageIds.web_submit = 9970, MessageIds.web_thisFieldRequired = 9971, MessageIds.web_thisRecordHasBeenRequested = 9972,
  MessageIds.web_unableMapData = 9973, MessageIds.web_unableReturnRecordToHomeLocation = 9974, MessageIds.web_unableToConnectToWebServices = 9975, MessageIds.web_unableToDisplayDetailsNow = 9976,
  MessageIds.web_unableToDownloadNowTryLater = 9977, MessageIds.web_unableToRequestRecord = 9978, MessageIds.web_unableToViewRecordType = 9979, MessageIds.web_update = 9980,
  MessageIds.web_updateExistingRecordInfo = 9981, MessageIds.web_validCategoryNeedToBeSelected = 9982, MessageIds.web_viewAddOrModifyRecords = 9983, MessageIds.web_viewAllCheckedOutRecords = 9984,
  MessageIds.web_viewAllFavouriteRecords = 9985, MessageIds.web_viewAllRecentRecords = 9986, MessageIds.web_welcomeToRecordCreationWizard = 9987, MessageIds.web_enterSearchName = 9988,
  MessageIds.web_searchSelectOwnerInputLabel = 9989, MessageIds.web_searchQueryInputLabel = 9990, MessageIds.web_enterSearchDescription = 9991, MessageIds.web_checkInRecord = 9992,
  MessageIds.web_checkInKeepCheckedOut = 9993, MessageIds.web_checkInMakeNewRevision = 9994, MessageIds.web_checkInComments = 9995, MessageIds.web_additionalRequest = 9996,
  MessageIds.web_or = 9997, MessageIds.loc_addingMembersNotSupported = 9998, MessageIds.loc_removingMembersNotSupported = 9999, MessageIds.bobHighestSecurityOnlyForLocations = 10000,
  MessageIds.bobSearchFormCaption = 10001, MessageIds.trmSearchGroupTitle = 10002, MessageIds.trm_noMethodsForGroup = 10003, MessageIds.trm_noGroupsDefined = 10004,
  MessageIds.dp_cap_Available = 10005, MessageIds.dp_cap_Selected = 10006, MessageIds.web_selectTopTerm = 10007, MessageIds.tem_accountLookupFailed = 10008,
  MessageIds.uty_updateFormForLoc = 10009, MessageIds.uty_settingFormForInvalidLocation = 10010, MessageIds.uty_someFormsNotSetSeeLog = 10011, MessageIds.loc_needsALoginForSearchForm = 10012,
  MessageIds.bob_fieldContainsInvalidIdolCharacters = 10013, MessageIds.tem_needUserPrivilege = 10014, MessageIds.tem_needUserPrivilegeError = 10015, MessageIds.web_createdRecords = 10016,
  MessageIds.fp_needToSetTopNumber = 10017, MessageIds.bob_searchCannotBeOldFormat = 10018, MessageIds.trm_searchNotConvertible = 10019, MessageIds.web_cancel = 10020,
  MessageIds.web_clickReport = 10021, MessageIds.web_close = 10022, MessageIds.web_created = 10023, MessageIds.web_createReport = 10024,
  MessageIds.web_createLocationFormTitle = 10025, MessageIds.web_dateFieldTitle = 10026, MessageIds.web_errorCheckin = 10027, MessageIds.web_errorCreatingLocation = 10028,
  MessageIds.web_locate = 10029, MessageIds.web_manage = 10030, MessageIds.web_pleaseUploadFile = 10031, MessageIds.web_recordCheckedOut = 10032,
  MessageIds.web_recordCheckedIn = 10033, MessageIds.web_report = 10034, MessageIds.web_save = 10035, MessageIds.web_saveSearchMenu = 10036,
  MessageIds.web_searchQueryLabel = 10037, MessageIds.web_selectAll = 10038, MessageIds.web_selectDeselectAll = 10039, MessageIds.web_selectNone = 10040,
  MessageIds.web_selectRecordsForReport = 10041, MessageIds.web_selectTemplate = 10042, MessageIds.web_showReport = 10043, MessageIds.web_unknownRecordType = 10044,
  MessageIds.web_unknownRecordTitle = 10045, MessageIds.web_unknownRecordNumber = 10046, MessageIds.web_unsupportedSearchType = 10047, MessageIds.web_additionalRequestRecord = 10048,
  MessageIds.web_resetButtonCaption = 10049, MessageIds.web_requestSelectRequestorInputLabel = 10050, MessageIds.web_navigateBackToContainer = 10051, MessageIds.web_sendRequestOnBehalfOfButtonCaption = 10052,
  MessageIds.web_selectPropertiesCaption = 10053, MessageIds.web_newSavedSearch = 10054, MessageIds.web_checkOutTitleNoSubstitute = 10055, MessageIds.web_query = 10056,
  MessageIds.web_more = 10057, MessageIds.web_profile = 10058, MessageIds.web_savedSearches = 10059, MessageIds.web_parameterisedSavedSearch = 10060,
  MessageIds.web_parameterisedStartOver = 10061, MessageIds.web_items = 10062, MessageIds.web_requested = 10063, MessageIds.web_reportRequestedNotification = 10064,
  MessageIds.web_recordNumberCaption = 10065, MessageIds.web_profileInformation = 10066, MessageIds.web_pageInformation = 10067, MessageIds.web_pageEnd = 10068,
  MessageIds.web_searchUsageInformation = 10069, MessageIds.web_viewAll = 10070, MessageIds.web_loadingMask = 10071, MessageIds.web_minimumBrowserVersion = 10072,
  MessageIds.web_cancelAndReturn = 10073, MessageIds.web_itemsSelected = 10074, MessageIds.web_reportButtonCaption = 10075, MessageIds.web_additionalRequestTooltip = 10076,
  MessageIds.web_continueButtonCaption = 10077, MessageIds.web_correctButtonCaption = 10078, MessageIds.web_uploadButtonCaption = 10079, MessageIds.web_totalResults = 10080,
  MessageIds.web_previewAttachment = 10081, MessageIds.web_viewProperties = 10082, MessageIds.web_showingResults = 10083, MessageIds.web_newSaveSearchCaption = 10084,
  MessageIds.web_request = 10085, MessageIds.web_copyURL = 10086, MessageIds.web_urlCoppied = 10087, MessageIds.web_mobile_dbNotConnected = 10088,
  MessageIds.web_actionsPanelCaption = 10089, MessageIds.rec_recAssignedMailNotification = 10090, MessageIds.web_searchByMethods = 10091, MessageIds.web_securityCaveatCaption = 10092,
  MessageIds.web_viewEditAccessControlCaption = 10093, MessageIds.web_fieldTypeNotSupported = 10094, MessageIds.web_dataFormEntryBlankError = 10095, MessageIds.web_documentCheckedIn = 10096,
  MessageIds.tem_idolIndexStagingPathError = 10097, MessageIds.bob_infoParamBulkLoaderPath = 10098, MessageIds.bob_infoParamIdolIndexStagingPath = 10099, MessageIds.trm_needIndexStagingPathForOCR = 10100,
  MessageIds.rec_notAnOCRFileType = 10101, MessageIds.web_selectedLookupItems = 10102, MessageIds.web_thereAreNoMatchingResults = 10103, MessageIds.web_whyEnclosedFieldisIsDisabled = 10104,
  MessageIds.tem_bulkInsertNotSupportedForAzure = 10105, MessageIds.vb_tio_group8 = 10106, MessageIds.web_setGlobalSettingInfo = 10107, MessageIds.web_getGlobalSettingConfirmation = 10108,
  MessageIds.web_setAsGlobalSettings = 10109, MessageIds.trm_selectStatsTimeZone = 10110, MessageIds.wgs_varTovariant = 10111, MessageIds.uty_alertSuspendedRangeInvalid = 10112,
  MessageIds.uty_unsubscribeAndCreateANewAlert = 10113, MessageIds.uty_alertDescriptionBasic = 10114, MessageIds.uty_alertDescriptionSearch = 10115, MessageIds.prp_alertNotSupportedForEvent = 10116,
  MessageIds.prp_alertNotSupportedForEventAndObject = 10117, MessageIds.uty_notSubscribedToAlert = 10118, MessageIds.uty_alreadySubscribedToAlert = 10119, MessageIds.uty_enterSuspendDateRange = 10120,
  MessageIds.uty_suspendUntil = 10121, MessageIds.uty_suspendFrom = 10122, MessageIds.uty_suspendRange = 10123, MessageIds.pp_alertCriteriaFor = 10124,
  MessageIds.pp_alertCriteriaNotRelevant = 10125, MessageIds.rec_firstRevisionFromRevision = 10126, MessageIds.bob_stdOf = 10127, MessageIds.bob_removeFromLabel = 10128,
  MessageIds.rec_cannotSetIdOnce365isActivated = 10129, MessageIds.rec_oldStyleSPInotAvailable = 10130, MessageIds.web_getGlobalSettings = 10131, MessageIds.bob_consumerThreadComplete = 10132,
  MessageIds.bob_consumerThreadFailed = 10133, MessageIds.bob_producerThreadComplete = 10134, MessageIds.bob_producerThreadFailed = 10135, MessageIds.bob_consumerThreadProgress = 10136,
  MessageIds.wgs_serialiseRecordset = 10137, MessageIds.rec_cannotSpecifyScheduleAndManualDate = 10138, MessageIds.rty_invalidBorrowingLimit = 10139, MessageIds.core_couldNotDeleteFileInUse = 10140,
  MessageIds.rec_requestMailNotification = 10141, MessageIds.bob_childTransactionLimitExceeded = 10142, MessageIds.rec_useDispositionProcessingFunctionForContainers = 10143, MessageIds.rec_noAccessToContainer = 10144,
  MessageIds.sth_idolIndexQueueCreateCategory = 10145, MessageIds.idol_componentNotAvailable = 10146, MessageIds.trm_recordMissingFromIndex = 10147, MessageIds.rec_errorDisposingContent = 10148,
  MessageIds.rec_alreadyDisposed = 10149, MessageIds.rec_hasDifferentDisposal = 10150, MessageIds.rec_containerHasDifferentDisposalType = 10151, MessageIds.rec_useInactiveProcessingFunctionForContainers = 10152,
  MessageIds.recAutomaticDisposalWillOccur = 10153, MessageIds.recAutomaticInactiveWillOccur = 10154, MessageIds.rec_cannotUpdateDestroyedRecord = 10155, MessageIds.odbc_sqlState = 10156,
  MessageIds.rec_recordNotDisposed = 10157, MessageIds.rty_invalidExtensionLimit = 10158, MessageIds.rty_notImplementingBorrowingLimits = 10159, MessageIds.rty_noExtensionsAllowed = 10160,
  MessageIds.rty_extnSetButNotBorrow = 10161, MessageIds.rty_multiExtnSetButNotBorrow = 10162, MessageIds.rec_cannotBookPastDate = 10163, MessageIds.rec_cannotExtendPastDate = 10164,
  MessageIds.rec_recReturnOverdueMailNotification = 10165, MessageIds.rec_doDisposalMsg = 10166, MessageIds.rec_doRetentionScheduleMsg = 10167, MessageIds.rec_alreadyActive = 10168,
  MessageIds.odbc_successWithInfomationBut = 10169, MessageIds.sch_cannotSpecifyJurisdictions = 10170, MessageIds.sch_mustSpecifyJurisdictions = 10171, MessageIds.sch_cannotHaveDestroyAllJurisdictionsTrigger = 10172,
  MessageIds.sch_cannotHaveDestroyTriggerForJurisdiction = 10173, MessageIds.vb_tio_group1and5 = 10174, MessageIds.vb_tio_group3and6 = 10175, MessageIds.web_UDFalphabeticOrderTooltips = 10176,
  MessageIds.bob_xmlEncodeWarnAboutLongProcess = 10177, MessageIds.rec_requestAcknowledgeMailNotification = 10178, MessageIds.rec_notAllContentsProcessed = 10179, MessageIds.rec_archiveUndisposeWarning = 10180,
  MessageIds.rec_archiveActivateWarning = 10181, MessageIds.idol_noDatabasesFound = 10182, MessageIds.rec_containerNotActive = 10183, MessageIds.rec_containerDisposed = 10184,
  MessageIds.rec_needEnclosedToDispose = 10185, MessageIds.dp_err_headerMismatchMaybeEncoding = 10186, MessageIds.dp_err_importFieldIsNullOnMappedItem = 10187, MessageIds.dp_err_invalidDataForConfig = 10188,
  MessageIds.dp_msg_queryConfigConversion = 10189, MessageIds.dp_cap_queryConfigConversion = 10190, MessageIds.dp_cap_configConversionWarnings = 10191, MessageIds.dp_msg_configPreviousVersion = 10192,
  MessageIds.dp_msg_configLaterVersion = 10193, MessageIds.dp_msg_duplicateFieldConversion = 10194, MessageIds.dp_err_dataFormatterError = 10195, MessageIds.rec_inUseAsClient = 10196,
  MessageIds.rec_inUseAsMatter = 10197, MessageIds.rec_bulkDeleteAccessDenied = 10198, MessageIds.rec_bulkDeleteItemOnHold = 10199, MessageIds.rec_bulkDeleteClientsBeingDeleted = 10200,
  MessageIds.rec_bulkDeleteMattersBeingDeleted = 10201, MessageIds.rec_onlySetClientForMatters = 10202, MessageIds.rec_cannotChangeClientPropertyForExistingRecord = 10203, MessageIds.rec_onlySetMatterForRecordsThatBelong = 10204,
  MessageIds.rec_cannotChangeMatterPropertyForExistingRecord = 10205, MessageIds.web_UDFcategoryOrderTooltips = 10206, MessageIds.web_UDFalphabeticSectionOrderTooltips = 10207, MessageIds.rec_clientsAndMattersDontHaveContainers = 10208,
  MessageIds.rec_clientsAndMattersCantBeContainers = 10209, MessageIds.rty_clientsAndMattersCannotBelongToAMatter = 10210, MessageIds.rty_clientsAndMattersCannotHaveARetentionSchedule = 10211, MessageIds.rec_setClientMatterProperty = 10212,
  MessageIds.rty_clientMatterTitlingOnlyFor = 10213, MessageIds.rty_clientMatterNumberingOnlyFor = 10214, MessageIds.rty_clientsAndMattersCannotHaveClassTitleOrNumber = 10215, MessageIds.rty_numberFromParentCap = 10216,
  MessageIds.wgs_estoreBlockSize = 10217, MessageIds.dp_err_noBOM = 10218, MessageIds.core_fieldBlankWarning = 10219, MessageIds.rec_noContentForBody = 10220,
  MessageIds.rec_notAClientRecord = 10221, MessageIds.rec_notAMatterRecord = 10222, MessageIds.rty_needsToHaveClientBehaviour = 10223, MessageIds.rty_needsToHaveMatterBehaviour = 10224,
  MessageIds.rty_needsToHaveBelongsToMatter = 10225, MessageIds.rty_cannotChangeClientMatterBehaviour = 10226, MessageIds.trim_customizeQAT = 10227, MessageIds.api_cannotUseThisFormOfSetFieldUsage = 10228,
  MessageIds.bob_mattersForClient = 10229, MessageIds.rec_clientsCannotHaveDocs = 10230, MessageIds.rec_taskNotSuitableForClientsOrMatters = 10231, MessageIds.rec_propertyNotSuitableForClientsOrMatters = 10232,
  MessageIds.rec_selectNewClient = 10233, MessageIds.rec_selectNewMatter = 10234, MessageIds.db_notUsingWindowsAuthentication = 10235, MessageIds.db_notRunningInTheCloud = 10236,
  MessageIds.rec_noRecordsInConsignment = 10237, MessageIds.uty_cannotDeleteMatterSubFolder = 10238, MessageIds.trm_showAboveRibbon = 10239, MessageIds.trm_moreCommands = 10240,
  MessageIds.tem_needToSpecifyBulkLoaderPath = 10241, MessageIds.rec_reviewConsignmentFailed = 10242, MessageIds.rec_reviewConsignmentSuccess = 10243, MessageIds.api_swigNullPointer = 10244,
  MessageIds.rec_creatingApprovalRequest = 10245, MessageIds.rec_spItemInvalidDocument = 10246, MessageIds.rec_RecConsignmentApprovalNeeded = 10247, MessageIds.rec_RecConsignmentApprovalContent = 10248,
  MessageIds.trm_showBelowRibbon = 10249, MessageIds.rec_spCannotAttachToSharepointDoc = 10250, MessageIds.rty_onlyDocumentsCanBeSharepointLIRs = 10251, MessageIds.rty_notSuitableForSharePointLIR = 10252,
  MessageIds.rec_neeedToBeApproverToApproveReject = 10253, MessageIds.rec_conApproverNotPending = 10254, MessageIds.trm_showQATAboveribbon = 10255, MessageIds.rec_noRecordsToConsign = 10256,
  MessageIds.rec_inUseAsConsignmentLogRecord = 10257, MessageIds.ppg_searchCouldNotBeParsed = 10258, MessageIds.rec_inUseByConsignment = 10259, MessageIds.rec_personIsNotArchivist = 10260,
  MessageIds.bob_sqlEngineVersion = 10261, MessageIds.tem_autoPassError = 10262, MessageIds.tem_unknownAutoPassError = 10263, MessageIds.bob_infoParamAuthenticationMethod = 10264,
  MessageIds.bob_infoParamConnectionProtocol = 10265, MessageIds.rec_consignmentNotReview = 10266, MessageIds.trm_customizeShortcutbarDialogTitle = 10267, MessageIds.bob_datasetUsername = 10268,
  MessageIds.bob_datasetPassword = 10269, MessageIds.rty_usedAsDefaultSubFolders = 10270, MessageIds.rty_subFoldersCannotBeClientOrMatter = 10271, MessageIds.rty_subFoldersMustBelongToAMatter = 10272,
  MessageIds.rty_subFolderCannotBelongToAMatter = 10273, MessageIds.rty_clientRecordTypeCannotHaveSubfolders = 10274, MessageIds.rty_subFolderLevelMustBeLowerThan = 10275, MessageIds.rty_subFolderMustBeDifferentRecordType = 10276,
  MessageIds.bob_fieldNameIsStdSearch = 10277, MessageIds.evt_objectNotFound = 10278, MessageIds.rec_subFolderAutoCreated = 10279, MessageIds.ocx_allPanes = 10280,
  MessageIds.rec_noReviewerAssignedToCon = 10281, MessageIds.rec_issueIsNotWarning = 10282, MessageIds.rec_taskNotValidForIssue = 10283, MessageIds.tem_tool_updateRIForCreatedTables = 10284,
  MessageIds.rec_needToReturnRecordToHomeLocation = 10285, MessageIds.trm_customizeShortcutBar = 10286, MessageIds.rec_conApprovedOrHigher = 10287, MessageIds.est_cannotSetEncryptionForExistingStore = 10288,
  MessageIds.rec_destroyedIncludingMetadata = 10289, MessageIds.rec_failedToCreateConsignmentAuditFile = 10290, MessageIds.rec_disposalSuccessful = 10291, MessageIds.rec_disposalLogTitle = 10292,
  MessageIds.rec_reviewNotAvailable = 10293, MessageIds.est_encryptionNotAvailableMIP = 10294, MessageIds.rec_consignmentDone = 10295, MessageIds.rec_consignmentFullyApproved = 10296,
  MessageIds.web_results = 10297, MessageIds.web_reassign = 10298, MessageIds.web_activity = 10299, MessageIds.web_activities = 10300,
  MessageIds.web_workflow = 10301, MessageIds.web_activitiesDue = 10302, MessageIds.web_activitiesReadyToStart = 10303, MessageIds.web_activitiesIncomplete = 10304,
  MessageIds.web_recordsDue = 10305, MessageIds.web_unknownActivityName = 10306, MessageIds.web_unknownDocumentType = 10307, MessageIds.web_unknownDocumentOrigin = 10308,
  MessageIds.web_unknown = 10309, MessageIds.web_notApplicable = 10310, MessageIds.web_dateDue = 10311, MessageIds.web_noActivitesFound = 10312,
  MessageIds.web_noAttachedDocumentsFound = 10313, MessageIds.web_unknownActivityState = 10314, MessageIds.web_unknownDuedate = 10315, MessageIds.web_unknownWorkflow = 10316,
  MessageIds.dp_cap_ExportRevisions = 10317, MessageIds.web_noDueDate = 10318, MessageIds.web_noWorkflowsFound = 10319, MessageIds.web_viewWorkflowsAndActivites = 10320,
  MessageIds.web_unknownWorkflowTitle = 10321, MessageIds.web_returnToActivites = 10322, MessageIds.web_returnToActivityDocuments = 10323, MessageIds.web_returnToWorkflows = 10324,
  MessageIds.web_modifyWorkflow = 10325, MessageIds.web_updateActivity = 10326, MessageIds.web_activityUpdated = 10327, MessageIds.web_coundNotLoadActivity = 10328,
  MessageIds.web_couldNotSaveActivity = 10329, MessageIds.web_activityAssignedTo = 10330, MessageIds.web_activityNotAssigned = 10331, MessageIds.web_activityNoSupervisor = 10332,
  MessageIds.web_priority = 10333, MessageIds.web_activityEstimatedTime = 10334, MessageIds.web_activityEstimatedCost = 10335, MessageIds.web_invalidURL = 10336,
  MessageIds.web_requests = 10337, MessageIds.web_unknownRequestRecordTitle = 10338, MessageIds.web_requestDue = 10339, MessageIds.web_notRequestsFound = 10340,
  MessageIds.web_unknownRequestType = 10341, MessageIds.web_requiredCaption = 10342, MessageIds.ocx_allCommands = 10343, MessageIds.rec_conHasNotBeenReviewed = 10344,
  MessageIds.rec_conOnlyRemoveRejected = 10345, MessageIds.rec_conApproverRemoved = 10346, MessageIds.web_fileSizeError = 10347, MessageIds.web_yesToAll = 10348,
  MessageIds.web_preference = 10349, MessageIds.rec_invalidConfidenceLevel = 10350, MessageIds.rec_conNotWaitingOnAck = 10351, MessageIds.fld_formatNotSuitableForSapKey = 10352,
  MessageIds.fld_sapKeyAlreadyMapped = 10353, MessageIds.fp_newSAPBusinessObjectTitle = 10354, MessageIds.fp_cannotUseClassificationForSAP = 10355, MessageIds.rp_imageFolderINvalid = 10356,
  MessageIds.web_origin = 10357, MessageIds.web_usage = 10358, MessageIds.web_returnToActivities = 10359, MessageIds.rec_consignmentReviewSubject = 10360,
  MessageIds.rec_consignmentReviewContent = 10361, MessageIds.web_emailLink = 10362, MessageIds.web_createEmailLink = 10363, MessageIds.web_emailLinkDescription = 10364,
  MessageIds.web_selectAdditionalFieldsForUpdate = 10365, MessageIds.web_myObject = 10366, MessageIds.bob_externalLinkColHeadingType = 10367, MessageIds.rec_notArchivist = 10368,
  MessageIds.web_uncomplete = 10369, MessageIds.web_suspend = 10370, MessageIds.sth_classificationUpdated = 10371, MessageIds.sth_failedClassification = 10372,
  MessageIds.rec_conAlreadyReviewed = 10373, MessageIds.rec_conHasIssues = 10374, MessageIds.pln_mustSpecifyContainerRecordType = 10375, MessageIds.rec_reviewConsignmentSuccessEx = 10376,
  MessageIds.web_emailLinkDisplayName = 10377, MessageIds.web_emailLinkRecordType = 10378, MessageIds.web_emailLinkRetainItems = 10379, MessageIds.web_emailLinkOwner = 10380,
  MessageIds.web_emailLinkLinkedToRecord = 10381, MessageIds.web_emailLinkItemRecordType = 10382, MessageIds.web_couldNotLoadEmailLink = 10383, MessageIds.web_NeedLinkedTargetName = 10384,
  MessageIds.web_NeedTypeForEmailLinkItems = 10385, MessageIds.ogn_mustSpecifyContainerRecordType = 10386, MessageIds.rec_reviewConsignmentSuccessEx2 = 10387, MessageIds.web_initiate = 10388,
  MessageIds.rec_neeedToBeApproverToRevertApproval = 10389, MessageIds.rec_conApprAlreadyPending = 10390, MessageIds.rec_conApprAlreadyRemoved = 10391, MessageIds.rec_conExaminingRecord = 10392,
  MessageIds.trm_collectingFiles = 10393, MessageIds.rec_conAddingRecsToConsignment = 10394, MessageIds.rec_conProcessingRecord = 10395, MessageIds.rec_conNotTransfer = 10396,
  MessageIds.rec_conNumIsNowReadOnly = 10397, MessageIds.rec_conLogHeader = 10398, MessageIds.rec_conCannotModifyIssue = 10399, MessageIds.web_attachExisting = 10400,
  MessageIds.web_attachSuperCopy = 10401, MessageIds.web_attachElectronic = 10402, MessageIds.web_noImage = 10403, MessageIds.web_couldNotSaveEmailLink = 10404,
  MessageIds.web_couldNotLoadActivity = 10405, MessageIds.web_info = 10406, MessageIds.web_success = 10407, MessageIds.web_detach = 10408,
  MessageIds.sui_sortMethodDuplicated = 10409, MessageIds.sui_notCompatWithProfile = 10410, MessageIds.sui_notCompatWithSimpleFilter = 10411, MessageIds.trm_atLeaseOneSrchMthdAvailable = 10412,
  MessageIds.mpx_selectValidMailFolder = 10413, MessageIds.web_rtyForSubFolders = 10414, MessageIds.web_deleteEmailPermanently = 10415, MessageIds.web_deleteEmailLink = 10416,
  MessageIds.web_confirmDeleteHeading = 10417, MessageIds.web_navigateToEmailLinkRecord = 10418, MessageIds.web_searchEmailLinkRecordContainer = 10419, MessageIds.web_browseRecord = 10420,
  MessageIds.rty_cannotChangeSeriesBehaviour = 10421, MessageIds.core_invalidLicenseKey = 10422, MessageIds.rec_hasNoDisposalSet = 10423, MessageIds.rec_hasLaterDisposalDate = 10424,
  MessageIds.rec_disposalCannotHappenBeforeCutoff = 10425, MessageIds.core_appErrorLogDBID = 10426, MessageIds.core_appErrorLogDBIDOnly = 10427, MessageIds.web_AllHighAndMediumPriority = 10428,
  MessageIds.web_MyRecordReturnApprovalList = 10429, MessageIds.web_AllRequestsNeedToApprove = 10430, MessageIds.web_NewRecordPickups = 10431, MessageIds.web_RecordReturns = 10432,
  MessageIds.web_TemporaryRetrievals = 10433, MessageIds.web_PermanentRetrievals = 10434, MessageIds.web_approvals = 10435, MessageIds.web_pickups = 10436,
  MessageIds.web_deliveries = 10437, MessageIds.web_RecordsInCirculation = 10438, MessageIds.web_reject = 10439, MessageIds.web_approve = 10440,
  MessageIds.ocx_pane = 10441, MessageIds.rec_consignmentNotReviewed = 10442, MessageIds.rec_consignmentNotApproved = 10443, MessageIds.toa_err_noActiveDocument = 10444,
  MessageIds.toa_err_noActiveWorksheet = 10445, MessageIds.toa_err_noActiveSelection = 10446, MessageIds.toa_err_blankPath = 10447, MessageIds.toa_err_insertPictireFailed = 10448,
  MessageIds.toa_err_insertFileFailed = 10449, MessageIds.web_CompleteRequest = 10450, MessageIds.rec_cannotDownloadToOfflineRecords = 10451, MessageIds.rec_noSharePointItems = 10452,
  MessageIds.rec_noSharePointDocuments = 10453, MessageIds.trm_showQATBelowRibbon = 10454, MessageIds.wgs_httpDownloadCreateFile = 10455, MessageIds.wgs_httpDownloadWriteFile = 10456,
  MessageIds.bob_fldScheduleTriggerFieldMustBeDate = 10457, MessageIds.rec_conExaminingContentRecord = 10458, MessageIds.core_propertyUnavailableDueToSchema = 10459, MessageIds.core_propertyNotCollected = 10460,
  MessageIds.core_userNoLongerRegistered = 10461, MessageIds.web_addClientMatterParty = 10462, MessageIds.web_addClientMatterRole = 10463, MessageIds.bob_menuNeedsFullAccess = 10464,
  MessageIds.bob_preventConnections = 10465, MessageIds.bob_stopAllActivity = 10466, MessageIds.core_invalidWkt = 10467, MessageIds.tem_dciOptimiseCheck = 10468,
  MessageIds.tem_dciJobsInProgress = 10469, MessageIds.rec_requestFromHome = 10470, MessageIds.rec_requestFromAssignee = 10471, MessageIds.rec_requestToRequestor = 10472,
  MessageIds.rec_requestToNewHome = 10473, MessageIds.rec_requestToHome = 10474, MessageIds.web_activityWithoutAssignee = 10475, MessageIds.web_detachElectronic = 10476,
  MessageIds.web_showLatest = 10477, MessageIds.web_addToNotes = 10478, MessageIds.idol_generalError = 10479, MessageIds.idol_autoClassRemoveTerm = 10480,
  MessageIds.idol_autoClassRemoveGenTerm = 10481, MessageIds.web_datasetId = 10482, MessageIds.web_Server = 10483, MessageIds.rec_conInvalidSearch = 10484,
  MessageIds.wgs_httpDownloadResponse = 10485, MessageIds.req_onlyRequestorCanAcknowlegde = 10486, MessageIds.web_object = 10487, MessageIds.core_invalidAdoByteStream = 10488,
  MessageIds.rec_issueInContents = 10489, MessageIds.rec_issueNotInContents = 10490, MessageIds.bob_consignmentLogNeedsProperties = 10491, MessageIds.web_webClientClassicUrlError = 10492,
  MessageIds.bob_infoParamPerfCounters = 10493, MessageIds.bob_infoClickForPerfCounters = 10494, MessageIds.bob_foreignBarcodeTooLong = 10495, MessageIds.core_baseModuleNotLicensed = 10496,
  MessageIds.tem_licenseInvalidNoBase = 10497, MessageIds.tem_noLicenseChangesMade = 10498, MessageIds.web_selectRequestsForReport = 10499, MessageIds.web_pleaseEnterSearch = 10500,
  MessageIds.bob_foreignBarcodeDuplicate = 10501, MessageIds.web_errorSavingSearch = 10502, MessageIds.dp_err_ScheduleForTriggerNotFound = 10503, MessageIds.bob_bufferTooBig = 10504,
  MessageIds.trm_needsSchemaUpgrade = 10505, MessageIds.sui_blank = 10506, MessageIds.web_urlLink = 10507, MessageIds.web_togglePropertiesPanel = 10508,
  MessageIds.web_togglePropertiesSettings = 10509, MessageIds.rty_inUseBySAPArchiveLink = 10510, MessageIds.trm_mismatchBitMAPI = 10511, MessageIds.web_viewAndActionRequests = 10512,
  MessageIds.web_viewActivitiesOrWorkflows = 10513, MessageIds.web_errorRejectRequestRecord = 10514, MessageIds.web_errorApproveRequestRecord = 10515, MessageIds.bob_infoParamSiteId = 10516,
  MessageIds.web_general = 10517, MessageIds.web_errorCompleteRequestRecord = 10518, MessageIds.web_navigateTo = 10519, MessageIds.web_matterRecord = 10520,
  MessageIds.web_clientRecord = 10521, MessageIds.tem_instantOnLicenseInstalled = 10522, MessageIds.tem_newLicenseFileAdded = 10523, MessageIds.tem_addLicenseFile = 10524,
  MessageIds.db_recursiveSearchNotSupportedByWgs = 10525, MessageIds.tem_licenseWrongCustomer = 10526, MessageIds.web_noReportTemplatesAvailable = 10527, MessageIds.web_updateRecord = 10528,
  MessageIds.web_updateEmailLink = 10529, MessageIds.db_timeoutReported = 10530, MessageIds.rty_inUseByClassificationForAutoclassify = 10531, MessageIds.fld_inUseByClassificationForAutoclassify = 10532,
  MessageIds.fld_inUseByOriginForCreateContainer = 10533, MessageIds.rty_inUseByOriginForContainer = 10534, MessageIds.fp_inUseByRecordTypeSubFolder = 10535, MessageIds.sch_inUseByRecordTypeSubFolder = 10536,
  MessageIds.wgs_invalidPendingFileMetadata = 10537, MessageIds.wgs_deletePendingFile = 10538, MessageIds.trm_retentionIndexingProgress = 10539, MessageIds.wgs_docStoreHash = 10540,
  MessageIds.bob_extractDocumentMutex = 10541, MessageIds.core_mutexAllocationFailed = 10542, MessageIds.core_mutexLockTimedOut = 10543, MessageIds.core_mutexWaitAbandoned = 10544,
  MessageIds.core_mutexWaitFailed = 10545, MessageIds.core_mutexOtherError = 10546, MessageIds.core_mutexReleaseFailed = 10547, MessageIds.core_makingRoomInCache = 10548,
  MessageIds.core_setupOnstreamDriver = 10549, MessageIds.web_localElectronicFile = 10550, MessageIds.web_recordSupercopy = 10551, MessageIds.web_matterFolders = 10552,
  MessageIds.sdk_invalidDateTime = 10553, MessageIds.rec_clearSchedule = 10554, MessageIds.web_requestOnBehalfOf = 10555, MessageIds.web_selectLocationForRequest = 10556,
  MessageIds.dp_errClientRecordNotFound = 10557, MessageIds.loc_propertyOnlyForStorageProvider = 10558, MessageIds.sap_oldFormatIsReadOnly = 10559, MessageIds.tem_instantOnLicenseExtended = 10560,
  MessageIds.core_licMaxInstallsExceeded = 10561, MessageIds.rec_conReviewSubject = 10562, MessageIds.rec_conReviewContent = 10563, MessageIds.tem_dateFixStartTooEarly = 10564,
  MessageIds.tem_dateFixEndDateBlank = 10565, MessageIds.tem_dateFixEndBeforeStart = 10566, MessageIds.tem_daetFixNoTimeZone = 10567, MessageIds.sap_NoValidRecTypeFound = 10568,
  MessageIds.prp_featureInternalUseOnly = 10569, MessageIds.bob_consumerThreadStringProgress = 10570, MessageIds.sdk_databaseObjectDisposed = 10571, MessageIds.sdk_searchObjectDisposed = 10572,
  MessageIds.core_XCeed_UnknownError = 10573, MessageIds.rec_matterSubFoldersCannotBeLinks = 10574, MessageIds.sui_selectEnumQualifierValue = 10575, MessageIds.evt_processingScheduleRecords = 10576,
  MessageIds.evt_processingEventRecordsRestart = 10577, MessageIds.core_notYesOrNo = 10578, MessageIds.sui_cannotSortByThisObject = 10579, MessageIds.sui_searchParamEditorTitle = 10580,
  MessageIds.bob_activeEventHidden = 10581, MessageIds.idol_autoClassCatNotExist = 10582, MessageIds.idol_categoryServerUnreachable = 10583, MessageIds.trm_failed = 10584,
  MessageIds.trm_savedSearchConversionProgress = 10585, MessageIds.dp_err_LookupSetItemDuplicate = 10586, MessageIds.core_cannotTurnOnPermission = 10587, MessageIds.evt_deleteAlertSubject = 10588,
  MessageIds.evt_deleteAlertMsg = 10589, MessageIds.core_unknownTimezone = 10590, MessageIds.web_bypassViewerFileTypes = 10591, MessageIds.web_useOnstreamViewerFileTypes = 10592,
  MessageIds.web_documentViewer = 10593, MessageIds.web_dashboardConfiguration = 10594, MessageIds.web_locale = 10595, MessageIds.web_duplicateFileExtensionFound = 10596,
  MessageIds.bob_addingContentsMsg = 10597, MessageIds.bob_reloadingPage = 10598, MessageIds.bob_loadingOneContentMsg = 10599, MessageIds.rec_spCannotAttachToSAPDoc = 10600,
  MessageIds.web_relationship = 10601, MessageIds.web_createLowerLevelItem = 10602, MessageIds.web_recordAdditionalField = 10603, MessageIds.web_loadingAdditionalFields = 10604,
  MessageIds.web_alphabetic = 10605, MessageIds.web_section = 10606, MessageIds.web_additionalFieldsToBeUpdated = 10607, MessageIds.web_selectAdditionalFields = 10608,
  MessageIds.web_textStringGeography = 10609, MessageIds.web_dateDatetime = 10610, MessageIds.web_numberDecimalCurrencyBigNumber = 10611, MessageIds.web_boolean = 10612,
  MessageIds.web_xml = 10613, MessageIds.web_noUserLabelBeingFound = 10614, MessageIds.web_selectedAdditionalFields = 10615, MessageIds.alv_auditLogViewCapStatus = 10616,
  MessageIds.alv_auditLogViewCapRefresh = 10617, MessageIds.alv_auditLogViewCapOpen = 10618, MessageIds.alv_auditLogViewHeading = 10619, MessageIds.alv_auditLogViewFileType = 10620,
  MessageIds.alv_auditLogViewErrLoadingFile = 10621, MessageIds.alv_auditLogViewErrColumnSort = 10622, MessageIds.alv_auditLogViewErrBadData = 10623, MessageIds.alv_auditLogViewErrLoadingLog = 10624,
  MessageIds.alv_auditLogViewErrRowImport = 10625, MessageIds.alv_auditLogViewStatusEntriesUpdate = 10626, MessageIds.alv_auditLogViewStatusLoadingFile = 10627, MessageIds.alv_auditLogViewStatusLoadingEntries = 10628,
  MessageIds.alv_auditLogViewCapAuditDetails = 10629, MessageIds.alv_auditLogViewMsgNoExtraDetails = 10630, MessageIds.alv_auditLogViewMsgFileNotLoaded = 10631, MessageIds.core_auditLogHeadingTime = 10632,
  MessageIds.core_auditLogHeadingEventID = 10633, MessageIds.core_auditLogHeadingObjectID = 10634, MessageIds.core_auditLogHeadingObjectURI = 10635, MessageIds.core_auditLogHeadingRelatedID = 10636,
  MessageIds.core_auditLogHeadingRelatedURI = 10637, MessageIds.core_auditLogHeadingConnectionIP = 10638, MessageIds.core_auditLogHeadingClientIP = 10639, MessageIds.db_errorInSQLSanitised = 10640,
  MessageIds.db_errorInSQLConnectionSanitised = 10641, MessageIds.db_errorInSQLTransactionSanitised = 10642, MessageIds.db_wgsErrorReported = 10643, MessageIds.db_wgsErrorOccurred = 10644,
  MessageIds.bob_infoParamDatasetCharacterFormat = 10645, MessageIds.ocx_frameTypeNotCustomizable = 10646, MessageIds.trm_pleaseTagAnOption = 10647, MessageIds.bob_explicitAuthenticationFailed = 10648,
  MessageIds.prp_taskNotRelevant = 10649, MessageIds.rec_cannotDestroySRMSFolder = 10650, MessageIds.sdk_multiThreadedAccessNotAllowed = 10651, MessageIds.sdk_concurrentDbAccess = 10652,
  MessageIds.rec_attachKeywordsTaggedOption = 10653, MessageIds.core_fileError = 10654, MessageIds.rty_formChildListPages = 10655, MessageIds.loc_associationPreventTypeChange = 10656,
  MessageIds.trm_sapConversionProgress = 10657, MessageIds.trm_vmbxConversionProgress = 10658, MessageIds.bob_propNotAvailableWhenUsingAuthorityStyle = 10659, MessageIds.bob_propOnlyAvailableWhenUsingAuthorityStyle = 10660,
  MessageIds.bob_lookupItemInAnotherSet = 10661, MessageIds.bob_noLookupSetForNew = 10662, MessageIds.evt_licCapacityExceeded = 10663, MessageIds.evt_licCapacityNearLimit = 10664,
  MessageIds.evt_licSeatsUsageMessage = 10665, MessageIds.evt_licRecordsUsageMessage = 10666, MessageIds.evt_licInBreach = 10667, MessageIds.bob_otherMessage = 10668,
  MessageIds.bob_licWarningEmailSubject = 10669, MessageIds.bob_licBreachEmailSubject = 10670, MessageIds.bob_licenceEmailBody = 10671, MessageIds.tem_instantOnUser = 10672,
  MessageIds.tem_instantOnAdminUserError = 10673, MessageIds.bob_searchTooManyHits = 10674, MessageIds.wgs_noTRIMSession = 10675, MessageIds.dbw_loginNotFoundInvalidDomain = 10676,
  MessageIds.trm_welcomeNewLogin = 10677, MessageIds.dbw_loginNotFoundAutoCreateFailed = 10678, MessageIds.dbw_autoLoginBadTemplate = 10679, MessageIds.dbw_autoLoginTemplateUserNotFound = 10680,
  MessageIds.bob_noSuchColumn = 10681, MessageIds.sth_userAutoAdded = 10682, MessageIds.trm_pleaseEnterUserForNewUserMail = 10683, MessageIds.bob_newUserAutoAddedSubject = 10684,
  MessageIds.bob_newUserAutoAddedContent = 10685, MessageIds.bob_cannotEditGuestProfile = 10686, MessageIds.bob_cannotNonPersonProfile = 10687, MessageIds.evt_licenseSeatsGroup = 10688,
  MessageIds.evt_licenseHdrUserType = 10689, MessageIds.evt_licenseHdrLimit = 10690, MessageIds.evt_licenseHdrRegistered = 10691, MessageIds.evt_licenseHdrBalance = 10692,
  MessageIds.evt_licenseHdrComments = 10693, MessageIds.evt_licenseVolumeGroup = 10694, MessageIds.sui_stringPickerTitle = 10695, MessageIds.bob_wkgSvrLogPath = 10696,
  MessageIds.core_unsupportedSoftwareBuilds = 10697, MessageIds.core_olderWorkgroupWarning = 10698, MessageIds.core_laterWorkgroupWarning = 10699, MessageIds.sdk_docStreamSeekPos = 10700,
  MessageIds.tsk_autoReviewAndUpdateOff = 10701, MessageIds.db_eventProcessorMustBeTrimServices = 10702, MessageIds.db_trimServicesAccountPermissionsError = 10703, MessageIds.dp_useBulkLoader = 10704,
  MessageIds.dp_bulkLoaderCopyMode = 10705, MessageIds.vb_tio_DBThreadBlocked = 10706, MessageIds.wgs_noCertificate = 10707, MessageIds.bob_PrimaryWgServerProtocol = 10708,
  MessageIds.bob_BackupWgServerProtocol = 10709, MessageIds.bob_onlineAuditDisplayWarning = 10710, MessageIds.sdk_cannotChangeProtocol = 10711, MessageIds.act_cannotSetPropertyInProcedure = 10712,
  MessageIds.act_stepCreatesARecursiveLoop = 10713, MessageIds.act_proceduresHasRecursiveLoop = 10714, MessageIds.mpx_settingUpMailEnvironment = 10715, MessageIds.act_timeIsLocked = 10716,
  MessageIds.act_costIsLocked = 10717, MessageIds.act_assigneeIsLocked = 10718, MessageIds.act_timeIsLockedForProcedures = 10719, MessageIds.act_costIsLockedForProcedures = 10720,
  MessageIds.tem_wgsStatus_awaitingDeployment = 10721, MessageIds.trm_customizeRibbon = 10722, MessageIds.trm_collapseRibbon = 10723, MessageIds.trm_customizeRibbonDialogTitle = 10724,
  MessageIds.trm_idolMissingLogStarted = 10725, MessageIds.trm_idolReportOnly = 10726, MessageIds.core_couldNotDeleteFileOwnerError = 10727, MessageIds.bob_specialCharacterUsed = 10728,
  MessageIds.rec_srmsNotConfigured = 10729, MessageIds.loc_alreadyAtType = 10730, MessageIds.loc_cannotChangeToThisType = 10731, MessageIds.loc_resolveMismatchTitle = 10732,
  MessageIds.trm_selectOption = 10733, MessageIds.rec_isOKToDispose = 10734, MessageIds.dp_msg_import_stats = 10735, MessageIds.bob_fieldNameIsAnotherFieldSearch = 10736,
  MessageIds.bob_searchNameHasInvalidCharacter = 10737, MessageIds.sdk_userFieldValueTypeMismatch = 10738, MessageIds.idol_userReindexWarning = 10739, MessageIds.idol_reindexUsingDirectIdol = 10740,
  MessageIds.idol_reindexUsingDirectCfs = 10741, MessageIds.idol_reindexUsingCfsNotification = 10742, MessageIds.uty_sec_needLatestSchemaToRemoveCaveats = 10743, MessageIds.dp_bulkLoaderWarning = 10744,
  MessageIds.dp_loaderLocCreationFailed = 10745, MessageIds.rec_checkDisposalDateNotInFuture = 10746, MessageIds.loc_cannotAlterSecUsesProfileOf = 10747, MessageIds.bob_newLocTypeDoesNotHaveUDF = 10748,
  MessageIds.tem_dbCannotConnect = 10749, MessageIds.tem_schemaCurrent = 10750, MessageIds.loc_cannotModifyTrimServices = 10751, MessageIds.dci_dciSuppressedByRecType = 10752,
  MessageIds.trm_idolReindexDetailsFileSize = 10753, MessageIds.tem_connectionsRestored = 10754, MessageIds.db_pleaseEnterClientConnectionType = 10755, MessageIds.db_invalidIPAddress = 10756,
  MessageIds.dci_indexAsIdDoesntMatchDbId = 10757, MessageIds.rp_printingPage = 10758, MessageIds.db_connectedToWgs = 10759, MessageIds.db_wgsCallCanceled = 10760,
  MessageIds.dci_idolMaxResults = 10761, MessageIds.dci_idolEngineDown = 10762, MessageIds.core_cataloguingFileTypeSuppressed = 10763, MessageIds.rec_documentIsNotEmail = 10764,
  MessageIds.bob_dbConnectionCancel = 10765, MessageIds.core_lockRowNotFound = 10766, MessageIds.dci_maxIdolResultsError = 10767, MessageIds.db_lockingNotAvailable = 10768,
  MessageIds.tem_reindexWordsAndPreserveNoGood = 10769, MessageIds.tem_certificateStoreError = 10770, MessageIds.dci_deleteIdolInstance = 10771, MessageIds.tem_unknownCollation = 10772,
  MessageIds.rec_cannotTransferSharePointDocument = 10773, MessageIds.dp_err_SettingUserDefinedFieldFailedLoc = 10774, MessageIds.dp_err_SettingUserDefinedFieldFailedOther = 10775, MessageIds.trm_tidyUpWordIndexing = 10776,
  MessageIds.trm_wordIndexTidyWarning = 10777, MessageIds.tem_reindexWordsAndEventProcessorWarning = 10778, MessageIds.trm_tidyingUpWords = 10779, MessageIds.web_showTheseTypes = 10780,
  MessageIds.act_recordMustBeCreated = 10781, MessageIds.web_folderNotSupported = 10782, MessageIds.web_pendingElectronicUpload = 10783, MessageIds.dp_cap_RelaxBizRulesConversion = 10784,
  MessageIds.idol_currentInstanceIsReadOnly = 10785, MessageIds.dp_cap_RelaxBizRulesPerformance = 10786, MessageIds.dp_cap_ExportSourceData = 10787, MessageIds.dp_cap_OpenSearchDialogue = 10788,
  MessageIds.dp_cap_DisplayTrayContents = 10789, MessageIds.web_warnNoAccess = 10790, MessageIds.grm_workgroupAdmin = 10791, MessageIds.trm_openDatasetTitle = 10792,
  MessageIds.tem_suWorkConvertLookupSet = 10793, MessageIds.bob_lookupItemsNeedSchemaUpgrade = 10794, MessageIds.bob_itemStringCannotContainHierarchySeparator = 10795, MessageIds.bob_itemStringCannotContainDisplaySeparator = 10796,
  MessageIds.bob_setDoesntHaveLongValues = 10797, MessageIds.bob_setDoesntHaveShortValues = 10798, MessageIds.bob_lookupSetMustHaveShortOrLong = 10799, MessageIds.bob_lookupSetDisplayStyleMustHaveShort = 10800,
  MessageIds.bob_lookupSetDisplayStyleMustHaveLong = 10801, MessageIds.bob_lookupItemRuleMustBeDifferentSet = 10802, MessageIds.bob_lookupItemRuleAlreadyExists = 10803, MessageIds.bob_lookupItemListContainsInvalidItem = 10804,
  MessageIds.bob_itemNeedsToBeInSet = 10805, MessageIds.bob_itemNeedsToBeSaved = 10806, MessageIds.bob_itemAlreadyInRule = 10807, MessageIds.bob_itemNotInRule = 10808,
  MessageIds.dp_cap_invalidConfig = 10809, MessageIds.dp_msg_saveQuestion = 10810, MessageIds.tem_index_ID = 10811, MessageIds.tem_origin_IP = 10812,
  MessageIds.tem_index_Command = 10813, MessageIds.tem_duration = 10814, MessageIds.tem_percent_complete = 10815, MessageIds.tem_idol_status = 10816,
  MessageIds.tem_description = 10817, MessageIds.bob_infoTrimBinaries = 10818, MessageIds.bob_infoThirdPartyBinaries = 10819, MessageIds.bob_infoPatchLevel = 10820,
  MessageIds.bob_lookupValueNotAllowed = 10821, MessageIds.bob_lookupItemNotInList = 10822, MessageIds.bob_blankLookupValueNotAllowed = 10823, MessageIds.bob_fldWrongObjectType = 10824,
  MessageIds.bob_fldWrongLookupSet = 10825, MessageIds.bob_fldLookupSetNotRelevant = 10826, MessageIds.bob_fldLookupSetRequired = 10827, MessageIds.bob_fldObjectTypeRequired = 10828,
  MessageIds.bob_fldInvalidFormat = 10829, MessageIds.bob_fldObjectTypeNotRelevant = 10830, MessageIds.bob_lookupItemValueInUse = 10831, MessageIds.core_olderWorkgroupError = 10832,
  MessageIds.bob_fieldDoesntUseLookupSet = 10833, MessageIds.bob_search_recursiveNotAllowed = 10834, MessageIds.bob_search_multipleUriNotAllowed = 10835, MessageIds.bob_search_subQueryNotAllowed = 10836,
  MessageIds.bob_auditAccessControl = 10837, MessageIds.bob_auditDefaultAccessControl = 10838, MessageIds.bob_auditAccessExclusions = 10839, MessageIds.uty_checkStyleMatterAlreadyMapped = 10840,
  MessageIds.tem_suCreateTableAsSelect = 10841, MessageIds.bob_previewFileIsLarge = 10842, MessageIds.bob_previewCausesUpdate = 10843, MessageIds.tem_suOnlyRecType = 10844,
  MessageIds.bob_setNotHierarchical = 10845, MessageIds.bob_mustSelectLowestLevelItem = 10846, MessageIds.bob_accessNoRefItemSet = 10847, MessageIds.bob_clientMatterInheritanceNeedsNewSecurity = 10848,
  MessageIds.db_schemaDoesntSupportGIS = 10849, MessageIds.tem_gisNotSupportedPostgres = 10850, MessageIds.tem_gisTestFailure = 10851, MessageIds.core_needWgsUpgradeForSort = 10852,
  MessageIds.core_cannotSortByGps = 10853, MessageIds.bob_cannotSortByFieldType = 10854, MessageIds.core_cannotSortByClause = 10855, MessageIds.bob_pleaseSpecifyAValidSortMethod = 10856,
  MessageIds.tem_suStageDropViews = 10857, MessageIds.uty_noTransfersForSECStores = 10858, MessageIds.est_turnOnSecComplianceFirst = 10859, MessageIds.est_cannotChangeSECComplianceSettings = 10860,
  MessageIds.est_referToManufacturerForSECCompliance = 10861, MessageIds.est_storeTypeNotSECCompliant = 10862, MessageIds.est_storeSECCompliantWeaselWords = 10863, MessageIds.rec_recordIsSecCompliant = 10864,
  MessageIds.rec_secRecordsMustHaveDisposalSet = 10865, MessageIds.rec_onlyDestroyForSecRecords = 10866, MessageIds.rtySecCompliantNoRevisions = 10867, MessageIds.rec_cannotDestroySECCompliant = 10868,
  MessageIds.rtySecCompliantNoReview = 10869, MessageIds.trm_activationKeyInvalid = 10870, MessageIds.tem_suWorkConvertConsignments = 10871, MessageIds.rec_pleaseSpecifyValidApprover = 10872,
  MessageIds.rec_cannotAlterApprovalsForExistingConsignment = 10873, MessageIds.rec_maxApproversReached = 10874, MessageIds.rec_conNoApprovalDocumentAttached = 10875, MessageIds.rec_consignmentNotRejected = 10876,
  MessageIds.rec_conRequiresSignedApprovalDocument = 10877, MessageIds.rec_recordNotInAConsignment = 10878, MessageIds.rec_needToBeOwnerToReject = 10879, MessageIds.web_clickToNotSetfieldValue = 10880,
  MessageIds.web_editValueWithLookupSet = 10881, MessageIds.web_allowToSelectDeSelectLowestNode = 10882, MessageIds.web_dateValueMustBeSet = 10883, MessageIds.web_datetAndTimeValueMustBeSet = 10884,
  MessageIds.web_valueMustNotLessThan = 10885, MessageIds.web_valueMustNotLargerThan = 10886, MessageIds.web_fieldMaximumLengthIs = 10887, MessageIds.web_selectedJurisdictions = 10888,
  MessageIds.rec_conRecordsRejected = 10889, MessageIds.rec_needToApproverToReject = 10890, MessageIds.rec_conRejectionAlreadyConfirmed = 10891, MessageIds.rec_conOnlyArchivistCanConfirmRejection = 10892,
  MessageIds.rec_conOnlyApproverCanCancelRejection = 10893, MessageIds.rec_conCannotCancelConfirmedRejection = 10894, MessageIds.rec_conCannotModifyConfirmedRequest = 10895, MessageIds.rec_recordAlreadyRejected = 10896,
  MessageIds.rec_conApproverAlreadyForConsignment = 10897, MessageIds.core_pleaseRunTask = 10898, MessageIds.rec_conIssuesNeedFixing = 10899, MessageIds.rec_conRecordsNeedConfirmation = 10900,
  MessageIds.rec_conRecordsFailed = 10901, MessageIds.rec_consignmentRecordRejectionsExist = 10902, MessageIds.rec_conCouldNotCreateLogRecord = 10903, MessageIds.rec_RecConsignmentApprovalReminder = 10904,
  MessageIds.rec_RecConsignmentApproved = 10905, MessageIds.rec_RecConsignmentApprovedContent = 10906, MessageIds.rec_RecConsignmentApproverActivity = 10907, MessageIds.rec_RecConsignmentApproverActivityContent = 10908,
  MessageIds.rec_RecConsignmentRecordActivity = 10909, MessageIds.rec_RecConsignmentRecordActivityContent = 10910, MessageIds.rty_cannotChangeSrmsBehaviour = 10911, MessageIds.rty_cannotChangeSAPBehaviour = 10912,
  MessageIds.rty_mustBeSrmsDocument = 10913, MessageIds.trm_sdmConvertingConfigFile = 10914, MessageIds.trm_sdmConvertingNewRecordType = 10915, MessageIds.trm_sdmConvertingUDFs = 10916,
  MessageIds.trm_sdmConvertingInitialSDMRec = 10917, MessageIds.trm_sdmConvertingSDMProp = 10918, MessageIds.trm_sdmConvertingSDMRecordType = 10919, MessageIds.trm_sdmConversionComplete = 10920,
  MessageIds.tem_suDegreeOfParallel = 10921, MessageIds.bob_accessControlOrContainer = 10922, MessageIds.bob_accessOrContainerOnlyForRecords = 10923, MessageIds.bob_eitherCopyOrReferenceAccessList = 10924,
  MessageIds.bob_aclOrContainerDesc = 10925, MessageIds.bob_aclContainerHasNothing = 10926, MessageIds.bob_aclNoContainerForExtras = 10927, MessageIds.rty_autoFinalizeOnlyForElectronic = 10928,
  MessageIds.rty_autoFinalizeNoRevisions = 10929, MessageIds.rec_keepOutAndFinalizeMsg = 10930, MessageIds.tem_suConvertHashes = 10931, MessageIds.bob_barcodeInUse = 10932,
  MessageIds.trm_helpForTranslate = 10933, MessageIds.rec_hashWasNotStoredForDocument = 10934, MessageIds.rec_noHashAvailableDoYouWantToFixIt = 10935, MessageIds.rec_hashCheckFailed = 10936,
  MessageIds.rec_hashCheckSucceeded = 10937, MessageIds.rec_hashCalculated = 10938, MessageIds.rec_hashAdded = 10939, MessageIds.rec_hashReplaced = 10940,
  MessageIds.rec_hashNotRequired = 10941, MessageIds.rec_hashCheckResults = 10942, MessageIds.rec_hashRecalcResults = 10943, MessageIds.rec_hashCheckFailures = 10944,
  MessageIds.rec_documentHashMismatch = 10945, MessageIds.tem_renditionFailure = 10946, MessageIds.rec_adminPolicyNotStoringHashes = 10947, MessageIds.tem_configureCustomEvents = 10948,
  MessageIds.tem_selectOneOrMoreEvents = 10949, MessageIds.tem_selectOneOrMoreObjectTypes = 10950, MessageIds.rty_mustBeSdmFolder = 10951, MessageIds.rec_initiatingTemplateOnlyForNewRecords = 10952,
  MessageIds.rec_failedToInitializeAutoCheckin = 10953, MessageIds.bob_proxyAuthRequiredRetry = 10954, MessageIds.bob_explicitAuthRequired = 10955, MessageIds.bob_explicitAuthRequiredRetry = 10956,
  MessageIds.sdk_databaseConnectionCancelled = 10957, MessageIds.web_NewContainer = 10958, MessageIds.web_NewCreator = 10959, MessageIds.web_NewDocumentStore = 10960,
  MessageIds.web_RelatedLocation = 10961, MessageIds.web_NewParent = 10962, MessageIds.web_LogRecordType = 10963, MessageIds.web_LogContainer = 10964,
  MessageIds.web_RelatedKeyword = 10965, MessageIds.dp_location_id = 10966, MessageIds.dp_err_location_id = 10967, MessageIds.loc_salutation_dear = 10968,
  MessageIds.web_shareUsingObjectiveConnect = 10969, MessageIds.web_usable = 10970, MessageIds.web_fileScanningInProgress = 10971, MessageIds.web_fileScanningCompleted = 10972,
  MessageIds.web_fileNotFound = 10973, MessageIds.web_placeNewNotes = 10974, MessageIds.rec_cannotDestroyConsignmentLog = 11000, MessageIds.rec_typeRequiresEditor = 11001,
  MessageIds.tem_tool_repairRequired = 11002, MessageIds.uty_storeInvalidHashes = 11003, MessageIds.uty_documentWithNoRecord = 11004, MessageIds.uty_documentInvalidHash = 11005,
  MessageIds.uty_documentInvalidHashCopyAvailable = 11006, MessageIds.uty_documentHashRecalcFailed = 11007, MessageIds.uty_documentHashRecalculated = 11008, MessageIds.uty_documentIntegrityCheckFailed = 11009,
  MessageIds.tem_suItStoreHyperlinks = 11010, MessageIds.tem_suItConvertCracked = 11011, MessageIds.rty_autoRenderOnlyForElectronic = 11012, MessageIds.tem_workgroupMustBeAbleToDoRendering = 11013,
  MessageIds.api_bulkLoadedLocationNeedsCommit = 11014, MessageIds.est_transfersPending = 11015, MessageIds.sui_defaultForFavorite = 11016, MessageIds.sui_defaultForTrayType = 11017,
  MessageIds.sui_defaultForLocation = 11018, MessageIds.sui_defaultForObject = 11019, MessageIds.rty_cannotSetProperty = 11020, MessageIds.bob_accessCopyStyleNotRelevant = 11021,
  MessageIds.bob_accessCopyStyleNotRelevantTagged = 11022, MessageIds.tem_gisNotSupportedOracle = 11023, MessageIds.ora_nativeErrorCode = 11024, MessageIds.bob_auditEntryIsNotASearch = 11025,
  MessageIds.bob_loggingRecordSearchesNotActivated = 11026, MessageIds.trm_cleanSearchHistoryOlder = 11027, MessageIds.dp_cap_EdocExcludeTitle = 11028, MessageIds.prp_needPermissionToDeleteRequestInProgress = 11029,
  MessageIds.trm_renderStatusWaiting = 11030, MessageIds.trm_renderStatusInProgress = 11031, MessageIds.trm_renderStatusWaitingForResponse = 11032, MessageIds.est_documentHashRefCountError = 11033,
  MessageIds.loc_domainNotSetLoginBlank = 11034, MessageIds.bob_selectedItems = 11035, MessageIds.rec_requestBreachWarning = 11036, MessageIds.rec_requestNotEnoughSecurity = 11037,
  MessageIds.loc_cannotModifyAddressType = 11038, MessageIds.loc_eMailAddressTooLong = 11039, MessageIds.loc_urlTooLong = 11040, MessageIds.loc_emailAddressUsedBy = 11041,
  MessageIds.core_replacingWith = 11042, MessageIds.loc_changeEmailTo = 11043, MessageIds.loc_noEmailToChange = 11044, MessageIds.ocx_kvsdkIniMissing = 11045,
  MessageIds.rec_cannotEditCMLogFiles = 11046, MessageIds.rec_cannotReplaceRevisionsEmails = 11047, MessageIds.rec_newRevisionOnlyForEmail = 11048, MessageIds.loc_losePersonalDetailsOnChange = 11049,
  MessageIds.mpx_sendDetailedError = 11050, MessageIds.trm_renderTaggedFailed = 11051, MessageIds.trm_rendQueueDeleteFailed = 11052, MessageIds.trm_someDocumentsAreTransferring = 11053,
  MessageIds.loc_withDuplicateEmail = 11054, MessageIds.bob_transfersPendingStatusMsg = 11055, MessageIds.bob_onePendingTransfer = 11056, MessageIds.wgs_contentSearchResultsNoLongerAvailable = 11057,
  MessageIds.mes_invalid_EX_Address = 11058, MessageIds.mes_invalid_LOTUS_Address = 11059, MessageIds.bob_labelAlreadyAttached = 11060, MessageIds.bob_labelNotAttached = 11061,
  MessageIds.bob_labelHasBadObject = 11062, MessageIds.bob_bypassAclReferencesFor = 11063, MessageIds.bob_auditAccessControlReferences = 11064, MessageIds.rec_pdfWorkInProgress = 11065,
  MessageIds.api_taskNotSuitableForHiding = 11066, MessageIds.rec_sharingOnlyForBoxOrFolder = 11067, MessageIds.fld_inUseForSharingIndicator = 11068, MessageIds.rec_shareNotConfigured = 11069,
  MessageIds.bob_sharingNeedsGroupLocationType = 11070, MessageIds.bob_sharingRecordTypeNeedsFreeTextTitling = 11071, MessageIds.bob_sharingFieldNeedsToBeString = 11072, MessageIds.rec_needUpdateMetadataForSelectingContainer = 11073,
  MessageIds.bob_formNewItemsOnly = 11100, MessageIds.bob_objectUsedAsFieldDefault = 11101, MessageIds.bob_objectUsedAsFieldValue = 11102, MessageIds.bob_fldLocationNotMemberOf = 11103,
  MessageIds.bob_fldWrongRecordType = 11104, MessageIds.bob_textFieldContainsBadLookupItems = 11105, MessageIds.dp_createPlaceholderTR5 = 11106, MessageIds.rec_recordTypeHasPreservation = 11107,
  MessageIds.dp_deleteImportFile = 11108, MessageIds.loc_noReplaceLocForAddresses = 11109, MessageIds.tes_badColumnKey = 11110, MessageIds.rec_fromClassification = 11111,
  MessageIds.rec_fromRecordType = 11112, MessageIds.rec_notAllActionsHaveAssignee = 11113, MessageIds.loc_addressHistoryMustBeOn = 11134, MessageIds.tem_suSparseToNull = 11135,
  MessageIds.loc_useOfEmailDomainRestricted = 11136, MessageIds.prp_featureObsolete = 11137, MessageIds.db_fileIsTooLarge = 11138, MessageIds.db_unspecifiedFileType = 11139,
  MessageIds.bob_noTypeSelected = 11140, MessageIds.loc_unknownLocation = 11141, MessageIds.rec_invalidClientMatterHierarchy = 11142, MessageIds.rec_cascadingClassifications = 11143,
  MessageIds.bob_optCustomUserTypeDeleted = 11144, MessageIds.bob_optEnterCustomUserType = 11145, MessageIds.bob_optEnterCustomUserTypeName = 11146, MessageIds.bob_optEnterBasedOnUserType = 11147,
  MessageIds.bob_optCannotChangeBaseUserType = 11148, MessageIds.bob_optCannotRemoveUserTypeWhenOffline = 11149, MessageIds.bob_optCustomUserTypeInUse = 11150, MessageIds.loc_customUserTypeUndefined = 11151,
  MessageIds.bob_obsoleteProperty = 11152, MessageIds.bob_obsoleteField = 11153, MessageIds.bob_auditUserPermissionsChanged = 11154, MessageIds.bob_auditUserTypeCustomized = 11155,
  MessageIds.bob_auditPermissionsAdded = 11156, MessageIds.bob_auditPermissionsRemoved = 11157, MessageIds.bob_auditUserPermissionsAdded = 11158, MessageIds.bob_auditUserPermissionsRemoved = 11159,
  MessageIds.api_customUserTypeNotFound = 11160, MessageIds.api_noCustomUserTypesAvailable = 11161, MessageIds.rec_attachingOverdueAction = 11162, MessageIds.bob_stringSearchTooltip = 11163,
  MessageIds.rec_documentReviewCannotEditDocument = 11164, MessageIds.rec_closeRecordUsingTask = 11165, MessageIds.loc_noReplaceLocForLabels = 11166, MessageIds.rec_alreadyClosed = 11167,
  MessageIds.rec_notClosed = 11168, MessageIds.core_invalidURL = 11169, MessageIds.sch_cannotAttachSchedule = 11170, MessageIds.rec_cannotCloseDocsCheckedOut = 11171,
  MessageIds.rec_cannotCloseActionsIncomplete = 11172, MessageIds.rec_cannotCloseAssigneeSet = 11173, MessageIds.rec_cannotReopenContainerIsClosed = 11174, MessageIds.sch_specifyAValidEventSchedule = 11175,
  MessageIds.sch_notUsingAnEventSchedule = 11176, MessageIds.bob_geoDisplayDistance = 11177, MessageIds.bob_geoDisplayDistAndArea = 11178, MessageIds.tem_selectServerName = 11179,
  MessageIds.tem_selectDatabase = 11180, MessageIds.tem_noValidDatabases = 11181, MessageIds.odbc_invalidServerName = 11182, MessageIds.lki_moveWouldLoopError = 11183,
  MessageIds.lki_makeTopLevel = 11184, MessageIds.tem_searchForServer = 11185, MessageIds.rec_ownerApproverCannotBeChanged = 11186, MessageIds.rec_closeFinalizing = 11187,
  MessageIds.rec_closePurging = 11188, MessageIds.rec_closeEnclosing = 11189, MessageIds.rec_closeSettingCloseDate = 11190, MessageIds.rec_closeLoggingErrorsOnly = 11191,
  MessageIds.rec_closeUnfinalizing = 11192, MessageIds.rec_taskLogStartingHeader = 11193, MessageIds.bob_taskCompleted = 11194, MessageIds.web_viewRendition = 11195,
  MessageIds.tem_invalidConnectionStringForAzureBlobStore = 11196, MessageIds.tem_invalidSharedAccessSignature = 11197, MessageIds.tem_testingBulkInsertBlobStore = 11198, MessageIds.tem_azureBlobStoreIsReady = 11199,
  MessageIds.tem_azureBlobStoreTestFailed = 11200, MessageIds.tem_externalDataSourceIsNotAccessible = 11201, MessageIds.rec_requestAlreadyCancelled = 11202, MessageIds.rec_notAvailableForRequest = 11203,
  MessageIds.rec_recordRequestedIsNotAtHome = 11204, MessageIds.core_pleasePickMultiEnum = 11205, MessageIds.uty_externalWorkflowCannotInitiate = 11206, MessageIds.rty_typeDoesNotSupportParts = 11207,
  MessageIds.rty_onlyFoldersCanBeShared = 11208, MessageIds.uty_externalWorkflowCannotStart = 11209, MessageIds.uty_workflowNeedsSubstWarning = 11210, MessageIds.uty_noExternalWorkflowProcessURL = 11211,
  MessageIds.uty_externalWorflowRequestSubmitted = 11212, MessageIds.uty_externalWorflowRequestFailed = 11213, MessageIds.req_isNotComplete = 11214, MessageIds.uty_externalWorflowRequestDone = 11215,
  MessageIds.loc_confirmDeactivate = 11216, MessageIds.bob_customiseViewPanes = 11217, MessageIds.bob_active = 11218, MessageIds.bob_notActiveDoubleClick = 11219,
  MessageIds.bob_doubleClickToOpen = 11220, MessageIds.bob_notLogging = 11221, MessageIds.bob_clientLogging = 11222, MessageIds.bob_logFileName = 11223,
  MessageIds.alv_FindNext = 11224, MessageIds.alv_FindPrevious = 11225, MessageIds.alv_CannotFind = 11226, MessageIds.alv_FindWhat = 11227,
  MessageIds.alv_Next = 11228, MessageIds.alv_Previous = 11229, MessageIds.alv_All = 11230, MessageIds.dp_err_NoSpaceCreation = 11231,
  MessageIds.web_renditions = 11232, MessageIds.web_showThePreviousRenditions = 11233, MessageIds.rec_hdrDocsIApproveInConsignment = 11234, MessageIds.dp_cap_PleaseSelect = 11235,
  MessageIds.rty_noPermissionForRecordType = 11236, MessageIds.rec_errorCreatingConsignmentLogFile = 11237, MessageIds.bob_tagTaskErrorsViewLog = 11238, MessageIds.trm_dashcol1 = 11239,
  MessageIds.trm_dashcol2 = 11240, MessageIds.trm_dashcol3 = 11241, MessageIds.trm_dashcol4 = 11242, MessageIds.trm_dashcol5 = 11243,
  MessageIds.trm_dashcol6 = 11244, MessageIds.tem_suDropObsoleteProps = 11245, MessageIds.web_startAuthorization = 11246, MessageIds.web_startReview = 11247,
  MessageIds.web_authorizeDocument = 11248, MessageIds.web_finalizeDocument = 11249, MessageIds.web_viewComments = 11250, MessageIds.web_restart = 11251,
  MessageIds.dbw_invalidHomeDataset = 11252, MessageIds.dbw_userNotInHomeDataset = 11253, MessageIds.dbw_userIsVisitorInHomeDataset = 11254, MessageIds.dbw_userIsGuestInHomeDataset = 11255,
  MessageIds.dbw_userTypeInvalidInHomeDataset = 11256, MessageIds.db_noHomeDatasetsAvailable = 11257, MessageIds.bob_wgsFuncGetDataSources = 11258, MessageIds.lc_selectHomeDataset = 11259,
  MessageIds.tem_fullTextServiceIsNotInstalled = 11260, MessageIds.web_reviewDocument = 11261, MessageIds.web_documentReview = 11262, MessageIds.rec_recordInRecycleBin = 11263,
  MessageIds.rec_alreadyInRecycleBin = 11264, MessageIds.rec_cannotRecycleContainers = 11265, MessageIds.rec_mustBeOwnerToRecycle = 11266, MessageIds.rec_notInRecycleBin = 11267,
  MessageIds.web_documentReviewAuthorizationTitle = 11268, MessageIds.web_reviewDate = 11269, MessageIds.web_reviewDueDate = 11270, MessageIds.web_needCommentCaption = 11271,
  MessageIds.web_needCompleted = 11272, MessageIds.web_itemTitle = 11273, MessageIds.web_addAnnotation = 11274, MessageIds.evt_recyclingRecord = 11275,
  MessageIds.evt_recycleDaysNotSet = 11276, MessageIds.core_searches = 11277, MessageIds.bob_explorerMoreData = 11278, MessageIds.web_needAuthorized = 11279,
  MessageIds.web_useStamp = 11280, MessageIds.web_review = 11281, MessageIds.web_authorize = 11282, MessageIds.web_documentReviewSuccess = 11283,
  MessageIds.web_documentAuthorizationSuccess = 11284, MessageIds.web_documentAuthorization = 11285, MessageIds.web_viewCommentsHeader = 11286, MessageIds.web_startReviewAuthorizationTitle = 11287,
  MessageIds.web_startReviewAuthorizationCaption = 11288, MessageIds.web_startReviewAuthorizationDueDateCaption = 11289, MessageIds.web_reviewer = 11290, MessageIds.web_authorizer = 11291,
  MessageIds.bob_cannotRemoveFromTray = 11292, MessageIds.bob_cannotAddToTray = 11293, MessageIds.web_finalizeDocumentCaption = 11294, MessageIds.web_finalizeDocumentTitle = 11295,
  MessageIds.web_purgeOldRevDocument = 11296, MessageIds.web_restartDocumentCaption = 11297, MessageIds.web_restartDocumentTitle = 11298, MessageIds.web_restartDocumentLeaveDraft = 11299,
  MessageIds.web_restartDocumentResetCompletion = 11300, MessageIds.web_promoteSignedCopyRevDocument = 11301, MessageIds.web_keepOriginalRendition = 11302, MessageIds.web_roles = 11303,
  MessageIds.trm_overrideDefaultSortClassification = 11304, MessageIds.trm_overrideDefaultSortContainer = 11305, MessageIds.trm_overrideDefaultSortClient = 11306, MessageIds.trm_overrideDefaultSortMatter = 11307,
  MessageIds.web_addNotes = 11308, MessageIds.dp_docName_NumberAndTitle = 11309, MessageIds.dp_docName_TitleOnly = 11310, MessageIds.dp_docName_NumberOnly = 11311,
  MessageIds.odbc_connectionIsNotActive = 11312, MessageIds.core_wgsDoesNotSupportSQLFunction = 11313, MessageIds.web_viewTheDocument = 11314, MessageIds.web_enterSearchQueryField = 11315,
  MessageIds.web_reviewerAuthorizerCommentsCaption = 11316, MessageIds.bob_noItemsAccessible = 11317, MessageIds.tem_invalidRenderTickInterval = 11318, MessageIds.web_saveAsDefaultOption = 11319,
  MessageIds.bob_refreshing = 11320, MessageIds.rbc_standardTabs = 11321, MessageIds.bob_onlySharedLabelsHaveAccess = 11322, MessageIds.rec_errorConvertingSGCdata = 11323,
  MessageIds.rec_htmlTemplateMissing = 11324, MessageIds.rec_cannotCreateRevisionForFinalized = 11325, MessageIds.sm_Scope = 11326, MessageIds.sm_GroupId = 11327,
  MessageIds.sm_GroupName = 11328, MessageIds.sm_PrivateMessageSubject = 11329, MessageIds.sm_PrivateMessageRecipients = 11330, MessageIds.sm_MessageRecipients = 11331,
  MessageIds.sm_ChannelURL = 11332, MessageIds.sm_OwnerEmail = 11333, MessageIds.sm_OwnerName = 11334, MessageIds.sm_Attachments = 11335,
  MessageIds.sm_Comments = 11336, MessageIds.sm_Details = 11337, MessageIds.sm_AuthorEmail = 11338, MessageIds.sm_Provider = 11339,
  MessageIds.sm_Page = 11340, MessageIds.sm_SocialMediaDocument = 11341, MessageIds.bob_securityItemNameHasInvalidCharacter = 11342, MessageIds.bob_configureExplorer = 11343,
  MessageIds.rec_cannotRequestPickupIfNotAssignee = 11344, MessageIds.tem_minimumBulkLoadThreshold = 11345, MessageIds.idol_categoryCreateFailed = 11346, MessageIds.web_showHighlighting = 11347,
  MessageIds.evt_noUserIndexingInElastic = 11348, MessageIds.core_extractFailednoFileInfo = 11349, MessageIds.watcher_alreadyRunning = 11350, MessageIds.watcher_notInitialised = 11351,
  MessageIds.watcher_offlineDocsNotFound = 11352, MessageIds.trm_removingThumbnails = 11353, MessageIds.trmGeneratingThumbnails = 11354, MessageIds.tem_oracleTextNotInstalled = 11355,
  MessageIds.tem_suStageAddImportantIndexes = 11356, MessageIds.ocx_addToQuickAccessToolBar = 11357, MessageIds.ocx_removeFromQuickAccessToolBar = 11358, MessageIds.ocx_customizeQATToolbarTitle = 11359,
  MessageIds.bob_infoCannotEnableDatabaseLogging = 11360, MessageIds.bob_infoCannotEnableWatcherLogging = 11361, MessageIds.dtb_jitcInconsistency = 11362, MessageIds.evt_expired = 11363,
  MessageIds.evt_expiryDaysRemaining = 11364, MessageIds.evt_licenseExpiryGroup = 11365, MessageIds.evt_licRecordsExpiryMessage = 11366, MessageIds.tem_expiryDateAfterMspDate = 11367,
  MessageIds.bob_info_optionalModulesHdg = 11368, MessageIds.rec_notDeletedNote = 11457, MessageIds.rec_couldNotDeleteContents = 11458, MessageIds.rec_disposalAbandonedDueToContentError = 11459,
  MessageIds.rec_disposingContentProgress = 11460, MessageIds.rec_disposalProcessingCancelled = 11461, MessageIds.rec_disposalError = 11662, MessageIds.rec_selectingConsignmentRecords = 11663,
  MessageIds.rec_disposingRecordProgress = 11664, MessageIds.rec_noSDMviewFormatAvailable = 14691, MessageIds.core_dateIsInTheFuture = 14692
}
 The MessageIds enumerations defines all the available TRIM Messages. More...
 
enum  AccessControlSettings { AccessControlSettings.Public = 0, AccessControlSettings.Inherited = 1, AccessControlSettings.Private = 2, AccessControlSettings.PrivateOrContainer = 3 }
 Access Control Settings More...
 
enum  AccessReferenceStyle {
  AccessReferenceStyle.RefOnly = 0, AccessReferenceStyle.NoRefCopy = 1, AccessReferenceStyle.RefCopy = 2, AccessReferenceStyle.RefContainer = 3,
  AccessReferenceStyle.NoRefContainer = 4, AccessReferenceStyle.NoRefNoCopy = 5, AccessReferenceStyle.RefOwner = 6, AccessReferenceStyle.NoRefOwner = 7
}
 Access Transfer Styles More...
 
enum  AclMenuItems {
  AclMenuItems.Me = 0, AclMenuItems.MyPosn = 1, AclMenuItems.MyUnit = 2, AclMenuItems.MyTeam = 3,
  AclMenuItems.MyStaff = 4, AclMenuItems.MyDelegates = 5, AclMenuItems.MyProjects = 6, AclMenuItems.MyWorkgroups = 7,
  AclMenuItems.MyCommittees = 8
}
 Access Control Custom Add Menu Items More...
 
enum  ActionPurpose { ActionPurpose.AssignToRecord = 1, ActionPurpose.AttachStep = 2 }
 Action Purposes More...
 
enum  ActivityAccess { ActivityAccess.Update = 1, ActivityAccess.ModifyAccess = 2, ActivityAccess.Delete = 3 }
 Activity Access Controls More...
 
enum  ActivityDocumentAction { ActivityDocumentAction.Reference = 0, ActivityDocumentAction.Create = 1, ActivityDocumentAction.Review = 2 }
 Document Actions More...
 
enum  ActivityDocumentOrigin { ActivityDocumentOrigin.Reference = 0, ActivityDocumentOrigin.InitiatingRecord = 1, ActivityDocumentOrigin.ThisActivity = 2, ActivityDocumentOrigin.PrecedingActivity = 3 }
 Document Origins More...
 
enum  ActivityDocumentStatus { ActivityDocumentStatus.Unlinked = 0, ActivityDocumentStatus.Linked = 1 }
 Document Status More...
 
enum  ActivityDocumentUsage { ActivityDocumentUsage.Reference = 0, ActivityDocumentUsage.Working = 1, ActivityDocumentUsage.Review = 2 }
 Document Usage Types More...
 
enum  ActivityPurposes { ActivityPurposes.BrowseTemplate = 1 }
 Activity Purposes More...
 
enum  ActivityStates {
  ActivityStates.NotReadyToStart = 0, ActivityStates.ReadyToStart = 1, ActivityStates.Started = 2, ActivityStates.Suspended = 3,
  ActivityStates.ReadyToResume = 4, ActivityStates.PendingAuthorization = 5, ActivityStates.CompleteAndAuthorized = 6, ActivityStates.Skipped = 7
}
 Activity States More...
 
enum  AddressHistoryOption { AddressHistoryOption.Off = 0, AddressHistoryOption.On = 1, AddressHistoryOption.AlwaysOn = 2 }
 Address History Options More...
 
enum  AddressTypes {
  AddressTypes.Street = 0, AddressTypes.Postal = 1, AddressTypes.Custom1 = 2, AddressTypes.Custom2 = 3,
  AddressTypes.Custom3 = 4, AddressTypes.Custom4 = 5, AddressTypes.Custom5 = 6
}
 Address Types More...
 
enum  AgendaItemAccess { AgendaItemAccess.EditSubmission = 0 }
 Agenda Item Access Controls More...
 
enum  AgendaPrintStyles { AgendaPrintStyles.NotPrinted = 0, AgendaPrintStyles.InlinePrint = 1, AgendaPrintStyles.AppendixPrint = 2 }
 Agenda Print Styles More...
 
enum  AlertConditionTypes {
  AlertConditionTypes.None = 0, AlertConditionTypes.Container = 1, AlertConditionTypes.RecordType = 2, AlertConditionTypes.Classification = 3,
  AlertConditionTypes.Keyword = 4, AlertConditionTypes.TitleOrNotes = 5
}
 Alert Condition Types More...
 
enum  AlertType {
  AlertType.ItemCreated = 0, AlertType.ItemModified = 1, AlertType.ItemRemoved = 2, AlertType.ContentsAdded = 3,
  AlertType.ContentsRemoved = 4, AlertType.DocumentAction = 5
}
 Alert Types More...
 
enum  AllEnumerations {
  AllEnumerations.Unknown = 0, AllEnumerations.AccessControlSettings = 4, AllEnumerations.AccessReferenceStyle = 63, AllEnumerations.AclMenuItems = 329,
  AllEnumerations.ActionPurpose = 175, AllEnumerations.ActivityAccess = 330, AllEnumerations.ActivityDocumentAction = 156, AllEnumerations.ActivityDocumentOrigin = 157,
  AllEnumerations.ActivityDocumentStatus = 158, AllEnumerations.ActivityDocumentUsage = 143, AllEnumerations.ActivityPurposes = 186, AllEnumerations.ActivityStates = 145,
  AllEnumerations.AddressHistoryOption = 332, AllEnumerations.AddressTypes = 54, AllEnumerations.AgendaItemAccess = 152, AllEnumerations.AgendaPrintStyles = 154,
  AllEnumerations.AlertConditionTypes = 161, AllEnumerations.AlertType = 118, AllEnumerations.AprDateTypes = 115, AllEnumerations.AprType = 114,
  AllEnumerations.AsynchTaskStatus = 327, AllEnumerations.AttendanceType = 112, AllEnumerations.AuditEventCounters = 246, AllEnumerations.AuthenticationMethod = 187,
  AllEnumerations.AuthorizationMethods = 298, AllEnumerations.AutoProfilingTitleOptions = 340, AllEnumerations.AutoRenderError = 149, AllEnumerations.AutoRenderSelectOption = 324,
  AllEnumerations.AutoRenditionStatus = 148, AllEnumerations.BarcodeError = 39, AllEnumerations.BarcodeLabelType = 37, AllEnumerations.BarcodePrintOption = 49,
  AllEnumerations.BaseObjectTypes = 1000, AllEnumerations.BulkLoaderCopyMode = 251, AllEnumerations.CachedTableNotificationType = 150, AllEnumerations.CensusRecords = 72,
  AllEnumerations.CheckinPlaceTypes = 297, AllEnumerations.CheckinToolPurposes = 316, AllEnumerations.CheckOutStyles = 318, AllEnumerations.ClassificationPurpose = 57,
  AllEnumerations.ClientAuthenticationMechanism = 290, AllEnumerations.ClientMatterInterestTypes = 273, AllEnumerations.ClientServerProtocol = 285, AllEnumerations.ColumnIndexType = 205,
  AllEnumerations.CommandIds = 1003, AllEnumerations.CommandRefreshTypes = 155, AllEnumerations.CommunicationDirection = 127, AllEnumerations.CommunicationMedium = 126,
  AllEnumerations.CommunicatorType = 128, AllEnumerations.ConsignmentDisposalType = 280, AllEnumerations.ConsignmentItemApprovalStatus = 274, AllEnumerations.ConsignmentItemIssueType = 276,
  AllEnumerations.ConsignmentPickListFormat = 278, AllEnumerations.ConsignmentState = 322, AllEnumerations.ContactType = 17, AllEnumerations.ContainerSecurityHandling = 48,
  AllEnumerations.ContainmentRule = 303, AllEnumerations.ContentEngineType = 326, AllEnumerations.ControlLabelType = 38, AllEnumerations.CurrLocDef = 64,
  AllEnumerations.CuspDateDisplayType = 312, AllEnumerations.DatabaseAvailability = 78, AllEnumerations.DatabaseLockType = 236, AllEnumerations.DatabaseTypes = 1,
  AllEnumerations.DataEntryPageType = 172, AllEnumerations.DateInterval = 44, AllEnumerations.DateIntervalSing = 70, AllEnumerations.DateSearchType = 294,
  AllEnumerations.DayOfTheWeek = 135, AllEnumerations.DblClickContainerStyle = 305, AllEnumerations.DblClickStyle = 304, AllEnumerations.DeclassifyType = 98,
  AllEnumerations.DesktopStartStates = 134, AllEnumerations.DisposalScheduleStatus = 272, AllEnumerations.DisposalType = 271, AllEnumerations.DocumentEventCounters = 244,
  AllEnumerations.DocumentLinkType = 45, AllEnumerations.DocumentReviewStates = 300, AllEnumerations.DocumentSecurityHandling = 89, AllEnumerations.DocumentSelectionType = 116,
  AllEnumerations.DocumentStoreIntegrityCheckCounter = 325, AllEnumerations.DocumentUpdateStyles = 164, AllEnumerations.DuplicateEmailOptions = 253, AllEnumerations.EAddressType = 30,
  AllEnumerations.EditNotesStyle = 230, AllEnumerations.EmailSecurityMode = 138, AllEnumerations.EmailUpdateStyles = 165, AllEnumerations.EncryptionAlgorithm = 301,
  AllEnumerations.AllEnumerations = 1002, AllEnumerations.Environments = 106, AllEnumerations.EsoActionType = 131, AllEnumerations.EsoDateType = 293,
  AllEnumerations.EstoreTypes = 12, AllEnumerations.EventProcessorStatus = 185, AllEnumerations.EventProcessType = 26, AllEnumerations.Events = 25,
  AllEnumerations.EventStatisticsGroup = 242, AllEnumerations.Excel11FileTypes = 213, AllEnumerations.ExcelFileTypes = 208, AllEnumerations.ExcelOpenFileTypes = 217,
  AllEnumerations.ExternalWorkflowTypePurposes = 336, AllEnumerations.FavoriteType = 162, AllEnumerations.FeatureState = 256, AllEnumerations.FieldAccess = 252,
  AllEnumerations.FieldPurposeType = 281, AllEnumerations.FileSizeUnits = 232, AllEnumerations.FinalizedFilter = 71, AllEnumerations.FlowControl = 65,
  AllEnumerations.FontStyle = 197, AllEnumerations.FrameAppearance = 291, AllEnumerations.Gender = 119, AllEnumerations.GenderSalutation = 153,
  AllEnumerations.GeneralAccess = 59, AllEnumerations.GeneralExceptionHandling = 47, AllEnumerations.GenericPermissions = 317, AllEnumerations.GenericPurposes = 3,
  AllEnumerations.GeographyDistanceUnit = 295, AllEnumerations.GeographySearchType = 296, AllEnumerations.HashingAlgorithms = 58, AllEnumerations.HistoryPurposes = 328,
  AllEnumerations.IconDisplayMode = 166, AllEnumerations.Icons = 1007, AllEnumerations.IconUsage = 167, AllEnumerations.IdolIndexStatus = 229,
  AllEnumerations.IdolIndexType = 228, AllEnumerations.IdolSearchStyles = 260, AllEnumerations.InitiatingRecordBehavior = 146, AllEnumerations.InvitationType = 111,
  AllEnumerations.IpConnectionType = 286, AllEnumerations.JurisdictionPurposes = 288, AllEnumerations.JurisdictionTypes = 238, AllEnumerations.KeywordAttachMethod = 15,
  AllEnumerations.KeywordPurposes = 184, AllEnumerations.KeywordRelationship = 19, AllEnumerations.LabelAccess = 341, AllEnumerations.LabelPositionChange = 302,
  AllEnumerations.LabelPurposes = 183, AllEnumerations.Language = 86, AllEnumerations.LayoutPurpose = 79, AllEnumerations.LdapAuthMethod = 309,
  AllEnumerations.LdapMatchingType = 307, AllEnumerations.LdapSearchScope = 308, AllEnumerations.LicenseTypes = 255, AllEnumerations.LocationAccess = 299,
  AllEnumerations.LocationDefault = 50, AllEnumerations.LocationFieldType = 198, AllEnumerations.LocationGrouping = 240, AllEnumerations.LocationMatchType = 220,
  AllEnumerations.LocationPurpose = 32, AllEnumerations.LocationType = 28, AllEnumerations.LockdownStyles = 104, AllEnumerations.LocRelationshipType = 55,
  AllEnumerations.LoggingCategories = 338, AllEnumerations.LogLevels = 313, AllEnumerations.LookupItemFieldStyle = 315, AllEnumerations.LookupItemPurposeType = 284,
  AllEnumerations.LookupSetType = 113, AllEnumerations.MailEventType = 125, AllEnumerations.MailFolderTypes = 306, AllEnumerations.MailFormat = 283,
  AllEnumerations.MailPersistence = 321, AllEnumerations.MailRecipientType = 76, AllEnumerations.MediaTypes = 233, AllEnumerations.MeetingAccess = 137,
  AllEnumerations.MeetingDocumentType = 110, AllEnumerations.MeetingPurpose = 178, AllEnumerations.MenuIds = 1010, AllEnumerations.MenuItemIds = 1011,
  AllEnumerations.MenuPopupIds = 1012, AllEnumerations.MigrationType = 206, AllEnumerations.Months = 133, AllEnumerations.MotionOutcome = 139,
  AllEnumerations.NativeMailStyles = 97, AllEnumerations.NbrTypes = 14, AllEnumerations.NotesInsertStyles = 107, AllEnumerations.NotesUpdateType = 103,
  AllEnumerations.NotificationType = 142, AllEnumerations.NumberingMethods = 6, AllEnumerations.OauthImplementationType = 289, AllEnumerations.ObjectCapabilities = 259,
  AllEnumerations.ObjectURLformats = 101, AllEnumerations.OccurrenceTypes = 334, AllEnumerations.OfficeIntegrationMenuCaptions = 342, AllEnumerations.OfflineRecordPurpose = 179,
  AllEnumerations.OfflineStatus = 129, AllEnumerations.OldVersionPurgeOptions = 258, AllEnumerations.OpenDocumentStatus = 250, AllEnumerations.OriginType = 163,
  AllEnumerations.OutlineNumberType = 141, AllEnumerations.OutputPathTypes = 314, AllEnumerations.PathTypes = 225, AllEnumerations.PendingEventReviewFilter = 88,
  AllEnumerations.PermissionGroups = 1005, AllEnumerations.PluginPageType = 102, AllEnumerations.Powerpoint11FileTypes = 214, AllEnumerations.PowerpointFileTypes = 209,
  AllEnumerations.PowerpointOpenFileTypes = 218, AllEnumerations.PrefetchStyles = 170, AllEnumerations.PrimaryRecordStatisticsGrouping = 239, AllEnumerations.Priority = 122,
  AllEnumerations.ProductFeatures = 249, AllEnumerations.ProductString = 174, AllEnumerations.Project11FileTypes = 215, AllEnumerations.ProjectFileTypes = 210,
  AllEnumerations.ProjectOpenFileTypes = 219, AllEnumerations.PropertiesStringType = 56, AllEnumerations.PropertyFormats = 33, AllEnumerations.PropertyIds = 1006,
  AllEnumerations.PropertyOrFieldFormat = 121, AllEnumerations.PropertySortMode = 169, AllEnumerations.PsoActionType = 124, AllEnumerations.PsoDateType = 292,
  AllEnumerations.QueueCapability = 95, AllEnumerations.QueueItemAttributes = 94, AllEnumerations.QueueTypes = 90, AllEnumerations.QueueUsageType = 92,
  AllEnumerations.RecLocSubTypes = 43, AllEnumerations.RecordAccess = 62, AllEnumerations.RecordBehaviour = 7, AllEnumerations.RecordClass = 8,
  AllEnumerations.RecordDeclassifyTypes = 199, AllEnumerations.RecordDisp = 10, AllEnumerations.RecordDispPending = 75, AllEnumerations.RecordLocationType = 16,
  AllEnumerations.RecordPurposes = 74, AllEnumerations.RecordRelationshipType = 20, AllEnumerations.RecordSortFields = 36, AllEnumerations.RecordTypeFilter = 24,
  AllEnumerations.RecycleReasons = 344, AllEnumerations.ReferenceFileApplication = 196, AllEnumerations.RenditionType = 23, AllEnumerations.ReporterFonts = 201,
  AllEnumerations.RequestPriority = 266, AllEnumerations.RequestPurposes = 264, AllEnumerations.RequestStatus = 268, AllEnumerations.RequestTypes = 265,
  AllEnumerations.ResultPostProcessingMethod = 335, AllEnumerations.RetainOptions = 270, AllEnumerations.RevRecRelationship = 21, AllEnumerations.RmGrammarItem = 261,
  AllEnumerations.RmTerminologyType = 262, AllEnumerations.SchedulePurposes = 310, AllEnumerations.SearchClauseGroup = 173, AllEnumerations.SearchClauseIds = 1008,
  AllEnumerations.SearchContactType = 18, AllEnumerations.SearchEditor = 195, AllEnumerations.SearchFilterTypes = 35, AllEnumerations.SearchGrammarItem = 194,
  AllEnumerations.SearchLocationType = 29, AllEnumerations.SearchParameterFormats = 237, AllEnumerations.SearchPurposes = 180, AllEnumerations.SearchStartPoint = 200,
  AllEnumerations.SearchTimePeriodPlural = 192, AllEnumerations.SearchTimePeriodSingular = 191, AllEnumerations.SearchTimeTense = 193, AllEnumerations.SecurityUpdateTypes = 100,
  AllEnumerations.Selectors = 1001, AllEnumerations.ServerMessageTypes = 96, AllEnumerations.SetAuthorOptions = 343, AllEnumerations.SkinStyle = 203,
  AllEnumerations.SnapAddressType = 130, AllEnumerations.SpaceAllocation = 69, AllEnumerations.SpaceLevel = 66, AllEnumerations.SpacePurposes = 67,
  AllEnumerations.SpaceRecordsSelection = 68, AllEnumerations.SpecialDates = 182, AllEnumerations.SpElementType = 190, AllEnumerations.SpListItemOriginator = 188,
  AllEnumerations.SpManagedItemStatus = 189, AllEnumerations.SqlErrorTypes = 269, AllEnumerations.SslMode = 320, AllEnumerations.StartupPaneType = 287,
  AllEnumerations.StatGroupByType = 93, AllEnumerations.StatisticalDateRangeTypes = 248, AllEnumerations.StatisticsOutputType = 234, AllEnumerations.StatTypes = 91,
  AllEnumerations.StorePurposes = 181, AllEnumerations.StoreStatus = 231, AllEnumerations.StoreUsageType = 87, AllEnumerations.StringDisplayAlignment = 168,
  AllEnumerations.StringDisplayType = 80, AllEnumerations.StringFormatType = 41, AllEnumerations.StringVerificationTypes = 331, AllEnumerations.TabBarStyle = 202,
  AllEnumerations.TaskStatus = 99, AllEnumerations.TextObjectType = 42, AllEnumerations.TieredStorageType = 263, AllEnumerations.TimeInterval = 136,
  AllEnumerations.TitlingMethods = 5, AllEnumerations.TodoItemAccess = 337, AllEnumerations.TodoReferenceType = 140, AllEnumerations.TrayType = 27,
  AllEnumerations.TriggerDelayTypes = 311, AllEnumerations.TriggerRounding = 132, AllEnumerations.TriggerTypes = 11, AllEnumerations.TrimEventCounters = 243,
  AllEnumerations.TrimPathType = 160, AllEnumerations.UnregisteredUsers = 282, AllEnumerations.UserDashboardItem = 339, AllEnumerations.UserFieldFormats = 34,
  AllEnumerations.UserLabelType = 123, AllEnumerations.UserLicenseTypes = 257, AllEnumerations.UserOptionSetIds = 1009, AllEnumerations.UserPermissions = 1004,
  AllEnumerations.UserTypes = 2, AllEnumerations.UseStoreType = 52, AllEnumerations.ViewPaneStyle = 323, AllEnumerations.WebServiceCacheSettings = 333,
  AllEnumerations.WgsCacheType = 120, AllEnumerations.WindowsFrameType = 204, AllEnumerations.Word11FileTypes = 212, AllEnumerations.WordFileTypes = 207,
  AllEnumerations.WordListPurpose = 176, AllEnumerations.WordOpenFileTypes = 216, AllEnumerations.WordProcessorMergeFormats = 159, AllEnumerations.WordTypes = 13,
  AllEnumerations.WorkflowAccess = 61, AllEnumerations.WorkflowDocumentPlaceholderType = 144, AllEnumerations.WorkflowEventCounters = 245, AllEnumerations.WorkflowLockOperation = 73,
  AllEnumerations.XmlDocumentExportType = 77, AllEnumerations.XmlSchemaTypes = 117
}
 
enum  AprDateTypes {
  AprDateTypes.None = 0, AprDateTypes.DateCreated = 1, AprDateTypes.DatePublished = 2, AprDateTypes.DateRegistered = 3,
  AprDateTypes.DateInactive = 5, AprDateTypes.DateModified = 6, AprDateTypes.DateFinalized = 7, AprDateTypes.UserDefined = 8,
  AprDateTypes.FixedDate = 9
}
 Automated Part Rule Triggers More...
 
enum  AprType { AprType.Close = 0, AprType.CloseAndCreate = 1 }
 Automated Part Types More...
 
enum  AsynchTaskStatus {
  AsynchTaskStatus.Ready = 0, AsynchTaskStatus.Running = 1, AsynchTaskStatus.Succeeded = 2, AsynchTaskStatus.Failed = 3,
  AsynchTaskStatus.Canceled = 4
}
 Asynchronous Task Statuses More...
 
enum  AttendanceType {
  AttendanceType.Present = 0, AttendanceType.Apology = 1, AttendanceType.NotPresent = 2, AttendanceType.Proxy = 3,
  AttendanceType.Custom1 = 4, AttendanceType.Custom2 = 5, AttendanceType.Custom3 = 6
}
 Meeting Attendance Types More...
 
enum  AuditEventCounters {
  AuditEventCounters.RetentionChanged = 0, AuditEventCounters.ClassificationChanged = 1, AuditEventCounters.DispositionChanged = 2, AuditEventCounters.AddedToHold = 3,
  AuditEventCounters.RemovedFromHold = 4, AuditEventCounters.RecordSecurityChanged = 5, AuditEventCounters.AccessControlChanged = 6, AuditEventCounters.SecurityBreach = 7,
  AuditEventCounters.LocationSecurityChanged = 8, AuditEventCounters.FailedLogin = 9
}
 Audit Event Counters More...
 
enum  AuthenticationMethod {
  AuthenticationMethod.Kerberos = 0, AuthenticationMethod.Ntlm = 1, AuthenticationMethod.Negotiate = 2, AuthenticationMethod.Novell = 3,
  AuthenticationMethod.None = 4, AuthenticationMethod.Adfs = 5, AuthenticationMethod.GoogleApps = 6
}
 Authentication Methods More...
 
enum  AuthorizationMethods { AuthorizationMethods.Simple = 0, AuthorizationMethods.Challenge = 1, AuthorizationMethods.Docusign = 2 }
 Authorization Methods More...
 
enum  AutoProfilingTitleOptions { AutoProfilingTitleOptions.FromContent = 0, AutoProfilingTitleOptions.FromFileName = 1, AutoProfilingTitleOptions.None = 2 }
 Document Auto Profiling Title Options More...
 
enum  AutoRenderError {
  AutoRenderError.Success = 0, AutoRenderError.NoAssociation = 1, AutoRenderError.AppGPF = 2, AutoRenderError.ProcessorGPF = 3,
  AutoRenderError.Timeout = 4, AutoRenderError.TrimError = 5
}
 Auto Rendering Errors More...
 
enum  AutoRenderSelectOption {
  AutoRenderSelectOption.RecordsOlderThan = 0, AutoRenderSelectOption.RecordsFinalized = 1, AutoRenderSelectOption.RecordsArchived = 2, AutoRenderSelectOption.RecordsDueForArchiving = 3,
  AutoRenderSelectOption.RecordsWithConsignment = 4, AutoRenderSelectOption.RecordsLargerThan = 5
}
 Auto Render Select Options More...
 
enum  AutoRenditionStatus { AutoRenditionStatus.None = 0, AutoRenditionStatus.Longevity = 1, AutoRenditionStatus.Redactable = 2, AutoRenditionStatus.LongevityAndRedactable = 3 }
 Automatic Rendition Statuses More...
 
enum  BarcodeError {
  BarcodeError.BarcodeOk = 0, BarcodeError.InvalidLabelType = 1, BarcodeError.InvalidControlLabel = 2, BarcodeError.InvalidUri = 3,
  BarcodeError.NotInThisDatabase = 4
}
 Barcode Errors More...
 
enum  BarcodeLabelType {
  BarcodeLabelType.UnknownLbl = 0, BarcodeLabelType.DateOrTimeLbl = 1, BarcodeLabelType.RecordLbl = 2, BarcodeLabelType.LocationLbl = 5,
  BarcodeLabelType.ArchiveLbl = 6, BarcodeLabelType.ActionLbl = 7, BarcodeLabelType.SpaceLbl = 8, BarcodeLabelType.ControlLbl = 9
}
 Barcode Label Types More...
 
enum  BarcodePrintOption { BarcodePrintOption.Internal = 0, BarcodePrintOption.InternalClear = 1, BarcodePrintOption.External = 2 }
 Barcode Printing Option More...
 
enum  BaseObjectTypes {
  BaseObjectTypes.Unknown = 0, BaseObjectTypes.ActionDef = 26, BaseObjectTypes.Activity = 89, BaseObjectTypes.ActionDefStep = 27,
  BaseObjectTypes.AgendaItem = 78, BaseObjectTypes.AgendaItemType = 84, BaseObjectTypes.AgendaItemAttachment = 79, BaseObjectTypes.AgendaItemTypeAttachment = 96,
  BaseObjectTypes.Alert = 68, BaseObjectTypes.AlertSubscriber = 108, BaseObjectTypes.ArchiveEvent = 128, BaseObjectTypes.ArchiveEventOccurrence = 129,
  BaseObjectTypes.AutoPartRule = 67, BaseObjectTypes.Census = 45, BaseObjectTypes.CheckinPlace = 123, BaseObjectTypes.CheckinStyle = 122,
  BaseObjectTypes.Classification = 21, BaseObjectTypes.CommunicationDetail = 74, BaseObjectTypes.Communication = 73, BaseObjectTypes.Consignment = 113,
  BaseObjectTypes.ConsignmentApprover = 114, BaseObjectTypes.ConsignmentIssue = 115, BaseObjectTypes.ConsignmentRejection = 127, BaseObjectTypes.Database = 50,
  BaseObjectTypes.DocumentQueue = 54, BaseObjectTypes.ElectronicStore = 24, BaseObjectTypes.ExternalWorkflow = 131, BaseObjectTypes.ExternalWorkflowTask = 132,
  BaseObjectTypes.ExternalWorkflowType = 130, BaseObjectTypes.FieldDefinition = 42, BaseObjectTypes.History = 40, BaseObjectTypes.Hold = 44,
  BaseObjectTypes.HtmlLayout = 37, BaseObjectTypes.JurisdictionMember = 100, BaseObjectTypes.Jurisdiction = 98, BaseObjectTypes.Keyword = 30,
  BaseObjectTypes.LocationAddress = 7, BaseObjectTypes.Location = 9, BaseObjectTypes.LocationEAddress = 8, BaseObjectTypes.LookupItem = 120,
  BaseObjectTypes.LookupSet = 18, BaseObjectTypes.MailTemplate = 72, BaseObjectTypes.Meeting = 63, BaseObjectTypes.MeetingType = 76,
  BaseObjectTypes.MetadataRule = 124, BaseObjectTypes.MeetingTypeUsualParticipant = 77, BaseObjectTypes.MinuteItem = 80, BaseObjectTypes.MinuteItemType = 95,
  BaseObjectTypes.MinuteItemActionArising = 81, BaseObjectTypes.MeetingDocument = 65, BaseObjectTypes.MeetingInvitation = 64, BaseObjectTypes.Notification = 105,
  BaseObjectTypes.OfflineRecord = 75, BaseObjectTypes.Origin = 97, BaseObjectTypes.OriginHistory = 102, BaseObjectTypes.ClassificationOnlyRecordType = 125,
  BaseObjectTypes.ClassificationSapBusinessObject = 118, BaseObjectTypes.RecordClientMatterParty = 112, BaseObjectTypes.RecordClientMatterRole = 111, BaseObjectTypes.RecordHold = 43,
  BaseObjectTypes.RecordJurisdiction = 101, BaseObjectTypes.RecordKeyword = 3, BaseObjectTypes.RecordLinkedDocument = 49, BaseObjectTypes.RecordLocation = 1,
  BaseObjectTypes.Record = 6, BaseObjectTypes.RecordAction = 29, BaseObjectTypes.RecordType = 10, BaseObjectTypes.RecordRelationship = 5,
  BaseObjectTypes.RecordRendition = 2, BaseObjectTypes.RecordRevision = 48, BaseObjectTypes.RecordSapComponent = 119, BaseObjectTypes.Report = 46,
  BaseObjectTypes.ReportBitmap = 53, BaseObjectTypes.Request = 33, BaseObjectTypes.RecordTypeAutoSubFolder = 117, BaseObjectTypes.SavedSearch = 38,
  BaseObjectTypes.Schedule = 23, BaseObjectTypes.ScheduledTask = 58, BaseObjectTypes.ScheduleTrigger = 22, BaseObjectTypes.SearchForm = 106,
  BaseObjectTypes.SecurityCaveat = 16, BaseObjectTypes.SecurityGuide = 56, BaseObjectTypes.SecurityLevel = 15, BaseObjectTypes.SharePointItem = 110,
  BaseObjectTypes.Space = 19, BaseObjectTypes.StopWord = 11, BaseObjectTypes.TodoItemItemReference = 83, BaseObjectTypes.TodoItem = 82,
  BaseObjectTypes.ScheduledTaskHistory = 61, BaseObjectTypes.UserLabel = 69, BaseObjectTypes.ActivityAuthorization = 94, BaseObjectTypes.ActivityDocument = 90,
  BaseObjectTypes.ActivityEmailRecipient = 121, BaseObjectTypes.ActivityEscalation = 93, BaseObjectTypes.ActivityResult = 91, BaseObjectTypes.ActivityStartCondition = 92,
  BaseObjectTypes.WorkflowDocument = 86, BaseObjectTypes.WorkflowTemplateDocument = 88, BaseObjectTypes.Word = 12, BaseObjectTypes.Workflow = 85,
  BaseObjectTypes.WorkflowTemplate = 87, BaseObjectTypes.WorkingCopy = 126, BaseObjectTypes.ZipCode = 13
}
 The BaseObjectTypes enum More...
 
enum  BulkLoaderCopyMode { BulkLoaderCopyMode.WorkgroupServer = 0, BulkLoaderCopyMode.WindowsCopy = 1, BulkLoaderCopyMode.WindowsMove = 2 }
 BulkLoader Document Transfer Mode More...
 
enum  CachedTableNotificationType { CachedTableNotificationType.RowAdded = 1, CachedTableNotificationType.RowModified = 2, CachedTableNotificationType.RowRemoved = 3, CachedTableNotificationType.RefreshAll = 4 }
 Cached Table Notification Types More...
 
enum  CensusRecords { CensusRecords.All = 0, CensusRecords.Missing = 1, CensusRecords.Relocated = 2 }
 Census Records More...
 
enum  CheckinPlaceTypes { CheckinPlaceTypes.MailForServerProcessing = 0, CheckinPlaceTypes.DocsForServerProcessing = 1, CheckinPlaceTypes.MailForClientProcessing = 2, CheckinPlaceTypes.SocialMediaForServerProcessing = 3 }
 Check In Place Types More...
 
enum  CheckinToolPurposes { CheckinToolPurposes.UserCheckin = 0, CheckinToolPurposes.ServerCheckin = 1, CheckinToolPurposes.PersonalMaintenance = 2, CheckinToolPurposes.GroupMaintenance = 3 }
 Check In Style/Place Purposes More...
 
enum  CheckOutStyles {
  CheckOutStyles.NotCheckedOut = 0, CheckOutStyles.ToTopDrawer = 1, CheckOutStyles.ToPath = 2, CheckOutStyles.Pending = 3,
  CheckOutStyles.ToWorkingCopy = 4
}
 Checkout Styles More...
 
enum  ClassificationPurpose {
  ClassificationPurpose.ForRecordCreation = 0, ClassificationPurpose.RecordSelection = 1, ClassificationPurpose.RecordTypeStart = 2, ClassificationPurpose.Maintain = 3,
  ClassificationPurpose.Unspecified = 4, ClassificationPurpose.FindContainerFor = 5, ClassificationPurpose.AttachDocument = 6, ClassificationPurpose.EditDocument = 7,
  ClassificationPurpose.BrowseRecords = 8, ClassificationPurpose.ViewDocument = 9, ClassificationPurpose.AttachRendition = 10, ClassificationPurpose.RelocateRecord = 11,
  ClassificationPurpose.DefaultContainer = 12, ClassificationPurpose.FindAlternateContainerFor = 13, ClassificationPurpose.GpsSearch = 15
}
 Classification Usage Purposes More...
 
enum  ClientAuthenticationMechanism { ClientAuthenticationMechanism.IntegratedWindows = 0, ClientAuthenticationMechanism.ExplicitWindows = 1, ClientAuthenticationMechanism.Adfs = 2, ClientAuthenticationMechanism.GoogleApps = 3 }
 Client Authentication Mechanisms More...
 
enum  ClientMatterInterestTypes { ClientMatterInterestTypes.For = 0, ClientMatterInterestTypes.Against = 1, ClientMatterInterestTypes.Neutral = 2 }
 Interest Types More...
 
enum  ClientServerProtocol { ClientServerProtocol.Tcp = 0, ClientServerProtocol.Local = 1, ClientServerProtocol.Https = 2, ClientServerProtocol.Http = 3 }
 Client Server Protocols More...
 
enum  ColumnIndexType {
  ColumnIndexType.NotAnIndex = 0, ColumnIndexType.DuplicatesAllowed = 1, ColumnIndexType.Unique = 2, ColumnIndexType.Primary = 3,
  ColumnIndexType.Upper = 4, ColumnIndexType.UniqueUpper = 5
}
 Column Index Types More...
 
enum  CommandIds {
  CommandIds.Unknown = 50000, CommandIds.Properties = 52001, CommandIds.Remove = 52002, CommandIds.New = 52003,
  CommandIds.Copy = 52004, CommandIds.Jump = 52005, CommandIds.Search = 52006, CommandIds.Print = 52007,
  CommandIds.Refresh = 52008, CommandIds.Hyperlink = 52010, CommandIds.MakeStopWord = 52012, CommandIds.NewChild = 52013,
  CommandIds.ThNewNarrowTerm = 52014, CommandIds.ThNewUseForTerm = 52015, CommandIds.ThRelate = 52016, CommandIds.ThRelateNT = 52017,
  CommandIds.ThRelateBT = 52018, CommandIds.ThRelateRT = 52019, CommandIds.ThRelateUS = 52020, CommandIds.ThRelateUF = 52021,
  CommandIds.RetentionSchedule = 52022, CommandIds.FpDefSchedule_obs = 52023, CommandIds.CnsRecords = 52024, CommandIds.RtyDefStore = 52025,
  CommandIds.RtyDefAction = 52026, CommandIds.RecDocPromote = 52027, CommandIds.RecAddToCase = 52028, CommandIds.Extract = 52029,
  CommandIds.StzGenerate = 52030, CommandIds.StzPrint = 52031, CommandIds.ActUpAction = 52035, CommandIds.DownAction = 52036,
  CommandIds.RecRemoveFromCase = 52037, CommandIds.NewTopLevel = 52039, CommandIds.RecNewWorkflow = 52040, CommandIds.Notes = 52045,
  CommandIds.Security = 52046, CommandIds.SecurityPolicy = 52047, CommandIds.RecContainer = 52048, CommandIds.RecCurrentLoc = 52049,
  CommandIds.RecHomeLoc = 52050, CommandIds.RecOwnerLoc = 52051, CommandIds.RecAddContact = 52052, CommandIds.RecRemoveContact = 52053,
  CommandIds.RecNewPart = 52055, CommandIds.ShowAuditEvents = 52056, CommandIds.RecAddRequest = 52058, CommandIds.RecRelate = 52059,
  CommandIds.RecSeries = 52060, CommandIds.RecPhrase = 52062, CommandIds.RecId = 52064, CommandIds.RecClassification = 52065,
  CommandIds.RecNewVersion = 52067, CommandIds.ExLinkPlaceholder = 52068, CommandIds.RecAttachKeyword = 52069, CommandIds.RecAttachAction = 52071,
  CommandIds.RecBrowseActions = 52072, CommandIds.RecCompleteCurrAct = 52073, CommandIds.RecRetention = 52074, CommandIds.RecDates = 52075,
  CommandIds.RecRecordType = 52076, CommandIds.RecGetDocument = 52078, CommandIds.RecClass = 52079, CommandIds.RecDocFinal = 52080,
  CommandIds.RecDocDetails = 52081, CommandIds.CheckoutToTD = 52082, CommandIds.RecDocRevisions = 52083, CommandIds.RecDocRemove = 52084,
  CommandIds.RecCheckIn = 52085, CommandIds.NavRelated = 52087, CommandIds.NavLatestPart = 52088, CommandIds.NavAllParts = 52089,
  CommandIds.NavAllVersions = 52090, CommandIds.NavContainer = 52091, CommandIds.NavContents = 52092, CommandIds.NavSameContact = 52093,
  CommandIds.NavClient = 52094, CommandIds.NavSeries = 52095, CommandIds.NavSeriesContents = 52096, CommandIds.View = 52098,
  CommandIds.AddToFavorites = 52099, CommandIds.SendMail = 52100, CommandIds.WwwPublish = 52101, CommandIds.PrintMerge = 52102,
  CommandIds.ExportToXML = 52103, CommandIds.NewLocEmail = 52104, CommandIds.NewLocImage = 52105, CommandIds.NewLocWebPage = 52106,
  CommandIds.RecDocRenditions = 52108, CommandIds.RecDocSignature = 52109, CommandIds.ComposeMailMessage = 52111, CommandIds.CnsComplete = 52112,
  CommandIds.MakeReference = 52114, CommandIds.MakeDefault = 52115, CommandIds.InsertTerm = 52117, CommandIds.TopNumbering = 52118,
  CommandIds.ActChildStepAdd = 52119, CommandIds.Download = 52121, CommandIds.RemoveFromFavorites = 52122, CommandIds.RemoveFromWorktray = 52123,
  CommandIds.RemoveRecentDoc = 52124, CommandIds.RemoveRecentFolder = 52125, CommandIds.AddToWorktray = 52126, CommandIds.AddRecentDoc = 52127,
  CommandIds.AddRecentFolder = 52128, CommandIds.NavLatestVersion = 52129, CommandIds.SuperCopyToTD = 52130, CommandIds.RecDropOnContainer = 52131,
  CommandIds.DropFile = 52133, CommandIds.ElinkNewRecord = 52135, CommandIds.ElinkExistingRecord = 52136, CommandIds.ElinkInternal = 52137,
  CommandIds.ElinkExternal = 52138, CommandIds.NavLinksTo = 52139, CommandIds.NavLinkOf = 52140, CommandIds.PrintDoc = 52142,
  CommandIds.Count = 52143, CommandIds.WorkflowLock = 52144, CommandIds.WorkflowUnlock = 52145, CommandIds.RecCopy = 52148,
  CommandIds.EstMoveDoc = 52149, CommandIds.MakePrimary = 52151, CommandIds.MergeKeywords = 52152, CommandIds.Import = 52153,
  CommandIds.Export = 52154, CommandIds.GoBack = 52155, CommandIds.GoForward = 52156, CommandIds.SearchHistory = 52157,
  CommandIds.Reindex = 52160, CommandIds.RecReviewSchedule = 52161, CommandIds.NewChildOrg = 52162, CommandIds.NewChildPer = 52163,
  CommandIds.NewChildPos = 52164, CommandIds.NavAll = 52165, CommandIds.NavFavorites = 52166, CommandIds.ShowRecords = 52167,
  CommandIds.LocAssigneeRecs = 52168, CommandIds.LocClientRecs = 52169, CommandIds.LocCreatorRecs = 52170, CommandIds.LocContactRecs = 52171,
  CommandIds.NewOrg = 52172, CommandIds.NewPer = 52173, CommandIds.NewPos = 52174, CommandIds.NewGroup = 52175,
  CommandIds.SaveSearchAs = 52176, CommandIds.EstoreTransfer = 52177, CommandIds.IntegrityCheck = 52178, CommandIds.SpaceTransfer = 52179,
  CommandIds.NewLowerSpaces = 52180, CommandIds.SpmRecsInSpace = 52181, CommandIds.SpmRecsInBay = 52182, CommandIds.SpmRecsInSpaceRecursive = 52183,
  CommandIds.SpmRecsInBayRecursive = 52184, CommandIds.SpmRecsEitherRecursive = 52185, CommandIds.NewReadOnly = 52186, CommandIds.StartActivity = 52187,
  CommandIds.CompleteActivity = 52188, CommandIds.RemoveReadOnly = 52189, CommandIds.SetActiveDates = 52190, CommandIds.ReassignActivity = 52191,
  CommandIds.RecShowWorkflow = 52192, CommandIds.ShowActivities = 52193, CommandIds.HoldProperties = 52194, CommandIds.TriggerEvent = 52195,
  CommandIds.ShowActions = 52196, CommandIds.Move = 52197, CommandIds.RecUpdateParts = 52199, CommandIds.SpaceRecalculate = 52200,
  CommandIds.SpaceCaptioning = 52201, CommandIds.ProcessQueue = 52202, CommandIds.GenerateStats = 52203, CommandIds.ExportStats = 52204,
  CommandIds.NavContainerExt = 52205, CommandIds.NavContentsExt = 52206, CommandIds.NavToRec = 52207, CommandIds.Share = 52208,
  CommandIds.DoTaskAction = 52209, CommandIds.ShowTaskHistory = 52210, CommandIds.NewRecord = 52213, CommandIds.NavByClassification = 52214,
  CommandIds.NavInTray = 52215, CommandIds.NavMyContainers = 52216, CommandIds.NavDueTray = 52217, CommandIds.NavWorkTray = 52218,
  CommandIds.NavInOrDueTray = 52219, CommandIds.NavRecentDocs = 52220, CommandIds.NavDocsCheckedOut = 52221, CommandIds.NavByTopDrawer = 52222,
  CommandIds.CopiedAccess = 52223, CommandIds.RecDocAnnotate = 52224, CommandIds.RecNewRedaction = 52225, CommandIds.RecEditDocument = 52226,
  CommandIds.NavFavoriteRecords = 52227, CommandIds.LocCheckedOutRecs = 52229, CommandIds.RecDropOnAltCont = 52230, CommandIds.ViewInNewWindow = 52231,
  CommandIds.NavRedactionsOf = 52232, CommandIds.NavRedactedFrom = 52233, CommandIds.DesignReport = 52234, CommandIds.NewLocSignature = 52235,
  CommandIds.ViewSignature = 52236, CommandIds.NewCommittee = 52237, CommandIds.NewProjectTeam = 52238, CommandIds.NewChildCommittee = 52239,
  CommandIds.NewChildProjectTeam = 52240, CommandIds.NewChildGroup = 52241, CommandIds.EditUserfields = 52242, CommandIds.OpenWorkflow = 52243,
  CommandIds.RecDocRemovePrevRev = 52244, CommandIds.NavActivityDueTray = 52245, CommandIds.CompareDocument = 52246, CommandIds.ShowMeetings = 52247,
  CommandIds.Suspend = 52249, CommandIds.Resume = 52250, CommandIds.NavToDerivations = 52252, CommandIds.AssignPartRule = 52253,
  CommandIds.NavCurrentVersion = 52254, CommandIds.Preserve = 52255, CommandIds.ShowLocations = 52256, CommandIds.AddToUserLabel = 52258,
  CommandIds.RemoveFromUserLabel = 52259, CommandIds.NavUserLabel = 52260, CommandIds.Preview = 52261, CommandIds.RecNewCommunication = 52262,
  CommandIds.ShowCommunications = 52263, CommandIds.AuthorizeActivity = 52264, CommandIds.AcquireActivity = 52265, CommandIds.RelinquishActivity = 52266,
  CommandIds.SuspendActivity = 52267, CommandIds.ResumeActivity = 52268, CommandIds.NewSender = 52269, CommandIds.NewRecipient = 52270,
  CommandIds.StreetAddress = 52271, CommandIds.PostalAddress = 52272, CommandIds.EmailAddress = 52273, CommandIds.FaxAddress = 52274,
  CommandIds.Filter = 52275, CommandIds.NavRecord = 52276, CommandIds.Open = 52280, CommandIds.NewInactive = 52281,
  CommandIds.NewArchive = 52284, CommandIds.NewDestroy = 52285, CommandIds.Approve = 52287, CommandIds.ShowMinuteItems = 52288,
  CommandIds.CompleteTodo = 52289, CommandIds.Schedule = 52290, CommandIds.NewAgendaItem = 52291, CommandIds.NewMinuteItem = 52292,
  CommandIds.NewStandingItem = 52293, CommandIds.ShowStandingItems = 52294, CommandIds.ShowAgendaItems = 52295, CommandIds.NewVenue = 52296,
  CommandIds.NewWorkgroup = 52297, CommandIds.NewChildVenue = 52298, CommandIds.NewChildWorkgroup = 52299, CommandIds.ViewAgenda = 52301,
  CommandIds.ViewMinutes = 52302, CommandIds.NewSubAgendaItem = 52303, CommandIds.RescheduleAgendaItem = 52304, CommandIds.ShowClassifications = 52306,
  CommandIds.ShowPendingItems = 52307, CommandIds.NewPendingItem = 52308, CommandIds.NewCarryForwardItem = 52310, CommandIds.NavMine = 52311,
  CommandIds.ShowOwnerClasses = 52312, CommandIds.RecCheckOut = 52313, CommandIds.RecSuperCopy = 52314, CommandIds.ShowMeetingsAt = 52315,
  CommandIds.UncompleteTodo = 52316, CommandIds.AttachRecord = 52317, CommandIds.AttachLocation = 52318, CommandIds.AttachmentProperties = 52319,
  CommandIds.ShowTodoItems = 52320, CommandIds.OutlineNumber = 52321, CommandIds.RemoveEmptyFolders = 52322, CommandIds.NewWorkflowReference = 52323,
  CommandIds.NewOutput = 52324, CommandIds.NewReview = 52325, CommandIds.NewReference = 52326, CommandIds.AttachRecordLocal = 52327,
  CommandIds.AttachRecordOffline = 52328, CommandIds.AttachRecordExisting = 52329, CommandIds.AttachRecordSuper = 52330, CommandIds.DetachRecord = 52331,
  CommandIds.LocOverdueActions = 52332, CommandIds.SelectPlaceholder = 52333, CommandIds.EmailAgenda = 52334, CommandIds.EmailMinutes = 52335,
  CommandIds.RollbackActivity = 52336, CommandIds.RejectActivity = 52337, CommandIds.UncompleteActivity = 52338, CommandIds.Reschedule = 52339,
  CommandIds.NewMotion = 52340, CommandIds.ShowHistory = 52343, CommandIds.SpaceFindContiguous = 52344, CommandIds.MaintainLabels = 52345,
  CommandIds.OpenSavedSearch = 52346, CommandIds.NewFileSystemStore = 52350, CommandIds.NewExternalStore = 52352, CommandIds.CopyToClipboard = 52353,
  CommandIds.LocOwnerRecs = 52354, CommandIds.LocHomeRecs = 52355, CommandIds.NavMembers = 52356, CommandIds.OpenReadOnly = 52358,
  CommandIds.RecMakeInactive = 52359, CommandIds.ShowDocuments = 52360, CommandIds.ShowContacts = 52361, CommandIds.AddJurisdiction = 52362,
  CommandIds.RemoveJurisdiction = 52363, CommandIds.ShowSchedules = 52364, CommandIds.AddChild = 52367, CommandIds.AddChildReadOnly = 52368,
  CommandIds.CompleteAllActions = 52369, CommandIds.RemoveAllActions = 52370, CommandIds.ActionDuration = 52371, CommandIds.RescheduleActions = 52372,
  CommandIds.ActionLocDetails = 52373, CommandIds.ActionSendMail = 52374, CommandIds.SearchProperties = 52375, CommandIds.RunQuery = 52376,
  CommandIds.GenerateEvents = 52377, CommandIds.NewLocOtherDocument = 52379, CommandIds.NewWindowsQueue = 52380, CommandIds.NewNotesQueue = 52381,
  CommandIds.NewMapiQueue = 52382, CommandIds.RecOtherFields = 52383, CommandIds.HoldRecords = 52384, CommandIds.ReleaseRecords = 52385,
  CommandIds.ShowContainers = 52391, CommandIds.NavEmailConversation = 52392, CommandIds.AuditEventDetails = 52393, CommandIds.AddLocations = 52394,
  CommandIds.RemoveLocations = 52395, CommandIds.RemoveChild = 52396, CommandIds.NewManageInPlaceStore = 52397, CommandIds.ClearDeleteRequests = 52398,
  CommandIds.StorageTransfer = 52399, CommandIds.RecShowRequests = 52401, CommandIds.NewStorageProvider = 52402, CommandIds.NewChildStorageProvider = 52403,
  CommandIds.ShowRequestsBy = 52404, CommandIds.ShowRequestsOf = 52405, CommandIds.RecAddRetrieveTemporaryRequest = 52406, CommandIds.RecAddRetrieveRecurrentRequest = 52407,
  CommandIds.RecAddRetrievePermanentRequest = 52408, CommandIds.RecAddPickupTemporaryRequest = 52409, CommandIds.RecAddPickupPermanentRequest = 52410, CommandIds.ApproveRequest = 52411,
  CommandIds.RejectRequest = 52412, CommandIds.CompleteRequest = 52414, CommandIds.ConfirmPickup = 52415, CommandIds.NewCenteraStore = 52416,
  CommandIds.NavSharePointItems = 52418, CommandIds.NavSharePointListItems = 52419, CommandIds.Subscribe = 52420, CommandIds.Unsubscribe = 52421,
  CommandIds.AddSubscribers = 52422, CommandIds.AddChildSubscribers = 52423, CommandIds.ShowSharePointItemRecord = 52424, CommandIds.ShowSharePointListRecord = 52425,
  CommandIds.NewTransfer = 52426, CommandIds.RecDispose = 52427, CommandIds.RecUndispose = 52428, CommandIds.RecMakeActive = 52429,
  CommandIds.RecNewClient = 52430, CommandIds.RecNewMatter = 52431, CommandIds.RecNewMatterItem = 52432, CommandIds.NavClientRecord = 52433,
  CommandIds.NavMatterRecord = 52434, CommandIds.Exclusions = 52435, CommandIds.RecChangeClient = 52436, CommandIds.RecChangeMatter = 52437,
  CommandIds.ExamineConsignmentRecords = 52438, CommandIds.ConsignmentReport = 52442, CommandIds.ExecuteDisposal = 52443, CommandIds.NewDestroyCon = 52445,
  CommandIds.NewTransferCon = 52446, CommandIds.NewArchiveCon = 52447, CommandIds.ShowIssues = 52448, CommandIds.AddToMyCheckinStyles = 52449,
  CommandIds.ApproveConsignment = 52450, CommandIds.RejectConsignment = 52451, CommandIds.ShowConsignmentApprovers = 52452, CommandIds.RemoveRecordFromConsignment = 52453,
  CommandIds.SendReviewerEmails = 52454, CommandIds.IgnoreWarningIssue = 52455, CommandIds.EncloseRecord = 52456, CommandIds.CompleteAction = 52457,
  CommandIds.ReassignAction = 52458, CommandIds.UncompleteAction = 52459, CommandIds.ResolveIssuesAuto = 52460, CommandIds.MoveRecordToHome = 52461,
  CommandIds.ConfirmRejection = 52462, CommandIds.AddSapBusinessObject = 52463, CommandIds.ReassignApproval = 52464, CommandIds.TransferAcknowledged = 52465,
  CommandIds.SetReviewComplete = 52466, CommandIds.CreateVEO = 52467, CommandIds.RevertToPending = 52468, CommandIds.ShowApprovalRecords = 52469,
  CommandIds.AllConsignmentRecords = 52470, CommandIds.SampleConsignmentRecords = 52471, CommandIds.ShowPendingIssues = 52472, CommandIds.Unapprove = 52473,
  CommandIds.ManageItems = 52474, CommandIds.ImportItems = 52475, CommandIds.ChangeLocationType = 52476, CommandIds.RecDisposalCheck = 52477,
  CommandIds.NavAllRelated = 52478, CommandIds.RecSyncMailDates = 52479, CommandIds.NewICASStore = 52480, CommandIds.NavMatters = 52481,
  CommandIds.ShowPlaces = 52482, CommandIds.RecContinueRedaction = 52483, CommandIds.StartReview = 52484, CommandIds.StartAuthorization = 52485,
  CommandIds.ViewComments = 52486, CommandIds.ReviewDocument = 52487, CommandIds.AuthorizeDocument = 52488, CommandIds.MaintainCheckinStyles = 52489,
  CommandIds.FinalizeDocument = 52490, CommandIds.RestartDocumentReview = 52491, CommandIds.LocOtherFields = 52492, CommandIds.ActionCost = 52494,
  CommandIds.RecReassignCurrAct = 52495, CommandIds.ReplaceReferences = 52496, CommandIds.NewAmazonStore = 52497, CommandIds.NewAzureStore = 52498,
  CommandIds.NewIsilonStore = 52499, CommandIds.AddOnlyRecordType = 52500, CommandIds.RecRemoveFromSeries = 52501, CommandIds.RecRejectFromConsignment = 52502,
  CommandIds.CancelRejection = 52503, CommandIds.ShowRejections = 52504, CommandIds.ViewApprovalDocument = 52505, CommandIds.ConfigureMetadata = 52506,
  CommandIds.VerifyApprovalDocument = 52507, CommandIds.HashCheck = 52508, CommandIds.HashCalculate = 52509, CommandIds.RecTitle = 52510,
  CommandIds.ChangeProfileData = 52511, CommandIds.LocChangeEmail = 52512, CommandIds.Fire = 52513, CommandIds.FullSearchHistory = 52514,
  CommandIds.AuditShowSearch = 52515, CommandIds.AuditRunSearch = 52516, CommandIds.BrowseAuditEvents = 52517, CommandIds.RequestPDFRendition = 52518,
  CommandIds.RequestOCRRendition = 52519, CommandIds.RequestTIFFRendition = 52520, CommandIds.RenditionRequestStatus = 52521, CommandIds.ManageAssociations = 52522,
  CommandIds.RemoveUncompleteActions = 52523, CommandIds.CloseContainer = 52524, CommandIds.ReopenContainer = 52525, CommandIds.ShowLatestPartInstead = 52526,
  CommandIds.ShowLatestVersionInstead = 52527, CommandIds.CancelRequest = 52528, CommandIds.ShowExternalWorkflows = 52529, CommandIds.ShowExternalWorkflowsAssigned = 52531,
  CommandIds.InitiateExternalWorkflow = 52532, CommandIds.UncompleteRequest = 52533, CommandIds.ShowExternalWorkflowDetails = 52534, CommandIds.ShowExternalWorkflowTasks = 52535,
  CommandIds.ShowExWorkflowTaskDetails = 52536, CommandIds.Deactivate = 52537, CommandIds.NoResultProcessing = 52538, CommandIds.SendReminderEmailToApprovers = 52539,
  CommandIds.ShowSpaceUsage = 52540, CommandIds.AddToRecycleBin = 52541, CommandIds.RestoreFromRecycleBin = 52542, CommandIds.NewOneOffArchiveEvent = 52543,
  CommandIds.NewAdhocArchiveEvent = 52544, CommandIds.NewScheduledArchiveEvent = 52545, CommandIds.DeleteFromRecycleBin = 52557
}
 
enum  CommandRefreshTypes {
  CommandRefreshTypes.None = 0, CommandRefreshTypes.Current = 1, CommandRefreshTypes.Add = 2, CommandRefreshTypes.ChildList = 3,
  CommandRefreshTypes.ChildListCurrent = 4, CommandRefreshTypes.Parent = 5, CommandRefreshTypes.AllBobs = 6, CommandRefreshTypes.All = 7,
  CommandRefreshTypes.Delete = 8, CommandRefreshTypes.CurrentAndKids = 9, CommandRefreshTypes.CurrentAndParent = 10, CommandRefreshTypes.Up = 11,
  CommandRefreshTypes.Down = 12, CommandRefreshTypes.Append = 13, CommandRefreshTypes.AddChild = 14, CommandRefreshTypes.AddChildCurrent = 15,
  CommandRefreshTypes.AddChildCurrentParent = 16
}
 Command RefreshTypes More...
 
enum  CommunicationDirection { CommunicationDirection.Incoming = 0, CommunicationDirection.Outgoing = 1, CommunicationDirection.Internal = 2 }
 Communication Directions More...
 
enum  CommunicationMedium {
  CommunicationMedium.Post = 0, CommunicationMedium.Fax = 1, CommunicationMedium.Email = 2, CommunicationMedium.Courier = 3,
  CommunicationMedium.Custom1 = 4, CommunicationMedium.Custom2 = 5, CommunicationMedium.Custom3 = 6, CommunicationMedium.Custom4 = 7
}
 Communication Media More...
 
enum  CommunicatorType {
  CommunicatorType.Sender = 0, CommunicatorType.Recipient = 1, CommunicatorType.Custom1 = 2, CommunicatorType.Custom2 = 3,
  CommunicatorType.Custom3 = 4, CommunicatorType.Custom4 = 5
}
 Communicator Types More...
 
enum  ComparisonType {
  ComparisonType.Matching = 0, ComparisonType.EqualTo = 1, ComparisonType.NotEqualTo = 2, ComparisonType.LessThan = 3,
  ComparisonType.LessThanOrEqualTo = 4, ComparisonType.GreaterThan = 5, ComparisonType.GreaterThanOrEqualTo = 6
}
 
enum  ConsignmentDisposalType { ConsignmentDisposalType.Archive = 1, ConsignmentDisposalType.Transfer = 2, ConsignmentDisposalType.Destroy = 3 }
 Consignment Disposal Types More...
 
enum  ConsignmentItemApprovalStatus { ConsignmentItemApprovalStatus.Pending = 0, ConsignmentItemApprovalStatus.Approved = 1, ConsignmentItemApprovalStatus.Rejected = 2 }
 Consignment Item Status More...
 
enum  ConsignmentItemIssueType { ConsignmentItemIssueType.ResolveByArchivist = 0, ConsignmentItemIssueType.IssueSevere = 1, ConsignmentItemIssueType.MoreInfoNeeded = 2, ConsignmentItemIssueType.IssueWarning = 3 }
 Consignment Issue Types More...
 
enum  ConsignmentPickListFormat { ConsignmentPickListFormat.TabDelimited = 0, ConsignmentPickListFormat.Xml = 1, ConsignmentPickListFormat.Html = 2 }
 Consignent Picklist Formats More...
 
enum  ConsignmentState {
  ConsignmentState.PendingReview = 0, ConsignmentState.PendingReviewWithIssues = 1, ConsignmentState.PendingReviewCompletion = 2, ConsignmentState.PendingApproval = 3,
  ConsignmentState.Rejected = 4, ConsignmentState.PendingApprovalRejections = 5, ConsignmentState.ApprovedWithRejections = 6, ConsignmentState.PendingDisposal = 7,
  ConsignmentState.PendingDisposalWithIssues = 8, ConsignmentState.DisposalWaitingAcknowledgement = 9, ConsignmentState.DisposalCompleteWithIssues = 10, ConsignmentState.DisposalComplete = 11
}
 Consignment States More...
 
enum  ContactType {
  ContactType.Author = 0, ContactType.Addressee = 1, ContactType.Representative = 2, ContactType.Other = 3,
  ContactType.Client = 4, ContactType.Custom1 = 6, ContactType.Custom2 = 7, ContactType.Custom3 = 8,
  ContactType.Custom4 = 9, ContactType.Custom5 = 10, ContactType.Custom6 = 11, ContactType.Custom7 = 12,
  ContactType.Custom8 = 13, ContactType.Custom9 = 14, ContactType.Custom10 = 15, ContactType.Cc = 16,
  ContactType.Bcc = 17
}
 Contact Types More...
 
enum  ContainerSecurityHandling {
  ContainerSecurityHandling.Ignore = 0, ContainerSecurityHandling.Warn = 1, ContainerSecurityHandling.WarnAndUpgrade = 2, ContainerSecurityHandling.Upgrade = 3,
  ContainerSecurityHandling.Prevent = 4, ContainerSecurityHandling.WarnAndUpgradeDoc = 5, ContainerSecurityHandling.UpgradeDoc = 6
}
 Container Security Types More...
 
enum  ContainmentRule {
  ContainmentRule.ByLevel = 0, ContainmentRule.ByLevelInclusive = 1, ContainmentRule.ByBehavior = 2, ContainmentRule.ByList = 3,
  ContainmentRule.Prevented = 4
}
 ContainmentRules More...
 
enum  ContentEngineType { ContentEngineType.None = 0, ContentEngineType.Idol = 1, ContentEngineType.Elasticsearch = 2 }
 Content Engine Types More...
 
enum  ControlLabelType {
  ControlLabelType.Unknown = 0, ControlLabelType.Location = 1, ControlLabelType.Authority = 2, ControlLabelType.PutInContainer = 3,
  ControlLabelType.EncloseInContainer = 4, ControlLabelType.ActionSignoff = 5, ControlLabelType.ActionReassign = 6, ControlLabelType.ActionCurrentSignoff = 7,
  ControlLabelType.ActionCurrentReassign = 8, ControlLabelType.AddToWorkTray = 9, ControlLabelType.Inactive = 10, ControlLabelType.Archive = 13,
  ControlLabelType.Destroy = 14, ControlLabelType.HomeLoc = 15, ControlLabelType.MoveToHome = 16, ControlLabelType.EndTransmission = 17
}
 Barcode Control Labels More...
 
enum  CurrLocDef { CurrLocDef.LoginUser = 0, CurrLocDef.LoginUserPosn = 1, CurrLocDef.LoginUserOrg = 2 }
 Assignee Defaults More...
 
enum  CuspDateDisplayType { CuspDateDisplayType.StartOfDay = 0, CuspDateDisplayType.EndOfDay = 1 }
 Cusp Date Display Types More...
 
enum  DatabaseAvailability { DatabaseAvailability.AllowNewConnections = 1, DatabaseAvailability.PreventNewConnections = 2, DatabaseAvailability.StopAllActivity = 3 }
 Dataset availability More...
 
enum  DatabaseLockType {
  DatabaseLockType.WordIndexing = 0, DatabaseLockType.ContentIndexing = 1, DatabaseLockType.EventStatistics = 2, DatabaseLockType.ScheduleTriggers = 3,
  DatabaseLockType.StoreClaimUpdates = 4, DatabaseLockType.RecordCreationStatistics = 5, DatabaseLockType.OriginContainerAllocation = 6, DatabaseLockType.GetNextUriStrict = 7
}
 Database Lock Type More...
 
enum  DatabaseTypes { DatabaseTypes.Unknown = 0, DatabaseTypes.Oracle = 1, DatabaseTypes.SqlServer = 2, DatabaseTypes.Postgres = 3 }
 Database Types More...
 
enum  DataEntryPageType {
  DataEntryPageType.Normal = 0, DataEntryPageType.Notes = 1, DataEntryPageType.Access = 2, DataEntryPageType.RecordActions = 7,
  DataEntryPageType.AddCommunication = 8, DataEntryPageType.AdditionalFields = 12, DataEntryPageType.LocationAddress = 13, DataEntryPageType.LocationRelationships = 15,
  DataEntryPageType.LocationProfile = 16, DataEntryPageType.ChildList = 17, DataEntryPageType.ActiveDates = 18, DataEntryPageType.CopiedAccess = 19,
  DataEntryPageType.DocumentReview = 20
}
 Data Entry Page Types More...
 
enum  DateInterval { DateInterval.Days = 0, DateInterval.Weeks = 1, DateInterval.Months = 2, DateInterval.Years = 3 }
 Date Intervals More...
 
enum  DateIntervalSing { DateIntervalSing.Day = 0, DateIntervalSing.Week = 1, DateIntervalSing.Month = 2, DateIntervalSing.Year = 3 }
 Date Intervals Singular More...
 
enum  DateSearchType {
  DateSearchType.Date = 0, DateSearchType.FloatingSingle = 1, DateSearchType.FloatingPlural = 2, DateSearchType.SoFarToDate = 3,
  DateSearchType.MonthAndOrYear = 4, DateSearchType.FinancialYear = 5, DateSearchType.String = 6
}
 Date Search Types More...
 
enum  DayOfTheWeek {
  DayOfTheWeek.Monday = 0, DayOfTheWeek.Tuesday = 1, DayOfTheWeek.Wednesday = 2, DayOfTheWeek.Thursday = 3,
  DayOfTheWeek.Friday = 4, DayOfTheWeek.Saturday = 5, DayOfTheWeek.Sunday = 6
}
 Days of the Week More...
 
enum  DblClickContainerStyle { DblClickContainerStyle.NavContents = 0, DblClickContainerStyle.Properties = 1, DblClickContainerStyle.UseSystemOption = 2, DblClickContainerStyle.NavAllContents = 3 }
 Double Click Container Styles More...
 
enum  DblClickStyle { DblClickStyle.Edit = 0, DblClickStyle.View = 1, DblClickStyle.Properties = 2, DblClickStyle.UseSystemOption = 3 }
 Double Click Styles More...
 
enum  DeclassifyType { DeclassifyType.AfterDate = 0, DeclassifyType.AfterEvent = 1, DeclassifyType.Exempt = 2 }
 Declassify Options More...
 
enum  DesktopStartStates {
  DesktopStartStates.Default = 0, DesktopStartStates.Search = 1, DesktopStartStates.Offline = 2, DesktopStartStates.RecentDocs = 3,
  DesktopStartStates.ClassBrowser = 4, DesktopStartStates.FavRecords = 5, DesktopStartStates.Worktray = 6, DesktopStartStates.Containers = 7,
  DesktopStartStates.Due = 8, DesktopStartStates.In = 9, DesktopStartStates.DueOrIn = 10, DesktopStartStates.ForReferences = 11,
  DesktopStartStates.Templates = 12, DesktopStartStates.ContentBlocks = 13, DesktopStartStates.Explorer = 14
}
 Desktop Startup States More...
 
enum  DisposalScheduleStatus {
  DisposalScheduleStatus.Pending = 0, DisposalScheduleStatus.AlreadyDisposed = 1, DisposalScheduleStatus.Unspecified = 2, DisposalScheduleStatus.WaitingUntilInactive = 3,
  DisposalScheduleStatus.NoRelevantTriggers = 4, DisposalScheduleStatus.WaitingOnTriggerDate = 5, DisposalScheduleStatus.Scheduled = 6, DisposalScheduleStatus.SetWithoutSchedule = 7
}
 Disposition Calculation Status More...
 
enum  DisposalType { DisposalType.None = 0, DisposalType.Archived = 1, DisposalType.Transferred = 2, DisposalType.Destroyed = 3 }
 Disposal Types More...
 
enum  DocumentEventCounters {
  DocumentEventCounters.DocumentTransaction = 0, DocumentEventCounters.AttachDocument = 1, DocumentEventCounters.Replaced = 2, DocumentEventCounters.NewVersion = 3,
  DocumentEventCounters.UndoCheckOut = 4, DocumentEventCounters.Viewed = 5, DocumentEventCounters.Extracted = 6, DocumentEventCounters.CheckedOut = 7,
  DocumentEventCounters.Printed = 8, DocumentEventCounters.Annotated = 9, DocumentEventCounters.Redacted = 10, DocumentEventCounters.RevisionRemoved = 11,
  DocumentEventCounters.RenditionAdded = 12, DocumentEventCounters.DigitalSignatureCreated = 13, DocumentEventCounters.DigitalSignatureAttached = 14, DocumentEventCounters.RemoveDocument = 15
}
 Document Event Counters More...
 
enum  DocumentLinkType { DocumentLinkType.External = 0, DocumentLinkType.Record = 1, DocumentLinkType.StoreId = 2 }
 Document Link Types More...
 
enum  DocumentReviewStates {
  DocumentReviewStates.None = 0, DocumentReviewStates.Editing = 1, DocumentReviewStates.Reviewing = 2, DocumentReviewStates.Authorizing = 3,
  DocumentReviewStates.Finalizing = 4, DocumentReviewStates.Complete = 5
}
 Document Review States More...
 
enum  DocumentSecurityHandling {
  DocumentSecurityHandling.Ignore = 0, DocumentSecurityHandling.Warn = 1, DocumentSecurityHandling.Prevent = 2, DocumentSecurityHandling.WarnAndUpgradeDoc = 3,
  DocumentSecurityHandling.UpgradeDoc = 4
}
 Less Secure Document Security Types More...
 
enum  DocumentSelectionType { DocumentSelectionType.None = 0, DocumentSelectionType.Record = 1, DocumentSelectionType.OfflineRecord = 2, DocumentSelectionType.Local = 3 }
 Document Selection Types More...
 
enum  DocumentStoreIntegrityCheckCounter {
  DocumentStoreIntegrityCheckCounter.DocumentsInStore = 0, DocumentStoreIntegrityCheckCounter.DocumentsProcessed = 1, DocumentStoreIntegrityCheckCounter.AlreadyMissingDocuments = 2, DocumentStoreIntegrityCheckCounter.MissingDocuments = 3,
  DocumentStoreIntegrityCheckCounter.CorruptedDocuments = 4, DocumentStoreIntegrityCheckCounter.DocumentsWithNoError = 5, DocumentStoreIntegrityCheckCounter.MissingDocumentsFixedByRestoringBackup = 6, DocumentStoreIntegrityCheckCounter.MissingDocumentsFixedByFlaggingAsMissing = 7,
  DocumentStoreIntegrityCheckCounter.CorruptedDocumentsFixedByRestoringBackup = 8, DocumentStoreIntegrityCheckCounter.CorruptedDocumentsFixed = 9, DocumentStoreIntegrityCheckCounter.DocumentsWithBlankHashCorrected = 10, DocumentStoreIntegrityCheckCounter.DocumentsDuplicated = 11,
  DocumentStoreIntegrityCheckCounter.CorruptedReferenceCount = 12, DocumentStoreIntegrityCheckCounter.CorruptedReferenceCountFixed = 13
}
 Document Store Integrity Check Counter Types More...
 
enum  DocumentUpdateStyles { DocumentUpdateStyles.NoAction = 0, DocumentUpdateStyles.Delete = 1, DocumentUpdateStyles.KeepCheckedOut = 2, DocumentUpdateStyles.NotApplicable = 3 }
 Document Update Styles More...
 
enum  DuplicateEmailOptions { DuplicateEmailOptions.CreateDuplicate = 0, DuplicateEmailOptions.SetAlternateContainer = 1, DuplicateEmailOptions.Cancel = 2 }
 Duplicate Email Options More...
 
enum  EAddressType {
  EAddressType.Mail = 0, EAddressType.Url = 1, EAddressType.Rdn = 2, EAddressType.Image = 3,
  EAddressType.Signature = 4, EAddressType.Other = 5
}
 Electronic Address Types More...
 
enum  EditNotesStyle { EditNotesStyle.ReadOnly = 0, EditNotesStyle.ExtendOnly = 1, EditNotesStyle.FullEdit = 2 }
 Edit Notes Styles More...
 
enum  EmailSecurityMode {
  EmailSecurityMode.Disabled = 0, EmailSecurityMode.LevelOnlyPrefix = 1, EmailSecurityMode.LevelAndCaveatsPrefix = 2, EmailSecurityMode.LevelOnlySuffix = 3,
  EmailSecurityMode.LevelAndCaveatsSuffix = 4
}
 Email Security Mode More...
 
enum  EmailUpdateStyles { EmailUpdateStyles.NoAction = 0, EmailUpdateStyles.Delete = 1, EmailUpdateStyles.UpdateMail = 2, EmailUpdateStyles.NotApplicable = 3 }
 Email Update Styles More...
 
enum  EncryptionAlgorithm { EncryptionAlgorithm.None = 0, EncryptionAlgorithm.RC4 = 1, EncryptionAlgorithm.AES256 = 2 }
 Encryption Algorithms More...
 
enum  Environments {
  Environments.Unknown = 0, Environments.Trim = 1, Environments.BulkLoader = 2, Environments.Odma = 3,
  Environments.OtherAuthoringApp = 4, Environments.Outlook = 5, Environments.OtherMailApp = 6, Environments.TrimDesktop = 7,
  Environments.LotusNotes = 8, Environments.EnterpriseStudio = 9, Environments.OfficeNET = 10, Environments.WebServer = 12,
  Environments.SharePointIntegration = 13
}
 Runtime Environments More...
 
enum  EsoActionType { EsoActionType.MoveToStore = 0, EsoActionType.MoveToTier2 = 1, EsoActionType.MoveToTier3 = 2 }
 Electronic Storage Action Types More...
 
enum  EsoDateType {
  EsoDateType.DateClosed = 0, EsoDateType.DateInactive = 1, EsoDateType.DateLastAction = 2, EsoDateType.DateFinalized = 3,
  EsoDateType.DatePublished = 4, EsoDateType.DateUpdated = 5, EsoDateType.DateModified = 6, EsoDateType.DateLastAccessed = 7
}
 Electronic Inactive Record Selection Date Types More...
 
enum  EstoreTypes {
  EstoreTypes.FsDirectory = 0, EstoreTypes.External = 5, EstoreTypes.Mip = 6, EstoreTypes.Centera = 7,
  EstoreTypes.Icas = 8, EstoreTypes.Amazon = 9, EstoreTypes.Azure = 10, EstoreTypes.Isilon = 11
}
 Document Store Types More...
 
enum  EventProcessorStatus { EventProcessorStatus.Ignored = 0, EventProcessorStatus.Processing = 2, EventProcessorStatus.Suspended = 3 }
 Event Processor Status Values More...
 
enum  EventProcessType {
  EventProcessType.ContentIndex = 0, EventProcessType.AuditLog = 1, EventProcessType.SystemMonitor = 2, EventProcessType.MailNotification = 3,
  EventProcessType.ScheduleTriggers = 4, EventProcessType.UserDefined = 5, EventProcessType.WordIndexing = 6, EventProcessType.AutoPartCreator = 7,
  EventProcessType.Subscriptions = 8, EventProcessType.Sharepoint = 9, EventProcessType.EventStatistics = 10, EventProcessType.StoreEventHandler = 13,
  EventProcessType.AutoClassify = 14, EventProcessType.InactiveRecords = 15, EventProcessType.LdapSync = 16, EventProcessType.RenderPDF = 17,
  EventProcessType.RenderPDFAuto = 18, EventProcessType.RenderOCR = 19, EventProcessType.RenderSignedCopy = 20, EventProcessType.RecordRecycle = 23
}
 Event Process Types More...
 
enum  Events {
  Events.ObjectAdded = 0, Events.ObjectModified = 1, Events.ObjectRemoved = 2, Events.SecurityChanged = 3,
  Events.AccessControlChanged = 4, Events.ConsignmentIssueResolved = 5, Events.ConsignmentApprovalComplete = 6, Events.ConsignmentRecordRejected = 7,
  Events.ConsignmentReadyForApproval = 8, Events.ConsignmentDisposed = 9, Events.ConsignmentRecordExcluded = 10, Events.SignatureCreated = 11,
  Events.SignatureAttached = 12, Events.SignatureVerified = 13, Events.SignatureFailVerify = 14, Events.ConsignmentRejected = 15,
  Events.ActivityCompleted = 17, Events.ActivityAssigned = 18, Events.ActivityReassigned = 19, Events.ActivityUndone = 21,
  Events.ActivityCurrent = 22, Events.TriggersChanged = 23, Events.RecalcDispEvents = 24, Events.BreachDetected = 25,
  Events.EstoreNearingCapacity = 26, Events.EstoreFull = 27, Events.UserLogon = 28, Events.UserLogoff = 29,
  Events.UserLogonFailed = 30, Events.ActionCompleted = 31, Events.ActionAssigned = 32, Events.ActionReassigned = 33,
  Events.ActionUndone = 34, Events.ActionCurrent = 35, Events.UserLogonImpersonation = 36, Events.UserLogonImpersonationFailed = 37,
  Events.RecordIdChanged = 40, Events.ContainerChanged = 41, Events.CurLocChanged = 42, Events.RecNotesChanged = 43,
  Events.CreateDateChanged = 44, Events.TitleChanged = 45, Events.RecSchChanged = 46, Events.HomeChanged = 47,
  Events.OwnerChanged = 48, Events.ContactAdded = 49, Events.ContactRemoved = 50, Events.DispositionChanged = 51,
  Events.ScheduleReviewed = 52, Events.MadeVital = 53, Events.MadeNotVital = 54, Events.HoldAdded = 55,
  Events.HoldRemoved = 56, Events.ExternalEvent = 57, Events.RecordExported = 59, Events.AuditSettingsChanged = 60,
  Events.ClassificationChanged = 61, Events.Finalized = 62, Events.Unfinalized = 63, Events.CloseDateChanged = 64,
  Events.UdfChanged = 65, Events.ClassificationApproved = 66, Events.RecordRelationshipAdded = 67, Events.RecordRelationshipRemoved = 68,
  Events.CsDeclassifyChanged = 69, Events.CsDowngradeChanged = 70, Events.ContentIndexAdd = 71, Events.ContentIndexRemove = 73,
  Events.FileTypesModified = 74, Events.ReindexWords = 75, Events.ReindexExtra = 76, Events.ReindexField = 79,
  Events.RegDateChanged = 80, Events.DueDateChanged = 81, Events.DatePublishedChanged = 82, Events.DateInactiveChanged = 83,
  Events.DateLastActionChanged = 84, Events.DateDestructionChanged = 85, Events.DateRetentionChanged = 86, Events.AgendaNowReady = 87,
  Events.MinutesNowReady = 88, Events.ActivitySkipped = 90, Events.RecordSuperseded = 91, Events.ActivityNeedsAuthorization = 92,
  Events.AgendaItemApproved = 93, Events.AgendaItemRescheduled = 94, Events.TodoItemReassigned = 95, Events.TodoItemCompleted = 96,
  Events.ContentAdded = 97, Events.ContentRemoved = 98, Events.SharePointLinkRemoved = 99, Events.AutoPartCheck = 100,
  Events.IdolMetadataSchemaChanged = 102, Events.IdolMetadataChanged = 103, Events.IdolMetadataContainerSecurityChanged = 104, Events.IdolMetadataUserHierarchyChanged = 105,
  Events.DataCleanup = 106, Events.RecordWebPublished = 107, Events.DocViewed = 110, Events.DocCheckedOut = 111,
  Events.DocExtracted = 112, Events.DocReplaced = 113, Events.DocNewVersion = 114, Events.DocUndoCheckout = 115,
  Events.DocRemoved = 116, Events.DocAttached = 117, Events.DocPublished = 118, Events.DocPrinted = 119,
  Events.DocExportedToXML = 120, Events.DocRenditionAdded = 121, Events.DocRenditionExtracted = 122, Events.DocRenditionPrinted = 123,
  Events.DocRenditionViewed = 124, Events.DocRevisionExtracted = 125, Events.DocRevisionPrinted = 126, Events.DocRevisionViewed = 127,
  Events.DocRevisionRemoved = 128, Events.DocLinkExtracted = 129, Events.DocLinkPrinted = 130, Events.DocLinkViewed = 131,
  Events.DocMailed = 132, Events.DocMailedLink = 133, Events.DocAnnotated = 134, Events.DocNotAnnotated = 135,
  Events.DocRedacted = 136, Events.CopiedAccessControlChanged = 137, Events.StorageTransferred = 138, Events.StorageTransferredInPlace = 139,
  Events.DocRenditionRemoved = 140, Events.CurLocAssigned = 141, Events.HomeAssigned = 142, Events.OwnerAssigned = 143,
  Events.AccessExclusionsChanged = 144, Events.HoldDatesChanged = 145, Events.NewInstantOnUser = 146, Events.RecordCopied = 147,
  Events.CaveatRemoved = 148, Events.SpiViewed = 149, Events.SpiEdited = 150, Events.SpiManaged = 151,
  Events.SpiRelocated = 152, Events.SpiExposed = 153, Events.DocumentReadyForDrafting = 154, Events.DocumentReadyForReview = 155,
  Events.DocumentReadyForAuthorization = 156, Events.DocumentReviewCommentsUpdated = 157, Events.DocumentReviewComplete = 158, Events.DocumentAuthorizationComplete = 159,
  Events.SignedRenditionPromoted = 160, Events.DocusignFailed = 161, Events.DataConversionCompleted = 162, Events.ScheduleReplaced = 163,
  Events.DirSyncConfigChanged = 164, Events.HighPriorityRequestAdded = 165, Events.StorageExpiryDateExtended = 166, Events.UpdateStorageMetadata = 167,
  Events.BulkLoaderRunComplete = 168, Events.ConsignmentRecordRejectionCancelled = 170, Events.ConsignmentApprovalReset = 171, Events.ConsignmentApproved = 172,
  Events.AddStoreMetadata = 173, Events.DocumentHashVerified = 174, Events.DocumentHashCheckFailed = 175, Events.DocumentHashAdded = 176,
  Events.DocumentHashRecalculated = 177, Events.LabelAdded = 178, Events.LabelRemoved = 179, Events.ActivityEscalated = 180,
  Events.ActivitySuspended = 181, Events.SearchExecuted = 182, Events.ConsignmentApproverReassigned = 183, Events.FolderShared = 184,
  Events.DocumentShared = 185, Events.NewArchiveEventOccurrence = 186, Events.GlobalSettingsChanged = 187, Events.TimerElapsed = 188,
  Events.LoginDeactivated = 189, Events.LocationRelationshipAdded = 190, Events.LocationRelationshipRemoved = 191, Events.RecordRecycled = 192,
  Events.RecordRestored = 193, Events.ActionRemoved = 194, Events.PermissionsChanged = 195, Events.BypassACLAdded = 196,
  Events.RecordSecurityUpgraded = 197, Events.RecordSecurityDowngraded = 198, Events.RecordSecurityDeclassified = 199, Events.RecordCaveatAdded = 200,
  Events.RecordCaveatRemoved = 201
}
 Events More...
 
enum  EventStatisticsGroup { EventStatisticsGroup.Trim = 0, EventStatisticsGroup.Document = 1, EventStatisticsGroup.Workflow = 2, EventStatisticsGroup.Audit = 3 }
 Event Statistics Groups More...
 
enum  Excel11FileTypes { Excel11FileTypes.xc7_Excel2003_xls = 0, Excel11FileTypes.xc7_Excel2003Tmpl_xlt = 1 }
 Microsoft Office 2003 Excel File Types More...
 
enum  ExcelFileTypes {
  ExcelFileTypes.Excel_xlsx = 0, ExcelFileTypes.ExcelMe_xlsm = 1, ExcelFileTypes.ExcelBinary_xlsb = 2, ExcelFileTypes.Excel97_xls = 3,
  ExcelFileTypes.ExcelTmpl_xltx = 4, ExcelFileTypes.ExcelTmplMe_xltm = 5, ExcelFileTypes.Excel97Tmpl_xlt = 6, ExcelFileTypes.ExcelCSV_csv = 7,
  ExcelFileTypes.ExcelCSVMac_csv = 8, ExcelFileTypes.ExcelCSVDOS_csv = 9, ExcelFileTypes.ExcelODS_ods = 10
}
 Microsoft Excel File Types More...
 
enum  ExcelOpenFileTypes {
  ExcelOpenFileTypes.AllRecords = 8, ExcelOpenFileTypes.AllFiles = 0, ExcelOpenFileTypes.AllExcelFiles = 1, ExcelOpenFileTypes.ExcelFiles = 2,
  ExcelOpenFileTypes.Excel97Files = 3, ExcelOpenFileTypes.AllexcelTmpl = 4, ExcelOpenFileTypes.ExcelMacroTmpls = 5, ExcelOpenFileTypes.Excel97Tmpls = 6,
  ExcelOpenFileTypes.Other = 7
}
 Microsoft Open Excel File Types More...
 
enum  ExternalWorkflowTypePurposes { ExternalWorkflowTypePurposes.Start = 0, ExternalWorkflowTypePurposes.Initiate = 1, ExternalWorkflowTypePurposes.Search = 2, ExternalWorkflowTypePurposes.Maintain = 3 }
 External Workflow Type Purposes More...
 
enum  FavoriteType {
  FavoriteType.Favorites = 0, FavoriteType.Worktray = 1, FavoriteType.Documents = 2, FavoriteType.Containers = 3,
  FavoriteType.Templates = 4, FavoriteType.ContentBlocks = 5
}
 Favorite Types More...
 
enum  FeatureState { FeatureState.Active = 0, FeatureState.Inactive = 1, FeatureState.NeedsUpgrade = 2, FeatureState.Unlicensed = 3 }
 Feature States More...
 
enum  FieldAccess { FieldAccess.ViewValue = 0, FieldAccess.ModifyValue = 1 }
 Additional Field Access Controls More...
 
enum  FieldPurposeType { FieldPurposeType.UseItem = 1, FieldPurposeType.SearchByItem = 2, FieldPurposeType.MaintainItem = 3, FieldPurposeType.ScheduleTriggerDate = 4 }
 Additional Field Purpose Types More...
 
enum  FileSizeUnits {
  FileSizeUnits.Bytes = 0, FileSizeUnits.Kilobytes = 1, FileSizeUnits.Megabytes = 2, FileSizeUnits.Gigabytes = 3,
  FileSizeUnits.Terabytes = 4
}
 File Size Units More...
 
enum  FinalizedFilter { FinalizedFilter.Both = 0, FinalizedFilter.FinalizedOnly = 1, FinalizedFilter.UnfinalizedOnly = 2 }
 Record Finalized Filters More...
 
enum  FlowControl { FlowControl.None = 0, FlowControl.XonXoff = 1, FlowControl.RTS = 2, FlowControl.RTSXon = 3 }
 Flow Control Types More...
 
enum  FontStyle { FontStyle.Regular = 0, FontStyle.Italic = 1, FontStyle.Bold = 2, FontStyle.BoldItalic = 3 }
 Font Styles More...
 
enum  FrameAppearance { FrameAppearance.Standard = 0 }
 Frame Appearance Styles More...
 
enum  Gender {
  Gender.Unknown = 0, Gender.Male = 1, Gender.Female = 2, Gender.Custom1 = 3,
  Gender.Custom2 = 4, Gender.Custom3 = 5, Gender.Custom4 = 6, Gender.Custom5 = 7,
  Gender.Custom6 = 8, Gender.Unspecified = 9
}
 Genders More...
 
enum  GenderSalutation {
  GenderSalutation.Unknown = 0, GenderSalutation.Male = 1, GenderSalutation.Female = 2, GenderSalutation.Custom1 = 3,
  GenderSalutation.Custom2 = 4, GenderSalutation.Custom3 = 5, GenderSalutation.Custom4 = 6, GenderSalutation.Custom5 = 7,
  GenderSalutation.Custom6 = 8, GenderSalutation.Unspecified = 9
}
 Gender Salutations More...
 
enum  GeneralAccess { GeneralAccess.Use = 0, GeneralAccess.Update = 1, GeneralAccess.ModifyAccess = 2, GeneralAccess.Delete = 3 }
 General Access Controls More...
 
enum  GeneralExceptionHandling { GeneralExceptionHandling.Ignore = 0, GeneralExceptionHandling.Warn = 1, GeneralExceptionHandling.Prevent = 2 }
 General Errors More...
 
enum  GenericPermissions { GenericPermissions.Create = 0, GenericPermissions.View = 1, GenericPermissions.Modify = 2, GenericPermissions.Delete = 3 }
 Generic Permissions More...
 
enum  GenericPurposes { GenericPurposes.UseItem = 1, GenericPurposes.SearchByItem = 2, GenericPurposes.MaintainItem = 3 }
 Generic Usage Purposes More...
 
enum  GeographyDistanceUnit { GeographyDistanceUnit.Metres = 0, GeographyDistanceUnit.Kilometres = 1, GeographyDistanceUnit.Yard = 2, GeographyDistanceUnit.Miles = 3 }
 Geography Distance Units More...
 
enum  GeographySearchType { GeographySearchType.NearCoordinate = 0, GeographySearchType.NearRecord = 1, GeographySearchType.NearLocation = 2 }
 Geography Search Types More...
 
enum  HashingAlgorithms { HashingAlgorithms.Sha = 0, HashingAlgorithms.Md5 = 1 }
 Hashing Algorithms More...
 
enum  HistoryPurposes { HistoryPurposes.BrowseHistory = 0, HistoryPurposes.BrowseForObject = 1, HistoryPurposes.BrowseRecordSearchHistory = 2, HistoryPurposes.BrowseRecordHistory = 3 }
 Active Audit Event Purposes More...
 
enum  IconDisplayMode { IconDisplayMode.Text = 0, IconDisplayMode.Icon = 1, IconDisplayMode.IconAndText = 2 }
 Icon Display Modes More...
 
enum  Icons {
  Icons.Unknown = 0, Icons.Trim = 1, Icons.TrimReference = 2, Icons.TrimSharePoint = 3,
  Icons.TrimCog = 4, Icons.TrimQueue = 5, Icons.TrimWorkgroup = 8, Icons.TrimEnterpriseStudio = 9,
  Icons.Viewer = 12, Icons.Tick = 450, Icons.Cross = 451, Icons.Up = 455,
  Icons.Down = 456, Icons.MandatoryField = 458, Icons.YellowFile = 502, Icons.YellowDoc = 503,
  Icons.YellowBox = 504, Icons.YellowBook = 505, Icons.WhiteFile = 506, Icons.WhiteDoc = 507,
  Icons.WhiteBox = 508, Icons.WhiteBook = 509, Icons.GreenFile = 510, Icons.GreenDoc = 511,
  Icons.GreenBox = 512, Icons.GreenBook = 513, Icons.LtBlueFile = 514, Icons.LtBlueDoc = 515,
  Icons.LtBlueBox = 516, Icons.LtBlueBook = 517, Icons.DkBlueFile = 518, Icons.DkBlueDoc = 519,
  Icons.DkBlueBox = 520, Icons.DkBlueBook = 521, Icons.BlackFile = 522, Icons.BlackDoc = 523,
  Icons.BlackBox = 524, Icons.BlackBook = 525, Icons.RedFile = 526, Icons.RedDoc = 527,
  Icons.RedBox = 528, Icons.RedBook = 529, Icons.GreyFile = 530, Icons.GreyDoc = 531,
  Icons.GreyBox = 532, Icons.GreyBook = 533, Icons.PinkFile = 534, Icons.PinkDoc = 535,
  Icons.PinkBox = 536, Icons.PinkBook = 537, Icons.TealFile = 538, Icons.TealDoc = 539,
  Icons.TealBox = 540, Icons.TealBook = 541, Icons.EnvOpen = 542, Icons.EnvClosed = 543,
  Icons.Cd = 544, Icons.Clipboard = 545, Icons.Tape1 = 546, Icons.Tape2 = 547,
  Icons.Floppy3 = 548, Icons.Floppy5 = 549, Icons.OrangeFile = 550, Icons.OrangeDoc = 551,
  Icons.OrangeBox = 552, Icons.OrangeBook = 553, Icons.BrownFile = 554, Icons.BrownDoc = 555,
  Icons.BrownBox = 556, Icons.BrownBook = 557, Icons.Graphic = 558, Icons.LavFile = 559,
  Icons.LavDoc = 560, Icons.LavBox = 561, Icons.LavBook = 562, Icons.BeigeFile = 563,
  Icons.BeigeDoc = 564, Icons.BeigeBox = 565, Icons.BeigeBook = 566, Icons.LtGrnFile = 567,
  Icons.LtGrnDoc = 568, Icons.LtGrnBox = 569, Icons.LtGrnBook = 570, Icons.LtPpleFile = 571,
  Icons.LtPpleDoc = 572, Icons.LtPpleBox = 573, Icons.LtPpleBook = 574, Icons.ActAction = 575,
  Icons.ActDone = 576, Icons.ActDue = 577, Icons.ActNormal = 578, Icons.ActOverdue = 579,
  Icons.ActPrcDone = 580, Icons.ActPrcDue = 581, Icons.ActPrcNormal = 582, Icons.ActPrcOverdue = 583,
  Icons.ActProcedure = 584, Icons.AdmCensus = 585, Icons.BobCaveat = 590, Icons.BobDocQueueFtp = 591,
  Icons.BobDocQueueMail = 592, Icons.BobDocQueues = 593, Icons.BobUserDefinedFields = 594, Icons.BobLookupSetItem = 596,
  Icons.BobLookupSets = 597, Icons.BobNetwork = 598, Icons.BobNotes = 599, Icons.BobSecGuide = 600,
  Icons.BobOrigin = 601, Icons.BobSecurityLevel = 602, Icons.BobTask = 603, Icons.BobTaskComplete = 604,
  Icons.BobTaskOverdue = 605, Icons.BobWebLayouts = 606, Icons.Database = 610, Icons.DbpSearchMethod = 621,
  Icons.SrhFavorites = 622, Icons.DmsDraft = 625, Icons.DmsLinked = 626, Icons.DmsModified = 627,
  Icons.DmsReadonly = 628, Icons.DmsUnknown = 629, Icons.DmsUnmodified = 630, Icons.FpPlans = 637,
  Icons.FpFavorites = 638, Icons.LocFavorites = 640, Icons.LocCommittee = 641, Icons.LocContact = 642,
  Icons.Telephone = 643, Icons.LocList = 644, Icons.LocExtCommittee = 645, Icons.LocExternal = 646,
  Icons.LocExtPosition = 647, Icons.LocExtProjectteam = 648, Icons.LocGroup = 649, Icons.BobInactive = 650,
  Icons.LocInternal = 651, Icons.LocLoginAdmin = 652, Icons.LocLoginContributor = 653, Icons.LocLoginDisabled = 654,
  Icons.LocLoginEndUser = 655, Icons.LocLoginEnquiry = 656, Icons.LocLoginExpired = 657, Icons.LocLoginManager = 658,
  Icons.LocLoginNone = 659, Icons.LocLoginWorker = 660, Icons.LocOrg = 661, Icons.LocPerson = 662,
  Icons.LocPosition = 663, Icons.LocZipCode = 664, Icons.LocProjectTeam = 665, Icons.LocUnit = 666,
  Icons.LocUnknown = 667, Icons.LocVenue = 668, Icons.LocWorkgroup = 669, Icons.LocExtVenue = 670,
  Icons.LocStreet = 671, Icons.MbxvVmbx = 675, Icons.MbxvVmbxClip = 676, Icons.RecNewRendition = 679,
  Icons.RecAtHome = 680, Icons.RecCertificate = 681, Icons.RecDocsTray = 682, Icons.RecDueTray = 683,
  Icons.RecEstatusAvailable = 684, Icons.RecEstatusCheckedoutOther = 685, Icons.RecEstatusCheckedoutYou = 686, Icons.RecEstatusHasEmailAtt = 687,
  Icons.RecEstatusNoDocument = 688, Icons.RecFavoritesTray = 689, Icons.RecInContainer = 690, Icons.RecInDueTray = 691,
  Icons.RecInSpace = 692, Icons.RecInTray = 693, Icons.RecMissing = 694, Icons.RecMyContainersTray = 695,
  Icons.RecOffline = 696, Icons.RecRecentDocsTray = 697, Icons.RecRendition = 699, Icons.RecRequests = 700,
  Icons.RecRevision = 701, Icons.BobSecurityBreach = 702, Icons.RecTaskTray = 703, Icons.RecTransmittals = 704,
  Icons.RecWorkTray = 705, Icons.RpBarcode = 710, Icons.RpBitmap = 711, Icons.RpCaption = 712,
  Icons.RpField = 714, Icons.OcxPaletteLine = 715, Icons.RpNumberBar = 716, Icons.OcxPaletteRectangle = 718,
  Icons.RpReport = 719, Icons.RpTabstop = 722, Icons.RpText = 723, Icons.RpReportCustom = 724,
  Icons.OcxPaletteEllipse = 725, Icons.OcxPalettePencil = 726, Icons.OcxPaletteFill = 727, Icons.OcxPaletteDropper = 728,
  Icons.RtyFormLine = 732, Icons.RtyFormPage = 733, Icons.RtyRecordType = 736, Icons.SchFavorites = 739,
  Icons.SchDispActive = 740, Icons.SchDispArchived = 741, Icons.SchDispTransferred = 743, Icons.SchDispDestroyed = 744,
  Icons.SchHolds = 747, Icons.SchHoldsOnlyForDisp = 748, Icons.SchInactive = 749, Icons.SchLesssevere = 750,
  Icons.SchMaybeMoreSevere = 751, Icons.SchMoreSevere = 752, Icons.SchSchedule = 753, Icons.SpmSpace = 755,
  Icons.Progress = 760, Icons.ThFavorites = 764, Icons.ThAspect = 765, Icons.ThKeynode = 767,
  Icons.ThKeyword = 768, Icons.ThList = 769, Icons.ThNonPreferred = 770, Icons.ThPrompt = 771,
  Icons.ThRelBroader = 772, Icons.ThRelForbidden = 773, Icons.ThRelNarrower = 774, Icons.ThRelPreferred = 775,
  Icons.ThRelRelated = 776, Icons.ThTerm = 777, Icons.ThKeywordPrompt = 778, Icons.DcqFavorites = 779,
  Icons.TrmBarcodeScanner = 780, Icons.TrmQueueIdle = 781, Icons.TrmQueueRunning1 = 782, Icons.TrmQueueRunning2 = 783,
  Icons.TrmQueueRunning3 = 784, Icons.TrmQueueStopped = 785, Icons.TrmQueueStopping = 786, Icons.UtyWord = 794,
  Icons.UtyAgendaItem = 795, Icons.UtyAgendaItemAttachment = 796, Icons.UtyAgendaItemType = 797, Icons.UtyAlert = 798,
  Icons.UtyMinuteItemType = 799, Icons.UtyMailTemplates = 800, Icons.UtyMeetingDocument = 801, Icons.UtyMeetingInvitation = 802,
  Icons.UtyMeetings = 803, Icons.UtyMeetingType = 804, Icons.UtyMinuteItem = 805, Icons.UtyPrinters = 806,
  Icons.UtyStopword = 807, Icons.UtyStore = 808, Icons.UtyTodoItem = 809, Icons.UtyTodoItemReference = 810,
  Icons.UtyAgendaItemStanding = 812, Icons.UtyAgendaItemSection = 813, Icons.UtyAgendaItemStandingSection = 814, Icons.WrkActionCreate = 815,
  Icons.WrkActionReference = 816, Icons.WrkActionReview = 817, Icons.WrkDocStatusClear = 818, Icons.WrkDocStatusIn = 819,
  Icons.WrkOriginInitiating = 824, Icons.WrkOriginOtherActivity = 825, Icons.WrkOriginReference = 826, Icons.WrkOriginThisActivity = 827,
  Icons.WrkWorkflow = 828, Icons.WrkActivity = 829, Icons.BobPriorityHigh = 830, Icons.BobPriorityLow = 831,
  Icons.BobPriorityVeryHigh = 833, Icons.BobPriorityVeryLow = 834, Icons.BobPriorityMedium = 835, Icons.WrkTemplate = 837,
  Icons.WrkWorkflowFav = 838, Icons.WrkTemplateFav = 839, Icons.WrkActivitiesDueTray = 840, Icons.WrkTemplateAct = 841,
  Icons.WrkStateNotReadyToStart = 842, Icons.WrkStateReadyToStart = 843, Icons.WrkStateStarted = 844, Icons.WrkStateSuspended = 845,
  Icons.WrkStateReadyToResume = 846, Icons.WrkStateOverdue = 847, Icons.WrkStateNeedsAuthorization = 848, Icons.WrkStateCompleted = 849,
  Icons.WrkStateSkipped = 850, Icons.UtyTodoItemsTray = 854, Icons.LocExtGroup = 855, Icons.UtyAutoPartRule = 856,
  Icons.ArrowUp = 857, Icons.ArrowDown = 858, Icons.Clock = 859, Icons.FaceDownGreen = 860,
  Icons.FaceDownPurple = 861, Icons.FaceDownRed = 862, Icons.FaceDownYellow = 863, Icons.FaceUpAqua = 864,
  Icons.FaceUpGreen = 865, Icons.FaceUpRed = 866, Icons.FaceUpYellow = 867, Icons.HeartGold = 868,
  Icons.HeartPurple = 869, Icons.HeartRed = 870, Icons.HeartTurquoise = 871, Icons.Info = 872,
  Icons.MarbleWorld = 873, Icons.MarbleWorldGreen = 874, Icons.MarbleWorldRed = 875, Icons.PersonGreen = 876,
  Icons.PersonOj = 877, Icons.PersonPink = 878, Icons.PersonPurple = 879, Icons.PinAqua = 880,
  Icons.PinGreen = 881, Icons.PinRed = 882, Icons.SquareAquaHeart = 883, Icons.SquareBlueHeart = 884,
  Icons.SquareGreenHeart = 885, Icons.SquarePurpleHeart = 886, Icons.Star1 = 887, Icons.Star2 = 888,
  Icons.Star3 = 889, Icons.Star4 = 890, Icons.TheHand = 891, Icons.TheHandBrown = 892,
  Icons.TheHandGold = 893, Icons.TheHandPurple = 894, Icons.Warning = 895, Icons.Work = 896,
  Icons.WrkInsertActivities = 1002, Icons.Count = 1003, Icons.WindowCascade = 1004, Icons.WindowTileVert = 1005,
  Icons.WindowTileHorz = 1006, Icons.MdiCloseChildren = 1007, Icons.TrmNewObject = 1008, Icons.OcxHelpContents = 1009,
  Icons.HelpIndex = 1010, Icons.Help = 1011, Icons.TrmToggleOnlineOff = 1012, Icons.TrmToggleOnlineOn = 1013,
  Icons.Open = 1014, Icons.RecCheckin = 1015, Icons.RecCheckout = 1016, Icons.RecSupercopy = 1017,
  Icons.RecContainer = 1018, Icons.RecDocFinal = 1019, Icons.RecDocRevisions = 1020, Icons.RecDocRemove = 1021,
  Icons.RecDocRenditions = 1022, Icons.CompareDocument = 1023, Icons.TemDeploy = 1024, Icons.MdiFirstPage = 1025,
  Icons.MdiNextPage = 1026, Icons.FileSave = 1027, Icons.FileSaveAs = 1028, Icons.RecSaveAndClear = 1029,
  Icons.Refresh = 1030, Icons.PrintDoc = 1031, Icons.GoBack = 1032, Icons.GoForward = 1033,
  Icons.Search = 1034, Icons.RecRequest = 1035, Icons.NavFavorites = 1036, Icons.TrmLocationSearch = 1037,
  Icons.TrmWorkflows = 1038, Icons.SearchHistory = 1039, Icons.SaveSearch = 1040, Icons.NavAll = 1041,
  Icons.TrmWorkflowActivities = 1042, Icons.TrmCommunications = 1043, Icons.NavContainer = 1044, Icons.NavContents = 1045,
  Icons.NavContentsExt = 1046, Icons.NavContainerExt = 1047, Icons.NavAllParts = 1048, Icons.RecNewPart = 1049,
  Icons.NavLatestVersion = 1050, Icons.NavCurrentVersion = 1051, Icons.NavAllVersions = 1052, Icons.NavRelated = 1053,
  Icons.NavSameContact = 1054, Icons.NavClient = 1055, Icons.NavSeriesContents = 1056, Icons.RecSeries = 1057,
  Icons.NavLatestPart = 1058, Icons.EditUndo = 1059, Icons.EditCopy = 1060, Icons.EditPaste = 1061,
  Icons.EditCut = 1062, Icons.EditSelectAll = 1063, Icons.MbToggleAllTags = 1064, Icons.AddToFavorites = 1065,
  Icons.VwrMailReply = 1066, Icons.VwrMailReplyToAll = 1067, Icons.VwrMailForward = 1068, Icons.ReccurrentLoc = 1069,
  Icons.RecAddContact = 1070, Icons.Security = 1071, Icons.RecNewVersion = 1072, Icons.RecRetention = 1073,
  Icons.RecAttachAction = 1074, Icons.RecRelate = 1075, Icons.RecCompleteCurrAct = 1076, Icons.RecDates = 1077,
  Icons.RecNewWorkflow = 1078, Icons.RecHistory = 1079, Icons.PrintMerge = 1080, Icons.RequestRendition = 1081,
  Icons.EditFind = 1082, Icons.VwrPinToTrim = 1083, Icons.VwrDither = 1084, Icons.VwrGridLines = 1085,
  Icons.VwrDraft = 1086, Icons.VwrDocNormal = 1087, Icons.VwrDocPreview = 1088, Icons.VwrShowOriginalSize = 1089,
  Icons.VwrZoomIn = 1090, Icons.VwrZoomOut = 1091, Icons.VwrZoomSelection = 1092, Icons.VwrZoomReset = 1093,
  Icons.VwrFitToWindow = 1094, Icons.VwrFitToWindowWidth = 1095, Icons.VwrFitToWindowHeight = 1096, Icons.VwrRotateLeft = 1097,
  Icons.VwrRotateRight = 1098, Icons.VwrRotateAround = 1099, Icons.VwrZipExtractThisFile = 1100, Icons.VwrZipExtractSelected = 1101,
  Icons.VwrZipExtractAll = 1102, Icons.WrkAddActivity = 1103, Icons.WrkShowDocuments = 1104, Icons.WrkAlignSameLeft = 1105,
  Icons.WrkAlignSameCenter = 1106, Icons.WrkAlignSameRight = 1107, Icons.WrkAlignSameTop = 1108, Icons.WrkAlignSameMiddle = 1109,
  Icons.WrkAlignSameBottom = 1110, Icons.WrkAlignWorkflowTopLeft = 1111, Icons.WrkAlignWorkflowTopRight = 1112, Icons.WrkAlignWorkflowBottomLeft = 1113,
  Icons.WrkAlignWorkflowBottomRight = 1114, Icons.WrkAlignWorkflowCenter = 1115, Icons.UncompleteActivity = 1116, Icons.RollbackActivity = 1117,
  Icons.AuthorizeActivity = 1118, Icons.RejectActivity = 1119, Icons.SuspendActivity = 1120, Icons.ResumeActivity = 1121,
  Icons.StartActivity = 1122, Icons.CompleteActivity = 1123, Icons.ReassignActivity = 1124, Icons.AcquireActivity = 1125,
  Icons.RelinquishActivity = 1126, Icons.Properties = 1127, Icons.SecurityPolicy = 1128, Icons.MbUntagAll = 1129,
  Icons.GrmNewCompoundRecord = 1130, Icons.GrmCloseCompoundRecord = 1131, Icons.GrmExtractDocument = 1132, Icons.GrmNewWorkgroup = 1133,
  Icons.GrmSelectWorkgroup = 1134, Icons.GrmNewShellRecordType = 1135, Icons.GrmImportShellRecordType = 1136, Icons.GrmPendingApproval = 1137,
  Icons.GrmShowGlobalView = 1138, Icons.GrmModWorkgroupMembers = 1139, Icons.FieldFormat = 1140, Icons.String = 1141,
  Icons.Number = 1142, Icons.Boolean = 1143, Icons.Calendar = 1144, Icons.Time = 1145,
  Icons.Decimal = 1146, Icons.Text = 1147, Icons.Currency = 1148, Icons.Enumerated = 1149,
  Icons.TrimObject = 1150, Icons.Filesize = 1151, Icons.Information = 1152, Icons.OriginTextFile = 1153,
  Icons.OriginWindowsFolder = 1154, Icons.OriginMailFolder = 1155, Icons.OriginSharePoint = 1156, Icons.GrmPropertiesTask = 1157,
  Icons.Xml = 1158, Icons.DocumentStoreWindows = 1159, Icons.DocumentStoreFTP = 1160, Icons.DocumentStoreOther = 1162,
  Icons.Jurisdiction = 1163, Icons.JurisdictionGroup = 1164, Icons.Labels = 1165, Icons.MediaType = 1166,
  Icons.RecordsAuthority = 1167, Icons.AddToWorkTray = 1169, Icons.AddToRecentDocuments = 1170, Icons.AddToRecentContainers = 1171,
  Icons.Job = 1172, Icons.OfficeRecProperties = 1173, Icons.OfficeInsertText = 1174, Icons.OfficeInsertPicture = 1175,
  Icons.OfficeInsertObject = 1176, Icons.OpenDocumentNotQueued = 1177, Icons.OpenDocumentEditing = 1178, Icons.OpenDocumentConfirm = 1179,
  Icons.OpenDocumentCheckingIn = 1180, Icons.NavEmailConversation = 1181, Icons.OnlineAuditLog = 1182, Icons.Refinesearch = 1183,
  Icons.Searchoptions = 1184, Icons.ClientMatter = 1185, Icons.ClientRecord = 1186, Icons.MatterRecord = 1187,
  Icons.MatterPartyFor = 1188, Icons.MatterPartyAgainst = 1189, Icons.MatterPartyNeutral = 1190, Icons.ClientMatterRole = 1191,
  Icons.Consignment = 1192, Icons.CreatePickList = 1193, Icons.ConfirmDisposal = 1194, Icons.ConsignReview = 1195,
  Icons.EmailApprovers = 1196, Icons.ApproveConsign = 1197, Icons.ApproveRecord = 1198, Icons.RejectRecord = 1199,
  Icons.EmailLink = 1200, Icons.Sap = 1201, Icons.LicenseBreach = 1202, Icons.LicenseWarning = 1203,
  Icons.Geography = 1204, Icons.Blank = 1205, Icons.TickedCheckBox = 1206, Icons.UntickedCheckBox = 1207,
  Icons.Analyse = 1208, Icons.AuditLogViewer = 1209, Icons.Constraints = 1210, Icons.NewRecord = 1211,
  Icons.Idol = 1213, Icons.Mail = 1214, Icons.NewDatabase = 1215, Icons.NewServer = 1216,
  Icons.Remove = 1217, Icons.Repair = 1218, Icons.Report = 1219, Icons.SendToUser = 1220,
  Icons.Server = 1221, Icons.Spanner = 1222, Icons.TesDeploy = 1223, Icons.Tuning = 1224,
  Icons.User = 1225, Icons.EditRecord = 1227, Icons.UserOptions = 1228, Icons.Modify = 1229,
  Icons.New = 1230, Icons.BrowseRecords = 1231, Icons.PrintReport = 1232, Icons.SearchForm = 1233,
  Icons.License = 1234, Icons.CheckinStyle = 1235, Icons.CheckinPlace = 1236, Icons.RedSave = 1237,
  Icons.RedSaveDraft = 1238, Icons.RedSaveComplete = 1239, Icons.RedToolSelect = 1240, Icons.RedToolDrag = 1241,
  Icons.RedToolRedactPen = 1242, Icons.RedToolRedactBox = 1243, Icons.RedToolRedactMarker = 1244, Icons.RedToolRedactOval = 1245,
  Icons.RedGoToPage = 1246, Icons.DocumentReview = 1247, Icons.PolicyCentre = 1248, Icons.MetadataRule = 1249,
  Icons.ConsignmentApprover = 1250, Icons.ConsignmentRejection = 1251, Icons.ConsignmentIssue = 1252, Icons.Elastic = 1253,
  Icons.ArchiveEvent = 1254, Icons.ObjectiveConnect = 1255, Icons.FillList = 1256, Icons.ObjectivePerform = 1257,
  Icons.ObjectiveWorkflow = 1258, Icons.ObjectiveWorkslip = 1259, Icons.ObjectiveWorkflowTask = 1260, Icons.ObjectiveMinisterial = 1261,
  Icons.ObjectiveOpenGovernment = 1262, Icons.Pencil = 1263, Icons.IcognitionLogo = 1264, Icons.RecycleBin = 1265,
  Icons.AddToRecycleBin = 1266, Icons.RestoreFromRecycleBin = 1267, Icons.FYBDocUMove = 1268, Icons.FYBEmailTagger = 1269,
  Icons.FYBFolderTemplateCreator = 1270, Icons.FYBInformationSecurityGuard = 1271, Icons.FYBLinkGenerator = 1272, Icons.FYBLocationsManager = 1273,
  Icons.FYBMediaHubLaunch = 1274, Icons.FYBMediaHubViewIn = 1275, Icons.FYBPDFGeneratorEmail = 1276, Icons.FYBPDFGeneratorRendition = 1277,
  Icons.FYBPDFGeneratorRevision = 1278, Icons.FYBReassignActionsSomeoneElse = 1279, Icons.FYBReassignActionsToMe = 1280, Icons.FYBSoftDeleter = 1281
}
 The Icons enum More...
 
enum  IconUsage { IconUsage.ColumnHeading = 0, IconUsage.FieldPicker = 1, IconUsage.PropertyCaption = 2, IconUsage.ValueDisplay = 3 }
 Icon Usage Types More...
 
enum  IdolIndexStatus { IdolIndexStatus.NotIndexed = 0, IdolIndexStatus.InProgress = 1, IdolIndexStatus.Complete = 2 }
 Content Index Status Types More...
 
enum  IdolIndexType { IdolIndexType.Metadata = 0, IdolIndexType.Content = 1, IdolIndexType.Both = 2 }
 IDOL Index Types More...
 
enum  IdolSearchStyles { IdolSearchStyles.ContentOnly = 0, IdolSearchStyles.WordIndexes = 1, IdolSearchStyles.AllIndexes = 2 }
 Content Index Search Styles More...
 
enum  InitiatingRecordBehavior { InitiatingRecordBehavior.Working = 0, InitiatingRecordBehavior.Reference = 1, InitiatingRecordBehavior.Container = 2, InitiatingRecordBehavior.Ignore = 3 }
 Initiating Record Behaviours More...
 
enum  InvitationType {
  InvitationType.Invited = 0, InvitationType.Chair = 1, InvitationType.Secretary = 2, InvitationType.Required = 3,
  InvitationType.Optional = 4, InvitationType.Custom1 = 5, InvitationType.Custom2 = 6, InvitationType.Custom3 = 7
}
 Types of Participant More...
 
enum  IpConnectionType {
  IpConnectionType.LocalNamedPipe = 0, IpConnectionType.SingleHop = 1, IpConnectionType.DoubleHop = 2, IpConnectionType.SdkUnspecified = 3,
  IpConnectionType.SdkWebUnspecified = 4
}
 Connection Types More...
 
enum  JurisdictionPurposes {
  JurisdictionPurposes.Maintain = 0, JurisdictionPurposes.AttachToRecord = 1, JurisdictionPurposes.LocationDefault = 2, JurisdictionPurposes.RecordTypeDefault = 3,
  JurisdictionPurposes.ClassificationDefault = 4, JurisdictionPurposes.ScheduleTrigger = 5, JurisdictionPurposes.ScheduleKeepForeverList = 6, JurisdictionPurposes.AddChildJurisdiction = 7
}
 Jurisdiction Purposes More...
 
enum  JurisdictionTypes { JurisdictionTypes.Single = 0, JurisdictionTypes.Group = 1, JurisdictionTypes.Federation = 2 }
 Jurisdiction Types More...
 
enum  KeywordAttachMethod { KeywordAttachMethod.ByTitling = 0, KeywordAttachMethod.ByAttach = 1 }
 Thesaurus Term Attachments More...
 
enum  KeywordPurposes {
  KeywordPurposes.Attach = 1, KeywordPurposes.AttachTitle = 2, KeywordPurposes.Remove = 3, KeywordPurposes.Relate = 4,
  KeywordPurposes.Find = 5, KeywordPurposes.Maintain = 6
}
 Thesaurus Term Purposes More...
 
enum  KeywordRelationship {
  KeywordRelationship.RelatedTo = 0, KeywordRelationship.Use = 1, KeywordRelationship.UsedFor = 2, KeywordRelationship.Narrower = 3,
  KeywordRelationship.Broader = 4
}
 Thesaurus Term Relationships More...
 
enum  LabelAccess {
  LabelAccess.View = 0, LabelAccess.Attach = 1, LabelAccess.Detach = 2, LabelAccess.Update = 3,
  LabelAccess.ModifyAccess = 4, LabelAccess.Delete = 5
}
 User Label Access Controls More...
 
enum  LabelPositionChange { LabelPositionChange.MoveUp = 0, LabelPositionChange.MoveDown = 1, LabelPositionChange.MoveToTop = 2, LabelPositionChange.MoveToBottom = 3 }
 Label Position Change Types More...
 
enum  LabelPurposes { LabelPurposes.Attach = 1, LabelPurposes.Remove = 2, LabelPurposes.Find = 3, LabelPurposes.Maintain = 4 }
 User Label Purposes More...
 
enum  Language {
  Language.Default = 0, Language.English = 1, Language.Dutch = 2, Language.French = 3,
  Language.EnglishUS = 4, Language.German = 5, Language.Spanish = 6, Language.Italian = 7,
  Language.PortugueseBz = 8, Language.Russian = 9, Language.Chinese = 10, Language.Vietnamese = 11,
  Language.Swedish = 12
}
 Languages More...
 
enum  LayoutPurpose { LayoutPurpose.Maintain = 0, LayoutPurpose.Publish = 1 }
 Layout Purposes More...
 
enum  LdapAuthMethod { LdapAuthMethod.Anonymous = 0, LdapAuthMethod.Basic = 1, LdapAuthMethod.Ntlm = 2 }
 LDAP Authentication Methods More...
 
enum  LdapMatchingType { LdapMatchingType.Exact = 0, LdapMatchingType.Substring = 1, LdapMatchingType.WildCard = 2, LdapMatchingType.Regex = 3 }
 LDAP Attribute Matching Types More...
 
enum  LdapSearchScope { LdapSearchScope.Base = 0, LdapSearchScope.OneLevel = 1, LdapSearchScope.SubTree = 2 }
 LDAP Search Scopes More...
 
enum  LicenseTypes {
  LicenseTypes.StorageOptimization = 0, LicenseTypes.SpaceManagement = 1, LicenseTypes.Jurisdictions = 2, LicenseTypes.Ocr = 3,
  LicenseTypes.AutoClassification = 4, LicenseTypes.AdvancedDisposal = 5, LicenseTypes.ExternalWarehousing = 6, LicenseTypes.Rendering = 7,
  LicenseTypes.SAP = 8, LicenseTypes.PolicyCenter = 9
}
 License Types More...
 
enum  LocationAccess {
  LocationAccess.Use = 0, LocationAccess.Update = 1, LocationAccess.ModifyAccess = 2, LocationAccess.Delete = 3,
  LocationAccess.ManageGroupItems = 4, LocationAccess.View = 5
}
 Location Access Controls More...
 
enum  LocationDefault { LocationDefault.Current = 0, LocationDefault.CurrentOrg = 1 }
 Location Defaults More...
 
enum  LocationFieldType { LocationFieldType.InternalOrExternal = 0, LocationFieldType.InternalOnly = 1, LocationFieldType.ExternalOnly = 2 }
 Location Field Types More...
 
enum  LocationGrouping {
  LocationGrouping.None = 0, LocationGrouping.Creator = 1, LocationGrouping.Owner = 2, LocationGrouping.Home = 3,
  LocationGrouping.Assignee = 4
}
 Record Creation Statistics Location Groupings More...
 
enum  LocationMatchType { LocationMatchType.UniqueMatch = 0, LocationMatchType.AnyMatch = 1, LocationMatchType.NeverMatch = 2, LocationMatchType.MustMatch = 3 }
 Location ImportTypes More...
 
enum  LocationPurpose {
  LocationPurpose.Current = 0, LocationPurpose.Contact = 1, LocationPurpose.Home = 2, LocationPurpose.Owner = 3,
  LocationPurpose.Requester = 4, LocationPurpose.SearchOwner = 5, LocationPurpose.WorkflowAssignee = 6, LocationPurpose.WorkflowSupervisor = 7,
  LocationPurpose.WorkflowStatsGroup = 8, LocationPurpose.MailRecipient = 9, LocationPurpose.MailRecipientSupervisor = 10, LocationPurpose.ReplacementFor = 11,
  LocationPurpose.AddToMemberOf = 12, LocationPurpose.AddToBossedBy = 13, LocationPurpose.AddToOtherOf = 15, LocationPurpose.AddToHasMembers = 16,
  LocationPurpose.AddToBossOf = 17, LocationPurpose.AddToHasOthers = 19, LocationPurpose.ProfileProvider = 20, LocationPurpose.AccessControl = 21,
  LocationPurpose.AddressProvider = 22, LocationPurpose.MaintainLocations = 23, LocationPurpose.NoPurpose = 24, LocationPurpose.LocationDirectory = 25,
  LocationPurpose.MaintainStaff = 26, LocationPurpose.MaintainExternal = 27, LocationPurpose.MaintainInternal = 28, LocationPurpose.MaintainContacts = 29,
  LocationPurpose.MaintainOrganizations = 30, LocationPurpose.MaintainUnits = 31, LocationPurpose.MaintainPositions = 32, LocationPurpose.MaintainGroups = 33,
  LocationPurpose.MaintainUnknown = 34, LocationPurpose.AddToDelegateOf = 35, LocationPurpose.AddToHasDelegates = 36, LocationPurpose.MaintainCommittees = 37,
  LocationPurpose.MaintainProjectTeams = 38, LocationPurpose.Communicator = 39, LocationPurpose.MaintainVenues = 40, LocationPurpose.MaintainWorkgroups = 41,
  LocationPurpose.ApproveAgendaItems = 42, LocationPurpose.MeetingVenue = 43, LocationPurpose.TodoAssignee = 44, LocationPurpose.ApproveClassification = 45,
  LocationPurpose.AddToAdministeredBy = 46, LocationPurpose.AddToAdministratorOf = 47, LocationPurpose.AddCaveatTo = 49, LocationPurpose.RemoveCaveatFrom = 50,
  LocationPurpose.MaintainStorageProviders = 51, LocationPurpose.SetDefaultSearchForm = 52, LocationPurpose.ArchiveTransfer = 53, LocationPurpose.AlertSubscriber = 54,
  LocationPurpose.EmailLinkOwner = 55, LocationPurpose.ConsignmentArchivist = 56, LocationPurpose.GpsSearch = 57, LocationPurpose.Editor = 58,
  LocationPurpose.Reviewer = 59, LocationPurpose.Authorizer = 60, LocationPurpose.UserFieldValue = 61, LocationPurpose.SearchUserFieldValue = 62,
  LocationPurpose.ConsignmentApprover = 63
}
 Location Usage Purposes More...
 
enum  LocationType {
  LocationType.Unknown = 0, LocationType.Organization = 1, LocationType.Group = 2, LocationType.Position = 3,
  LocationType.Person = 4, LocationType.ProjectTeam = 5, LocationType.Committee = 6, LocationType.Venue = 7,
  LocationType.Workgroup = 8, LocationType.StorageProvider = 9
}
 Location Types More...
 
enum  LockdownStyles { LockdownStyles.Normal = 0, LockdownStyles.SessionLock = 1, LockdownStyles.TotalLock = 2 }
 Lock Down Types More...
 
enum  LocRelationshipType {
  LocRelationshipType.MemberOf = 0, LocRelationshipType.BossedBy = 1, LocRelationshipType.OtherOf = 3, LocRelationshipType.HasMembers = 4,
  LocRelationshipType.BossOf = 5, LocRelationshipType.HasOthers = 7, LocRelationshipType.DelegateOf = 8, LocRelationshipType.HasDelegates = 9,
  LocRelationshipType.AdministratorOf = 10, LocRelationshipType.AdministeredBy = 11
}
 Location Relationship Types More...
 
enum  LoggingCategories {
  LoggingCategories.ActivityLogUser = 0, LoggingCategories.ActivityLogDB = 1, LoggingCategories.WgsCalls = 2, LoggingCategories.RecordConstructors = 3,
  LoggingCategories.RecordSearchGetNext = 4, LoggingCategories.RecordTreeBox = 5, LoggingCategories.AutoProfiling = 6, LoggingCategories.Watcher = 7,
  LoggingCategories.TagAndTask = 8, LoggingCategories.MapiCalls = 9, LoggingCategories.UserOptions = 10, LoggingCategories.RCF = 11
}
 Diagnostic Logging Categories More...
 
enum  LogLevels { LogLevels.Off = 0, LogLevels.On = 1, LogLevels.Verbose = 2 }
 Log Levels More...
 
enum  LookupItemFieldStyle { LookupItemFieldStyle.LongValueOnly = 0, LookupItemFieldStyle.ShortValueOnly = 1, LookupItemFieldStyle.ShortThenLongValue = 2 }
 Lookup Item Display Styles More...
 
enum  LookupItemPurposeType { LookupItemPurposeType.UseItem = 1, LookupItemPurposeType.SearchByItem = 2, LookupItemPurposeType.MaintainItem = 3, LookupItemPurposeType.ForFieldValue = 4 }
 Lookup Item Purpose Types More...
 
enum  LookupSetType { LookupSetType.Standard = 0, LookupSetType.NenHonorific = 2, LookupSetType.CmPartyType = 3, LookupSetType.CmRoleType = 4 }
 Lookup Set Types More...
 
enum  MailEventType {
  MailEventType.All = 0, MailEventType.ActionAssigned = 1, MailEventType.ActionReassigned = 2, MailEventType.ActionUndone = 3,
  MailEventType.ActionCurrent = 4, MailEventType.ActionOverdue = 5, MailEventType.ActionCompleted = 6, MailEventType.ActivityAssigned = 7,
  MailEventType.ActivityReassigned = 8, MailEventType.ActivityUndone = 9, MailEventType.ActivityCurrent = 10, MailEventType.ActivityOverdue = 11,
  MailEventType.ActivityCompleted = 12, MailEventType.ActivitySkipped = 13, MailEventType.ActivityEscalated = 14, MailEventType.ActivityReadyForAuthorization = 15,
  MailEventType.EstoreNearCapacity = 16, MailEventType.EstoreFull = 17, MailEventType.RecordSecurityBreach = 18, MailEventType.RecordSuperseded = 19,
  MailEventType.ScheduledTaskReady = 20, MailEventType.AlertRaised = 21, MailEventType.TodoItemAssigned = 22, MailEventType.TodoItemOverdue = 23,
  MailEventType.TodoItemStillOverdue = 24, MailEventType.AgendaDistribution = 25, MailEventType.MinutesDistribution = 26, MailEventType.ActivityNeedsAssignee = 27,
  MailEventType.DeleteAlertRaised = 28, MailEventType.ActionReminder = 30, MailEventType.ActivityReminder = 31, MailEventType.NewRequestAdded = 32,
  MailEventType.RecordReturnOverdue = 33, MailEventType.RecordReceiptAcknowledge = 34, MailEventType.RecordAssigned = 35, MailEventType.ActionStartReminder = 36,
  MailEventType.LicenseInBreach = 37, MailEventType.LicenseWarning = 38, MailEventType.NewUserAutomaticallyRegistered = 39, MailEventType.ReadyForDrafting = 40,
  MailEventType.DraftOverdue = 41, MailEventType.ReadyForReview = 42, MailEventType.ReviewerAddedComments = 43, MailEventType.ReviewOverdue = 44,
  MailEventType.ReviewComplete = 45, MailEventType.ReadyForAuthorization = 46, MailEventType.AuthorizerAddedComments = 47, MailEventType.AuthorizationOverdue = 48,
  MailEventType.AuthorizationComplete = 49, MailEventType.EditorAddedReply = 50, MailEventType.DocusignFailed = 51, MailEventType.RequestDigest = 52,
  MailEventType.ConsignmentReadyForApproval = 53, MailEventType.ConsignmentApprovalReminder = 54, MailEventType.ConsignmentApproved = 55, MailEventType.ConsignmentApproverActivity = 56,
  MailEventType.ConsignmentRecordActivity = 57
}
 Email Event Types More...
 
enum  MailFolderTypes { MailFolderTypes.NormalFolder = 0, MailFolderTypes.SentItems = 1, MailFolderTypes.ConversationHistory = 2, MailFolderTypes.Calendar = 3 }
 Mail Folder Types More...
 
enum  MailFormat { MailFormat.Msg = 0, MailFormat.Eml = 1 }
 Mail Formats More...
 
enum  MailPersistence { MailPersistence.Delete = 0, MailPersistence.MoveToTrash = 1, MailPersistence.Retain = 2 }
 Mail Persistence Styles More...
 
enum  MailRecipientType { MailRecipientType.To = 1, MailRecipientType.Cc = 2, MailRecipientType.Bcc = 3 }
 Mail Recipient Types More...
 
enum  MediaTypes {
  MediaTypes.Unknown = 0, MediaTypes.Paper = 1, MediaTypes.Electronic = 2, MediaTypes.OpticalDisk = 3,
  MediaTypes.Drawings = 4, MediaTypes.MagneticStorage = 5, MediaTypes.Memory = 6, MediaTypes.Microfilm = 7,
  MediaTypes.Film = 8, MediaTypes.Video = 9, MediaTypes.Custom1 = 10, MediaTypes.Custom2 = 11,
  MediaTypes.Custom3 = 12, MediaTypes.Custom4 = 13, MediaTypes.Custom5 = 14, MediaTypes.Custom6 = 15,
  MediaTypes.Custom7 = 16, MediaTypes.Custom8 = 17, MediaTypes.Custom9 = 18, MediaTypes.Custom10 = 19
}
 Media Types More...
 
enum  MeetingAccess {
  MeetingAccess.View = 0, MeetingAccess.AddAgendaItem = 1, MeetingAccess.EditMinutes = 2, MeetingAccess.Modify = 3,
  MeetingAccess.ModifyAccess = 4, MeetingAccess.Delete = 5
}
 Meeting Access Controls More...
 
enum  MeetingDocumentType {
  MeetingDocumentType.Custom6 = 0, MeetingDocumentType.Custom7 = 1, MeetingDocumentType.Submission = 2, MeetingDocumentType.Custom4 = 3,
  MeetingDocumentType.Custom5 = 4, MeetingDocumentType.Custom1 = 5, MeetingDocumentType.Custom2 = 6, MeetingDocumentType.Custom3 = 7
}
 Meeting Document Types More...
 
enum  MeetingPurpose { MeetingPurpose.AddAgendaItem = 1 }
 Meeting Purposes More...
 
enum  MenuPopupIds {
  MenuPopupIds.Unknown = 0, MenuPopupIds.RecordNew = 1, MenuPopupIds.RecordSearch = 2, MenuPopupIds.RecordSearchTrays = 3,
  MenuPopupIds.RecordNavigation = 4, MenuPopupIds.RecordDetails = 5, MenuPopupIds.RecordSecurity = 6, MenuPopupIds.RecordLocations = 7,
  MenuPopupIds.RecordRequests = 8, MenuPopupIds.RecordWorkflow = 9, MenuPopupIds.RecordReview = 10, MenuPopupIds.RecordCommunications = 11,
  MenuPopupIds.RecordElectronic = 12, MenuPopupIds.RecordArchiving = 13, MenuPopupIds.RecordAdmin = 14, MenuPopupIds.RecordSendTo = 15,
  MenuPopupIds.RecordRemoveFrom = 16, MenuPopupIds.RecordSimpleNew = 17, MenuPopupIds.RecordSimpleSearch = 18, MenuPopupIds.RecordSimpleSearchTrays = 19,
  MenuPopupIds.RecordSimpleNavigation = 20, MenuPopupIds.RecordSimpleElectronic = 21, MenuPopupIds.RecordSimpleSendTo = 22, MenuPopupIds.RecordSimpleRemoveFrom = 23,
  MenuPopupIds.LocationEAddressNew = 24, MenuPopupIds.LocationNew = 25, MenuPopupIds.LocationNewChild = 26, MenuPopupIds.LocationShow = 27,
  MenuPopupIds.SecurityCaveatLocations = 28, MenuPopupIds.SpaceShowRecords = 29, MenuPopupIds.ClassificationNew = 30, MenuPopupIds.LookupItemNew = 31,
  MenuPopupIds.ScheduleNew = 32, MenuPopupIds.ScheduleShow = 33, MenuPopupIds.ElectronicStoreNew = 34, MenuPopupIds.SharepointItemShow = 36,
  MenuPopupIds.ConsignmentReview = 37, MenuPopupIds.ConsignmentApproval = 38, MenuPopupIds.ConsignmentDisposal = 39, MenuPopupIds.DocumentQueueNew = 40,
  MenuPopupIds.CommunicationDetailAddress = 42, MenuPopupIds.ArchiveEventNew = 43, MenuPopupIds.MeetingTypeNew = 44, MenuPopupIds.MeetingTypeShow = 45,
  MenuPopupIds.MeetingNew = 46, MenuPopupIds.MeetingSendTo = 47, MenuPopupIds.MeetingShow = 48, MenuPopupIds.AgendaItemNew = 49,
  MenuPopupIds.TodoItemShow = 50, MenuPopupIds.WorkflowDocumentRecord = 51, MenuPopupIds.ActivityDocumentAdd = 52, MenuPopupIds.ActivityDocumentAttach = 53,
  MenuPopupIds.ActivityDocumentRecord = 54, MenuPopupIds.GenericSearch = 55, MenuPopupIds.GenericSecurity = 56, MenuPopupIds.GenericSendTo = 57,
  MenuPopupIds.GenericRemoveFrom = 58, MenuPopupIds.Activity = 59, MenuPopupIds.ActivityLog = 60, MenuPopupIds.AddTo = 61,
  MenuPopupIds.AlignActivities = 62, MenuPopupIds.AlignWorkflow = 63, MenuPopupIds.Alignment = 64, MenuPopupIds.Calendar = 65,
  MenuPopupIds.Colours = 66, MenuPopupIds.ContentIndex = 67, MenuPopupIds.CurrentSearch = 68, MenuPopupIds.Display = 69,
  MenuPopupIds.Edit = 70, MenuPopupIds.EventProcessing = 71, MenuPopupIds.Favorites = 72, MenuPopupIds.File = 73,
  MenuPopupIds.Font = 74, MenuPopupIds.Help = 75, MenuPopupIds.KeywordRelations = 76, MenuPopupIds.LocationLists = 77,
  MenuPopupIds.Location = 78, MenuPopupIds.MakeSameSize = 79, MenuPopupIds.MeetingManagement = 80, MenuPopupIds.Navigation = 81,
  MenuPopupIds.New = 82, MenuPopupIds.PhysicalRecords = 83, MenuPopupIds.RecordCaption = 84, MenuPopupIds.Rectangle = 85,
  MenuPopupIds.RemoveFrom = 86, MenuPopupIds.Reports = 87, MenuPopupIds.Retention = 88, MenuPopupIds.Rotation = 89,
  MenuPopupIds.Schema = 90, MenuPopupIds.Search = 91, MenuPopupIds.Security = 92, MenuPopupIds.SendTo = 93,
  MenuPopupIds.Size = 94, MenuPopupIds.TabBar = 95, MenuPopupIds.TagEvery = 96, MenuPopupIds.TextRotation = 97,
  MenuPopupIds.Tools = 98, MenuPopupIds.Toolbars = 99, MenuPopupIds.TrimTrays = 100, MenuPopupIds.Administration = 101,
  MenuPopupIds.UntagEvery = 102, MenuPopupIds.Utilities = 103, MenuPopupIds.View = 104, MenuPopupIds.ViewPane = 105,
  MenuPopupIds.Window = 106, MenuPopupIds.WordIndexes = 107, MenuPopupIds.WorkflowCaption = 108, MenuPopupIds.Zoom = 109,
  MenuPopupIds.OpenDocuments = 110, MenuPopupIds.SearchEditor = 111, MenuPopupIds.Filters = 112, MenuPopupIds.NewDocumentStore = 113,
  MenuPopupIds.Recent = 114, MenuPopupIds.SecurityAndAudit = 115, MenuPopupIds.Archiving = 116, MenuPopupIds.ArchivistReview = 117,
  MenuPopupIds.OwnerApproval = 118, MenuPopupIds.Disposal = 119, MenuPopupIds.Datasets = 120, MenuPopupIds.Workgroupservers = 121,
  MenuPopupIds.Dataset = 122, MenuPopupIds.Workgroupserver = 123, MenuPopupIds.Home = 124, MenuPopupIds.Clipboard = 125,
  MenuPopupIds.AllCommands = 126, MenuPopupIds.Tab = 127, MenuPopupIds.Alltabs = 128, MenuPopupIds.Setup = 129,
  MenuPopupIds.Tag = 133, MenuPopupIds.Pane = 134, MenuPopupIds.Options = 135, MenuPopupIds.Other = 136,
  MenuPopupIds.Idol = 137, MenuPopupIds.Customize = 139, MenuPopupIds.Physical = 140, MenuPopupIds.Documents = 141,
  MenuPopupIds.Records = 142, MenuPopupIds.Find = 143, MenuPopupIds.Browse = 144, MenuPopupIds.Page = 145,
  MenuPopupIds.Show = 146, MenuPopupIds.Layout = 147, MenuPopupIds.Rotate = 148, MenuPopupIds.Colour = 149,
  MenuPopupIds.Route = 150, MenuPopupIds.ConnectionPane = 151, MenuPopupIds.Workflow = 152, MenuPopupIds.Manage = 154,
  MenuPopupIds.Conversions = 155, MenuPopupIds.General = 156, MenuPopupIds.IdolIndexes = 157, MenuPopupIds.ResetOptions = 158,
  MenuPopupIds.InactiveRecords = 159, MenuPopupIds.DocumentReview = 160, MenuPopupIds.Rendering = 161, MenuPopupIds.ScheduleTriggerNew = 162,
  MenuPopupIds.UserLabelNew = 163, MenuPopupIds.ReportSendTo = 164, MenuPopupIds.ElasticIndexes = 165, MenuPopupIds.ViewpaneStyle = 166,
  MenuPopupIds.RenderingRequests = 167, MenuPopupIds.Share = 168, MenuPopupIds.ExternalWorkflow = 169, MenuPopupIds.ResultProcessing = 170
}
 
enum  MigrationType { MigrationType.Full = 0, MigrationType.Basic = 1, MigrationType.BasicWithLocation = 2 }
 Migration Types More...
 
enum  Months {
  Months.January = 1, Months.February = 2, Months.March = 3, Months.April = 4,
  Months.May = 5, Months.June = 6, Months.July = 7, Months.August = 8,
  Months.September = 9, Months.October = 10, Months.November = 11, Months.December = 12
}
 Months More...
 
enum  MotionOutcome {
  MotionOutcome.NotApplicable = 0, MotionOutcome.Carried = 1, MotionOutcome.CarriedUnanimous = 2, MotionOutcome.CarriedOnHands = 3,
  MotionOutcome.CarriedOnVoices = 4, MotionOutcome.Lost = 5, MotionOutcome.LostUnanimous = 6, MotionOutcome.LostOnHands = 7,
  MotionOutcome.LostOnVoices = 8, MotionOutcome.HeldOver = 9, MotionOutcome.OtherOutcome1 = 10, MotionOutcome.OtherOutcome2 = 11,
  MotionOutcome.OtherOutcome3 = 12, MotionOutcome.NotDecided = 13
}
 Motion Outcomes More...
 
enum  NativeMailStyles { NativeMailStyles.None = 0, NativeMailStyles.Simple = 1, NativeMailStyles.Advanced = 2 }
 Native Mail Capture Styles More...
 
enum  NbrTypes {
  NbrTypes.Unknown = 0, NbrTypes.RecordType = 1, NbrTypes.PlanChild = 2, NbrTypes.PlanRecord = 3,
  NbrTypes.TopPlan = 4, NbrTypes.RecordContainer = 5, NbrTypes.WorkflowJobs = 7, NbrTypes.AgendaItems = 8
}
 Numbering Types More...
 
enum  NotesInsertStyles { NotesInsertStyles.Wherever = 0, NotesInsertStyles.AtStart = 1, NotesInsertStyles.AtBottom = 2 }
 Notes Insert Styles More...
 
enum  NotesUpdateType {
  NotesUpdateType.Overwrite = 0, NotesUpdateType.AppendOnly = 1, NotesUpdateType.AppendWithNewLine = 2, NotesUpdateType.AppendWithUserStamp = 3,
  NotesUpdateType.PrependOnly = 4, NotesUpdateType.PrependWithNewLine = 5, NotesUpdateType.PrependWithUserStamp = 6
}
 Notes Update Types More...
 
enum  NotificationType {
  NotificationType.BobAdded = 0, NotificationType.BobModified = 1, NotificationType.BobRemoved = 2, NotificationType.SysMessage = 7,
  NotificationType.UserMessage = 8, NotificationType.LocInverseRelationshipMod = 10, NotificationType.FormModified = 11, NotificationType.UserPreferencesModified = 12,
  NotificationType.LabelItemsModified = 13, NotificationType.FieldRecordUsageModified = 14, NotificationType.AuditSettingsModified = 15, NotificationType.CaveatRemoved = 16,
  NotificationType.DeepAclRetest = 17, NotificationType.LocIncludedInAclGroup = 18, NotificationType.RequestNotification = 19
}
 Notification Types More...
 
enum  NumberingMethods {
  NumberingMethods.Unknown = 0, NumberingMethods.ByContainer = 1, NumberingMethods.ByPattern = 2, NumberingMethods.ByRecType = 3,
  NumberingMethods.ByClientMatter = 4
}
 Numbering Methods More...
 
enum  OauthImplementationType { OauthImplementationType.None = 0, OauthImplementationType.Adfs = 1, OauthImplementationType.Google = 2 }
 OAuth Implementation Types More...
 
enum  ObjectCapabilities { ObjectCapabilities.OnlineAudit = 0, ObjectCapabilities.OfflineAuditCreate = 1, ObjectCapabilities.OfflineAuditModify = 2, ObjectCapabilities.OfflineAuditDelete = 3 }
 Object Capabilities More...
 
enum  ObjectURLformats { ObjectURLformats.WebClient = 0, ObjectURLformats.WebDrawer = 1, ObjectURLformats.None = 3, ObjectURLformats.External = 4 }
 URL Formats More...
 
enum  OccurrenceTypes { OccurrenceTypes.OneOff = 0, OccurrenceTypes.Adhoc = 1, OccurrenceTypes.Scheduled = 2 }
 Event Occurrence Types More...
 
enum  OfficeIntegrationMenuCaptions {
  OfficeIntegrationMenuCaptions.New = 0, OfficeIntegrationMenuCaptions.Open = 1, OfficeIntegrationMenuCaptions.CheckIn = 2, OfficeIntegrationMenuCaptions.CheckInAs = 3,
  OfficeIntegrationMenuCaptions.MakeFinal = 4, OfficeIntegrationMenuCaptions.CheckInOnClose = 5, OfficeIntegrationMenuCaptions.RecordProperties = 6, OfficeIntegrationMenuCaptions.Picture = 7,
  OfficeIntegrationMenuCaptions.TextFromFile = 8, OfficeIntegrationMenuCaptions.Object = 9, OfficeIntegrationMenuCaptions.CheckInWithStyle = 10, OfficeIntegrationMenuCaptions.OpenRecord = 11,
  OfficeIntegrationMenuCaptions.OpenContainer = 12, OfficeIntegrationMenuCaptions.Classification = 13, OfficeIntegrationMenuCaptions.CheckInAttachments = 14, OfficeIntegrationMenuCaptions.CheckInStyles = 15,
  OfficeIntegrationMenuCaptions.OpenLog = 16, OfficeIntegrationMenuCaptions.Container = 17
}
 Office Integration Menu Captions More...
 
enum  OfflineRecordPurpose { OfflineRecordPurpose.AttachToRecord = 1, OfflineRecordPurpose.SelectFolder = 2, OfflineRecordPurpose.CleanupEmptyFolder = 3, OfflineRecordPurpose.Manage = 4 }
 Offline Record Purposes More...
 
enum  OfflineStatus {
  OfflineStatus.Draft = 0, OfflineStatus.Original = 1, OfflineStatus.Modified = 2, OfflineStatus.Reference = 3,
  OfflineStatus.Container = 4, OfflineStatus.Linked = 5, OfflineStatus.Invalid = 6
}
 Offline States More...
 
enum  OldVersionPurgeOptions { OldVersionPurgeOptions.Purge = 0, OldVersionPurgeOptions.Keep = 1, OldVersionPurgeOptions.Confirm = 2 }
 Old Version Purge Styles More...
 
enum  OpenDocumentStatus { OpenDocumentStatus.NotQueued = 0, OpenDocumentStatus.Open = 1, OpenDocumentStatus.ClosedNeedsConfirm = 2, OpenDocumentStatus.ClosedPending = 3 }
 Open Document Status Values More...
 
enum  OriginType {
  OriginType.TextFile = 0, OriginType.WindowsFolder = 1, OriginType.ExchangeMailbox = 2, OriginType.NotesMailbox = 3,
  OriginType.GroupwiseMailbox = 4, OriginType.SharePoint = 5, OriginType.XmlFile = 6, OriginType.ControlPoint = 8,
  OriginType.EmailCapture = 9, OriginType.Generic = 10, OriginType.Custom1 = 12, OriginType.Custom2 = 13,
  OriginType.Custom3 = 14, OriginType.Custom4 = 15, OriginType.Custom5 = 16, OriginType.Custom6 = 17,
  OriginType.Custom7 = 18, OriginType.Custom8 = 19
}
 Origin Types More...
 
enum  OutlineNumberType { OutlineNumberType.StandardDecimal = 0, OutlineNumberType.StandardRoman = 1, OutlineNumberType.DecimalThenRoman = 2, OutlineNumberType.DecimalAlphaRoman = 3 }
 Outline Number Types More...
 
enum  OutputPathTypes { OutputPathTypes.ExtractDocument = 0, OutputPathTypes.Reference = 1, OutputPathTypes.Folder = 2 }
 Output Path Types More...
 
enum  PathTypes {
  PathTypes.UserSpecified = 0, PathTypes.ProgramFiles = 1, PathTypes.TrimBinaries = 2, PathTypes.Windows = 3,
  PathTypes.WindowsSystem = 4
}
 Path Types More...
 
enum  PendingEventReviewFilter { PendingEventReviewFilter.IgnoreReviewDate = 0, PendingEventReviewFilter.NotForReview = 1, PendingEventReviewFilter.WithReview = 2, PendingEventReviewFilter.WithReviewCurrent = 3 }
 Review Filters More...
 
enum  PluginPageType { PluginPageType.NoPage = 0, PluginPageType.AddAtEnd = 1, PluginPageType.AddAtStart = 2, PluginPageType.Replace = 3 }
 Plugin Page Types More...
 
enum  Powerpoint11FileTypes { Powerpoint11FileTypes.pp7_Ppt2003_ppt = 0, Powerpoint11FileTypes.pp7_Ppt2003Tmpl_pot = 1, Powerpoint11FileTypes.pp7_Ppt2003Show_pps = 2 }
 Microsoft Office 2003 PowerPoint File Types More...
 
enum  PowerpointFileTypes {
  PowerpointFileTypes.Ppt_pptx = 0, PowerpointFileTypes.PptMe_pptm = 1, PowerpointFileTypes.Ppt97_ppt = 2, PowerpointFileTypes.PptTemp_potx = 3,
  PowerpointFileTypes.PptTmplMe_potm = 4, PowerpointFileTypes.Ppt97Tmpl_pot = 5, PowerpointFileTypes.PptShow_ppsx = 6, PowerpointFileTypes.PptShowMe_ppsm = 7,
  PowerpointFileTypes.Ppt97Show_pps = 8, PowerpointFileTypes.PptOpenDocument_odp = 9
}
 Microsoft PowerPoint File Types More...
 
enum  PowerpointOpenFileTypes {
  PowerpointOpenFileTypes.AllRecords = 8, PowerpointOpenFileTypes.AllFiles = 0, PowerpointOpenFileTypes.AllpptFiles = 1, PowerpointOpenFileTypes.PptFiles = 2,
  PowerpointOpenFileTypes.Ppt97Files = 3, PowerpointOpenFileTypes.AllpptTmpl = 4, PowerpointOpenFileTypes.PptMacroTmpls = 5, PowerpointOpenFileTypes.Ppt97Tmpls = 6,
  PowerpointOpenFileTypes.Otherppt = 7
}
 Microsoft Open PowerPoint File Types More...
 
enum  PrefetchStyles { PrefetchStyles.Never = 0, PrefetchStyles.Basic = 1, PrefetchStyles.Complete = 2 }
 Prefetch Styles More...
 
enum  PrimaryRecordStatisticsGrouping {
  PrimaryRecordStatisticsGrouping.None = 0, PrimaryRecordStatisticsGrouping.RecordType = 1, PrimaryRecordStatisticsGrouping.Classification = 2, PrimaryRecordStatisticsGrouping.RetentionSchedule = 3,
  PrimaryRecordStatisticsGrouping.Jurisdiction = 4
}
 Record Creation Statistics Primary Groupings More...
 
enum  Priority {
  Priority.VeryHigh = 1, Priority.High = 2, Priority.Medium = 3, Priority.Low = 4,
  Priority.VeryLow = 5
}
 Priorities More...
 
enum  ProductFeatures {
  ProductFeatures.Workflow = 0, ProductFeatures.Keywords = 1, ProductFeatures.SpaceManagement = 2, ProductFeatures.PhysicalRecords = 3,
  ProductFeatures.Classifications = 4, ProductFeatures.Retention = 5, ProductFeatures.Communications = 6, ProductFeatures.Meetings = 7,
  ProductFeatures.Rendering = 8, ProductFeatures.AnnotateRedact = 9, ProductFeatures.Jurisdictions = 10, ProductFeatures.Sharepoint = 11,
  ProductFeatures.ContentIndexing = 13, ProductFeatures.ClassifiedSecurity = 14, ProductFeatures.Labels = 15, ProductFeatures.Actions = 17,
  ProductFeatures.TodoItems = 18, ProductFeatures.Requests = 19, ProductFeatures.Origins = 20, ProductFeatures.Holds = 21,
  ProductFeatures.Series = 22, ProductFeatures.TemplatesAndContentBlocks = 23, ProductFeatures.EmbeddedLinks = 24, ProductFeatures.WebAndXMLPublishing = 25,
  ProductFeatures.DocumentQueues = 26, ProductFeatures.VitalRecords = 27, ProductFeatures.Alerts = 28, ProductFeatures.Parts = 29,
  ProductFeatures.Versions = 30, ProductFeatures.ReportsAndStatistics = 31, ProductFeatures.SAPintegration = 32, ProductFeatures.VeoRendering = 33,
  ProductFeatures.ExternalStores = 34, ProductFeatures.ManageInPlace = 35, ProductFeatures.AdvancedRequests = 36, ProductFeatures.DocumentHashing = 37,
  ProductFeatures.CenteraStorage = 38, ProductFeatures.WebClient = 39, ProductFeatures.SharePointZF = 40, ProductFeatures.ClientMatter = 41,
  ProductFeatures.AdvancedDisposal = 42, ProductFeatures.AutoClassification = 44, ProductFeatures.TieredStorage = 45, ProductFeatures.StoreEncryption = 46,
  ProductFeatures.Srms = 47, ProductFeatures.IcasStorage = 48, ProductFeatures.PhysicalInactiveRecordsManagement = 49, ProductFeatures.ElectronicInactiveRecordsManagement = 50,
  ProductFeatures.GeoLocations = 51, ProductFeatures.CheckinStyles = 52, ProductFeatures.DocumentReview = 53, ProductFeatures.PolicyCentre = 54,
  ProductFeatures.EmailCapture = 55, ProductFeatures.Ldap = 56, ProductFeatures.AccessExclusions = 57, ProductFeatures.ExtendedMetadataValidation = 58,
  ProductFeatures.AmazonStorage = 59, ProductFeatures.AzureStorage = 60, ProductFeatures.SecCompliance = 61, ProductFeatures.EventBasedArchiving = 62,
  ProductFeatures.ExternalSharing = 63, ProductFeatures.ExternalWorkflow = 64, ProductFeatures.ExternalFolderSynchronization = 65, ProductFeatures.UserDashBoard = 66,
  ProductFeatures.RecycleBin = 67
}
 Product Features More...
 
enum  ProductString {
  ProductString.Trim = 0, ProductString.Desktop = 2, ProductString.WebDrawer = 3, ProductString.CompanyName = 4,
  ProductString.QueueProcessor = 6, ProductString.Workgroup = 7, ProductString.EventProcessor = 8, ProductString.ImportTool = 9,
  ProductString.OutlookAddin = 10, ProductString.OfflineRecords = 11, ProductString.EmailViewer = 12, ProductString.WebSiteTitle = 13,
  ProductString.WebSiteURL = 14, ProductString.Render = 16, ProductString.EnterpriseStudio = 17, ProductString.DropZone = 18,
  ProductString.WebClient = 20, ProductString.WebService = 21, ProductString.SharePoint = 23, ProductString.Ldap = 24,
  ProductString.Sap = 26, ProductString.Kofax = 27, ProductString.AuditLogViewer = 30, ProductString.PolicyCentreImport = 31,
  ProductString.ObjectiveConnect = 32, ProductString.ObjectivePerform = 33
}
 Product Strings More...
 
enum  Project11FileTypes { Project11FileTypes.pj7_Project2003_mpp = 0, Project11FileTypes.pj7_ProjectTmpl2003_mpt = 1 }
 Microsoft Office 2003 Project File Types More...
 
enum  ProjectFileTypes { ProjectFileTypes.Project_mpp = 0, ProjectFileTypes.Project2007_mpp = 1, ProjectFileTypes.Project2000_mpp = 2, ProjectFileTypes.ProjectTmpl_mpt = 3 }
 Microsoft Project File Types More...
 
enum  ProjectOpenFileTypes {
  ProjectOpenFileTypes.AllRecords = 5, ProjectOpenFileTypes.AllFiles = 0, ProjectOpenFileTypes.AllprjFiles = 1, ProjectOpenFileTypes.PrjFiles = 2,
  ProjectOpenFileTypes.AllprjTmpl = 3, ProjectOpenFileTypes.Otherprj = 4
}
 Microsoft Open Project File Types More...
 
enum  PropertiesStringType { PropertiesStringType.AsTreeRow = 0, PropertiesStringType.AsViewPane = 1, PropertiesStringType.AsDefault = 2 }
 PropertiesAsStrings More...
 
enum  PropertyFormats {
  PropertyFormats.String = 0, PropertyFormats.Number = 1, PropertyFormats.Boolean = 2, PropertyFormats.Date = 3,
  PropertyFormats.Datetime = 4, PropertyFormats.Decimal = 5, PropertyFormats.Currency = 7, PropertyFormats.Enum = 8,
  PropertyFormats.Object = 9, PropertyFormats.BigNumber = 11, PropertyFormats.Geography = 13
}
 Property Formats More...
 
enum  PropertyIds {
  PropertyIds.Unknown = 0, PropertyIds.AttachedLabels = 39, PropertyIds.DateLastUpdated = 37, PropertyIds.LastUpdatedBy = 1380,
  PropertyIds.Uri = 36, PropertyIds.Url = 38, PropertyIds.Urn = 1290, PropertyIds.ActionDefActionName = 2601,
  PropertyIds.ActionDefAssignable = 2608, PropertyIds.ActionDefAssignee = 2602, PropertyIds.ActionDefCost = 2606, PropertyIds.ActionDefDays = 2603,
  PropertyIds.ActionDefHours = 2604, PropertyIds.ActionDefIsProcedure = 2607, PropertyIds.ActionDefMinutes = 2605, PropertyIds.ActionDefNotes = 2609,
  PropertyIds.ActivityAccessControl = 1979, PropertyIds.ActivityActivityId = 1180, PropertyIds.ActivityActivityPriority = 1157, PropertyIds.ActivityActualCost = 1177,
  PropertyIds.ActivityActualDuration = 1176, PropertyIds.ActivityAssignedBy = 1208, PropertyIds.ActivityAssignedTo = 1153, PropertyIds.ActivityAutoComplete = 1162,
  PropertyIds.ActivityCompletedBy = 1174, PropertyIds.ActivityCompletedOnTime = 1222, PropertyIds.ActivityDateAssigned = 1168, PropertyIds.ActivityDateAuthorized = 1175,
  PropertyIds.ActivityDateCompleted = 1173, PropertyIds.ActivityDateDue = 1166, PropertyIds.ActivityDateEarliestStart = 1164, PropertyIds.ActivityDateLatestStart = 1165,
  PropertyIds.ActivityDateSkipped = 1204, PropertyIds.ActivityDateStarted = 1171, PropertyIds.ActivityDateSuspended = 1196, PropertyIds.ActivityDateSuspendedUntil = 1197,
  PropertyIds.ActivityDerivedFromTemplate = 1205, PropertyIds.ActivityEmailAssigned = 1187, PropertyIds.ActivityEmailAuthorizable = 1195, PropertyIds.ActivityEmailCompleted = 1192,
  PropertyIds.ActivityEmailCurrent = 1190, PropertyIds.ActivityEmailEscalated = 1194, PropertyIds.ActivityEmailOverdue = 1191, PropertyIds.ActivityEmailReassigned = 1188,
  PropertyIds.ActivityEmailSkipped = 1193, PropertyIds.ActivityEmailUndone = 1189, PropertyIds.ActivityEscalatedTo = 1182, PropertyIds.ActivityEstimatedCost = 1156,
  PropertyIds.ActivityEstimatedDuration = 1155, PropertyIds.ActivityHasSubActivities = 1185, PropertyIds.ActivityIsComplete = 1169, PropertyIds.ActivityIsLastActivity = 1184,
  PropertyIds.ActivityIsOverdue = 1170, PropertyIds.ActivityIsReadyToStart = 1167, PropertyIds.ActivityIsStartActivity = 1160, PropertyIds.ActivityName = 1150,
  PropertyIds.ActivityNormalRect = 1202, PropertyIds.ActivityNotes = 1179, PropertyIds.ActivityOriginalAssignee = 1183, PropertyIds.ActivityOutlineRect = 1203,
  PropertyIds.ActivityParentActivityId = 1181, PropertyIds.ActivityPercentComplete = 1172, PropertyIds.ActivityReasonForSuspension = 1199, PropertyIds.ActivityRequiresAuthorization = 1163,
  PropertyIds.ActivityResult = 1209, PropertyIds.ActivityScheduledDuration = 1206, PropertyIds.ActivitySingleResultOnly = 8418, PropertyIds.ActivityState = 1178,
  PropertyIds.ActivitySupervisor = 1154, PropertyIds.ActivitySuspendedBy = 1198, PropertyIds.ActivityTemplate = 1152, PropertyIds.ActivityTotalSuspensionDuration = 1200,
  PropertyIds.ActivityUseAdvancedCompletionWizard = 1161, PropertyIds.ActivityWasSkipped = 1207, PropertyIds.ActivityWithinTemplate = 1159, PropertyIds.ActivityWorkflow = 1151,
  PropertyIds.ActionDefStepActionName = 2701, PropertyIds.ActionDefStepAssignee = 2706, PropertyIds.ActionDefStepBasedOnAction = 2711, PropertyIds.ActionDefStepCost = 2705,
  PropertyIds.ActionDefStepDays = 2702, PropertyIds.ActionDefStepHours = 2703, PropertyIds.ActionDefStepMinutes = 2704, PropertyIds.ActionDefStepSequence = 2707,
  PropertyIds.ActionDefStepUseAssignee = 2709, PropertyIds.ActionDefStepUseCost = 2710, PropertyIds.ActionDefStepUseTime = 2708, PropertyIds.AgendaItemAgendaItemOrderNumber = 792,
  PropertyIds.AgendaItemApproved = 985, PropertyIds.AgendaItemCarriedForwardFromItem = 787, PropertyIds.AgendaItemDateApproved = 796, PropertyIds.AgendaItemDateSubmitted = 794,
  PropertyIds.AgendaItemDefaultMinuteItemType = 982, PropertyIds.AgendaItemDescription = 782, PropertyIds.AgendaItemDocDateModified = 981, PropertyIds.AgendaItemDocExtension = 799,
  PropertyIds.AgendaItemDocSize = 980, PropertyIds.AgendaItemDocStore = 797, PropertyIds.AgendaItemDocStoreId = 798, PropertyIds.AgendaItemExpandedNumber = 781,
  PropertyIds.AgendaItemIsPending = 790, PropertyIds.AgendaItemIsSection = 789, PropertyIds.AgendaItemIsStanding = 791, PropertyIds.AgendaItemItemType = 788,
  PropertyIds.AgendaItemNeedsApprovalBy = 795, PropertyIds.AgendaItemNumber = 780, PropertyIds.AgendaItemOutlineNumber = 783, PropertyIds.AgendaItemParentAgendaItem = 786,
  PropertyIds.AgendaItemParentMeeting = 784, PropertyIds.AgendaItemParentMeetingType = 785, PropertyIds.AgendaItemPrimaryLocation = 983, PropertyIds.AgendaItemPrimaryRecord = 984,
  PropertyIds.AgendaItemSubmittedBy = 793, PropertyIds.AgendaItemTypeDefaultMinuteItemType = 840, PropertyIds.AgendaItemTypeDocDateModified = 839, PropertyIds.AgendaItemTypeDocExtension = 837,
  PropertyIds.AgendaItemTypeDocSize = 838, PropertyIds.AgendaItemTypeDocStore = 835, PropertyIds.AgendaItemTypeDocStoreId = 836, PropertyIds.AgendaItemTypeLastNumber = 834,
  PropertyIds.AgendaItemTypeName = 830, PropertyIds.AgendaItemTypeNeedsApprovalBy = 831, PropertyIds.AgendaItemTypeNumberPattern = 833, PropertyIds.AgendaItemTypeOwner = 832,
  PropertyIds.AgendaItemAttachmentAgendaPrintStyle = 967, PropertyIds.AgendaItemAttachmentAttachedObject = 965, PropertyIds.AgendaItemAttachmentAttachedObjectType = 964, PropertyIds.AgendaItemAttachmentDescription = 960,
  PropertyIds.AgendaItemAttachmentLocation = 963, PropertyIds.AgendaItemAttachmentObjectDetails = 961, PropertyIds.AgendaItemAttachmentRecord = 962, PropertyIds.AgendaItemAttachmentSequenceNumber = 966,
  PropertyIds.AgendaItemTypeAttachmentAgendaPrintStyle = 873, PropertyIds.AgendaItemTypeAttachmentAttachedObjectType = 871, PropertyIds.AgendaItemTypeAttachmentDescription = 870, PropertyIds.AgendaItemTypeAttachmentSequenceNumber = 872,
  PropertyIds.AlertCriteria = 2453, PropertyIds.AlertDescription = 2431, PropertyIds.AlertEventType = 2432, PropertyIds.AlertObjectType = 2434,
  PropertyIds.AlertSuspendUserFrom = 2452, PropertyIds.AlertSuspendUserUntil = 2459, PropertyIds.AlertTitle = 8366, PropertyIds.AlertSubscriberDescription = 2454,
  PropertyIds.AlertSubscriberIsSuspended = 2458, PropertyIds.AlertSubscriberSuspendedFrom = 2456, PropertyIds.AlertSubscriberSuspendedUntil = 2457, PropertyIds.AlertSubscriberUser = 2455,
  PropertyIds.ArchiveEventDescription = 1876, PropertyIds.ArchiveEventDoReminders = 1878, PropertyIds.ArchiveEventLastReminderDate = 1879, PropertyIds.ArchiveEventLatestOccurrence = 2089,
  PropertyIds.ArchiveEventNextOccurrenceDue = 1887, PropertyIds.ArchiveEventNotes = 1877, PropertyIds.ArchiveEventOccurrenceCount = 2090, PropertyIds.ArchiveEventOccurrenceFrequency = 1884,
  PropertyIds.ArchiveEventOccurrenceInterval = 1885, PropertyIds.ArchiveEventOccurrenceSchedule = 1886, PropertyIds.ArchiveEventOccurrencesStartOn = 1883, PropertyIds.ArchiveEventOccurrenceType = 1881,
  PropertyIds.ArchiveEventOneOffOccurrenceDate = 8393, PropertyIds.ArchiveEventReminderDays = 1880, PropertyIds.ArchiveEventTitle = 1875, PropertyIds.ArchiveEventOccurrenceDateAdded = 1891,
  PropertyIds.ArchiveEventOccurrenceNotes = 2091, PropertyIds.ArchiveEventOccurrenceOccurrenceDate = 1889, PropertyIds.ArchiveEventOccurrenceTriggeredBy = 1890, PropertyIds.AutoPartRuleContentLimit = 2414,
  PropertyIds.AutoPartRuleDateType = 2413, PropertyIds.AutoPartRuleDelayInterval = 2415, PropertyIds.AutoPartRuleDelayType = 2416, PropertyIds.AutoPartRuleDescription = 2420,
  PropertyIds.AutoPartRuleFixedDate = 2417, PropertyIds.AutoPartRuleName = 2411, PropertyIds.AutoPartRuleNotes = 2418, PropertyIds.AutoPartRulePartRuleType = 2412,
  PropertyIds.AutoPartRuleUserDefinedDateField = 2419, PropertyIds.CensusCensusLocation = 7102, PropertyIds.CensusEndDate = 7104, PropertyIds.CensusInProgress = 7105,
  PropertyIds.CensusName = 7101, PropertyIds.CensusRecordsEnd = 7107, PropertyIds.CensusRecordsMissing = 7108, PropertyIds.CensusRecordsStart = 7106,
  PropertyIds.CensusStartDate = 7103, PropertyIds.CheckinPlaceCheckinAs = 1866, PropertyIds.CheckinPlaceMailFolderType = 1868, PropertyIds.CheckinPlaceName = 1860,
  PropertyIds.CheckinPlaceOwner = 1861, PropertyIds.CheckinPlacePlaceId = 1865, PropertyIds.CheckinPlacePlaceType = 1864, PropertyIds.CheckinPlaceSyncState = 1867,
  PropertyIds.CheckinStyleAction = 1847, PropertyIds.CheckinStyleAddressee = 8386, PropertyIds.CheckinStyleAlternativeContainer = 8387, PropertyIds.CheckinStyleAssignee = 1843,
  PropertyIds.CheckinStyleAutoRender = 1850, PropertyIds.CheckinStyleClassification = 1835, PropertyIds.CheckinStyleContainer = 1834, PropertyIds.CheckinStyleDescription = 1831,
  PropertyIds.CheckinStyleFinalizeOnSave = 1842, PropertyIds.CheckinStyleGpsLocation = 1851, PropertyIds.CheckinStyleInitiateWorkflow = 1849, PropertyIds.CheckinStyleIsMatterSubfolder = 1837,
  PropertyIds.CheckinStyleIsMatterTemplate = 1836, PropertyIds.CheckinStyleJurisdiction = 1844, PropertyIds.CheckinStyleMailAttachmentsOnly = 1993, PropertyIds.CheckinStyleMailCleanupStyle = 1858,
  PropertyIds.CheckinStyleMakePrivate = 1841, PropertyIds.CheckinStyleMatter = 1838, PropertyIds.CheckinStyleName = 1830, PropertyIds.CheckinStyleRecordType = 1833,
  PropertyIds.CheckinStyleRetentionSchedule = 1846, PropertyIds.CheckinStyleSecurity = 1840, PropertyIds.CheckinStyleSetAuthorOption = 8373, PropertyIds.CheckinStyleShowDataEntryForm = 1856,
  PropertyIds.CheckinStyleSpecificAuthor = 8374, PropertyIds.CheckinStyleStyleOwner = 1832, PropertyIds.CheckinStyleSubFolderRecordType = 1839, PropertyIds.CheckinStyleUseForServerDocCapture = 1853,
  PropertyIds.CheckinStyleUseForServerMailCapture = 1852, PropertyIds.CheckinStyleUseForServerMailFolderType = 1857, PropertyIds.ClassificationAccessControl = 1922, PropertyIds.ClassificationAccessExclusions = 1991,
  PropertyIds.ClassificationActiveDescription = 1926, PropertyIds.ClassificationActiveFrom = 1923, PropertyIds.ClassificationActiveTo = 1924, PropertyIds.ClassificationApprover = 1932,
  PropertyIds.ClassificationAvailableForAutoClassification = 8391, PropertyIds.ClassificationCanAttachRecords = 1641, PropertyIds.ClassificationChildLastNumber = 1918, PropertyIds.ClassificationChildPattern = 1916,
  PropertyIds.ClassificationClassOfRecord = 1914, PropertyIds.ClassificationContainerCreation = 1939, PropertyIds.ClassificationContainerDateInterval = 1943, PropertyIds.ClassificationContainerHasDateRange = 1942,
  PropertyIds.ClassificationContainerPerOwner = 1944, PropertyIds.ClassificationContainerPerUserField = 1945, PropertyIds.ClassificationContainerSizeThreshold = 1941, PropertyIds.ClassificationContainerType = 1940,
  PropertyIds.ClassificationCopiedAccessControl = 1927, PropertyIds.ClassificationDefaultJurisdiction = 1933, PropertyIds.ClassificationHomeLocation = 1907, PropertyIds.ClassificationIdNumber = 1901,
  PropertyIds.ClassificationIdNumberUncompressed = 1903, PropertyIds.ClassificationIdolCategory = 1934, PropertyIds.ClassificationIsActive = 1925, PropertyIds.ClassificationIsApproved = 1931,
  PropertyIds.ClassificationLevelNumber = 1904, PropertyIds.ClassificationLevelNumberUncompressed = 1905, PropertyIds.ClassificationMinimumConfidenceLevel = 1937, PropertyIds.ClassificationName = 1902,
  PropertyIds.ClassificationNotes = 1911, PropertyIds.ClassificationNumberingIsManual = 1929, PropertyIds.ClassificationNumberPlusName = 1928, PropertyIds.ClassificationOwnerLocation = 1908,
  PropertyIds.ClassificationParentClassification = 1920, PropertyIds.ClassificationPendingAutoClassification = 1935, PropertyIds.ClassificationPolicyCentreGUID = 1640, PropertyIds.ClassificationPreventAutoClassification = 1936,
  PropertyIds.ClassificationRecordLastNumber = 1919, PropertyIds.ClassificationRecordPattern = 1917, PropertyIds.ClassificationRetentionSchedule = 1921, PropertyIds.ClassificationSecurity = 1910,
  PropertyIds.ClassificationTitle = 1906, PropertyIds.CommunicationDetailAddressDescription = 593, PropertyIds.CommunicationDetailAddressDescriptionISO = 617, PropertyIds.CommunicationDetailAddressLines = 594,
  PropertyIds.CommunicationDetailAddressType = 590, PropertyIds.CommunicationDetailCity = 595, PropertyIds.CommunicationDetailCountry = 611, PropertyIds.CommunicationDetailCountryISO = 616,
  PropertyIds.CommunicationDetailDated = 615, PropertyIds.CommunicationDetailDirection = 588, PropertyIds.CommunicationDetailEmailAddress = 612, PropertyIds.CommunicationDetailFaxNumber = 613,
  PropertyIds.CommunicationDetailLocation = 587, PropertyIds.CommunicationDetailLocationName = 589, PropertyIds.CommunicationDetailPostcode = 597, PropertyIds.CommunicationDetailRecordSent = 614,
  PropertyIds.CommunicationDetailReference = 592, PropertyIds.CommunicationDetailRegion = 610, PropertyIds.CommunicationDetailState = 596, PropertyIds.CommunicationDated = 582,
  PropertyIds.CommunicationDescription = 586, PropertyIds.CommunicationDirection = 580, PropertyIds.CommunicationMedium = 581, PropertyIds.CommunicationRecipients = 584,
  PropertyIds.CommunicationRecord = 585, PropertyIds.CommunicationSender = 583, PropertyIds.CommunicationViewable = 618, PropertyIds.ConsignmentAckTransferDate = 1485,
  PropertyIds.ConsignmentAllowOnHold = 1560, PropertyIds.ConsignmentAllowOutsideSchedule = 1489, PropertyIds.ConsignmentArchivist = 1483, PropertyIds.ConsignmentAuthenticateApprovals = 1726,
  PropertyIds.ConsignmentAutoRenderToPDF = 1768, PropertyIds.ConsignmentCutoffDate = 1413, PropertyIds.ConsignmentDateApproved = 1564, PropertyIds.ConsignmentDateAutoExamined = 1760,
  PropertyIds.ConsignmentDateRejected = 1761, PropertyIds.ConsignmentDateReviewed = 1563, PropertyIds.ConsignmentDescription = 1415, PropertyIds.ConsignmentDisposalDate = 1484,
  PropertyIds.ConsignmentDisposalMethod = 1411, PropertyIds.ConsignmentDoApprovals = 1724, PropertyIds.ConsignmentFilterString = 1417, PropertyIds.ConsignmentIsComplete = 1573,
  PropertyIds.ConsignmentLogRecord = 1482, PropertyIds.ConsignmentNbrApprovers = 1765, PropertyIds.ConsignmentNbrApproversPending = 1766, PropertyIds.ConsignmentNbrDisposalErrors = 1570,
  PropertyIds.ConsignmentNbrDisposed = 1569, PropertyIds.ConsignmentNbrIssuesNow = 1575, PropertyIds.ConsignmentNbrRecordsNow = 1566, PropertyIds.ConsignmentNbrRecordsStart = 1565,
  PropertyIds.ConsignmentNbrRejected = 1568, PropertyIds.ConsignmentNbrRejectedNeedConfirm = 1767, PropertyIds.ConsignmentNbrRemoved = 1567, PropertyIds.ConsignmentNumber = 1410,
  PropertyIds.ConsignmentOnlyScheduledDisposal = 1486, PropertyIds.ConsignmentOwnerApproval = 1561, PropertyIds.ConsignmentQueryString = 1416, PropertyIds.ConsignmentSelectingTopContainers = 1576,
  PropertyIds.ConsignmentSignedApprovals = 1725, PropertyIds.ConsignmentStatus = 1762, PropertyIds.ConsignmentTransferLocation = 1418, PropertyIds.ConsignmentUseOwnerAdminForApproval = 1562,
  PropertyIds.ConsignmentUseScheduleTransferLocation = 8370, PropertyIds.ConsignmentWaitingAcknowledgement = 1572, PropertyIds.ConsignmentApproverApprovalDocumentDetails = 1745, PropertyIds.ConsignmentApproverApprovedOn = 1426,
  PropertyIds.ConsignmentApproverApprover = 1422, PropertyIds.ConsignmentApproverConsignment = 1424, PropertyIds.ConsignmentApproverDateModified = 1744, PropertyIds.ConsignmentApproverDescription = 1757,
  PropertyIds.ConsignmentApproverDocumentSize = 1742, PropertyIds.ConsignmentApproverExtension = 1741, PropertyIds.ConsignmentApproverIsOwner = 1746, PropertyIds.ConsignmentApproverLastNotification = 1747,
  PropertyIds.ConsignmentApproverReasonAllRejected = 1759, PropertyIds.ConsignmentApproverStatus = 1425, PropertyIds.ConsignmentApproverStore = 1728, PropertyIds.ConsignmentApproverStoreID = 1729,
  PropertyIds.ConsignmentIssueConsignment = 1476, PropertyIds.ConsignmentIssueDescription = 1477, PropertyIds.ConsignmentIssueIssueId = 1488, PropertyIds.ConsignmentIssueIssueType = 1470,
  PropertyIds.ConsignmentIssueParentRecord = 1571, PropertyIds.ConsignmentIssueRecord = 1471, PropertyIds.ConsignmentIssueReviewer = 1487, PropertyIds.ConsignmentRejectionApprover = 1749,
  PropertyIds.ConsignmentRejectionConsignment = 1748, PropertyIds.ConsignmentRejectionDescription = 1758, PropertyIds.ConsignmentRejectionIsConfirmed = 1764, PropertyIds.ConsignmentRejectionRecDateClosed = 1755,
  PropertyIds.ConsignmentRejectionRecDateLastUpdated = 1756, PropertyIds.ConsignmentRejectionRecord = 1750, PropertyIds.ConsignmentRejectionRecRecType = 1754, PropertyIds.ConsignmentRejectionRecTitle = 1753,
  PropertyIds.ConsignmentRejectionRejectedOn = 1752, PropertyIds.ConsignmentRejectionRejectReason = 1751, PropertyIds.DatabaseActionReminder = 7731, PropertyIds.DatabaseActionReminderInterval = 7732,
  PropertyIds.DatabaseActionStartReminder = 1976, PropertyIds.DatabaseActionStartReminderInterval = 1977, PropertyIds.DatabaseActivityReminder = 7733, PropertyIds.DatabaseActivityReminderInterval = 7734,
  PropertyIds.DatabaseAddHoldToContainedRecord = 7528, PropertyIds.DatabaseAddRecordSearchesToOfflineAudit = 1967, PropertyIds.DatabaseAddRecordSearchesToOnlineAudit = 1966, PropertyIds.DatabaseAddressHistory = 1992,
  PropertyIds.DatabaseAddToContainerOnHold = 690, PropertyIds.DatabaseAllowCatalogMessageBodyOnly = 7745, PropertyIds.DatabaseAllowLargeFolders = 7740, PropertyIds.DatabaseAllowManualSentItemsCheckin = 1626,
  PropertyIds.DatabaseAllowUsersToSetDblClick = 1627, PropertyIds.DatabaseAlternatelyContainDuplicateMail = 7744, PropertyIds.DatabaseAlternateWorkgroupServerName = 7588, PropertyIds.DatabaseAlternateWorkgroupServerPort = 7589,
  PropertyIds.DatabaseAlternateWorkgroupServerURL = 1952, PropertyIds.DatabaseAlwaysCheckSpelling = 7426, PropertyIds.DatabaseAsynchronousFileTransfer = 7596, PropertyIds.DatabaseAuditActive = 7440,
  PropertyIds.DatabaseAuditEvents = 7441, PropertyIds.DatabaseAuditLogContainer = 674, PropertyIds.DatabaseAuditLogRecordType = 673, PropertyIds.DatabaseAutoConnect = 7538,
  PropertyIds.DatabaseAutoFinalizeEmail = 45, PropertyIds.DatabaseAutoGenerateThumbnail = 1620, PropertyIds.DatabaseAutoPartTimerDelayMinutes = 7598, PropertyIds.DatabaseAutoVitalRecordReview = 7492,
  PropertyIds.DatabaseBlockedSearchMethods = 7468, PropertyIds.DatabaseBlueprintsConverted = 7587, PropertyIds.DatabaseBypassBobChildListLimits = 1678, PropertyIds.DatabaseCalculateDispositionEvents = 7453,
  PropertyIds.DatabaseCaptureNativeMailAs = 7486, PropertyIds.DatabaseCascadeClassifications = 1674, PropertyIds.DatabaseCascadeClassificationSchedules = 1964, PropertyIds.DatabaseCascadeParentFields = 1625,
  PropertyIds.DatabaseCatalogAuditLogs = 672, PropertyIds.DatabaseCheckForDuplicateDocuments = 683, PropertyIds.DatabaseCheckForDuplicateEmailMessages = 7742, PropertyIds.DatabaseClassificationLastNumber = 7543,
  PropertyIds.DatabaseClassificationPrefetch = 7579, PropertyIds.DatabaseClassificationsNeedApproval = 7561, PropertyIds.DatabaseClassificationTopPattern = 7542, PropertyIds.DatabaseClassifiedSecurity = 7487,
  PropertyIds.DatabaseClientDocumentCacheSize = 7721, PropertyIds.DatabaseClientRecordAccessReferenced = 1675, PropertyIds.DatabaseCloseItemsWhenActionsInProgress = 2085, PropertyIds.DatabaseCloseItemsWhenAssigneeSet = 2086,
  PropertyIds.DatabaseCloseItemsWhenCheckedOut = 2084, PropertyIds.DatabaseCollectUpdateComments = 670, PropertyIds.DatabaseConfirmContactValidation = 7458, PropertyIds.DatabaseConfirmLocationValidation = 7459,
  PropertyIds.DatabaseConsignmentApprovalReminderDays = 1769, PropertyIds.DatabaseContainerPrefetch = 7580, PropertyIds.DatabaseContainerRulesForAlternate = 48, PropertyIds.DatabaseContentEngine = 1960,
  PropertyIds.DatabaseCreateUdfChangedEvents = 668, PropertyIds.DatabaseCurrencyDecimalDigits = 7465, PropertyIds.DatabaseCurrencyDecimalSymbol = 7464, PropertyIds.DatabaseCurrencyGroupingFmt = 7467,
  PropertyIds.DatabaseCurrencyGroupingSymbol = 7466, PropertyIds.DatabaseCurrencyNegativeFormat = 7463, PropertyIds.DatabaseCurrencyPositiveFormat = 7462, PropertyIds.DatabaseCurrencySymbol = 7461,
  PropertyIds.DatabaseCurrentUser = 7406, PropertyIds.DatabaseCurrentWorkgroup = 7484, PropertyIds.DatabaseDataSecurity = 7424, PropertyIds.DatabaseDblClickContainers = 1670,
  PropertyIds.DatabaseDblClickDocsDesktop = 1628, PropertyIds.DatabaseDblClickDocsTrim = 1629, PropertyIds.DatabaseDblClickExtLink = 1672, PropertyIds.DatabaseDbms = 7737,
  PropertyIds.DatabaseDeclassifyYears = 7488, PropertyIds.DatabaseDeduplicationThreshold = 687, PropertyIds.DatabaseDefaultAssigneeFromClassificationOwner = 7567, PropertyIds.DatabaseDefaultHome = 7422,
  PropertyIds.DatabaseDefaultOwner = 7423, PropertyIds.DatabaseDefaultStore = 7412, PropertyIds.DatabaseDefaultStoreForAgendaItems = 7549, PropertyIds.DatabaseDefaultStoreForAgendaItemTypes = 7548,
  PropertyIds.DatabaseDefaultStoreForAgendaTemplates = 7564, PropertyIds.DatabaseDefaultStoreForConsignmentApprovals = 1723, PropertyIds.DatabaseDefaultStoreForLinkedDocuments = 7474, PropertyIds.DatabaseDefaultStoreForLocations = 7476,
  PropertyIds.DatabaseDefaultStoreForMinuteItems = 7550, PropertyIds.DatabaseDefaultStoreForMinuteItemTypes = 7572, PropertyIds.DatabaseDefaultStoreForMinuteTemplates = 7565, PropertyIds.DatabaseDefaultStoreForOriginConfig = 7575,
  PropertyIds.DatabaseDefaultStoreForRecords = 7472, PropertyIds.DatabaseDefaultStoreForRenditions = 7475, PropertyIds.DatabaseDefaultStoreForReportBitmaps = 7482, PropertyIds.DatabaseDefaultStoreForReports = 7479,
  PropertyIds.DatabaseDefaultStoreForRevisions = 7473, PropertyIds.DatabaseDefaultStoreForStatistics = 7483, PropertyIds.DatabaseDefaultStoreForTemplates = 7478, PropertyIds.DatabaseDefaultStoreForWorkflows = 7477,
  PropertyIds.DatabaseDefaultStoreForWorkingCopies = 1874, PropertyIds.DatabaseDeleteEmailCaptureDuplicates = 1671, PropertyIds.DatabaseDocumentSecurity = 7540, PropertyIds.DatabaseDocumentSingleInstancing = 681,
  PropertyIds.DatabaseDocumentsOnlyWithinFolders = 7498, PropertyIds.DatabaseEmailActivitySupervisors = 43, PropertyIds.DatabaseEmailAssignee = 1978, PropertyIds.DatabaseEmailExpandOrganisations = 44,
  PropertyIds.DatabaseEmailSecurity = 7566, PropertyIds.DatabaseEmailSubjectPrefix = 1622, PropertyIds.DatabaseEmlAttachmentSingleInstancing = 682, PropertyIds.DatabaseEmptyRecycleBinAfter = 8368,
  PropertyIds.DatabaseEnableScheduledTasks = 7489, PropertyIds.DatabaseEndOfDay = 7408, PropertyIds.DatabaseEnsureUniqueEmails = 1722, PropertyIds.DatabaseEstoreMailAddress = 7444,
  PropertyIds.DatabaseExcessRowsInTree = 7584, PropertyIds.DatabaseFailedAutoClassifyClassification = 1774, PropertyIds.DatabaseFDA21CFR11compliant = 7597, PropertyIds.DatabaseFileSizeLimit = 1996,
  PropertyIds.DatabaseFilterClassifications = 7470, PropertyIds.DatabaseFilterClassificationsByCopyACL = 1953, PropertyIds.DatabaseFilterClassificationsByUseACL = 8362, PropertyIds.DatabaseGenerateAddAuditSummary = 7746,
  PropertyIds.DatabaseGenerateArcSightCEFAuditLog = 1971, PropertyIds.DatabaseGenerateDeleteAuditSummary = 669, PropertyIds.DatabaseGenerateModifyAuditSummary = 7747, PropertyIds.DatabaseGlobalTimezone = 7725,
  PropertyIds.DatabaseGoogleKey = 1624, PropertyIds.DatabaseHideClassificationNumbers = 7485, PropertyIds.DatabaseHideCustomRecordTypes = 7533, PropertyIds.DatabaseHideSQLFromClients = 1957,
  PropertyIds.DatabaseId = 7402, PropertyIds.DatabaseIgnoreAccentsInWordIndexes = 7723, PropertyIds.DatabaseIgnoreStaleUpdates = 7569, PropertyIds.DatabaseIncludeLargeTextUpdatesInLogs = 7749,
  PropertyIds.DatabaseInheritedAccessInheritsSecurity = 1970, PropertyIds.DatabaseInsecureContainer = 7418, PropertyIds.DatabaseInsecureCurrent = 7421, PropertyIds.DatabaseIsConnected = 7405,
  PropertyIds.DatabaseIsDefault = 7403, PropertyIds.DatabaseIsValid = 7404, PropertyIds.DatabaseJitcCompliant = 7428, PropertyIds.DatabaseLastDayInFiscalMonth = 7568,
  PropertyIds.DatabaseLastMonthInFiscalYear = 7536, PropertyIds.DatabaseLicenceeName = 7521, PropertyIds.DatabaseLicenseMailAddress = 1949, PropertyIds.DatabaseLocationCacheSize = 7591,
  PropertyIds.DatabaseLocationFormatShowHonorific = 7437, PropertyIds.DatabaseLocationFormatShowInitials = 7435, PropertyIds.DatabaseLocationFormatShowPostNominal = 7438, PropertyIds.DatabaseLocationFormatSurnameFirst = 7436,
  PropertyIds.DatabaseLocationPrefetch = 7578, PropertyIds.DatabaseLocationRelationshipChangesInOnlineAuditLog = 8335, PropertyIds.DatabaseLockdownSettings = 7522, PropertyIds.DatabaseLoginsInOnlineAuditLog = 1997,
  PropertyIds.DatabaseLogStorageTransfers = 679, PropertyIds.DatabaseLogWebServiceLogins = 7544, PropertyIds.DatabaseManyKeywords = 7576, PropertyIds.DatabaseManyLookupSets = 7586,
  PropertyIds.DatabaseManyMemberships = 689, PropertyIds.DatabaseManyRecordTypes = 7577, PropertyIds.DatabaseMatterRecordAccessReferenced = 1676, PropertyIds.DatabaseMinimumThesaurusLevels = 7415,
  PropertyIds.DatabaseModifyLogsPreviousValues = 7748, PropertyIds.DatabaseMyContainersLimit = 41, PropertyIds.DatabaseName = 7401, PropertyIds.DatabaseNeedLongevityRenditionToArchive = 7547,
  PropertyIds.DatabaseNENcompliant = 7537, PropertyIds.DatabaseNotifyAssignedAction = 7448, PropertyIds.DatabaseNotifyAutomaticUserRegistrations = 1950, PropertyIds.DatabaseNotifyCompletedAction = 2094,
  PropertyIds.DatabaseNotifyDocumentReviewEvents = 1621, PropertyIds.DatabaseNotifyNextAction = 7446, PropertyIds.DatabaseNotifyOverdueAction = 7447, PropertyIds.DatabaseNotifyOverdueReturn = 691,
  PropertyIds.DatabaseNotifyRecordRequest = 693, PropertyIds.DatabaseNotifyRequestsAwaitingAcknowledgement = 695, PropertyIds.DatabaseNotifyTodoItems = 7735, PropertyIds.DatabaseNotifyUserOptionChanges = 1679,
  PropertyIds.DatabaseNotifyWorkflowMail = 7535, PropertyIds.DatabaseObjectCacheSize = 7592, PropertyIds.DatabaseObjectURLFormat = 7493, PropertyIds.DatabaseOnlyEmailTRIMRefsToTRIMUsers = 7529,
  PropertyIds.DatabaseOtherBarcode = 7420, PropertyIds.DatabaseOtherPrefetchBuffer = 1963, PropertyIds.DatabaseOwnerFromContainer = 7494, PropertyIds.DatabasePaperFoldersBypassRecordTypeRestriction = 7571,
  PropertyIds.DatabasePmContributor = 694, PropertyIds.DatabasePmEndUser = 7456, PropertyIds.DatabasePmEnquiryUser = 7457, PropertyIds.DatabasePmRecordsManager = 7454,
  PropertyIds.DatabasePmRecordsWorker = 7455, PropertyIds.DatabasePrefetchForeignBarcodes = 7729, PropertyIds.DatabasePreventDeleteInArchiving = 1988, PropertyIds.DatabasePreventDuplicatedDocuments = 684,
  PropertyIds.DatabasePreventDuplicatedMailMessages = 7743, PropertyIds.DatabasePreventUnspecifiedFileTypes = 1995, PropertyIds.DatabasePreventZeroByteFiles = 49, PropertyIds.DatabaseProtectedEmailDomains = 1994,
  PropertyIds.DatabaseReadOnly = 7563, PropertyIds.DatabaseRecentDocumentsLimit = 42, PropertyIds.DatabaseRecordAssigneeDefault = 7451, PropertyIds.DatabaseRecordBarcode = 7419,
  PropertyIds.DatabaseRecordCacheSize = 7590, PropertyIds.DatabaseRecordOwnersInAuditLog = 696, PropertyIds.DatabaseRecordPrefetchBuffer = 1962, PropertyIds.DatabaseRecordTreeSplitterPercent = 7585,
  PropertyIds.DatabaseRelaxedActionDates = 7499, PropertyIds.DatabaseRelaxedDates = 7429, PropertyIds.DatabaseRenumberWhenMovedToNewContainer = 1965, PropertyIds.DatabaseReportAddInMemoryLeaks = 7726,
  PropertyIds.DatabaseRescheduleActionsIfFinishEarly = 7430, PropertyIds.DatabaseRescheduleActionsIfFinishLate = 7431, PropertyIds.DatabaseRmTerminology = 678, PropertyIds.DatabaseRoundRequestToNextHalfFullHour = 1975,
  PropertyIds.DatabaseRuntimeEnvironment = 7526, PropertyIds.DatabaseSaveTransparentRedactions = 7527, PropertyIds.DatabaseScanEmailForSecurityMarkings = 1954, PropertyIds.DatabaseScheduledTaskBobs = 7490,
  PropertyIds.DatabaseSchedulePrefetch = 7581, PropertyIds.DatabaseSchemaVersion = 7530, PropertyIds.DatabaseSdkVersion = 7481, PropertyIds.DatabaseSecurityMailAddress = 7445,
  PropertyIds.DatabaseServerDocumentCacheSize = 1959, PropertyIds.DatabaseServiceLocationCacheSize = 7594, PropertyIds.DatabaseServiceObjectCacheSize = 7595, PropertyIds.DatabaseServiceRecordCacheSize = 7593,
  PropertyIds.DatabaseShredderDelete = 7427, PropertyIds.DatabaseSignatureHashingAlgorithm = 7450, PropertyIds.DatabaseSingleRequests = 2097, PropertyIds.DatabaseSiteId = 1947,
  PropertyIds.DatabaseSoftwareVersion = 7460, PropertyIds.DatabaseStartOfDay = 7407, PropertyIds.DatabaseStatisticsDst = 7728, PropertyIds.DatabaseStatisticsTimeZone = 7727,
  PropertyIds.DatabaseStorageHashCheck = 688, PropertyIds.DatabaseStoreAutoClassifyNotes = 1946, PropertyIds.DatabaseStoreDocumentHashes = 1872, PropertyIds.DatabaseStrictCount = 1956,
  PropertyIds.DatabaseSuppressWarningsForClosedContainers = 1623, PropertyIds.DatabaseSurnamePrefixNotInSort = 7531, PropertyIds.DatabaseTitleAndNotesEvents = 677, PropertyIds.DatabaseTNAcompliant = 7541,
  PropertyIds.DatabaseTransferHashCheck = 685, PropertyIds.DatabaseUnambiguousDateDisplay = 1677, PropertyIds.DatabaseUpdateCommentsAreMandatory = 671, PropertyIds.DatabaseUseClientDocumentCache = 7720,
  PropertyIds.DatabaseUseLanguage = 7471, PropertyIds.DatabaseUserFieldBobs = 7491, PropertyIds.DatabaseUseServerDocumentCache = 1958, PropertyIds.DatabaseUseServiceAPIUIinOfficeAddin = 1773,
  PropertyIds.DatabaseUsingStoredProcedures = 7523, PropertyIds.DatabaseViewableRecordTypeThreshold = 47, PropertyIds.DatabaseWarnWhenChangeDispositionOfRelated = 7480, PropertyIds.DatabaseWebServerURL = 7416,
  PropertyIds.DatabaseWebServerWorkPath = 7539, PropertyIds.DatabaseWebServiceCache = 1999, PropertyIds.DatabaseWebServiceUnlimitedGlobalCache = 2078, PropertyIds.DatabaseWorkflowTimerDelayMinutes = 7599,
  PropertyIds.DatabaseWorkgroupServerName = 7534, PropertyIds.DatabaseWorkgroupServerPort = 7562, PropertyIds.DatabaseWorkgroupServerURL = 1951, PropertyIds.DocumentQueueAddressee = 8384,
  PropertyIds.DocumentQueueAllowAutomaticProcessing = 7773, PropertyIds.DocumentQueueAlternativeContainer = 8385, PropertyIds.DocumentQueueAutoViewDocuments = 7774, PropertyIds.DocumentQueueClassification = 7780,
  PropertyIds.DocumentQueueConfirmCheckIn = 7766, PropertyIds.DocumentQueueContainer = 7759, PropertyIds.DocumentQueueDisplayEntryForm = 7767, PropertyIds.DocumentQueueDocumentUpdateStyle = 7777,
  PropertyIds.DocumentQueueEmailUpdateStyle = 7778, PropertyIds.DocumentQueueIgnoreOriginals = 7772, PropertyIds.DocumentQueueLastProcessed = 7757, PropertyIds.DocumentQueueLocation = 7752,
  PropertyIds.DocumentQueueLocationDisplay = 7779, PropertyIds.DocumentQueueMachine = 7751, PropertyIds.DocumentQueueName = 7750, PropertyIds.DocumentQueueNotes = 7776,
  PropertyIds.DocumentQueueQueueType = 7753, PropertyIds.DocumentQueueRecordType = 7758, PropertyIds.DocumentQueueSelectFilter = 7765, PropertyIds.DocumentQueueSetAuthorOption = 8371,
  PropertyIds.DocumentQueueShowBinaryFiles = 7763, PropertyIds.DocumentQueueShowHiddenFiles = 7760, PropertyIds.DocumentQueueShowReferenceFiles = 7762, PropertyIds.DocumentQueueShowRenditions = 7764,
  PropertyIds.DocumentQueueShowSystemFiles = 7761, PropertyIds.DocumentQueueSpecificAuthor = 8372, PropertyIds.ElectronicStoreAlertLevel = 2306, PropertyIds.ElectronicStoreAutnGroup = 2342,
  PropertyIds.ElectronicStoreBytesRemaining = 2333, PropertyIds.ElectronicStoreBytesUsed = 2331, PropertyIds.ElectronicStoreCapacity = 2309, PropertyIds.ElectronicStoreCompress = 2330,
  PropertyIds.ElectronicStoreDefaultAccessDate = 2340, PropertyIds.ElectronicStoreDefaultFor = 2305, PropertyIds.ElectronicStoreDeleteRetriesQueued = 2341, PropertyIds.ElectronicStoreDeploymentStatus = 2328,
  PropertyIds.ElectronicStoreEncrypt = 2343, PropertyIds.ElectronicStoreExternalConfig = 2335, PropertyIds.ElectronicStoreExternalProgId = 2336, PropertyIds.ElectronicStoreFilesPerFolder = 2307,
  PropertyIds.ElectronicStoreInPool = 2329, PropertyIds.ElectronicStoreKeepAccessDates = 2338, PropertyIds.ElectronicStoreLoginName = 2312, PropertyIds.ElectronicStoreLoginPassword = 2313,
  PropertyIds.ElectronicStoreMaxFolderSize = 2334, PropertyIds.ElectronicStoreName = 2301, PropertyIds.ElectronicStorePath = 2303, PropertyIds.ElectronicStoreSecCompliant = 2344,
  PropertyIds.ElectronicStoreStorageTier = 2337, PropertyIds.ElectronicStoreStoreLocation = 2317, PropertyIds.ElectronicStoreStoreType = 2302, PropertyIds.ElectronicStoreUpdateAccessDateOnAdd = 2339,
  PropertyIds.ElectronicStoreWgsAffinity = 2345, PropertyIds.ElectronicStoreWriteProtected = 2311, PropertyIds.ExternalWorkflowCase = 8316, PropertyIds.ExternalWorkflowComments = 8318,
  PropertyIds.ExternalWorkflowDateComplete = 8320, PropertyIds.ExternalWorkflowDateDue = 8319, PropertyIds.ExternalWorkflowInitiatingRecord = 8317, PropertyIds.ExternalWorkflowIsActive = 8321,
  PropertyIds.ExternalWorkflowIsComplete = 8322, PropertyIds.ExternalWorkflowIsOverdue = 8323, PropertyIds.ExternalWorkflowSlipId = 8314, PropertyIds.ExternalWorkflowStatus = 8324,
  PropertyIds.ExternalWorkflowWorkflowType = 8315, PropertyIds.ExternalWorkflowTaskAssignee = 8327, PropertyIds.ExternalWorkflowTaskCase = 8332, PropertyIds.ExternalWorkflowTaskDateDue = 8330,
  PropertyIds.ExternalWorkflowTaskDescription = 8328, PropertyIds.ExternalWorkflowTaskIsOverdue = 8331, PropertyIds.ExternalWorkflowTaskTaskId = 8329, PropertyIds.ExternalWorkflowTaskTaskName = 8326,
  PropertyIds.ExternalWorkflowTaskWorkflow = 8325, PropertyIds.ExternalWorkflowTypeAutoInitiate = 8305, PropertyIds.ExternalWorkflowTypeCaseRecordType = 8302, PropertyIds.ExternalWorkflowTypeContainer = 8311,
  PropertyIds.ExternalWorkflowTypeDocumentRecordType = 8303, PropertyIds.ExternalWorkflowTypeHostId = 8313, PropertyIds.ExternalWorkflowTypeIconId = 8312, PropertyIds.ExternalWorkflowTypeId = 8301,
  PropertyIds.ExternalWorkflowTypeInitiatingRecordType = 8304, PropertyIds.ExternalWorkflowTypeLaunchURL = 8307, PropertyIds.ExternalWorkflowTypeLaunchURLForDetails = 8309, PropertyIds.ExternalWorkflowTypeLaunchURLForTaskDetails = 8310,
  PropertyIds.ExternalWorkflowTypeLaunchURLWithRecord = 8308, PropertyIds.ExternalWorkflowTypeName = 8300, PropertyIds.ExternalWorkflowTypeNeedsInitiatingRecord = 8306, PropertyIds.FieldDefinitionAbbreviation = 6902,
  PropertyIds.FieldDefinitionCurrencySymbol = 6832, PropertyIds.FieldDefinitionDateTimeIsUTC = 6842, PropertyIds.FieldDefinitionDefaultBoolean = 6912, PropertyIds.FieldDefinitionDefaultCurrency = 6825,
  PropertyIds.FieldDefinitionDefaultDate = 6911, PropertyIds.FieldDefinitionDefaultDecimal = 6913, PropertyIds.FieldDefinitionDefaultDisplay = 6914, PropertyIds.FieldDefinitionDefaultInternal = 6915,
  PropertyIds.FieldDefinitionDefaultNumber = 6910, PropertyIds.FieldDefinitionDefaultString = 6909, PropertyIds.FieldDefinitionExternalId = 6831, PropertyIds.FieldDefinitionForceSpellCheck = 1984,
  PropertyIds.FieldDefinitionFormat = 6903, PropertyIds.FieldDefinitionIconId = 6833, PropertyIds.FieldDefinitionId = 6826, PropertyIds.FieldDefinitionIndexNulls = 6916,
  PropertyIds.FieldDefinitionInIDOLtext = 6841, PropertyIds.FieldDefinitionIsSearchable = 6908, PropertyIds.FieldDefinitionIsUsedBy = 6919, PropertyIds.FieldDefinitionIsUsedByRecordTypes = 6834,
  PropertyIds.FieldDefinitionIsVisible = 6838, PropertyIds.FieldDefinitionLength = 6907, PropertyIds.FieldDefinitionLocationMustBeMemberOf = 1980, PropertyIds.FieldDefinitionLocationRestriction = 6836,
  PropertyIds.FieldDefinitionLookupSet = 6904, PropertyIds.FieldDefinitionLowerLimit = 6829, PropertyIds.FieldDefinitionMask = 6820, PropertyIds.FieldDefinitionName = 6901,
  PropertyIds.FieldDefinitionNotes = 6837, PropertyIds.FieldDefinitionObjectType = 6828, PropertyIds.FieldDefinitionOnlyLookupItemsInText = 1985, PropertyIds.FieldDefinitionPluginBrowseOnly = 1983,
  PropertyIds.FieldDefinitionPluginId = 6827, PropertyIds.FieldDefinitionRecordMustBeOfType = 1981, PropertyIds.FieldDefinitionSapKeySetField = 6839, PropertyIds.FieldDefinitionSearchClause = 6840,
  PropertyIds.FieldDefinitionSearchClauseCaption = 6843, PropertyIds.FieldDefinitionSearchClauseName = 6835, PropertyIds.FieldDefinitionStringVerificationType = 1982, PropertyIds.FieldDefinitionUpperLimit = 6830,
  PropertyIds.HistoryActivity = 6715, PropertyIds.HistoryClientIPAddress = 6726, PropertyIds.HistoryConnectionIPAddress = 6725, PropertyIds.HistoryContentRecord = 1972,
  PropertyIds.HistoryDoneOn = 6704, PropertyIds.HistoryDoneOnGMT = 6721, PropertyIds.HistoryDoneOnLocal = 6722, PropertyIds.HistoryDoneOnMachine = 6723,
  PropertyIds.HistoryEventDescription = 6706, PropertyIds.HistoryEventObject = 6712, PropertyIds.HistoryEventType = 6705, PropertyIds.HistoryForObjectType = 6716,
  PropertyIds.HistoryForObjectUri = 6717, PropertyIds.HistoryIsSearch = 1968, PropertyIds.HistoryIsSecurityViolation = 6708, PropertyIds.HistoryLocation = 6713,
  PropertyIds.HistoryLogin = 6703, PropertyIds.HistoryLoginLocation = 6710, PropertyIds.HistoryMovementLocation = 6709, PropertyIds.HistoryRawEventDescription = 6711,
  PropertyIds.HistoryRecord = 6702, PropertyIds.HistoryRecordTitle = 2098, PropertyIds.HistoryRelatedObjectType = 1973, PropertyIds.HistoryRelatedObjectUri = 1974,
  PropertyIds.HistorySearchTitle = 1969, PropertyIds.HistoryTextSummary = 6720, PropertyIds.HistoryUpdateComments = 6724, PropertyIds.HistoryWorkflow = 6714,
  PropertyIds.HistoryXmlSummary = 6719, PropertyIds.HoldActiveDescription = 7007, PropertyIds.HoldActiveFrom = 7003, PropertyIds.HoldActiveTo = 7004,
  PropertyIds.HoldAffectsDispositionOnly = 7008, PropertyIds.HoldContact = 7002, PropertyIds.HoldExternalId = 7017, PropertyIds.HoldIsActive = 7006,
  PropertyIds.HoldName = 7001, PropertyIds.HoldNotes = 7005, PropertyIds.HoldSearchCriteria = 7009, PropertyIds.HoldSearchLastRunOn = 7016,
  PropertyIds.HtmlLayoutExtension = 5203, PropertyIds.HtmlLayoutForType = 5205, PropertyIds.HtmlLayoutName = 5201, PropertyIds.HtmlLayoutTemplate = 5202,
  PropertyIds.JurisdictionMemberJurisdiction = 1480, PropertyIds.JurisdictionActiveDescription = 1593, PropertyIds.JurisdictionActiveFrom = 1591, PropertyIds.JurisdictionActiveTo = 1592,
  PropertyIds.JurisdictionComments = 1462, PropertyIds.JurisdictionDescription = 1460, PropertyIds.JurisdictionIsActive = 1590, PropertyIds.JurisdictionJurisdictionType = 1463,
  PropertyIds.JurisdictionMembers = 1464, PropertyIds.JurisdictionName = 1461, PropertyIds.KeywordAccessControl = 3019, PropertyIds.KeywordActiveDescription = 3018,
  PropertyIds.KeywordActiveFrom = 3015, PropertyIds.KeywordActiveTo = 3016, PropertyIds.KeywordEnablerFlags = 3014, PropertyIds.KeywordHasRelatedKeywords = 3011,
  PropertyIds.KeywordIdentificationNumber = 3003, PropertyIds.KeywordIsActive = 3017, PropertyIds.KeywordIsAPrimaryTerm = 3004, PropertyIds.KeywordIsForbidden = 3008,
  PropertyIds.KeywordIsNodeLabel = 3007, PropertyIds.KeywordIsPrompt = 3005, PropertyIds.KeywordName = 3001, PropertyIds.KeywordNotes = 3013,
  PropertyIds.KeywordSource = 3002, PropertyIds.LocationAddressActiveDescription = 279, PropertyIds.LocationAddressActiveFrom = 277, PropertyIds.LocationAddressActiveTo = 278,
  PropertyIds.LocationAddressAddressLines = 270, PropertyIds.LocationAddressAddressType = 276, PropertyIds.LocationAddressCity = 271, PropertyIds.LocationAddressCountry = 275,
  PropertyIds.LocationAddressCountryISO = 297, PropertyIds.LocationAddressDescription = 296, PropertyIds.LocationAddressDescriptionISO = 298, PropertyIds.LocationAddressIsCurrent = 295,
  PropertyIds.LocationAddressPostcode = 273, PropertyIds.LocationAddressRegion = 274, PropertyIds.LocationAddressState = 272, PropertyIds.LocationAccessControl = 264,
  PropertyIds.LocationActiveDescription = 263, PropertyIds.LocationActiveFrom = 261, PropertyIds.LocationActiveTo = 262, PropertyIds.LocationActualBarcode = 216,
  PropertyIds.LocationAdditionalLogin = 1352, PropertyIds.LocationAdministrator = 495, PropertyIds.LocationAfterHoursPhoneNumber = 210, PropertyIds.LocationAllAdministrators = 486,
  PropertyIds.LocationAllMembers = 480, PropertyIds.LocationAllMemberships = 481, PropertyIds.LocationAllMembershipsRecursive = 482, PropertyIds.LocationBasedOnUserType = 1359,
  PropertyIds.LocationCanDeliverDirect = 493, PropertyIds.LocationCanLogin = 250, PropertyIds.LocationCommittee = 228, PropertyIds.LocationCutoffTime = 487,
  PropertyIds.LocationDateOfBirth = 240, PropertyIds.LocationDefaultJurisdiction = 1465, PropertyIds.LocationDeliverContainersOnly = 492, PropertyIds.LocationDeliveryLocation = 494,
  PropertyIds.LocationEmailAddress = 499, PropertyIds.LocationFaxNumber = 209, PropertyIds.LocationFirstInitial = 247, PropertyIds.LocationForeignBarcode = 215,
  PropertyIds.LocationFormalPreamble = 255, PropertyIds.LocationFormattedAddress = 213, PropertyIds.LocationFormattedAddressISO = 268, PropertyIds.LocationFormattedName = 237,
  PropertyIds.LocationFullFormattedName = 245, PropertyIds.LocationGenderValue = 244, PropertyIds.LocationGivenNames = 231, PropertyIds.LocationGpsLocation = 1353,
  PropertyIds.LocationHasAValidLogin = 498, PropertyIds.LocationHoldingOrganizationName = 249, PropertyIds.LocationHomeDataset = 1358, PropertyIds.LocationHonorific = 234,
  PropertyIds.LocationIdNumber = 217, PropertyIds.LocationInformalPreamble = 256, PropertyIds.LocationInitials = 241, PropertyIds.LocationInternetMailAddress = 225,
  PropertyIds.LocationIsActive = 205, PropertyIds.LocationIsVisitor = 1357, PropertyIds.LocationIsWithin = 206, PropertyIds.LocationJobDescription = 236,
  PropertyIds.LocationKeepAddressHistory = 266, PropertyIds.LocationLdapSynchDN = 1354, PropertyIds.LocationLdapSynchEnabled = 1355, PropertyIds.LocationLdapSynchLastUpdated = 1356,
  PropertyIds.LocationLoginDetails = 220, PropertyIds.LocationLoginExpires = 257, PropertyIds.LocationLogsInAs = 251, PropertyIds.LocationLongHonorific = 267,
  PropertyIds.LocationMobileNumber = 208, PropertyIds.LocationNickName = 202, PropertyIds.LocationNotes = 219, PropertyIds.LocationOldPostalAddresses = 1661,
  PropertyIds.LocationOldPostalAddressesISO = 1663, PropertyIds.LocationOldStreetAddresses = 1660, PropertyIds.LocationOldStreetAddressesISO = 1662, PropertyIds.LocationPermissionsCustomized = 1998,
  PropertyIds.LocationPhoneNumber = 207, PropertyIds.LocationPosition = 238, PropertyIds.LocationPostalAddress = 224, PropertyIds.LocationPostalAddressISO = 299,
  PropertyIds.LocationPostNominal = 235, PropertyIds.LocationProjectTeam = 229, PropertyIds.LocationProviderContainer = 497, PropertyIds.LocationProviderLogRecordType = 496,
  PropertyIds.LocationRequestResponseHigh = 488, PropertyIds.LocationRequestResponseLow = 490, PropertyIds.LocationRequestResponseMedium = 489, PropertyIds.LocationRequestsNeedApproval = 491,
  PropertyIds.LocationReviewDate = 221, PropertyIds.LocationSalutation = 246, PropertyIds.LocationSecurityKeys = 484, PropertyIds.LocationSecurityString = 212,
  PropertyIds.LocationSortName = 201, PropertyIds.LocationStreetAddress = 223, PropertyIds.LocationStreetAddressISO = 269, PropertyIds.LocationSupervisor = 260,
  PropertyIds.LocationSurname = 230, PropertyIds.LocationSurnameNoPrefix = 243, PropertyIds.LocationSurnamePrefix = 242, PropertyIds.LocationTypeOfLocation = 203,
  PropertyIds.LocationUnit = 1350, PropertyIds.LocationUseAddressOf = 265, PropertyIds.LocationUsedForStatistics = 483, PropertyIds.LocationUseProfileOf = 258,
  PropertyIds.LocationUserLicenseType = 485, PropertyIds.LocationUserType = 252, PropertyIds.LocationViewPaneId = 259, PropertyIds.LocationWebPage = 1351,
  PropertyIds.LocationWorkgroup = 248, PropertyIds.LocationEAddressActiveDescription = 291, PropertyIds.LocationEAddressActiveFrom = 289, PropertyIds.LocationEAddressActiveTo = 290,
  PropertyIds.LocationEAddressDescription = 284, PropertyIds.LocationEAddressElectronicAddressData = 281, PropertyIds.LocationEAddressElectronicAddressType = 282, PropertyIds.LocationEAddressEmailAddressTypeString = 283,
  PropertyIds.LocationEAddressEStore = 286, PropertyIds.LocationEAddressEStoreId = 287, PropertyIds.LocationEAddressIsPreferred = 285, PropertyIds.LocationEAddressName = 280,
  PropertyIds.LookupItemAbbreviation = 1582, PropertyIds.LookupItemAccessControl = 1711, PropertyIds.LookupItemComments = 1589, PropertyIds.LookupItemDescription = 1583,
  PropertyIds.LookupItemFullDescription = 1710, PropertyIds.LookupItemHasChildItems = 1689, PropertyIds.LookupItemIconId = 1584, PropertyIds.LookupItemItemNumber = 1721,
  PropertyIds.LookupItemName = 1581, PropertyIds.LookupItemParentItem = 1688, PropertyIds.LookupItemParentSet = 1580, PropertyIds.LookupSetAccessControl = 1003,
  PropertyIds.LookupSetIconId = 1005, PropertyIds.LookupSetIsUsedByAdditionalFields = 1007, PropertyIds.LookupSetItemDisplayStyle = 1685, PropertyIds.LookupSetItemsHaveComments = 1684,
  PropertyIds.LookupSetItemsHaveHierarchy = 1686, PropertyIds.LookupSetItemsHaveLongValue = 1682, PropertyIds.LookupSetItemsHaveShortValue = 1680, PropertyIds.LookupSetLongValueMaxLength = 1683,
  PropertyIds.LookupSetLookupSetType = 1004, PropertyIds.LookupSetName = 1001, PropertyIds.LookupSetNotes = 1002, PropertyIds.LookupSetOnlySelectLowestLevel = 1687,
  PropertyIds.LookupSetShortValueIsNumeric = 1720, PropertyIds.LookupSetShortValueMaxLength = 1681, PropertyIds.MailTemplateAttachReference = 574, PropertyIds.MailTemplateContentTemplate = 571,
  PropertyIds.MailTemplateForEventType = 561, PropertyIds.MailTemplateForPropertyId = 563, PropertyIds.MailTemplateForRecipientPropertyId = 566, PropertyIds.MailTemplateForRecipientUserDefinedField = 567,
  PropertyIds.MailTemplateForRecipientWithValue = 568, PropertyIds.MailTemplateForUserDefinedField = 564, PropertyIds.MailTemplateName = 560, PropertyIds.MailTemplateObjectsSelected = 572,
  PropertyIds.MailTemplateRecipientsSelected = 573, PropertyIds.MailTemplateRelatingToObjectType = 562, PropertyIds.MailTemplateReplyTo = 569, PropertyIds.MailTemplateSubjectTemplate = 570,
  PropertyIds.MailTemplateUseHTMLformat = 575, PropertyIds.MailTemplateWithValue = 565, PropertyIds.MeetingAgendaIssueDate = 713, PropertyIds.MeetingAgendaOpen = 717,
  PropertyIds.MeetingAgendaRecord = 714, PropertyIds.MeetingApologies = 706, PropertyIds.MeetingAttendees = 707, PropertyIds.MeetingChair = 705,
  PropertyIds.MeetingInvitations = 708, PropertyIds.MeetingMeetingDate = 701, PropertyIds.MeetingMeetingDuration = 711, PropertyIds.MeetingMeetingPlace = 710,
  PropertyIds.MeetingMeetingType = 709, PropertyIds.MeetingMinutesRecord = 715, PropertyIds.MeetingName = 700, PropertyIds.MeetingNotes = 704,
  PropertyIds.MeetingPending = 716, PropertyIds.MeetingSubmissionsCutoffDate = 712, PropertyIds.MeetingTypeAgendaClassification = 760, PropertyIds.MeetingTypeAgendaContainer = 761,
  PropertyIds.MeetingTypeAgendaIssue = 755, PropertyIds.MeetingTypeAgendaIssueDesc = 757, PropertyIds.MeetingTypeAgendaIssueInterval = 756, PropertyIds.MeetingTypeAgendaRecordType = 759,
  PropertyIds.MeetingTypeAtDocDateModified = 854, PropertyIds.MeetingTypeAtDocExtension = 852, PropertyIds.MeetingTypeAtDocSize = 853, PropertyIds.MeetingTypeAtDocStore = 850,
  PropertyIds.MeetingTypeAtDocStoreId = 851, PropertyIds.MeetingTypeDefaultAgendaItemType = 762, PropertyIds.MeetingTypeDefaultMinuteItemType = 860, PropertyIds.MeetingTypeItemsApprovedBy = 766,
  PropertyIds.MeetingTypeLatestMeeting = 744, PropertyIds.MeetingTypeMeeetingFrequencyDesc = 750, PropertyIds.MeetingTypeMeetingDuration = 743, PropertyIds.MeetingTypeMeetingFrequency = 745,
  PropertyIds.MeetingTypeMeetingFrequencyType = 746, PropertyIds.MeetingTypeMeetingPlace = 741, PropertyIds.MeetingTypeMeetingSnapDay = 747, PropertyIds.MeetingTypeMeetingSnapDayCount = 748,
  PropertyIds.MeetingTypeMeetingTime = 742, PropertyIds.MeetingTypeMinuteClassification = 764, PropertyIds.MeetingTypeMinuteContainer = 765, PropertyIds.MeetingTypeMinuteRecordType = 763,
  PropertyIds.MeetingTypeMtDocDateModified = 859, PropertyIds.MeetingTypeMtDocExtension = 857, PropertyIds.MeetingTypeMtDocSize = 858, PropertyIds.MeetingTypeMtDocStore = 855,
  PropertyIds.MeetingTypeMtDocStoreId = 856, PropertyIds.MeetingTypeName = 740, PropertyIds.MeetingTypeNextMeeting = 751, PropertyIds.MeetingTypeNotes = 767,
  PropertyIds.MeetingTypeOutlineNumbering = 758, PropertyIds.MeetingTypeSubmissionCutoff = 752, PropertyIds.MeetingTypeSubmissionCutoffDesc = 754, PropertyIds.MeetingTypeSubmissionCutoffInterval = 753,
  PropertyIds.MetadataRuleConditionExpression = 1692, PropertyIds.MetadataRuleIsWarning = 1695, PropertyIds.MetadataRuleMessage = 1690, PropertyIds.MetadataRuleObjectType = 1691,
  PropertyIds.MetadataRuleOnlyForNew = 1696, PropertyIds.MetadataRuleValidationExpression = 1694, PropertyIds.MeetingTypeUsualParticipantInvitee = 770, PropertyIds.MeetingTypeUsualParticipantInviteeLocation = 771,
  PropertyIds.MeetingTypeUsualParticipantSequenceNumber = 773, PropertyIds.MeetingTypeUsualParticipantTypeOfInvite = 772, PropertyIds.MinuteItemDescription = 920, PropertyIds.MinuteItemDocDateModified = 931,
  PropertyIds.MinuteItemDocExtension = 929, PropertyIds.MinuteItemDocSize = 930, PropertyIds.MinuteItemDocStore = 927, PropertyIds.MinuteItemDocStoreId = 928,
  PropertyIds.MinuteItemIsMotion = 933, PropertyIds.MinuteItemItemType = 932, PropertyIds.MinuteItemMeeting = 934, PropertyIds.MinuteItemMinuteItemOrderNumber = 923,
  PropertyIds.MinuteItemOutcome = 926, PropertyIds.MinuteItemParentAgendaItem = 921, PropertyIds.MinuteItemProposedBy = 924, PropertyIds.MinuteItemSecondedBy = 925,
  PropertyIds.MinuteItemTypeDocDateModified = 1405, PropertyIds.MinuteItemTypeDocExtension = 1403, PropertyIds.MinuteItemTypeDocSize = 1404, PropertyIds.MinuteItemTypeDocStore = 1401,
  PropertyIds.MinuteItemTypeDocStoreId = 1402, PropertyIds.MinuteItemTypeName = 1400, PropertyIds.MinuteItemActionArisingSequenceNumber = 972, PropertyIds.MinuteItemActionArisingTask = 971,
  PropertyIds.MinuteItemActionArisingTitle = 970, PropertyIds.MeetingDocumentDocumentType = 732, PropertyIds.MeetingDocumentEditStatus = 734, PropertyIds.MeetingDocumentName = 730,
  PropertyIds.MeetingDocumentOrderNumber = 733, PropertyIds.MeetingDocumentRecordReference = 731, PropertyIds.MeetingInvitationInvitee = 720, PropertyIds.MeetingInvitationInviteeLocation = 721,
  PropertyIds.MeetingInvitationNotes = 724, PropertyIds.MeetingInvitationProxy = 725, PropertyIds.MeetingInvitationSequenceNumber = 726, PropertyIds.MeetingInvitationTypeOfAttendee = 723,
  PropertyIds.MeetingInvitationTypeOfInvite = 722, PropertyIds.NotificationDescription = 1280, PropertyIds.NotificationEventDate = 1283, PropertyIds.NotificationEventType = 1282,
  PropertyIds.NotificationObjectType = 1281, PropertyIds.NotificationObjectUri = 1284, PropertyIds.OfflineRecordAuthorName = 1806, PropertyIds.OfflineRecordAutoCheckin = 1822,
  PropertyIds.OfflineRecordContainedItemsCount = 1821, PropertyIds.OfflineRecordContainer = 1807, PropertyIds.OfflineRecordContainerRecord = 1817, PropertyIds.OfflineRecordContainerTitle = 1808,
  PropertyIds.OfflineRecordDateCheckedOut = 1816, PropertyIds.OfflineRecordDateCreated = 1805, PropertyIds.OfflineRecordDateModified = 1803, PropertyIds.OfflineRecordDateModifiedAtCheckout = 1813,
  PropertyIds.OfflineRecordExtension = 1811, PropertyIds.OfflineRecordFileName = 1810, PropertyIds.OfflineRecordFileType = 1801, PropertyIds.OfflineRecordFullFileName = 1812,
  PropertyIds.OfflineRecordIsADocument = 1814, PropertyIds.OfflineRecordIsAFolder = 1815, PropertyIds.OfflineRecordIsEmptyContainer = 1823, PropertyIds.OfflineRecordNextRevision = 1809,
  PropertyIds.OfflineRecordRecord = 1818, PropertyIds.OfflineRecordRecordNumber = 1820, PropertyIds.OfflineRecordRecordUri = 1819, PropertyIds.OfflineRecordSize = 1804,
  PropertyIds.OfflineRecordStatus = 1802, PropertyIds.OfflineRecordTitle = 1800, PropertyIds.OriginAutoStart = 1435, PropertyIds.OriginContainerCreation = 1287,
  PropertyIds.OriginContainerDateInterval = 1279, PropertyIds.OriginContainerHasDateRange = 1278, PropertyIds.OriginContainerPerOwner = 1285, PropertyIds.OriginContainerPerUserField = 1286,
  PropertyIds.OriginContainerSizeThreshold = 1277, PropertyIds.OriginContainerType = 1288, PropertyIds.OriginDateLastLoaded = 1433, PropertyIds.OriginDateModified = 1441,
  PropertyIds.OriginDefaultAuthor = 1449, PropertyIds.OriginDefaultClassification = 1445, PropertyIds.OriginDefaultContainer = 1444, PropertyIds.OriginDefaultCreator = 1448,
  PropertyIds.OriginDefaultHomeLocation = 1446, PropertyIds.OriginDefaultOwnerLocation = 1447, PropertyIds.OriginDefaultRecordType = 1443, PropertyIds.OriginDefaultSchedule = 1450,
  PropertyIds.OriginExtension = 1442, PropertyIds.OriginKeepCheckedOut = 1453, PropertyIds.OriginLocationMatching = 1454, PropertyIds.OriginMakeNewRevision = 1452,
  PropertyIds.OriginName = 1430, PropertyIds.OriginNotes = 1451, PropertyIds.OriginOriginLocation = 1431, PropertyIds.OriginRunsOnMachine = 1434,
  PropertyIds.OriginSize = 1440, PropertyIds.OriginStore = 1438, PropertyIds.OriginStoreId = 1439, PropertyIds.OriginTimeFrom = 1436,
  PropertyIds.OriginTimeTo = 1437, PropertyIds.OriginTypeOfOrigin = 1432, PropertyIds.OriginHistoryDateRun = 462, PropertyIds.OriginHistoryLocationsCreated = 466,
  PropertyIds.OriginHistoryLocationsInError = 467, PropertyIds.OriginHistoryName = 460, PropertyIds.OriginHistoryOrigin = 461, PropertyIds.OriginHistoryOriginLocationUsed = 468,
  PropertyIds.OriginHistoryRecordsCreated = 463, PropertyIds.OriginHistoryRecordsInError = 464, PropertyIds.OriginHistoryRecordsUpdated = 465, PropertyIds.ClassificationOnlyRecordTypeRecordType = 1700,
  PropertyIds.ClassificationSapBusinessObjectBusinessObject = 1938, PropertyIds.RecordClientMatterPartyInterest = 1397, PropertyIds.RecordClientMatterPartyParty = 1395, PropertyIds.RecordClientMatterPartyPartyType = 1396,
  PropertyIds.RecordClientMatterRoleRoleLocation = 1393, PropertyIds.RecordClientMatterRoleRoleType = 1394, PropertyIds.RecordHoldActiveDescription = 7015, PropertyIds.RecordHoldActiveFrom = 7012,
  PropertyIds.RecordHoldActiveTo = 7013, PropertyIds.RecordHoldCase = 7010, PropertyIds.RecordHoldContact = 7011, PropertyIds.RecordHoldIsActive = 7014,
  PropertyIds.RecordJurisdictionJurisdiction = 7020, PropertyIds.RecordKeywordAttachMethod = 172, PropertyIds.RecordKeywordDescription = 170, PropertyIds.RecordKeywordKeyword = 171,
  PropertyIds.RecordKeywordPrompt = 173, PropertyIds.RecordLinkedDocumentBytes = 3605, PropertyIds.RecordLinkedDocumentDateModified = 3606, PropertyIds.RecordLinkedDocumentDocumentName = 3600,
  PropertyIds.RecordLinkedDocumentEStore = 3609, PropertyIds.RecordLinkedDocumentEStoreId = 3610, PropertyIds.RecordLinkedDocumentExtension = 3601, PropertyIds.RecordLinkedDocumentIsNewLink = 3608,
  PropertyIds.RecordLinkedDocumentLinkedRecord = 3603, PropertyIds.RecordLinkedDocumentLinkedRevision = 3604, PropertyIds.RecordLinkedDocumentLinkType = 3602, PropertyIds.RecordLinkedDocumentStorageDescription = 3607,
  PropertyIds.RecordLocationComments = 1617, PropertyIds.RecordLocationDueDate = 1619, PropertyIds.RecordLocationEmail = 450, PropertyIds.RecordLocationFaxNo = 452,
  PropertyIds.RecordLocationFromDateTime = 157, PropertyIds.RecordLocationIsComplete = 1618, PropertyIds.RecordLocationIsOverdue = 1636, PropertyIds.RecordLocationIsPrimaryContact = 161,
  PropertyIds.RecordLocationLatestDateTime = 158, PropertyIds.RecordLocationLocation = 155, PropertyIds.RecordLocationMobileNo = 451, PropertyIds.RecordLocationName = 150,
  PropertyIds.RecordLocationOrganization = 162, PropertyIds.RecordLocationOriginalName = 165, PropertyIds.RecordLocationPAddress = 454, PropertyIds.RecordLocationPhoneNumber = 163,
  PropertyIds.RecordLocationReturnDateTime = 159, PropertyIds.RecordLocationSAddress = 455, PropertyIds.RecordLocationSpace = 156, PropertyIds.RecordLocationStatus = 164,
  PropertyIds.RecordLocationSubTypeString = 154, PropertyIds.RecordLocationTypeOfContact = 152, PropertyIds.RecordLocationTypeOfRecordLocation = 151, PropertyIds.RecordLocationTypeString = 153,
  PropertyIds.RecordLocationWebPage = 453, PropertyIds.RecordAccessControl = 29, PropertyIds.RecordAccessExclusions = 1989, PropertyIds.RecordAccessionNumber = 11,
  PropertyIds.RecordActions = 130, PropertyIds.RecordAddressee = 136, PropertyIds.RecordAggregatedDisposal = 1644, PropertyIds.RecordAllContacts = 133,
  PropertyIds.RecordAllHolds = 59, PropertyIds.RecordAllMeetings = 424, PropertyIds.RecordAllParts = 178, PropertyIds.RecordAllTodoItems = 1961,
  PropertyIds.RecordAllVersions = 179, PropertyIds.RecordAlternateContentsCount = 1537, PropertyIds.RecordAlternativeContainer = 417, PropertyIds.RecordAlternativeContainers = 140,
  PropertyIds.RecordAlternativeContents = 180, PropertyIds.RecordArchivePermDate = 188, PropertyIds.RecordArchiveTransferDate = 189, PropertyIds.RecordAssignee = 52,
  PropertyIds.RecordAssigneeStatus = 147, PropertyIds.RecordAttachedKeywords = 139, PropertyIds.RecordAuthor = 135, PropertyIds.RecordAuthorizationDueDate = 8364,
  PropertyIds.RecordAuthorizationMethod = 1612, PropertyIds.RecordAutoClassificationConfidenceLevel = 1399, PropertyIds.RecordAutoRenderStatus = 435, PropertyIds.RecordAutoRenderToPDFOnSave = 1635,
  PropertyIds.RecordBarcode = 28, PropertyIds.RecordBlueprintTitle = 34, PropertyIds.RecordBypassRecordTypeAccessControls = 438, PropertyIds.RecordCanUseClassification = 1538,
  PropertyIds.RecordCheckedInBy = 1533, PropertyIds.RecordCheckedOutOn = 66, PropertyIds.RecordCheckedOutPath = 67, PropertyIds.RecordCheckedOutTo = 65,
  PropertyIds.RecordClassification = 100, PropertyIds.RecordClassOfRecord = 24, PropertyIds.RecordClient = 58, PropertyIds.RecordClientName = 1389,
  PropertyIds.RecordClientNumber = 1388, PropertyIds.RecordClientRecord = 1387, PropertyIds.RecordConsignment = 22, PropertyIds.RecordConsignmentObject = 1398,
  PropertyIds.RecordContainer = 50, PropertyIds.RecordContainerHierarchy = 2081, PropertyIds.RecordContainerTitle = 431, PropertyIds.RecordContents = 141,
  PropertyIds.RecordContextURL = 76, PropertyIds.RecordConversationId = 664, PropertyIds.RecordCreator = 55, PropertyIds.RecordCSdeclassifyDetails = 408,
  PropertyIds.RecordCSdeclassifyOn = 406, PropertyIds.RecordCSdowngradeDetails = 409, PropertyIds.RecordCSdowngradeOn = 407, PropertyIds.RecordCSguideEntries = 405,
  PropertyIds.RecordCSinitialSecurity = 402, PropertyIds.RecordCSlastReviewed = 410, PropertyIds.RecordCSlastUpdateDetails = 404, PropertyIds.RecordCSprimordialSecurity = 429,
  PropertyIds.RecordCSsecurityDetails = 403, PropertyIds.RecordCurrentAction = 119, PropertyIds.RecordCurrentVersion = 422, PropertyIds.RecordDateAssigned = 432,
  PropertyIds.RecordDateClosed = 7, PropertyIds.RecordDateCreated = 5, PropertyIds.RecordDateDue = 9, PropertyIds.RecordDateFinalized = 31,
  PropertyIds.RecordDateImported = 440, PropertyIds.RecordDateInactive = 8, PropertyIds.RecordDateModified = 63, PropertyIds.RecordDatePublished = 111,
  PropertyIds.RecordDateReceived = 1536, PropertyIds.RecordDateRecycled = 8367, PropertyIds.RecordDateRegistered = 6, PropertyIds.RecordDateSuperseded = 1535,
  PropertyIds.RecordDestructionDate = 117, PropertyIds.RecordDisposalDate = 1386, PropertyIds.RecordDisposalMethod = 1385, PropertyIds.RecordDisposition = 23,
  PropertyIds.RecordDispositionChangedDate = 447, PropertyIds.RecordDispositionSchedule = 167, PropertyIds.RecordDocumentAttachPending = 414, PropertyIds.RecordDocumentDetails = 62,
  PropertyIds.RecordDocumentHash = 1870, PropertyIds.RecordDocumentLastAccessedDate = 665, PropertyIds.RecordDocumentSize = 70, PropertyIds.RecordDocumentStatus = 61,
  PropertyIds.RecordDocumentType = 71, PropertyIds.RecordDraftDueDate = 8363, PropertyIds.RecordEditor = 1616, PropertyIds.RecordElasticMetadataJSON = 1775,
  PropertyIds.RecordElinkedDocuments = 169, PropertyIds.RecordElinkOf = 102, PropertyIds.RecordEnablerFlags = 145, PropertyIds.RecordESource = 74,
  PropertyIds.RecordEStore = 72, PropertyIds.RecordEStoreId = 73, PropertyIds.RecordExtension = 68, PropertyIds.RecordExternalReference = 12,
  PropertyIds.RecordFilePath = 20, PropertyIds.RecordFinalizeOnSave = 411, PropertyIds.RecordFolderOrigin = 549, PropertyIds.RecordForeignBarcode = 27,
  PropertyIds.RecordFullClassification = 30, PropertyIds.RecordGeneratedTitle = 25, PropertyIds.RecordGpsLocation = 1539, PropertyIds.RecordHasEmailAttachments = 434,
  PropertyIds.RecordHasHold = 146, PropertyIds.RecordHasHoldAttached = 8376, PropertyIds.RecordHasLinkedDocuments = 18, PropertyIds.RecordHistory = 132,
  PropertyIds.RecordHomeLocation = 54, PropertyIds.RecordHomeLocationStatus = 148, PropertyIds.RecordHomeSpace = 416, PropertyIds.RecordHomeSpaceNumber = 433,
  PropertyIds.RecordIdolMetadataXML = 548, PropertyIds.RecordInitiateTemplate = 420, PropertyIds.RecordInstructions = 2093, PropertyIds.RecordIsCheckedOut = 64,
  PropertyIds.RecordIsContainer = 17, PropertyIds.RecordIsElectronic = 60, PropertyIds.RecordIsEnclosed = 57, PropertyIds.RecordIsInPartSeries = 14,
  PropertyIds.RecordIsRootOfPartSeries = 15, PropertyIds.RecordIsShared = 2077, PropertyIds.RecordIsSigned = 168, PropertyIds.RecordJurisdictions = 40,
  PropertyIds.RecordKeywords = 142, PropertyIds.RecordLastActionDate = 21, PropertyIds.RecordLastPartRecord = 184, PropertyIds.RecordLatestVersion = 421,
  PropertyIds.RecordLongNumber = 4, PropertyIds.RecordMakeInactiveDate = 437, PropertyIds.RecordManualDestructionDate = 122, PropertyIds.RecordMatterName = 1392,
  PropertyIds.RecordMatterNumber = 1391, PropertyIds.RecordMatterRecord = 1390, PropertyIds.RecordMediaType = 457, PropertyIds.RecordMeeting = 423,
  PropertyIds.RecordMessageId = 663, PropertyIds.RecordMimeType = 82, PropertyIds.RecordMostRecentTask = 428, PropertyIds.RecordMovementHistory = 33,
  PropertyIds.RecordMyAuthorizationComments = 1634, PropertyIds.RecordMyAuthorizationComplete = 1633, PropertyIds.RecordMyReviewComments = 1632, PropertyIds.RecordMyReviewComplete = 1630,
  PropertyIds.RecordNbrPages = 83, PropertyIds.RecordNeedsAuthorization = 1611, PropertyIds.RecordNeedsDataEntryForm = 175, PropertyIds.RecordNeedsReview = 1610,
  PropertyIds.RecordNewPartCreationRule = 112, PropertyIds.RecordNextPartRecord = 182, PropertyIds.RecordNextTaskDue = 185, PropertyIds.RecordNotes = 118,
  PropertyIds.RecordNumber = 2, PropertyIds.RecordNumberPlusName = 413, PropertyIds.RecordOriginatedFrom = 439, PropertyIds.RecordOriginatedFromRun = 456,
  PropertyIds.RecordOtherContact = 138, PropertyIds.RecordOverdueActions = 131, PropertyIds.RecordOwnerLocation = 53, PropertyIds.RecordPreserveHierarchyOnDataEntry = 412,
  PropertyIds.RecordPrevPartRecord = 183, PropertyIds.RecordPrimaryContact = 56, PropertyIds.RecordPriority = 13, PropertyIds.RecordReasonRecycled = 8390,
  PropertyIds.RecordRecordType = 1, PropertyIds.RecordRedactedFrom = 419, PropertyIds.RecordRedactionsOf = 418, PropertyIds.RecordRelatedRecord = 415,
  PropertyIds.RecordRelatedRecs = 134, PropertyIds.RecordRenditionCount = 81, PropertyIds.RecordRepresentative = 137, PropertyIds.RecordRequests = 143,
  PropertyIds.RecordRetentionSchedule = 101, PropertyIds.RecordReturnDueDateTime = 149, PropertyIds.RecordReviewDate = 32, PropertyIds.RecordReviewDueDate = 1615,
  PropertyIds.RecordReviewersCanEdit = 2080, PropertyIds.RecordReviewState = 1613, PropertyIds.RecordReviewStateDate = 1614, PropertyIds.RecordRevisionCount = 1643,
  PropertyIds.RecordRevisionNumber = 69, PropertyIds.RecordRootPartRecord = 181, PropertyIds.RecordSapArchiveDate = 1524, PropertyIds.RecordSapArchiveLinkVsn = 1522,
  PropertyIds.RecordSapBusinessId = 1532, PropertyIds.RecordSapBusinessObject = 1531, PropertyIds.RecordSapCreatorLocUri = 1530, PropertyIds.RecordSapCreatorName = 1529,
  PropertyIds.RecordSapCustomerName = 1528, PropertyIds.RecordSapCustomerNumber = 1527, PropertyIds.RecordSapDocumentId = 1521, PropertyIds.RecordSapDocumentProtection = 1523,
  PropertyIds.RecordSapDocumentType = 1526, PropertyIds.RecordSapModifiedDate = 1525, PropertyIds.RecordSapReposId = 1520, PropertyIds.RecordScheduledDisposalDate = 1382,
  PropertyIds.RecordScheduledDisposalMethod = 1381, PropertyIds.RecordScheduledDisposalStatus = 1383, PropertyIds.RecordScheduledInactiveStatus = 1384, PropertyIds.RecordSdmEnvironmentID = 1770,
  PropertyIds.RecordSdmFileName = 1771, PropertyIds.RecordSdmFolderName = 1776, PropertyIds.RecordSdmRunID = 1772, PropertyIds.RecordSecCompliant = 1646,
  PropertyIds.RecordSecurity = 10, PropertyIds.RecordSecurityCaveats = 426, PropertyIds.RecordSecurityLevel = 425, PropertyIds.RecordSecurityLocks = 547,
  PropertyIds.RecordSeriesRecord = 110, PropertyIds.RecordSpFarmGUID = 443, PropertyIds.RecordSpGUID = 442, PropertyIds.RecordSpListItemCount = 445,
  PropertyIds.RecordSpListType = 444, PropertyIds.RecordSpSiteCollectionGUID = 448, PropertyIds.RecordSpType = 446, PropertyIds.RecordSpURL = 441,
  PropertyIds.RecordStorageDestructionDate = 1645, PropertyIds.RecordSuggestedFileName = 166, PropertyIds.RecordTitle = 3, PropertyIds.RecordTopLevelActions = 144,
  PropertyIds.RecordTypedTitle = 26, PropertyIds.RecordUpgradeNumber = 80, PropertyIds.RecordViewPaneId = 103, PropertyIds.RecordVitalReviewPeriod = 430,
  PropertyIds.RecordActionActionName = 2901, PropertyIds.RecordActionActualDays = 2917, PropertyIds.RecordActionActualDuration = 2927, PropertyIds.RecordActionActualHours = 2918,
  PropertyIds.RecordActionActualMinutes = 2919, PropertyIds.RecordActionAssignedBy = 2936, PropertyIds.RecordActionAttachDate = 2905, PropertyIds.RecordActionBarcode = 2928,
  PropertyIds.RecordActionCompletedBy = 2921, PropertyIds.RecordActionCompletedOnTime = 2937, PropertyIds.RecordActionCost = 2916, PropertyIds.RecordActionDays = 2913,
  PropertyIds.RecordActionDone = 2929, PropertyIds.RecordActionDueDate = 2909, PropertyIds.RecordActionDuration = 2926, PropertyIds.RecordActionEndDate = 2911,
  PropertyIds.RecordActionHours = 2914, PropertyIds.RecordActionInstructions = 2092, PropertyIds.RecordActionIsReadyToStart = 2934, PropertyIds.RecordActionMinutes = 2915,
  PropertyIds.RecordActionNotes = 2930, PropertyIds.RecordActionOverdue = 2932, PropertyIds.RecordActionParentRecordAction = 2935, PropertyIds.RecordActionPercentComplete = 2922,
  PropertyIds.RecordActionProcedure = 2933, PropertyIds.RecordActionRecord = 2902, PropertyIds.RecordActionResponsibility = 2920, PropertyIds.RecordActionStartDate = 2907,
  PropertyIds.RecordActionStatus = 2931, PropertyIds.RecordActionViewable = 8292, PropertyIds.RecordTypeAccessControl = 381, PropertyIds.RecordTypeAccessExclusions = 1990,
  PropertyIds.RecordTypeAcknowledgeRequests = 2131, PropertyIds.RecordTypeAction = 354, PropertyIds.RecordTypeActiveDescription = 393, PropertyIds.RecordTypeActiveFrom = 390,
  PropertyIds.RecordTypeActiveTo = 391, PropertyIds.RecordTypeAddContentsWhenClosed = 8381, PropertyIds.RecordTypeAllowBlankFreeTextTitle = 364, PropertyIds.RecordTypeAllowMultipleExtensions = 2130,
  PropertyIds.RecordTypeAllowParts = 357, PropertyIds.RecordTypeAllowReplace = 334, PropertyIds.RecordTypeAllowVersions = 335, PropertyIds.RecordTypeAlwaysAuditSecurityBreaches = 2045,
  PropertyIds.RecordTypeAnnotateOnly = 375, PropertyIds.RecordTypeAnnotateWhenReadOnly = 376, PropertyIds.RecordTypeAssignee = 2113, PropertyIds.RecordTypeAuditCreateEventsOffline = 2124,
  PropertyIds.RecordTypeAuditDeleteEventsOffline = 2126, PropertyIds.RecordTypeAuditEvents = 383, PropertyIds.RecordTypeAuditModifyEventsOffline = 2125, PropertyIds.RecordTypeAuthorizationMethod = 2062,
  PropertyIds.RecordTypeAuthorizerReminderDays = 2065, PropertyIds.RecordTypeAutoFinalize = 2074, PropertyIds.RecordTypeAutoRenderOCR = 2076, PropertyIds.RecordTypeAutoRenderPDF = 2075,
  PropertyIds.RecordTypeBelongsToAMatter = 2132, PropertyIds.RecordTypeBorrowingLimit = 2128, PropertyIds.RecordTypeCanHaveSharePointItems = 2133, PropertyIds.RecordTypeChangeTitleWhenReadOnly = 2115,
  PropertyIds.RecordTypeCheckDuplicateTitles = 379, PropertyIds.RecordTypeClassification = 308, PropertyIds.RecordTypeClassificationMandatory = 398, PropertyIds.RecordTypeClassOfRecord = 304,
  PropertyIds.RecordTypeCompressPartNumber = 352, PropertyIds.RecordTypeConfirmEachNumber = 350, PropertyIds.RecordTypeConfirmPreview = 2072, PropertyIds.RecordTypeContainerRule = 2068,
  PropertyIds.RecordTypeContentsRule = 2069, PropertyIds.RecordTypeCopiedAccessControl = 394, PropertyIds.RecordTypeDaysDue = 355, PropertyIds.RecordTypeDefaultJurisdiction = 2116,
  PropertyIds.RecordTypeDefaultSeries = 337, PropertyIds.RecordTypeDeindexAfterDisposition = 373, PropertyIds.RecordTypeDeindexAfterYears = 372, PropertyIds.RecordTypeDisposition = 305,
  PropertyIds.RecordTypeDocumentProfilingAuthor = 8344, PropertyIds.RecordTypeDocumentProfilingComments = 8346, PropertyIds.RecordTypeDocumentProfilingDates = 8389, PropertyIds.RecordTypeDocumentProfilingGeography = 8348,
  PropertyIds.RecordTypeDocumentProfilingKeyword = 8345, PropertyIds.RecordTypeDocumentProfilingNumberOfPages = 8347, PropertyIds.RecordTypeDocumentProfilingTitleOption = 8343, PropertyIds.RecordTypeEditorReminderDays = 2063,
  PropertyIds.RecordTypeEmailProfilingContactMustExist = 8342, PropertyIds.RecordTypeEmailProfilingMaxContacts = 8341, PropertyIds.RecordTypeEmailProfilingSetAddressee = 8338, PropertyIds.RecordTypeEmailProfilingSetAuthor = 8337,
  PropertyIds.RecordTypeEmailProfilingSetBcc = 8340, PropertyIds.RecordTypeEmailProfilingSetCc = 8339, PropertyIds.RecordTypeEmailProfilingTitleOption = 8336, PropertyIds.RecordTypeEndUsersCanModify = 2070,
  PropertyIds.RecordTypeEsoActionType = 2054, PropertyIds.RecordTypeEsoAllowEvents = 2059, PropertyIds.RecordTypeEsoDateType = 2055, PropertyIds.RecordTypeEsoEnable = 2053,
  PropertyIds.RecordTypeEsoMonths = 2057, PropertyIds.RecordTypeEsoStoreUri = 2058, PropertyIds.RecordTypeEsoYears = 2056, PropertyIds.RecordTypeEStore = 311,
  PropertyIds.RecordTypeExtensionLimit = 2129, PropertyIds.RecordTypeExternalId = 2108, PropertyIds.RecordTypeFinalisePreviousVersion = 2111, PropertyIds.RecordTypeFinalReminderDays = 2066,
  PropertyIds.RecordTypeFollowupReminderDays = 2067, PropertyIds.RecordTypeHideFreeTextTitle = 365, PropertyIds.RecordTypeHomeCanBeSpace = 382, PropertyIds.RecordTypeHomeLocation = 306,
  PropertyIds.RecordTypeInsecureContainer = 378, PropertyIds.RecordTypeInsecureDocument = 397, PropertyIds.RecordTypeIsActive = 392, PropertyIds.RecordTypeLastNumber = 360,
  PropertyIds.RecordTypeLevel = 361, PropertyIds.RecordTypeMaximumContents = 1987, PropertyIds.RecordTypeMediaType = 2118, PropertyIds.RecordTypeMoveWhenReadOnly = 377,
  PropertyIds.RecordTypeName = 301, PropertyIds.RecordTypeNeedsAuthorizationProcess = 2061, PropertyIds.RecordTypeNeedsClassification = 2127, PropertyIds.RecordTypeNeedsReviewProcess = 2060,
  PropertyIds.RecordTypeNewPartCreationRule = 2107, PropertyIds.RecordTypeNotes = 374, PropertyIds.RecordTypeNotesInsertStyle = 2100, PropertyIds.RecordTypeNumberFromType = 363,
  PropertyIds.RecordTypeNumberingIsManual = 380, PropertyIds.RecordTypeNumberMethod = 347, PropertyIds.RecordTypeNumberPattern = 348, PropertyIds.RecordTypeOldVersionPurgeStyle = 2123,
  PropertyIds.RecordTypeOwnerLocation = 307, PropertyIds.RecordTypePartSeparator = 356, PropertyIds.RecordTypePreserveRevisions = 1986, PropertyIds.RecordTypePreventDispChangeIfNoSchedule = 395,
  PropertyIds.RecordTypePsoActionType = 2047, PropertyIds.RecordTypePsoBoxRTY = 2051, PropertyIds.RecordTypePsoDateType = 2048, PropertyIds.RecordTypePsoEnable = 2046,
  PropertyIds.RecordTypePsoMonths = 2050, PropertyIds.RecordTypePsoNewHomeLoc = 2052, PropertyIds.RecordTypePsoYears = 2049, PropertyIds.RecordTypePurgePreviousVersion = 2112,
  PropertyIds.RecordTypeResetAtEnd = 349, PropertyIds.RecordTypeResetAtYearEnd = 2114, PropertyIds.RecordTypeRetentionSchedule = 353, PropertyIds.RecordTypeReviewerReminderDays = 2064,
  PropertyIds.RecordTypeReviewersCanEdit = 2079, PropertyIds.RecordTypeSapContainerRecordType = 2040, PropertyIds.RecordTypeSapCreateContact = 2138, PropertyIds.RecordTypeSapCreateContainers = 2135,
  PropertyIds.RecordTypeSapCreateCountries = 2042, PropertyIds.RecordTypeSapCreateCreatorLoc = 2139, PropertyIds.RecordTypeSapForceDeleteDate = 2044, PropertyIds.RecordTypeSapRepositoryId = 2134,
  PropertyIds.RecordTypeSapTitleTemplate = 2136, PropertyIds.RecordTypeSapTitleTemplateKS = 2137, PropertyIds.RecordTypeSapUseCountryCode = 2041, PropertyIds.RecordTypeSapUseDeleteDate = 2043,
  PropertyIds.RecordTypeSecCompliant = 2073, PropertyIds.RecordTypeSecProfile = 309, PropertyIds.RecordTypeSetDueDateFromActions = 370, PropertyIds.RecordTypeSetLastActionOnView = 2071,
  PropertyIds.RecordTypeSortOrder = 303, PropertyIds.RecordTypeStartupTemplate = 371, PropertyIds.RecordTypeStoreType = 313, PropertyIds.RecordTypeSuppressContentIndexing = 366,
  PropertyIds.RecordTypeTasks = 315, PropertyIds.RecordTypeTitlingMethod = 312, PropertyIds.RecordTypeTrimIconId = 310, PropertyIds.RecordTypeUseCensus = 320,
  PropertyIds.RecordTypeUsePartNumber = 351, PropertyIds.RecordTypeUseRetention = 322, PropertyIds.RecordTypeUsualBehaviour = 314, PropertyIds.RecordTypeVersionNumbering = 2110,
  PropertyIds.RecordTypeWithinSeries = 396, PropertyIds.RecordRelationshipCanView = 200, PropertyIds.RecordRelationshipDescription = 198, PropertyIds.RecordRelationshipIsReverse = 176,
  PropertyIds.RecordRelationshipRelatedRecord = 195, PropertyIds.RecordRelationshipRelatedTitle = 199, PropertyIds.RecordRelationshipRelationNumber = 197, PropertyIds.RecordRelationshipRelationType = 196,
  PropertyIds.RecordRelationshipReverseRelationType = 177, PropertyIds.RecordRenditionAddedOn = 129, PropertyIds.RecordRenditionBytes = 123, PropertyIds.RecordRenditionConfidenceLevel = 88,
  PropertyIds.RecordRenditionDateModified = 121, PropertyIds.RecordRenditionDescription = 120, PropertyIds.RecordRenditionEStore = 126, PropertyIds.RecordRenditionEStoreId = 127,
  PropertyIds.RecordRenditionExtension = 125, PropertyIds.RecordRenditionMimeType = 84, PropertyIds.RecordRenditionNbrPages = 85, PropertyIds.RecordRenditionNotes = 128,
  PropertyIds.RecordRenditionPageNumber = 87, PropertyIds.RecordRenditionTypeOfRendition = 124, PropertyIds.RecordRevisionBytes = 7604, PropertyIds.RecordRevisionCheckedInBy = 1534,
  PropertyIds.RecordRevisionDateModified = 7603, PropertyIds.RecordRevisionDescription = 7602, PropertyIds.RecordRevisionDocumentType = 7606, PropertyIds.RecordRevisionEStore = 7605,
  PropertyIds.RecordRevisionEStoreId = 7607, PropertyIds.RecordRevisionExtension = 7600, PropertyIds.RecordRevisionMimeType = 7609, PropertyIds.RecordRevisionNbrPages = 86,
  PropertyIds.RecordRevisionPreservationNotes = 1664, PropertyIds.RecordRevisionPreserve = 7608, PropertyIds.RecordRevisionRevisionNumber = 7601, PropertyIds.RecordSapComponentApplicationVersion = 1542,
  PropertyIds.RecordSapComponentArchiveDate = 1545, PropertyIds.RecordSapComponentArchiveLinkVersion = 1541, PropertyIds.RecordSapComponentBytes = 1550, PropertyIds.RecordSapComponentCharacterSet = 1544,
  PropertyIds.RecordSapComponentComponentId = 1540, PropertyIds.RecordSapComponentContentType = 1543, PropertyIds.RecordSapComponentDateModified = 1546, PropertyIds.RecordSapComponentExtension = 1549,
  PropertyIds.RecordSapComponentFileName = 1551, PropertyIds.RecordSapComponentStoreId = 1548, PropertyIds.RecordSapComponentStoreUri = 1547, PropertyIds.ReportCount = 7220,
  PropertyIds.ReportDatabaseName = 7209, PropertyIds.ReportDate = 7210, PropertyIds.ReportDefaultDevice = 7204, PropertyIds.ReportDefaultDriver = 7205,
  PropertyIds.ReportDefaultPort = 7206, PropertyIds.ReportDefaultTray = 7207, PropertyIds.ReportForBobType = 7202, PropertyIds.ReportForBobTypeDesc = 7203,
  PropertyIds.ReportForObject = 7221, PropertyIds.ReportLicensee = 7213, PropertyIds.ReportLoginName = 7208, PropertyIds.ReportName = 7219,
  PropertyIds.ReportPage = 7212, PropertyIds.ReportReportEnd = 7217, PropertyIds.ReportReportName = 7201, PropertyIds.ReportSearchTitle = 7216,
  PropertyIds.ReportTime = 7211, PropertyIds.ReportTitle = 7214, PropertyIds.ReportUserTitle = 7215, PropertyIds.ReportBitmapBitmapFileName = 7557,
  PropertyIds.ReportBitmapDateModified = 7555, PropertyIds.ReportBitmapEStore = 7552, PropertyIds.ReportBitmapExtension = 7556, PropertyIds.ReportBitmapName = 7551,
  PropertyIds.ReportBitmapSize = 7554, PropertyIds.ReportBitmapStoreId = 7553, PropertyIds.RequestContentReference = 4016, PropertyIds.RequestCurrentLocation = 4012,
  PropertyIds.RequestDateCompleted = 4020, PropertyIds.RequestDateCreated = 4021, PropertyIds.RequestDescription = 4005, PropertyIds.RequestDueDate = 4004,
  PropertyIds.RequestEndDate = 4008, PropertyIds.RequestFrequency = 4006, PropertyIds.RequestFrequencyType = 4007, PropertyIds.RequestIsComplete = 4022,
  PropertyIds.RequestNotes = 4009, PropertyIds.RequestPriority = 4019, PropertyIds.RequestRecord = 4001, PropertyIds.RequestRequestor = 4002,
  PropertyIds.RequestRequestType = 4013, PropertyIds.RequestServiceLocation = 4010, PropertyIds.RequestServiceSpace = 4011, PropertyIds.RequestStatus = 4017,
  PropertyIds.RequestStatusChangedDate = 4023, PropertyIds.RequestStatusDetails = 4018, PropertyIds.RequestTransitAddress = 4015, PropertyIds.RequestTransitLocation = 4014,
  PropertyIds.RequestViewable = 8293, PropertyIds.RecordTypeAutoSubFolderSequenceNumber = 8375, PropertyIds.RecordTypeAutoSubFolderSubClassification = 1512, PropertyIds.RecordTypeAutoSubFolderSubRecordType = 1511,
  PropertyIds.RecordTypeAutoSubFolderSubSchedule = 1513, PropertyIds.RecordTypeAutoSubFolderTitle = 1510, PropertyIds.SavedSearchAccessControl = 5304, PropertyIds.SavedSearchActivityDueSearchIncludesAuthorization = 1600,
  PropertyIds.SavedSearchActivityDueSearchIncludesEscalated = 5319, PropertyIds.SavedSearchAnyWordContents = 1603, PropertyIds.SavedSearchAnyWordNotes = 1602, PropertyIds.SavedSearchAnyWordTitle = 1601,
  PropertyIds.SavedSearchAssigneeSearchIncludesDelegates = 5318, PropertyIds.SavedSearchAssigneeSearchIncludesGroups = 5317, PropertyIds.SavedSearchAssigneeSearchIncludesPosition = 5316, PropertyIds.SavedSearchCanEdit = 1606,
  PropertyIds.SavedSearchCanExecute = 1607, PropertyIds.SavedSearchDefaultIncludesContent = 1642, PropertyIds.SavedSearchDefaultIncludesNotes = 1639, PropertyIds.SavedSearchDefaultIncludesNumber = 1637,
  PropertyIds.SavedSearchDefaultIncludesTitle = 1638, PropertyIds.SavedSearchDescription = 5302, PropertyIds.SavedSearchExtendedIDOLOptimization = 1605, PropertyIds.SavedSearchFilterString = 5307,
  PropertyIds.SavedSearchFullName = 5315, PropertyIds.SavedSearchIconId = 5314, PropertyIds.SavedSearchIdolSearchStyle = 1604, PropertyIds.SavedSearchIsGrouping = 5310,
  PropertyIds.SavedSearchIsOldFormat = 5311, PropertyIds.SavedSearchIsPublic = 5313, PropertyIds.SavedSearchName = 5301, PropertyIds.SavedSearchObjectType = 5305,
  PropertyIds.SavedSearchOwner = 5312, PropertyIds.SavedSearchParent = 5309, PropertyIds.SavedSearchQueryString = 5306, PropertyIds.SavedSearchResultPostProcessing = 2096,
  PropertyIds.SavedSearchSortString = 5308, PropertyIds.ScheduleAccessControl = 2004, PropertyIds.ScheduleActionSummary = 2036, PropertyIds.ScheduleActiveDescription = 2023,
  PropertyIds.ScheduleActiveFrom = 2021, PropertyIds.ScheduleActiveTo = 2022, PropertyIds.ScheduleCanAttach = 2083, PropertyIds.ScheduleCanOnlyDestroyInactive = 2029,
  PropertyIds.ScheduleExpandedTitle = 2027, PropertyIds.ScheduleHasChildSchedules = 2026, PropertyIds.ScheduleIgnoreBlankDestroyTriggers = 2030, PropertyIds.ScheduleInUse = 2006,
  PropertyIds.ScheduleIsAgencySpecific = 2005, PropertyIds.ScheduleName = 2001, PropertyIds.ScheduleNotes = 2003, PropertyIds.ScheduleParentSchedule = 2025,
  PropertyIds.SchedulePolicyCentreGUID = 2039, PropertyIds.ScheduleRetainJurisdictions = 2033, PropertyIds.ScheduleRetention = 2032, PropertyIds.ScheduleSource = 2008,
  PropertyIds.ScheduleSuppressTriggerCalculationAlways = 2038, PropertyIds.ScheduleSuppressTriggerCalculationEventOnCommit = 2037, PropertyIds.ScheduleTitle = 2002, PropertyIds.ScheduleUseEarliestDestroyDate = 2031,
  PropertyIds.ScheduledTaskAssignee = 7964, PropertyIds.ScheduledTaskAttachDate = 7952, PropertyIds.ScheduledTaskAttachedToObject = 7953, PropertyIds.ScheduledTaskAttachedToObjectType = 7954,
  PropertyIds.ScheduledTaskAttachedToObjectUri = 7955, PropertyIds.ScheduledTaskCompletionDate = 7957, PropertyIds.ScheduledTaskDescription = 7950, PropertyIds.ScheduledTaskIntervalSize = 7961,
  PropertyIds.ScheduledTaskIntervalType = 7960, PropertyIds.ScheduledTaskIsComplete = 7959, PropertyIds.ScheduledTaskLastActionedOn = 7968, PropertyIds.ScheduledTaskNextDueDate = 7963,
  PropertyIds.ScheduledTaskNotes = 7966, PropertyIds.ScheduledTaskRepetitions = 7958, PropertyIds.ScheduledTaskRepetitionsDone = 7962, PropertyIds.ScheduledTaskScheduleDescription = 7965,
  PropertyIds.ScheduledTaskStartDate = 7956, PropertyIds.ScheduledTaskStatus = 7967, PropertyIds.ScheduleTriggerAfterDays = 1654, PropertyIds.ScheduleTriggerAfterMonths = 2015,
  PropertyIds.ScheduleTriggerAfterYears = 2014, PropertyIds.ScheduleTriggerBasedOnEvent = 2087, PropertyIds.ScheduleTriggerDateType = 2016, PropertyIds.ScheduleTriggerDelayType = 1655,
  PropertyIds.ScheduleTriggerDescription = 2011, PropertyIds.ScheduleTriggerEventOccurringAfter = 2088, PropertyIds.ScheduleTriggerFixedDate = 2018, PropertyIds.ScheduleTriggerIsForDestroy = 2019,
  PropertyIds.ScheduleTriggerJurisdiction = 2028, PropertyIds.ScheduleTriggerPolicyCentreGUID = 1650, PropertyIds.ScheduleTriggerPolicyCentreMappingGUID = 1653, PropertyIds.ScheduleTriggerPolicyCentreNotes = 1652,
  PropertyIds.ScheduleTriggerPolicyCentreTitle = 1651, PropertyIds.ScheduleTriggerRounding = 2024, PropertyIds.ScheduleTriggerTransferTo = 2035, PropertyIds.ScheduleTriggerTriggerType = 2012,
  PropertyIds.ScheduleTriggerTriggerTypeDescription = 2013, PropertyIds.ScheduleTriggerUserDefinedDate = 2020, PropertyIds.SearchFormDefinition = 1294, PropertyIds.SearchFormDescription = 1292,
  PropertyIds.SearchFormFactoryDefinition = 1295, PropertyIds.SearchFormName = 1291, PropertyIds.SearchFormObjectType = 1293, PropertyIds.SecurityCaveatAbbreviation = 902,
  PropertyIds.SecurityCaveatActiveDescription = 907, PropertyIds.SecurityCaveatActiveFrom = 904, PropertyIds.SecurityCaveatActiveTo = 905, PropertyIds.SecurityCaveatCaveatNumber = 903,
  PropertyIds.SecurityCaveatIsActive = 906, PropertyIds.SecurityCaveatName = 901, PropertyIds.SecurityCaveatNotes = 908, PropertyIds.SecurityGuideActiveDescription = 7908,
  PropertyIds.SecurityGuideActiveFrom = 7906, PropertyIds.SecurityGuideActiveTo = 7907, PropertyIds.SecurityGuideDeclassify = 7904, PropertyIds.SecurityGuideDeclassifyDate = 7913,
  PropertyIds.SecurityGuideDeclassifyEvent = 7910, PropertyIds.SecurityGuideDeclassifyExemption = 7912, PropertyIds.SecurityGuideDeclassifyYears = 7911, PropertyIds.SecurityGuideDescription = 7901,
  PropertyIds.SecurityGuideEntryReference = 7900, PropertyIds.SecurityGuideNotes = 7905, PropertyIds.SecurityGuideReason = 7903, PropertyIds.SecurityGuideSecurityLevel = 7902,
  PropertyIds.SecurityGuideSecurityString = 7914, PropertyIds.SecurityGuideTypeOfDeclassification = 7909, PropertyIds.SecurityLevelAbbreviation = 802, PropertyIds.SecurityLevelActiveDescription = 807,
  PropertyIds.SecurityLevelActiveFrom = 804, PropertyIds.SecurityLevelActiveTo = 805, PropertyIds.SecurityLevelIsActive = 806, PropertyIds.SecurityLevelLevelNumber = 803,
  PropertyIds.SecurityLevelName = 801, PropertyIds.SecurityLevelNotes = 808, PropertyIds.SharePointItemIsDocument = 1373, PropertyIds.SharePointItemItemURL = 1364,
  PropertyIds.SharePointItemListGUID = 1366, PropertyIds.SharePointItemListItemId = 1363, PropertyIds.SharePointItemListItemRecord = 1361, PropertyIds.SharePointItemListRecord = 1362,
  PropertyIds.SharePointItemListType = 1367, PropertyIds.SharePointItemListURL = 1365, PropertyIds.SharePointItemModifiedTitle = 1370, PropertyIds.SharePointItemOriginator = 1369,
  PropertyIds.SharePointItemRelationship = 1371, PropertyIds.SharePointItemStatus = 1368, PropertyIds.SharePointItemSynchPending = 1372, PropertyIds.SharePointItemUniqueId = 1360,
  PropertyIds.SharePointItemViewable = 1374, PropertyIds.SpaceAccessControl = 1311, PropertyIds.SpaceAdministeredBy = 8334, PropertyIds.SpaceAdministrator = 8333,
  PropertyIds.SpaceAdvancedUsageDetails = 1335, PropertyIds.SpaceAvailable = 1306, PropertyIds.SpaceCapacity = 1305, PropertyIds.SpaceDescription = 1302,
  PropertyIds.SpaceDestroyedAllBays = 1330, PropertyIds.SpaceDestroyedInBay = 1329, PropertyIds.SpaceDestroyedRecords = 1328, PropertyIds.SpaceForeignBarcode = 1308,
  PropertyIds.SpaceFullDescription = 1304, PropertyIds.SpaceHasHoldingBay = 1318, PropertyIds.SpaceIsCaptioned = 1334, PropertyIds.SpaceIsLowestLevel = 1317,
  PropertyIds.SpaceLevel = 1312, PropertyIds.SpaceNickName = 1303, PropertyIds.SpaceNodeAvailable = 1332, PropertyIds.SpaceNodeCapacity = 1331,
  PropertyIds.SpaceNodeUsed = 1333, PropertyIds.SpaceNumber = 1301, PropertyIds.SpaceRecordsActualAllBays = 1323, PropertyIds.SpaceRecordsActuallyAtHome = 1314,
  PropertyIds.SpaceRecordsActuallyInBay = 1319, PropertyIds.SpaceRecordsAdded2YearsAgo = 1327, PropertyIds.SpaceRecordsAddedLastYear = 1326, PropertyIds.SpaceRecordsAddedThisYear = 1325,
  PropertyIds.SpaceRecordsAllBays = 1322, PropertyIds.SpaceRecordsAtHome = 1313, PropertyIds.SpaceRecordsInHoldingBay = 1316, PropertyIds.SpaceRecordsLoanAllBays = 1324,
  PropertyIds.SpaceRecordsOut = 1315, PropertyIds.SpaceRecordsOutOfBay = 1320, PropertyIds.SpaceSecurity = 1310, PropertyIds.SpaceUsageDetails = 1321,
  PropertyIds.SpaceUsed = 1307, PropertyIds.SpaceWithin = 1309, PropertyIds.StopWordName = 401, PropertyIds.TodoItemItemReferenceDetails = 950,
  PropertyIds.TodoItemItemReferenceRecord = 951, PropertyIds.TodoItemItemReferenceReferenceType = 952, PropertyIds.TodoItemItemReferenceSequenceNbr = 953, PropertyIds.TodoItemAssignee = 942,
  PropertyIds.TodoItemCreatedBy = 947, PropertyIds.TodoItemDateCreated = 948, PropertyIds.TodoItemDateDone = 944, PropertyIds.TodoItemDateDue = 943,
  PropertyIds.TodoItemDescription = 940, PropertyIds.TodoItemIsComplete = 954, PropertyIds.TodoItemIsOverdue = 955, PropertyIds.TodoItemItemPriority = 945,
  PropertyIds.TodoItemNotes = 946, PropertyIds.TodoItemNotifyByEmail = 949, PropertyIds.TodoItemTodo = 941, PropertyIds.ScheduledTaskHistoryActionDate = 7971,
  PropertyIds.ScheduledTaskHistoryActionedBy = 7972, PropertyIds.ScheduledTaskHistoryDetails = 7974, PropertyIds.ScheduledTaskHistoryDueDate = 7973, PropertyIds.UserLabelAccessControl = 8388,
  PropertyIds.UserLabelAttachable = 8349, PropertyIds.UserLabelDateCreated = 523, PropertyIds.UserLabelDetachable = 8350, PropertyIds.UserLabelFullName = 529,
  PropertyIds.UserLabelHasChildLabels = 1873, PropertyIds.UserLabelIconId = 528, PropertyIds.UserLabelLabelType = 522, PropertyIds.UserLabelName = 520,
  PropertyIds.UserLabelNotes = 8383, PropertyIds.UserLabelOwner = 521, PropertyIds.UserLabelParentLabel = 536, PropertyIds.ActivityAuthorizationAuthorizedBy = 1260,
  PropertyIds.ActivityAuthorizationAuthorizedOn = 1261, PropertyIds.ActivityDocumentAction = 1211, PropertyIds.ActivityDocumentDefaultContainer = 1218, PropertyIds.ActivityDocumentDocumentId = 1217,
  PropertyIds.ActivityDocumentMandatory = 1220, PropertyIds.ActivityDocumentOrigin = 1212, PropertyIds.ActivityDocumentOriginatingActivityId = 1221, PropertyIds.ActivityDocumentRecord = 1215,
  PropertyIds.ActivityDocumentRecordType = 1214, PropertyIds.ActivityDocumentStatus = 1213, PropertyIds.ActivityDocumentSupercopy = 1219, PropertyIds.ActivityDocumentTitle = 1210,
  PropertyIds.ActivityDocumentUsage = 1216, PropertyIds.ActivityEmailRecipientCcTo = 1263, PropertyIds.ActivityEmailRecipientMessageTypes = 1264, PropertyIds.ActivityEscalationDateEscalationDue = 1253,
  PropertyIds.ActivityEscalationDescription = 1250, PropertyIds.ActivityEscalationEscalateTo = 1251, PropertyIds.ActivityEscalationWaitingPeriod = 1252, PropertyIds.ActivityResultDescription = 1231,
  PropertyIds.ActivityResultName = 1230, PropertyIds.ActivityResultPositions = 1234, PropertyIds.ActivityResultRollbackToId = 1233, PropertyIds.ActivityResultWasReached = 1232,
  PropertyIds.ActivityStartConditionDescription = 1240, PropertyIds.ActivityStartConditionIsMandatory = 1243, PropertyIds.ActivityStartConditionLinePositions = 1244, PropertyIds.ActivityStartConditionNormalLinePositionFixed = 1245,
  PropertyIds.ActivityStartConditionOutlineLinePositionFixed = 1246, PropertyIds.ActivityStartConditionPredecessorId = 1241, PropertyIds.ActivityStartConditionPredecessorResult = 1242, PropertyIds.WorkflowDocumentDocumentId = 1093,
  PropertyIds.WorkflowDocumentPlaceholderType = 1091, PropertyIds.WorkflowDocumentRecord = 1092, PropertyIds.WorkflowDocumentTitle = 1090, PropertyIds.WorkflowTemplateDocumentDocumentId = 1273,
  PropertyIds.WorkflowTemplateDocumentPlaceholderType = 1271, PropertyIds.WorkflowTemplateDocumentRecord = 1272, PropertyIds.WorkflowTemplateDocumentTitle = 1270, PropertyIds.WordCount = 502,
  PropertyIds.WordField = 504, PropertyIds.WordName = 501, PropertyIds.WordWordType = 503, PropertyIds.WorkflowAccessControl = 1079,
  PropertyIds.WorkflowAutoStartActivities = 1071, PropertyIds.WorkflowCreator = 1068, PropertyIds.WorkflowCustomer = 1051, PropertyIds.WorkflowDateCompleted = 1058,
  PropertyIds.WorkflowDateDue = 1057, PropertyIds.WorkflowDateRegistered = 1053, PropertyIds.WorkflowDateStarted = 1061, PropertyIds.WorkflowDefaultContainer = 1063,
  PropertyIds.WorkflowDestroyDueDate = 1064, PropertyIds.WorkflowEmailSupervisor = 1070, PropertyIds.WorkflowIncomplete = 1062, PropertyIds.WorkflowInitiator = 1069,
  PropertyIds.WorkflowIsComplete = 1088, PropertyIds.WorkflowIsOverdue = 1089, PropertyIds.WorkflowJobNumber = 1055, PropertyIds.WorkflowJobNumberExpanded = 1056,
  PropertyIds.WorkflowLockedBy = 1082, PropertyIds.WorkflowLockedOn = 1083, PropertyIds.WorkflowLockStatus = 1084, PropertyIds.WorkflowName = 1050,
  PropertyIds.WorkflowNormalRect = 1080, PropertyIds.WorkflowNotes = 1078, PropertyIds.WorkflowOutlineRect = 1081, PropertyIds.WorkflowOverheadCost = 1065,
  PropertyIds.WorkflowPercentageCompleted = 1067, PropertyIds.WorkflowRecalcWhenFinishEarly = 1085, PropertyIds.WorkflowRecalcWhenFinishLate = 1086, PropertyIds.WorkflowRecalcWhenSuspended = 1087,
  PropertyIds.WorkflowRecordType = 1066, PropertyIds.WorkflowScheduledStartDate = 1060, PropertyIds.WorkflowSupervisor = 1054, PropertyIds.WorkflowTemplate = 1052,
  PropertyIds.WorkflowTotalActualCost = 1073, PropertyIds.WorkflowTotalActualDuration = 1075, PropertyIds.WorkflowTotalEstimatedCost = 1072, PropertyIds.WorkflowTotalEstimatedDuration = 1074,
  PropertyIds.WorkflowTotalRemainingDuration = 1076, PropertyIds.WorkflowWorkflowPriority = 1059, PropertyIds.WorkflowTemplateAccessControl = 1127, PropertyIds.WorkflowTemplateAutoStartActivities = 1121,
  PropertyIds.WorkflowTemplateCopiedAccessControl = 1128, PropertyIds.WorkflowTemplateDateRegistered = 1111, PropertyIds.WorkflowTemplateDefaultContainer = 1117, PropertyIds.WorkflowTemplateDefaultPriority = 1113,
  PropertyIds.WorkflowTemplateEmailSupervisor = 1120, PropertyIds.WorkflowTemplateInitRecordBehavior = 1122, PropertyIds.WorkflowTemplateLockedBy = 1130, PropertyIds.WorkflowTemplateLockedOn = 1131,
  PropertyIds.WorkflowTemplateLockStatus = 1132, PropertyIds.WorkflowTemplateMonthsToKeep = 1129, PropertyIds.WorkflowTemplateName = 1110, PropertyIds.WorkflowTemplateNotes = 1126,
  PropertyIds.WorkflowTemplateOverheadCost = 1118, PropertyIds.WorkflowTemplateRecalcWhenFinishEarly = 1114, PropertyIds.WorkflowTemplateRecalcWhenFinishLate = 1115, PropertyIds.WorkflowTemplateRecalcWhenSuspended = 1116,
  PropertyIds.WorkflowTemplateRecordType = 1119, PropertyIds.WorkflowTemplateSupervisor = 1112, PropertyIds.WorkflowTemplateTotalEstimatedCost = 1123, PropertyIds.WorkflowTemplateTotalEstimatedDuration = 1124,
  PropertyIds.WorkingCopyAuthor = 1733, PropertyIds.WorkingCopyDateModified = 1731, PropertyIds.WorkingCopyExtension = 1735, PropertyIds.WorkingCopyFullFileName = 1736,
  PropertyIds.WorkingCopyLockExpiryDate = 1863, PropertyIds.WorkingCopyLockString = 1862, PropertyIds.WorkingCopyRecord = 1737, PropertyIds.WorkingCopyRecordUri = 1738,
  PropertyIds.WorkingCopyRevision = 1734, PropertyIds.WorkingCopySize = 1732, PropertyIds.WorkingCopyStore = 1739, PropertyIds.WorkingCopyStoreId = 1740,
  PropertyIds.WorkingCopyTitle = 1730, PropertyIds.ZipCodeCity = 602, PropertyIds.ZipCodeCountry = 605, PropertyIds.ZipCodePostcode = 601,
  PropertyIds.ZipCodeRegion = 604, PropertyIds.ZipCodeState = 603, PropertyIds.AppearanceUserOptionsApplyFilterToTreeChildren = 2099, PropertyIds.AppearanceUserOptionsDblClickContainers = 8269,
  PropertyIds.AppearanceUserOptionsDblClickDocsDesktop = 8263, PropertyIds.AppearanceUserOptionsDblClickDocsTrim = 8264, PropertyIds.AppearanceUserOptionsDblClickExtLinkName = 8274, PropertyIds.AppearanceUserOptionsEnablePredictiveOnTitle = 8227,
  PropertyIds.AppearanceUserOptionsSkinColour = 8261, PropertyIds.AppearanceUserOptionsSkinMode = 8260, PropertyIds.AppearanceUserOptionsStyle = 8262, PropertyIds.ConsignmentLogUserOptionsShowApprovals = 8245,
  PropertyIds.DroppedFilesUserOptionsAddAllDocstoRecent = 8092, PropertyIds.DroppedFilesUserOptionsAutoViewDocuments = 8176, PropertyIds.DroppedFilesUserOptionsConfirmCheckIn = 8172, PropertyIds.DroppedFilesUserOptionsContainer = 8171,
  PropertyIds.DroppedFilesUserOptionsDeleteFromDisk = 8174, PropertyIds.DroppedFilesUserOptionsDisplayDataEntryForm = 8173, PropertyIds.DroppedFilesUserOptionsEmailUpdateStyle = 8175, PropertyIds.DroppedFilesUserOptionsRecordType = 8170,
  PropertyIds.DroppedFilesUserOptionsRemoveEmptyOfflineFolder = 8091, PropertyIds.DroppedFilesUserOptionsUseDefaultRecordTypeInOffice = 8095, PropertyIds.DroppedFoldersUserOptionsDocumentTypeFilter = 8195, PropertyIds.DroppedFoldersUserOptionsShowBinaryFiles = 8193,
  PropertyIds.DroppedFoldersUserOptionsShowHiddenFiles = 8190, PropertyIds.DroppedFoldersUserOptionsShowReferenceFiles = 8192, PropertyIds.DroppedFoldersUserOptionsShowRenditionFiles = 8194, PropertyIds.DroppedFoldersUserOptionsShowSystemFiles = 8191,
  PropertyIds.DropzoneUserOptionsOnMinimise = 8240, PropertyIds.DropzoneUserOptionsShowAllSavedSearch = 8249, PropertyIds.DropzoneUserOptionsShowClassifications = 8244, PropertyIds.DropzoneUserOptionsShowFavRecords = 8246,
  PropertyIds.DropzoneUserOptionsShowFreeTitleOnly = 8248, PropertyIds.DropzoneUserOptionsShowMyClassifications = 8243, PropertyIds.DropzoneUserOptionsShowMyContainers = 8241, PropertyIds.DropzoneUserOptionsShowMyDocuments = 8242,
  PropertyIds.DropzoneUserOptionsShowSavedSearch = 8247, PropertyIds.EmailUserOptionsAddEmailToRecentDocuments = 8112, PropertyIds.EmailUserOptionsSendUsingTrimForm = 8111, PropertyIds.EmailUserOptionsUseSimpleMAPI = 8110,
  PropertyIds.EmailingRecordsUserOptionsAttachDocument = 8210, PropertyIds.EmailingRecordsUserOptionsAttachReference = 8211, PropertyIds.EmailingRecordsUserOptionsAttachRenditions = 8213, PropertyIds.EmailingRecordsUserOptionsAttachURL = 8212,
  PropertyIds.EmailingRecordsUserOptionsAttachWorkingDocument = 8214, PropertyIds.ExplorerConfigUserOptionsItemLimit = 8360, PropertyIds.ExplorerConfigUserOptionsShowClassifications = 8354, PropertyIds.ExplorerConfigUserOptionsShowFavorites = 8351,
  PropertyIds.ExplorerConfigUserOptionsShowHolds = 8358, PropertyIds.ExplorerConfigUserOptionsShowJurisdictions = 8359, PropertyIds.ExplorerConfigUserOptionsShowSchedules = 8356, PropertyIds.ExplorerConfigUserOptionsShowSpaces = 8357,
  PropertyIds.ExplorerConfigUserOptionsShowTodoItems = 8355, PropertyIds.ExplorerConfigUserOptionsShowTrays = 8352, PropertyIds.ExplorerConfigUserOptionsShowUserLabels = 8353, PropertyIds.ExternalSharingUserOptionsDocumentRecordType = 8298,
  PropertyIds.ExternalSharingUserOptionsMaximumSecurityLevel = 8299, PropertyIds.ExternalSharingUserOptionsPortNumber = 8295, PropertyIds.ExternalSharingUserOptionsServerName = 8294, PropertyIds.ExternalSharingUserOptionsSharedByField = 8297,
  PropertyIds.ExternalSharingUserOptionsShareGroup = 8296, PropertyIds.GisDataUserOptionsDisplayGISinWebBrowser = 8290, PropertyIds.GisDataUserOptionsStartPoint = 8288, PropertyIds.LocaleUserOptionsDateSeparator = 8009,
  PropertyIds.LocaleUserOptionsMonthBeforeDay = 8007, PropertyIds.LocaleUserOptionsPreferredLanguage = 8006, PropertyIds.LocaleUserOptionsYearFirst = 8008, PropertyIds.OutlookUserOptionsActionWhenDuplicateDetected = 8224,
  PropertyIds.OutlookUserOptionsCheckinSentItems = 8225, PropertyIds.OutlookUserOptionsDefaultCheckinStyle = 8220, PropertyIds.OutlookUserOptionsRevisionSpecialItems = 8226, PropertyIds.OutlookUserOptionsSentItemsCheckinStyle = 8221,
  PropertyIds.OutlookUserOptionsShowDataEntryForm = 8222, PropertyIds.OutlookUserOptionsWarnWhenDuplicateDetected = 8223, PropertyIds.PolicyCentreUserOptionsAuthenticationURL = 8276, PropertyIds.PolicyCentreUserOptionsClientID = 8277,
  PropertyIds.PolicyCentreUserOptionsClientSecret = 8278, PropertyIds.PolicyCentreUserOptionsCreateClassifications = 8275, PropertyIds.PolicyCentreUserOptionsDateLastRun = 8287, PropertyIds.PolicyCentreUserOptionsDiagnosticLogging = 8284,
  PropertyIds.PolicyCentreUserOptionsPageSize = 8283, PropertyIds.PolicyCentreUserOptionsPassword = 8282, PropertyIds.PolicyCentreUserOptionsRunForever = 8285, PropertyIds.PolicyCentreUserOptionsSynchronizationInterval = 8286,
  PropertyIds.PolicyCentreUserOptionsTenantID = 8279, PropertyIds.PolicyCentreUserOptionsUserName = 8281, PropertyIds.ReporterUserOptionsHorizontalAdjustment = 8120, PropertyIds.ReporterUserOptionsVerticalAdjustment = 8121,
  PropertyIds.SearchUserOptionsActivityDueSearchIncludesAuthorization = 8065, PropertyIds.SearchUserOptionsActivityDueSearchIncludesEscalated = 8064, PropertyIds.SearchUserOptionsAlphaObjectSort = 8255, PropertyIds.SearchUserOptionsAnyWordContents = 8069,
  PropertyIds.SearchUserOptionsAnyWordNotes = 8068, PropertyIds.SearchUserOptionsAnyWordTitle = 8067, PropertyIds.SearchUserOptionsAssigneeSearchIncludesDelegates = 8061, PropertyIds.SearchUserOptionsAssigneeSearchIncludesGroups = 8060,
  PropertyIds.SearchUserOptionsAssigneeSearchIncludesPosition = 8059, PropertyIds.SearchUserOptionsAutomaticallyViewRecords = 8054, PropertyIds.SearchUserOptionsDefaultIncludesContent = 8267, PropertyIds.SearchUserOptionsDefaultIncludesNotes = 8266,
  PropertyIds.SearchUserOptionsDefaultIncludesNumber = 8259, PropertyIds.SearchUserOptionsDefaultIncludesTitle = 8265, PropertyIds.SearchUserOptionsDefaultSortClassificationRecords = 8377, PropertyIds.SearchUserOptionsDefaultSortClientMatters = 8379,
  PropertyIds.SearchUserOptionsDefaultSortContainerContents = 8378, PropertyIds.SearchUserOptionsDefaultSortMatterRecords = 8380, PropertyIds.SearchUserOptionsEditor = 8052, PropertyIds.SearchUserOptionsExtendedIDOLOptimization = 8251,
  PropertyIds.SearchUserOptionsIdolSearchStyle = 8250, PropertyIds.SearchUserOptionsIncludeAlternateWhenShowingFolderContents = 8055, PropertyIds.SearchUserOptionsIncludeLocationsByAddressReference = 8252, PropertyIds.SearchUserOptionsIncludeLocationsByProfileReference = 8253,
  PropertyIds.SearchUserOptionsPreferredDistance = 8257, PropertyIds.SearchUserOptionsPreferredGDU = 8258, PropertyIds.SearchUserOptionsRecordEditor = 8053, PropertyIds.SearchUserOptionsResultPostProcessing = 2095,
  PropertyIds.SearchUserOptionsStartPointDefault = 8063, PropertyIds.SearchUserOptionsStartPointForContainers = 8056, PropertyIds.SearchUserOptionsStartPointForDocuments = 8057, PropertyIds.SearchUserOptionsStartPointForLocations = 8062,
  PropertyIds.SearchUserOptionsStartPointRecordDefault = 8058, PropertyIds.SearchUserOptionsTempTableSecurityFiltering = 8268, PropertyIds.SearchUserOptionsUnionForOrOptimization = 8291, PropertyIds.SearchUserOptionsUseDirectIDOLquery = 8256,
  PropertyIds.SearchUserOptionsUseSameWindowWhenNavigating = 8050, PropertyIds.SpellingUserOptionsAdvancedSpellingOptions = 8392, PropertyIds.SpellingUserOptionsAdvancedSpellingOptionsObsolete = 8280, PropertyIds.SpellingUserOptionsExtraDictionaries = 8031,
  PropertyIds.SpellingUserOptionsUseAmerican = 8033, PropertyIds.SpellingUserOptionsUseBritish = 8032, PropertyIds.SpellingUserOptionsUseChinese = 8042, PropertyIds.SpellingUserOptionsUseDutch = 8036,
  PropertyIds.SpellingUserOptionsUseFrench = 8034, PropertyIds.SpellingUserOptionsUseGerman = 8037, PropertyIds.SpellingUserOptionsUseItalian = 8038, PropertyIds.SpellingUserOptionsUsePortuguese = 8039,
  PropertyIds.SpellingUserOptionsUsePortugueseBrazil = 8040, PropertyIds.SpellingUserOptionsUseRussian = 8041, PropertyIds.SpellingUserOptionsUseSpanish = 8035, PropertyIds.SpellingUserOptionsUseSwedish = 8044,
  PropertyIds.SpellingUserOptionsUseVietnamese = 8043, PropertyIds.StartupUserOptionsActivityDue = 8015, PropertyIds.StartupUserOptionsCheckinStyles = 8029, PropertyIds.StartupUserOptionsClassificationBrowser = 8021,
  PropertyIds.StartupUserOptionsClientMatterHierarchy = 8045, PropertyIds.StartupUserOptionsDashboard = 8051, PropertyIds.StartupUserOptionsDocumentsCheckedOut = 8025, PropertyIds.StartupUserOptionsDueTray = 8013,
  PropertyIds.StartupUserOptionsExplorer = 8361, PropertyIds.StartupUserOptionsFavoriteClassifications = 8024, PropertyIds.StartupUserOptionsFavoriteLocations = 8028, PropertyIds.StartupUserOptionsFavoriteRecords = 8017,
  PropertyIds.StartupUserOptionsFavoriteSearches = 8027, PropertyIds.StartupUserOptionsFavoriteWorkflows = 8020, PropertyIds.StartupUserOptionsFind = 8011, PropertyIds.StartupUserOptionsInDueTray = 8014,
  PropertyIds.StartupUserOptionsInTray = 8012, PropertyIds.StartupUserOptionsNewItem = 8010, PropertyIds.StartupUserOptionsOfflineRecords = 8022, PropertyIds.StartupUserOptionsRecentContainers = 8018,
  PropertyIds.StartupUserOptionsRecentDocuments = 8019, PropertyIds.StartupUserOptionsRequests = 8023, PropertyIds.StartupUserOptionsTodoItems = 8026, PropertyIds.StartupUserOptionsUserLabels = 8049,
  PropertyIds.StartupUserOptionsWebClientPane1 = 8046, PropertyIds.StartupUserOptionsWebClientPane2 = 8047, PropertyIds.StartupUserOptionsWebClientPane3 = 8048, PropertyIds.StartupUserOptionsWorkTray = 8016,
  PropertyIds.ViewerUserOptionsBrowserFileTypes = 8071, PropertyIds.ViewerUserOptionsLaunchNativeMailViewer = 8073, PropertyIds.ViewerUserOptionsNativeApplicationFileTypes = 8070, PropertyIds.ViewerUserOptionsPreviewDocument = 8074,
  PropertyIds.ViewerUserOptionsPreviewRevision = 8075, PropertyIds.ViewerUserOptionsPreviewShowHighlights = 8076, PropertyIds.ViewerUserOptionsReuseViewerWindow = 8072, PropertyIds.WebClientUserOptionsBypassFileTypes = 8271,
  PropertyIds.WebClientUserOptionsOnstreamFileTypes = 8272, PropertyIds.WebClientUserOptionsPageSize = 8270, PropertyIds.WebClientUserOptionsTimezone = 8273
}
 The PropertyIds enum More...
 
enum  PropertyOrFieldFormat {
  PropertyOrFieldFormat.String = 0, PropertyOrFieldFormat.Number = 1, PropertyOrFieldFormat.Boolean = 2, PropertyOrFieldFormat.Date = 3,
  PropertyOrFieldFormat.Datetime = 4, PropertyOrFieldFormat.Decimal = 5, PropertyOrFieldFormat.Text = 6, PropertyOrFieldFormat.Currency = 7,
  PropertyOrFieldFormat.Enum = 8, PropertyOrFieldFormat.Object = 9, PropertyOrFieldFormat.BigNumber = 11, PropertyOrFieldFormat.Xml = 12,
  PropertyOrFieldFormat.Geography = 13
}
 Property or Field Formats More...
 
enum  PropertySortMode {
  PropertySortMode.None = 0, PropertySortMode.AlphaNoCase = 1, PropertySortMode.AlphaCase = 2, PropertySortMode.Numeric = 3,
  PropertySortMode.Icon = 4, PropertySortMode.OwnerEvent = 5, PropertySortMode.Date = 6, PropertySortMode.Time = 7,
  PropertySortMode.DateTime = 8, PropertySortMode.FileSize = 9, PropertySortMode.AlphaNoCaseEnhanced = 10, PropertySortMode.AlphaCaseEnhanced = 11,
  PropertySortMode.Currency = 12, PropertySortMode.Url = 13, PropertySortMode.Email = 14, PropertySortMode.Decimal = 15
}
 Property Sort Modes More...
 
enum  PsoActionType { PsoActionType.PutInBox = 0, PsoActionType.MoveToNewHome = 1 }
 Physical Storage Action Types More...
 
enum  PsoDateType {
  PsoDateType.DateClosed = 0, PsoDateType.DateInactive = 1, PsoDateType.DateLastAction = 2, PsoDateType.DateFinalized = 3,
  PsoDateType.DatePublished = 4, PsoDateType.DateUpdated = 5
}
 Physical Inactive Record Selection Date Types More...
 
enum  QueueCapability {
  QueueCapability.Lock = 0, QueueCapability.Filter = 1, QueueCapability.SubFolder = 2, QueueCapability.CheckOut = 3,
  QueueCapability.Rendition = 4
}
 Queue Properties More...
 
enum  QueueItemAttributes {
  QueueItemAttributes.ShortName = 0, QueueItemAttributes.Type = 1, QueueItemAttributes.Size = 2, QueueItemAttributes.Date = 3,
  QueueItemAttributes.FullName = 4, QueueItemAttributes.Status = 5, QueueItemAttributes.RecordUri = 6, QueueItemAttributes.RecordId = 7,
  QueueItemAttributes.RecordTitle = 8, QueueItemAttributes.ExtendedStatus = 9
}
 Queue Item Attributes More...
 
enum  QueueTypes { QueueTypes.WinFolder = 0, QueueTypes.NotesFolder = 3, QueueTypes.MapiFolder = 4 }
 Document Queue Types More...
 
enum  QueueUsageType {
  QueueUsageType.Unspecified = 0, QueueUsageType.Process = 1, QueueUsageType.Maintain = 2, QueueUsageType.CheckoutTo = 3,
  QueueUsageType.AutoProcess = 4
}
 Queue Usage Types More...
 
enum  RecLocSubTypes {
  RecLocSubTypes.AtLocation = 0, RecLocSubTypes.AtHome = 1, RecLocSubTypes.InContainer = 2, RecLocSubTypes.InSpace = 3,
  RecLocSubTypes.Unknown = 4
}
 Record Location Sub Types More...
 
enum  RecordAccess {
  RecordAccess.ViewDocument = 1, RecordAccess.ViewRecord = 2, RecordAccess.UpdateDocument = 3, RecordAccess.UpdateMetadata = 4,
  RecordAccess.ModifyAccess = 5, RecordAccess.DestroyRecord = 6, RecordAccess.AddContents = 7
}
 Record Access Controls More...
 
enum  RecordBehaviour {
  RecordBehaviour.Document = 1, RecordBehaviour.Folder = 2, RecordBehaviour.Series = 3, RecordBehaviour.Box = 4,
  RecordBehaviour.Custom1 = 5, RecordBehaviour.Custom2 = 6, RecordBehaviour.Custom3 = 7, RecordBehaviour.Custom4 = 8,
  RecordBehaviour.Custom5 = 9, RecordBehaviour.Custom6 = 10, RecordBehaviour.Custom7 = 11, RecordBehaviour.Custom8 = 12,
  RecordBehaviour.Custom9 = 13, RecordBehaviour.Custom10 = 14, RecordBehaviour.PaperFolder = 15, RecordBehaviour.Template = 16,
  RecordBehaviour.ContentBlock = 17, RecordBehaviour.SharepointSite = 18, RecordBehaviour.SharepointList = 19, RecordBehaviour.Client = 21,
  RecordBehaviour.Matter = 22, RecordBehaviour.SapDocument = 23, RecordBehaviour.SdmFolder = 24, RecordBehaviour.SdmDocument = 25
}
 Behaviours More...
 
enum  RecordClass {
  RecordClass.Vital = 0, RecordClass.Corporate = 1, RecordClass.WorkGroup = 2, RecordClass.Personal = 3,
  RecordClass.Reference = 4, RecordClass.Temporary = 5
}
 Record Classes More...
 
enum  RecordDeclassifyTypes { RecordDeclassifyTypes.OnDate = 0, RecordDeclassifyTypes.YearsAfter = 1, RecordDeclassifyTypes.Event = 2, RecordDeclassifyTypes.Exempt = 3 }
 Record Security Declassification Types More...
 
enum  RecordDisp {
  RecordDisp.Active = 1, RecordDisp.Inactive = 2, RecordDisp.Archived = 5, RecordDisp.Destroyed = 6,
  RecordDisp.Transferred = 7
}
 Dispositions More...
 
enum  RecordDispPending {
  RecordDispPending.Active = 1, RecordDispPending.Inactive = 2, RecordDispPending.Archived = 5, RecordDispPending.Destroyed = 6,
  RecordDispPending.Transferred = 7
}
 Dispositions Pending More...
 
enum  RecordLocationType {
  RecordLocationType.Current = 0, RecordLocationType.Home = 1, RecordLocationType.Owner = 2, RecordLocationType.Creator = 3,
  RecordLocationType.Contact = 4, RecordLocationType.Editor = 5, RecordLocationType.Reviewer = 6, RecordLocationType.Authorizer = 7
}
 Record Location Types More...
 
enum  RecordPurposes {
  RecordPurposes.Any = 0, RecordPurposes.FindContainerFor = 1, RecordPurposes.AttachDocument = 2, RecordPurposes.FindSeries = 3,
  RecordPurposes.EditDocument = 4, RecordPurposes.RelateTo = 5, RecordPurposes.BrowsingWithinClass = 6, RecordPurposes.ViewDocument = 7,
  RecordPurposes.AttachRendition = 8, RecordPurposes.DefaultContainer = 9, RecordPurposes.SelectClient = 11, RecordPurposes.SelectMatter = 12,
  RecordPurposes.BrowseClientMatter = 13, RecordPurposes.FindAltContainerFor = 14, RecordPurposes.GpsSearch = 15, RecordPurposes.FindTemplate = 16,
  RecordPurposes.ConsignmentReview = 17, RecordPurposes.ConsignmentApprove = 18, RecordPurposes.UserFieldValue = 19, RecordPurposes.ShowRecycleBin = 20
}
 Record Purposes More...
 
enum  RecordRelationshipType {
  RecordRelationshipType.IsRelatedTo = 0, RecordRelationshipType.IsTempCopy = 1, RecordRelationshipType.IsRootPart = 3, RecordRelationshipType.DoesSupersede = 4,
  RecordRelationshipType.IsInSeries = 5, RecordRelationshipType.IsAttachmentOf = 6, RecordRelationshipType.IsVersion = 7, RecordRelationshipType.IsAltIn = 8,
  RecordRelationshipType.Custom1 = 9, RecordRelationshipType.Custom2 = 10, RecordRelationshipType.Custom3 = 11, RecordRelationshipType.Custom4 = 12,
  RecordRelationshipType.Custom5 = 13, RecordRelationshipType.Custom6 = 14, RecordRelationshipType.Custom7 = 15, RecordRelationshipType.Custom8 = 16,
  RecordRelationshipType.Custom9 = 17, RecordRelationshipType.Custom10 = 18, RecordRelationshipType.RedactionOf = 19, RecordRelationshipType.DerivedFrom = 20,
  RecordRelationshipType.ContainsClause = 21, RecordRelationshipType.InSharepointSite = 22, RecordRelationshipType.IsReplyTo = 23
}
 Record Relationships More...
 
enum  RecordSortFields {
  RecordSortFields.None = 0, RecordSortFields.Number = 1, RecordSortFields.FreeTitle = 2, RecordSortFields.ExternalId = 3,
  RecordSortFields.DateRegistered = 4, RecordSortFields.DateCreated = 5, RecordSortFields.DateDue = 6, RecordSortFields.DateClosed = 7,
  RecordSortFields.Priority = 8, RecordSortFields.Consignment = 9, RecordSortFields.DateInactive = 10, RecordSortFields.DateLastAction = 11,
  RecordSortFields.RecordType = 12, RecordSortFields.StructuredTitle = 13, RecordSortFields.DateFinalized = 14, RecordSortFields.DatePublished = 15,
  RecordSortFields.DateUpdated = 16, RecordSortFields.MediaType = 17
}
 Sort Fields More...
 
enum  RecordTypeFilter {
  RecordTypeFilter.All = 0, RecordTypeFilter.Electronic = 1, RecordTypeFilter.AllForCreate = 2, RecordTypeFilter.ElectronicForCreate = 3,
  RecordTypeFilter.AllForCreateNoManual = 4, RecordTypeFilter.ElectronicForCreateNoManual = 5, RecordTypeFilter.SuitableForNumberingBy = 6, RecordTypeFilter.ForRecordSearch = 7,
  RecordTypeFilter.OdmaCreateDirect = 8, RecordTypeFilter.FolderToCreate = 9, RecordTypeFilter.FolderToCreateElectronic = 10, RecordTypeFilter.RecordWithinClassification = 11,
  RecordTypeFilter.RecordWithinClassificationElectronic = 12, RecordTypeFilter.SimpleWebCreate = 16, RecordTypeFilter.ClientCreate = 17, RecordTypeFilter.MatterCreate = 18,
  RecordTypeFilter.MatterItemCreate = 19, RecordTypeFilter.MatterItemCreateElectronic = 20, RecordTypeFilter.SharePointListItemRecordCreate = 21, RecordTypeFilter.AutoSubfolderCreation = 22,
  RecordTypeFilter.AutoClassificationSubFolder = 23, RecordTypeFilter.SdmFolder = 24, RecordTypeFilter.SdmDocument = 25
}
 Record Type Filters More...
 
enum  RecycleReasons {
  RecycleReasons.NotRecycled = 0, RecycleReasons.Duplicate = 1, RecycleReasons.WorkingPaper = 2, RecycleReasons.Draft = 3,
  RecycleReasons.Reference = 4, RecycleReasons.External = 5, RecycleReasons.Personal = 6, RecycleReasons.Custom1 = 7,
  RecycleReasons.Custom2 = 8, RecycleReasons.Custom3 = 9, RecycleReasons.Custom4 = 10, RecycleReasons.Custom5 = 11
}
 Recycle Reasons More...
 
enum  ReferenceFileApplication { ReferenceFileApplication.Trim = 0, ReferenceFileApplication.Desktop = 1, ReferenceFileApplication.Dropzone = 2 }
 Reference File Applications More...
 
enum  RenditionType {
  RenditionType.Dsignature = 0, RenditionType.Ocr = 1, RenditionType.Annotation = 2, RenditionType.Mif = 3,
  RenditionType.Multimedia = 4, RenditionType.NativeMail = 5, RenditionType.Other1 = 6, RenditionType.Other2 = 7,
  RenditionType.Other3 = 8, RenditionType.Other4 = 9, RenditionType.Other5 = 10, RenditionType.Other6 = 11,
  RenditionType.Redaction = 12, RenditionType.Longevity = 13, RenditionType.Redactable = 14, RenditionType.SinglePageView = 15,
  RenditionType.HtmlRepresentation = 16, RenditionType.Thumbnail = 17, RenditionType.SignedCopy = 18, RenditionType.Original = 19
}
 Rendition Types More...
 
enum  ReporterFonts {
  ReporterFonts.Text = 0, ReporterFonts.SubText = 1, ReporterFonts.BigText = 2, ReporterFonts.Title = 3,
  ReporterFonts.SubTitle = 4, ReporterFonts.BigTitle = 5, ReporterFonts.Caption = 6, ReporterFonts.Number = 7,
  ReporterFonts.Custom1 = 8, ReporterFonts.Custom2 = 9, ReporterFonts.Custom3 = 10, ReporterFonts.Custom4 = 11,
  ReporterFonts.Custom5 = 12, ReporterFonts.Custom6 = 13, ReporterFonts.Custom7 = 14, ReporterFonts.Custom8 = 15
}
 Reporter Fonts More...
 
enum  RequestPriority { RequestPriority.High = 0, RequestPriority.Medium = 1, RequestPriority.Low = 2 }
 Request Priorities More...
 
enum  RequestPurposes { RequestPurposes.Maintain = 0, RequestPurposes.DeleteRecordRequest = 1 }
 Request Purposes More...
 
enum  RequestStatus {
  RequestStatus.NewAwaitingApproval = 0, RequestStatus.New = 1, RequestStatus.AddedToVendor = 2, RequestStatus.PickupReady = 3,
  RequestStatus.SentOrder = 4, RequestStatus.OnPicklist = 5, RequestStatus.AtDeliveryLocation = 6, RequestStatus.FinalTransit = 7,
  RequestStatus.Complete = 8, RequestStatus.Denied = 9, RequestStatus.AcknowlodgeReceipt = 10, RequestStatus.Cancelled = 11
}
 Request Status Types More...
 
enum  RequestTypes {
  RequestTypes.RetrieveTemporary = 0, RequestTypes.RetrieveRecurring = 1, RequestTypes.RetrievePermanent = 2, RequestTypes.PickupNew = 3,
  RequestTypes.PickupReturn = 4
}
 Request Types More...
 
enum  ResultPostProcessingMethod { ResultPostProcessingMethod.None = 0, ResultPostProcessingMethod.LatestPart = 1, ResultPostProcessingMethod.LatestVersion = 2 }
 Result Post Processing Methods More...
 
enum  RetainOptions { RetainOptions.CanBeDestroyed = 0, RetainOptions.KeepForever = 1, RetainOptions.KeepForeverInSomeJurisdictions = 2 }
 Retain Options More...
 
enum  RevRecRelationship {
  RevRecRelationship.RisRelatedTo = 0, RevRecRelationship.RisTempCopy = 1, RevRecRelationship.RisRootPart = 3, RevRecRelationship.RdoesSupersede = 4,
  RevRecRelationship.RisInSeries = 5, RevRecRelationship.RisAttachmentOf = 6, RevRecRelationship.RisVersion = 7, RevRecRelationship.RisAltIn = 8,
  RevRecRelationship.Rcustom1 = 9, RevRecRelationship.Rcustom2 = 10, RevRecRelationship.Rcustom3 = 11, RevRecRelationship.Rcustom4 = 12,
  RevRecRelationship.Rcustom5 = 13, RevRecRelationship.Rcustom6 = 14, RevRecRelationship.Rcustom7 = 15, RevRecRelationship.Rcustom8 = 16,
  RevRecRelationship.Rcustom9 = 17, RevRecRelationship.Rcustom10 = 18, RevRecRelationship.RRedactionOf = 19, RevRecRelationship.RDerivedFrom = 20,
  RevRecRelationship.ClauseWithin = 21, RevRecRelationship.RinSharepointSite = 22, RevRecRelationship.RisReplyTo = 23
}
 Reverse Record Relationships More...
 
enum  RmGrammarItem { RmGrammarItem.Part = 0, RmGrammarItem.Parts = 1 }
 RM Grammar Items More...
 
enum  RmTerminologyType { RmTerminologyType.TrimClassic = 0, RmTerminologyType.Us = 1 }
 RM Terminology Types More...
 
enum  SchedulePurposes { SchedulePurposes.UseItem = 1, SchedulePurposes.SearchByItem = 2, SchedulePurposes.MaintainItem = 3, SchedulePurposes.ReplaceReferences = 4 }
 Schedule Usage Purposes More...
 
enum  SearchClauseGroup {
  SearchClauseGroup.Name = 0, SearchClauseGroup.Type = 1, SearchClauseGroup.Text = 2, SearchClauseGroup.Linked = 3,
  SearchClauseGroup.Tray = 4, SearchClauseGroup.Reference = 5, SearchClauseGroup.Document = 6, SearchClauseGroup.Date = 7,
  SearchClauseGroup.Field = 8, SearchClauseGroup.Retention = 9, SearchClauseGroup.Location = 10, SearchClauseGroup.Process = 11,
  SearchClauseGroup.Rm = 12, SearchClauseGroup.Security = 13, SearchClauseGroup.SharePoint = 14, SearchClauseGroup.Other = 15,
  SearchClauseGroup.Favorite = 16, SearchClauseGroup.Recent = 17, SearchClauseGroup.ClientMatter = 18
}
 Search Clause Groups More...
 
enum  SearchClauseIds {
  SearchClauseIds.Unknown = 0, SearchClauseIds.Acl = 12, SearchClauseIds.Active = 5, SearchClauseIds.ActiveFrom = 15,
  SearchClauseIds.ActiveTo = 16, SearchClauseIds.All = 2, SearchClauseIds.Audit = 338, SearchClauseIds.Barcode = 11,
  SearchClauseIds.Batch = 17, SearchClauseIds.Copyacl = 13, SearchClauseIds.Default = 8, SearchClauseIds.Favorite = 9,
  SearchClauseIds.Fbarcode = 18, SearchClauseIds.Label = 10, SearchClauseIds.None = 3, SearchClauseIds.Saved = 14,
  SearchClauseIds.Top = 7, SearchClauseIds.Updated = 6, SearchClauseIds.UpdatedBy = 19, SearchClauseIds.Uri = 1,
  SearchClauseIds.Usable = 4, SearchClauseIds.ActionDefAssignable = 53, SearchClauseIds.ActionDefIsProcedure = 52, SearchClauseIds.ActionDefName = 51,
  SearchClauseIds.ActivityAssignedOn = 212, SearchClauseIds.ActivityAssignee = 206, SearchClauseIds.ActivityAuthorizedBy = 516, SearchClauseIds.ActivityAuthorizedOn = 213,
  SearchClauseIds.ActivityCanStart = 211, SearchClauseIds.ActivityCcto = 763, SearchClauseIds.ActivityChild = 525, SearchClauseIds.ActivityCompound = 526,
  SearchClauseIds.ActivityDone = 215, SearchClauseIds.ActivityDoneBy = 214, SearchClauseIds.ActivityDoneOn = 210, SearchClauseIds.ActivityDoneOnTime = 756,
  SearchClauseIds.ActivityDueOn = 209, SearchClauseIds.ActivityDueTray = 864, SearchClauseIds.ActivityEarliestStartOn = 517, SearchClauseIds.ActivityEscalatedTo = 521,
  SearchClauseIds.ActivityId = 520, SearchClauseIds.ActivityInsideTemplate = 527, SearchClauseIds.ActivityLatestStartOn = 518, SearchClauseIds.ActivityName = 203,
  SearchClauseIds.ActivityOriginalAssignee = 821, SearchClauseIds.ActivityOverdue = 216, SearchClauseIds.ActivityPendingAuthorizationBy = 523, SearchClauseIds.ActivityPriority = 208,
  SearchClauseIds.ActivityRecord = 217, SearchClauseIds.ActivitySkipped = 528, SearchClauseIds.ActivityStartedOn = 519, SearchClauseIds.ActivitySupervisor = 207,
  SearchClauseIds.ActivitySuspendedBy = 823, SearchClauseIds.ActivitySuspendedUntil = 522, SearchClauseIds.ActivityTemplate = 205, SearchClauseIds.ActivityWithin = 202,
  SearchClauseIds.ActivityWord = 858, SearchClauseIds.ActivityWorkflow = 204, SearchClauseIds.AgendaItemApproved = 421, SearchClauseIds.AgendaItemApprovedOn = 164,
  SearchClauseIds.AgendaItemApprover = 163, SearchClauseIds.AgendaItemAttached = 429, SearchClauseIds.AgendaItemCarriedOverFrom = 425, SearchClauseIds.AgendaItemMeeting = 160,
  SearchClauseIds.AgendaItemMeetingType = 420, SearchClauseIds.AgendaItemName = 426, SearchClauseIds.AgendaItemNumber = 159, SearchClauseIds.AgendaItemNumberx = 431,
  SearchClauseIds.AgendaItemOrder = 430, SearchClauseIds.AgendaItemParent = 220, SearchClauseIds.AgendaItemPending = 423, SearchClauseIds.AgendaItemSection = 422,
  SearchClauseIds.AgendaItemStanding = 424, SearchClauseIds.AgendaItemSubmittedBy = 161, SearchClauseIds.AgendaItemSubmittedOn = 162, SearchClauseIds.AgendaItemType = 419,
  SearchClauseIds.AgendaItemTypeName = 158, SearchClauseIds.AgendaItemAttachmentLocation = 428, SearchClauseIds.AgendaItemAttachmentRecord = 427, SearchClauseIds.AlertEventType = 118,
  SearchClauseIds.AlertObjectType = 677, SearchClauseIds.AlertSubscriber = 681, SearchClauseIds.AlertUser = 119, SearchClauseIds.AlertSubscriberIsSuspended = 679,
  SearchClauseIds.AlertSubscriberUser = 678, SearchClauseIds.ArchiveEventDueOn = 851, SearchClauseIds.ArchiveEventOccurredOn = 853, SearchClauseIds.ArchiveEventOccurrence = 854,
  SearchClauseIds.ArchiveEventTitle = 849, SearchClauseIds.ArchiveEventWord = 850, SearchClauseIds.ArchiveEventOccurrenceAddedOn = 847, SearchClauseIds.ArchiveEventOccurrenceOccurredOn = 846,
  SearchClauseIds.ArchiveEventOccurrenceTriggeredBy = 848, SearchClauseIds.AutoPartRuleDateType = 564, SearchClauseIds.AutoPartRuleName = 115, SearchClauseIds.AutoPartRuleType = 116,
  SearchClauseIds.CensusCensusLocation = 87, SearchClauseIds.CensusEndDate = 90, SearchClauseIds.CensusInProgress = 88, SearchClauseIds.CensusName = 86,
  SearchClauseIds.CensusStartDate = 89, SearchClauseIds.CheckinPlaceId = 786, SearchClauseIds.CheckinPlaceName = 782, SearchClauseIds.CheckinPlaceOwner = 785,
  SearchClauseIds.CheckinPlaceStyle = 788, SearchClauseIds.CheckinPlaceType = 783, SearchClauseIds.CheckinStyleAction = 777, SearchClauseIds.CheckinStyleAddressee = 900,
  SearchClauseIds.CheckinStyleAltContainer = 901, SearchClauseIds.CheckinStyleAssignee = 775, SearchClauseIds.CheckinStyleAuthor = 897, SearchClauseIds.CheckinStyleClassification = 772,
  SearchClauseIds.CheckinStyleContainer = 771, SearchClauseIds.CheckinStyleJurisdiction = 779, SearchClauseIds.CheckinStyleMatter = 773, SearchClauseIds.CheckinStyleMatterFolder = 781,
  SearchClauseIds.CheckinStyleMatterTemplate = 780, SearchClauseIds.CheckinStyleName = 768, SearchClauseIds.CheckinStyleOwner = 769, SearchClauseIds.CheckinStyleSchedule = 776,
  SearchClauseIds.CheckinStyleTemplate = 778, SearchClauseIds.CheckinStyleType = 770, SearchClauseIds.ClassificationApproved = 445, SearchClauseIds.ClassificationApprover = 44,
  SearchClauseIds.ClassificationAuto = 905, SearchClauseIds.ClassificationClass = 443, SearchClauseIds.ClassificationHome = 442, SearchClauseIds.ClassificationName = 43,
  SearchClauseIds.ClassificationNumber = 41, SearchClauseIds.ClassificationNumberx = 454, SearchClauseIds.ClassificationOwner = 45, SearchClauseIds.ClassificationParent = 60,
  SearchClauseIds.ClassificationParentOf = 635, SearchClauseIds.ClassificationPcsid = 791, SearchClauseIds.ClassificationPendingAuto = 716, SearchClauseIds.ClassificationRecordType = 444,
  SearchClauseIds.ClassificationSapobject = 733, SearchClauseIds.ClassificationSchedule = 446, SearchClauseIds.ClassificationSecure = 456, SearchClauseIds.ClassificationSecurityCaveat = 856,
  SearchClauseIds.ClassificationSecurityLevel = 855, SearchClauseIds.ClassificationTitle = 447, SearchClauseIds.ClassificationViewRecords = 455, SearchClauseIds.ClassificationWord = 42,
  SearchClauseIds.CommunicationDetailAddress = 539, SearchClauseIds.CommunicationDetailCity = 540, SearchClauseIds.CommunicationDetailEmail = 670, SearchClauseIds.CommunicationDetailLocation = 94,
  SearchClauseIds.CommunicationDetailPostcode = 541, SearchClauseIds.CommunicationDetailReference = 99, SearchClauseIds.CommunicationDetailType = 96, SearchClauseIds.CommunicationDetailWord = 475,
  SearchClauseIds.CommunicationDated = 129, SearchClauseIds.CommunicationDetail = 133, SearchClauseIds.CommunicationDirection = 132, SearchClauseIds.CommunicationMedium = 131,
  SearchClauseIds.CommunicationRecord = 130, SearchClauseIds.CommunicationViewable = 759, SearchClauseIds.ConsignmentApprovedOn = 804, SearchClauseIds.ConsignmentArchivist = 728,
  SearchClauseIds.ConsignmentAutoExaminedOn = 835, SearchClauseIds.ConsignmentCutoffDate = 709, SearchClauseIds.ConsignmentDisposalDate = 740, SearchClauseIds.ConsignmentDisposedOn = 834,
  SearchClauseIds.ConsignmentDone = 739, SearchClauseIds.ConsignmentNumber = 707, SearchClauseIds.ConsignmentReviewedOn = 803, SearchClauseIds.ConsignmentStatus = 836,
  SearchClauseIds.ConsignmentTransferLocation = 708, SearchClauseIds.ConsignmentType = 801, SearchClauseIds.ConsignmentWaiting = 802, SearchClauseIds.ConsignmentApproverApprover = 722,
  SearchClauseIds.ConsignmentApproverConsignment = 720, SearchClauseIds.ConsignmentApproverStatus = 723, SearchClauseIds.ConsignmentIssueConsignment = 717, SearchClauseIds.ConsignmentIssueIssueType = 730,
  SearchClauseIds.ConsignmentIssueReviewer = 729, SearchClauseIds.ConsignmentRejectionApprover = 832, SearchClauseIds.ConsignmentRejectionConsignment = 830, SearchClauseIds.ConsignmentRejectionIsConfirmed = 840,
  SearchClauseIds.ConsignmentRejectionRecord = 831, SearchClauseIds.ConsignmentRejectionRejectedOn = 833, SearchClauseIds.DocumentQueueAddressee = 898, SearchClauseIds.DocumentQueueAltContainer = 899,
  SearchClauseIds.DocumentQueueAuthor = 896, SearchClauseIds.DocumentQueueAuto = 253, SearchClauseIds.DocumentQueueClassification = 895, SearchClauseIds.DocumentQueueContainer = 254,
  SearchClauseIds.DocumentQueueLocation = 252, SearchClauseIds.DocumentQueueMachine = 98, SearchClauseIds.DocumentQueueName = 97, SearchClauseIds.DocumentQueueType = 251,
  SearchClauseIds.ElectronicStoreAccessDate = 656, SearchClauseIds.ElectronicStoreAutnGroup = 672, SearchClauseIds.ElectronicStoreName = 48, SearchClauseIds.ElectronicStoreReadonly = 134,
  SearchClauseIds.ElectronicStoreStoreType = 49, SearchClauseIds.ElectronicStoreTier = 654, SearchClauseIds.ExternalWorkflowCase = 877, SearchClauseIds.ExternalWorkflowCompletedOn = 880,
  SearchClauseIds.ExternalWorkflowDone = 881, SearchClauseIds.ExternalWorkflowDueOn = 879, SearchClauseIds.ExternalWorkflowInit = 878, SearchClauseIds.ExternalWorkflowOverdue = 882,
  SearchClauseIds.ExternalWorkflowSlipId = 875, SearchClauseIds.ExternalWorkflowTask = 883, SearchClauseIds.ExternalWorkflowType = 876, SearchClauseIds.ExternalWorkflowTaskAssignee = 884,
  SearchClauseIds.ExternalWorkflowTaskDueOn = 886, SearchClauseIds.ExternalWorkflowTaskOverdue = 889, SearchClauseIds.ExternalWorkflowTaskTaskId = 887, SearchClauseIds.ExternalWorkflowTaskTaskName = 885,
  SearchClauseIds.ExternalWorkflowTaskWorkflow = 888, SearchClauseIds.ExternalWorkflowTypeAuto = 872, SearchClauseIds.ExternalWorkflowTypeCase = 871, SearchClauseIds.ExternalWorkflowTypeContainer = 874,
  SearchClauseIds.ExternalWorkflowTypeDoc = 870, SearchClauseIds.ExternalWorkflowTypeId = 868, SearchClauseIds.ExternalWorkflowTypeInit = 869, SearchClauseIds.ExternalWorkflowTypeName = 867,
  SearchClauseIds.ExternalWorkflowTypeNeedsRecord = 873, SearchClauseIds.FieldDefinitionForLocations = 114, SearchClauseIds.FieldDefinitionFormat = 80, SearchClauseIds.FieldDefinitionForRecords = 110,
  SearchClauseIds.FieldDefinitionInIdolSchema = 622, SearchClauseIds.FieldDefinitionLookupSet = 81, SearchClauseIds.FieldDefinitionName = 78, SearchClauseIds.FieldDefinitionSapkey = 732,
  SearchClauseIds.FieldDefinitionUsedFor = 104, SearchClauseIds.FieldDefinitionVisible = 637, SearchClauseIds.HistoryActivity = 648, SearchClauseIds.HistoryBreach = 266,
  SearchClauseIds.HistoryChangedTo = 337, SearchClauseIds.HistoryClientIPA = 758, SearchClauseIds.HistoryComputer = 651, SearchClauseIds.HistoryConnectionIPA = 757,
  SearchClauseIds.HistoryDate = 75, SearchClauseIds.HistoryDetails = 933, SearchClauseIds.HistoryEvent = 649, SearchClauseIds.HistoryIsSearch = 861,
  SearchClauseIds.HistoryLocation = 644, SearchClauseIds.HistoryLogin = 76, SearchClauseIds.HistoryObject = 646, SearchClauseIds.HistoryObjectType = 645,
  SearchClauseIds.HistoryRecord = 222, SearchClauseIds.HistoryUser = 643, SearchClauseIds.HistoryWorkflow = 647, SearchClauseIds.HoldContact = 83,
  SearchClauseIds.HoldExternal = 615, SearchClauseIds.HoldName = 82, SearchClauseIds.HoldRecord = 124, SearchClauseIds.HtmlLayoutName = 223,
  SearchClauseIds.HtmlLayoutType = 224, SearchClauseIds.JurisdictionDescription = 572, SearchClauseIds.JurisdictionHasMember = 591, SearchClauseIds.JurisdictionMembers = 575,
  SearchClauseIds.JurisdictionName = 571, SearchClauseIds.KeywordAttachedTo = 452, SearchClauseIds.KeywordBroader = 448, SearchClauseIds.KeywordForbidden = 226,
  SearchClauseIds.KeywordInTitleOf = 453, SearchClauseIds.KeywordName = 57, SearchClauseIds.KeywordNarrower = 61, SearchClauseIds.KeywordNonPreferredFormsOf = 451,
  SearchClauseIds.KeywordPrimary = 62, SearchClauseIds.KeywordRelated = 449, SearchClauseIds.KeywordSource = 59, SearchClauseIds.KeywordUsedFor = 450,
  SearchClauseIds.KeywordWord = 58, SearchClauseIds.LocationAddressCity = 399, SearchClauseIds.LocationAddressCountry = 403, SearchClauseIds.LocationAddressPostcode = 401,
  SearchClauseIds.LocationAddressRegion = 402, SearchClauseIds.LocationAddressState = 400, SearchClauseIds.LocationAddressType = 405, SearchClauseIds.LocationAddressWord = 404,
  SearchClauseIds.LocationAddress = 406, SearchClauseIds.LocationAdministeredBy = 463, SearchClauseIds.LocationAdministratorOf = 462, SearchClauseIds.LocationBasedOnUserType = 866,
  SearchClauseIds.LocationBusinessPhone = 845, SearchClauseIds.LocationCommunication = 471, SearchClauseIds.LocationContactOf = 566, SearchClauseIds.LocationDelegateOf = 460,
  SearchClauseIds.LocationDelegateTo = 461, SearchClauseIds.LocationDob = 465, SearchClauseIds.LocationEmail = 398, SearchClauseIds.LocationGivenNames = 382,
  SearchClauseIds.LocationGps = 767, SearchClauseIds.LocationHasMember = 457, SearchClauseIds.LocationHasOther = 515, SearchClauseIds.LocationId = 396,
  SearchClauseIds.LocationInitials = 466, SearchClauseIds.LocationInternal = 467, SearchClauseIds.LocationJurisdiction = 754, SearchClauseIds.LocationLogin = 397,
  SearchClauseIds.LocationMembers = 239, SearchClauseIds.LocationMobile = 844, SearchClauseIds.LocationName = 79, SearchClauseIds.LocationOthers = 514,
  SearchClauseIds.LocationPhone = 468, SearchClauseIds.LocationRecipientOf = 470, SearchClauseIds.LocationReview = 464, SearchClauseIds.LocationSecurityCaveat = 650,
  SearchClauseIds.LocationSecurityLevel = 660, SearchClauseIds.LocationSenderOf = 469, SearchClauseIds.LocationSortName = 476, SearchClauseIds.LocationSupervisedBy = 458,
  SearchClauseIds.LocationSupervisorOf = 459, SearchClauseIds.LocationSurname = 381, SearchClauseIds.LocationSurnamePrefix = 474, SearchClauseIds.LocationType = 379,
  SearchClauseIds.LocationUnique = 380, SearchClauseIds.LocationUserType = 820, SearchClauseIds.LocationUsingAddressOf = 472, SearchClauseIds.LocationUsingProfileOf = 473,
  SearchClauseIds.LocationValidLogin = 676, SearchClauseIds.LookupItemAbbreviation = 746, SearchClauseIds.LookupItemIsParent = 813, SearchClauseIds.LookupItemName = 745,
  SearchClauseIds.LookupItemNumber = 825, SearchClauseIds.LookupItemParent = 811, SearchClauseIds.LookupItemParentOf = 812, SearchClauseIds.LookupItemSet = 747,
  SearchClauseIds.LookupSetName = 37, SearchClauseIds.LookupSetType = 229, SearchClauseIds.MailTemplateName = 126, SearchClauseIds.MailTemplateType = 127,
  SearchClauseIds.MeetingAgenda = 153, SearchClauseIds.MeetingCutoff = 151, SearchClauseIds.MeetingDate = 148, SearchClauseIds.MeetingDocument = 156,
  SearchClauseIds.MeetingInvite = 155, SearchClauseIds.MeetingIssue = 152, SearchClauseIds.MeetingMinutes = 154, SearchClauseIds.MeetingName = 147,
  SearchClauseIds.MeetingOpen = 439, SearchClauseIds.MeetingPending = 438, SearchClauseIds.MeetingPlace = 150, SearchClauseIds.MeetingRecord = 568,
  SearchClauseIds.MeetingType = 149, SearchClauseIds.MeetingTypeName = 227, SearchClauseIds.MeetingTypePlace = 228, SearchClauseIds.MetadataRuleMessage = 815,
  SearchClauseIds.MetadataRuleType = 814, SearchClauseIds.MinuteItemAction = 170, SearchClauseIds.MinuteItemAgenda = 169, SearchClauseIds.MinuteItemMeeting = 414,
  SearchClauseIds.MinuteItemMotion = 417, SearchClauseIds.MinuteItemName = 168, SearchClauseIds.MinuteItemOrder = 416, SearchClauseIds.MinuteItemOutcome = 413,
  SearchClauseIds.MinuteItemProposer = 411, SearchClauseIds.MinuteItemSeconder = 412, SearchClauseIds.MinuteItemType = 415, SearchClauseIds.MinuteItemTypeName = 166,
  SearchClauseIds.MinuteItemActionArisingTodo = 418, SearchClauseIds.MeetingDocumentRecord = 436, SearchClauseIds.MeetingDocumentType = 437, SearchClauseIds.MeetingInvitationAttendType = 434,
  SearchClauseIds.MeetingInvitationPerson = 432, SearchClauseIds.MeetingInvitationProxy = 435, SearchClauseIds.MeetingInvitationType = 433, SearchClauseIds.NotificationEventDate = 641,
  SearchClauseIds.NotificationEventType = 639, SearchClauseIds.NotificationObjectType = 640, SearchClauseIds.OfflineRecordContainer = 72, SearchClauseIds.OfflineRecordExtension = 583,
  SearchClauseIds.OfflineRecordIsContainer = 902, SearchClauseIds.OfflineRecordIsDocument = 903, SearchClauseIds.OfflineRecordIsEmpty = 904, SearchClauseIds.OfflineRecordStatus = 136,
  SearchClauseIds.OfflineRecordTitle = 135, SearchClauseIds.OriginAuto = 145, SearchClauseIds.OriginLoadedOn = 143, SearchClauseIds.OriginMachine = 144,
  SearchClauseIds.OriginName = 140, SearchClauseIds.OriginSource = 141, SearchClauseIds.OriginType = 142, SearchClauseIds.OriginHistoryOrigin = 580,
  SearchClauseIds.OriginHistoryRunOn = 581, SearchClauseIds.OriginHistorySource = 582, SearchClauseIds.RecordClientMatterPartyInterest = 702, SearchClauseIds.RecordClientMatterPartyParty = 700,
  SearchClauseIds.RecordClientMatterPartyType = 701, SearchClauseIds.RecordClientMatterRoleLocation = 697, SearchClauseIds.RecordClientMatterRoleType = 698, SearchClauseIds.RecordKeywordHow = 373,
  SearchClauseIds.RecordKeywordKeyword = 277, SearchClauseIds.RecordLocationDone = 797, SearchClauseIds.RecordLocationDueOn = 796, SearchClauseIds.RecordLocationFrom = 326,
  SearchClauseIds.RecordLocationLocation = 325, SearchClauseIds.RecordLocationOverdue = 798, SearchClauseIds.RecordLocationPrimary = 329, SearchClauseIds.RecordLocationReturnOn = 328,
  SearchClauseIds.RecordLocationRole = 799, SearchClauseIds.RecordLocationSpace = 330, SearchClauseIds.RecordLocationTo = 327, SearchClauseIds.RecordLocationType = 331,
  SearchClauseIds.RecordAccessedOn = 655, SearchClauseIds.RecordAccession = 287, SearchClauseIds.RecordAction = 536, SearchClauseIds.RecordActionedOn = 296,
  SearchClauseIds.RecordActivity = 345, SearchClauseIds.RecordAddressee = 341, SearchClauseIds.RecordAllParts = 478, SearchClauseIds.RecordAllRelated = 477,
  SearchClauseIds.RecordAllVersions = 479, SearchClauseIds.RecordAltContainer = 494, SearchClauseIds.RecordAltContains = 493, SearchClauseIds.RecordAnyWord = 274,
  SearchClauseIds.RecordArchivedOn = 308, SearchClauseIds.RecordArchiveOn = 314, SearchClauseIds.RecordAssignee = 317, SearchClauseIds.RecordAssigneex = 323,
  SearchClauseIds.RecordAtHome = 332, SearchClauseIds.RecordAttachedTo = 489, SearchClauseIds.RecordAttachments = 594, SearchClauseIds.RecordAuthor = 339,
  SearchClauseIds.RecordAuthorizer = 794, SearchClauseIds.RecordBcc = 819, SearchClauseIds.RecordCanUseClass = 760, SearchClauseIds.RecordCc = 818,
  SearchClauseIds.RecordCheckedInBy = 748, SearchClauseIds.RecordCheckedOutBy = 336, SearchClauseIds.RecordCheckinStyle = 719, SearchClauseIds.RecordClass = 560,
  SearchClauseIds.RecordClassification = 286, SearchClauseIds.RecordClient = 343, SearchClauseIds.RecordClientOf = 704, SearchClauseIds.RecordClientRecord = 691,
  SearchClauseIds.RecordClosedOn = 290, SearchClauseIds.RecordCombinedTitle = 824, SearchClauseIds.RecordCommunication = 535, SearchClauseIds.RecordConsignment = 706,
  SearchClauseIds.RecordConsignmentNumber = 301, SearchClauseIds.RecordContact = 321, SearchClauseIds.RecordContactx = 322, SearchClauseIds.RecordContainer = 503,
  SearchClauseIds.RecordContainerEx = 630, SearchClauseIds.RecordContains = 504, SearchClauseIds.RecordContainsEx = 631, SearchClauseIds.RecordContent = 275,
  SearchClauseIds.RecordContentBlockIn = 500, SearchClauseIds.RecordConversation = 623, SearchClauseIds.RecordConversationId = 625, SearchClauseIds.RecordCopyOf = 481,
  SearchClauseIds.RecordCreatedOn = 289, SearchClauseIds.RecordCreator = 320, SearchClauseIds.RecordCS_atRegistration = 352, SearchClauseIds.RecordCS_changeType = 940,
  SearchClauseIds.RecordCS_classifiedBy = 353, SearchClauseIds.RecordCS_classifiedByAgency = 354, SearchClauseIds.RecordCS_declassifiedBy = 937, SearchClauseIds.RecordCS_declassifiedOn = 936,
  SearchClauseIds.RecordCS_declassify = 349, SearchClauseIds.RecordCS_declassifyEvent = 941, SearchClauseIds.RecordCS_derivedFrom = 360, SearchClauseIds.RecordCS_downgrade = 348,
  SearchClauseIds.RecordCS_downgradedBy = 935, SearchClauseIds.RecordCS_downgradedOn = 934, SearchClauseIds.RecordCS_downgradeEvent = 942, SearchClauseIds.RecordCS_downgradeInstructions = 361,
  SearchClauseIds.RecordCS_guide = 350, SearchClauseIds.RecordCS_initial = 351, SearchClauseIds.RecordCS_reason = 359, SearchClauseIds.RecordCS_reviewedBy = 355,
  SearchClauseIds.RecordCS_reviewedOn = 356, SearchClauseIds.RecordCS_updatedBy = 357, SearchClauseIds.RecordCS_updatedOn = 358, SearchClauseIds.RecordCS_updatedReason = 362,
  SearchClauseIds.RecordCS_upgradedBy = 939, SearchClauseIds.RecordCS_upgradedOn = 938, SearchClauseIds.RecordCurrentVersion = 507, SearchClauseIds.RecordDerivedFrom = 497,
  SearchClauseIds.RecordDestroyedOn = 310, SearchClauseIds.RecordDestroyOn = 315, SearchClauseIds.RecordDisposition = 562, SearchClauseIds.RecordDocumentSize = 671,
  SearchClauseIds.RecordDueOn = 295, SearchClauseIds.RecordDueOrInTray = 807, SearchClauseIds.RecordDueTray = 279, SearchClauseIds.RecordEditedOn = 292,
  SearchClauseIds.RecordEditor = 792, SearchClauseIds.RecordElectronic = 369, SearchClauseIds.RecordEnclosed = 333, SearchClauseIds.RecordExcase = 890,
  SearchClauseIds.RecordExinit = 891, SearchClauseIds.RecordExtension = 530, SearchClauseIds.RecordExternal = 368, SearchClauseIds.RecordFinal = 563,
  SearchClauseIds.RecordFinalisedOn = 294, SearchClauseIds.RecordFirstPart = 483, SearchClauseIds.RecordFirstVersionOf = 491, SearchClauseIds.RecordFolderOrigin = 642,
  SearchClauseIds.RecordGeneratedTitle = 577, SearchClauseIds.RecordGps = 766, SearchClauseIds.RecordHasAttachment = 490, SearchClauseIds.RecordHasContentBlock = 499,
  SearchClauseIds.RecordHasContents = 538, SearchClauseIds.RecordHasDerivation = 498, SearchClauseIds.RecordHasFirstPart = 484, SearchClauseIds.RecordHasFirstVersion = 492,
  SearchClauseIds.RecordHasHold = 737, SearchClauseIds.RecordHasRedaction = 496, SearchClauseIds.RecordHasReply = 548, SearchClauseIds.RecordHasSite = 502,
  SearchClauseIds.RecordHold = 410, SearchClauseIds.RecordHoldingBay = 533, SearchClauseIds.RecordHome = 319, SearchClauseIds.RecordHomex = 324,
  SearchClauseIds.RecordIdol = 652, SearchClauseIds.RecordImported = 298, SearchClauseIds.RecordInactiveOn = 297, SearchClauseIds.RecordIndex = 407,
  SearchClauseIds.RecordInSeries = 487, SearchClauseIds.RecordInSite = 501, SearchClauseIds.RecordInSpList = 553, SearchClauseIds.RecordInTray = 278,
  SearchClauseIds.RecordIsSeriesOf = 488, SearchClauseIds.RecordJurisdiction = 569, SearchClauseIds.RecordKeyword = 653, SearchClauseIds.RecordLatestPart = 505,
  SearchClauseIds.RecordLatestVersion = 506, SearchClauseIds.RecordLinkOf = 626, SearchClauseIds.RecordLinksTo = 627, SearchClauseIds.RecordLockedOn = 293,
  SearchClauseIds.RecordMakeInactiveOn = 311, SearchClauseIds.RecordMatterOf = 705, SearchClauseIds.RecordMatterRecord = 692, SearchClauseIds.RecordMedia = 586,
  SearchClauseIds.RecordMeeting = 374, SearchClauseIds.RecordMessageId = 624, SearchClauseIds.RecordMime = 585, SearchClauseIds.RecordMissing = 334,
  SearchClauseIds.RecordMyContainers = 281, SearchClauseIds.RecordMyContent = 284, SearchClauseIds.RecordMyDocuments = 280, SearchClauseIds.RecordMyTemplates = 283,
  SearchClauseIds.RecordNotes = 273, SearchClauseIds.RecordNumber = 238, SearchClauseIds.RecordNumberx = 285, SearchClauseIds.RecordOffline = 632,
  SearchClauseIds.RecordOrigin = 377, SearchClauseIds.RecordOriginalOf = 482, SearchClauseIds.RecordOriginRun = 579, SearchClauseIds.RecordOtherContact = 342,
  SearchClauseIds.RecordOwner = 318, SearchClauseIds.RecordPartRule = 375, SearchClauseIds.RecordParty = 695, SearchClauseIds.RecordPartyEx = 696,
  SearchClauseIds.RecordPriority = 367, SearchClauseIds.RecordPublishedOn = 291, SearchClauseIds.RecordReceivedOn = 753, SearchClauseIds.RecordReclocationx = 795,
  SearchClauseIds.RecordRecycledOn = 894, SearchClauseIds.RecordRedactionOf = 495, SearchClauseIds.RecordRegisteredOn = 288, SearchClauseIds.RecordRelated = 480,
  SearchClauseIds.RecordRelatedEx = 743, SearchClauseIds.RecordRelatedReverseEx = 744, SearchClauseIds.RecordReplyTo = 547, SearchClauseIds.RecordRepresentative = 340,
  SearchClauseIds.RecordRequest = 408, SearchClauseIds.RecordRequestedOn = 658, SearchClauseIds.RecordRequestor = 657, SearchClauseIds.RecordReturnOn = 304,
  SearchClauseIds.RecordReview = 300, SearchClauseIds.RecordReviewer = 793, SearchClauseIds.RecordReviewState = 800, SearchClauseIds.RecordReviewStatus = 316,
  SearchClauseIds.RecordRevision = 863, SearchClauseIds.RecordRevisionEx = 750, SearchClauseIds.RecordRole = 693, SearchClauseIds.RecordRoleEx = 694,
  SearchClauseIds.RecordSameClient = 628, SearchClauseIds.RecordSameContact = 629, SearchClauseIds.RecordSapcustomer = 741, SearchClauseIds.RecordSapcustomerid = 742,
  SearchClauseIds.RecordSapdoc = 736, SearchClauseIds.RecordSaprepos = 735, SearchClauseIds.RecordSchedule = 299, SearchClauseIds.RecordScheduleStatus = 810,
  SearchClauseIds.RecordSdmenv = 837, SearchClauseIds.RecordSdmfile = 838, SearchClauseIds.RecordSdmfolder = 841, SearchClauseIds.RecordSdmrun = 839,
  SearchClauseIds.RecordSecurityCaveat = 347, SearchClauseIds.RecordSecurityLevel = 346, SearchClauseIds.RecordSpace = 532, SearchClauseIds.RecordSpaceOrBay = 534,
  SearchClauseIds.RecordSpFarmGUID = 552, SearchClauseIds.RecordSpGUID = 550, SearchClauseIds.RecordSpLirId = 555, SearchClauseIds.RecordSpLirURL = 554,
  SearchClauseIds.RecordSpList = 688, SearchClauseIds.RecordSpRecord = 687, SearchClauseIds.RecordSpSiteCollectionGUID = 561, SearchClauseIds.RecordSpType = 549,
  SearchClauseIds.RecordSpURL = 551, SearchClauseIds.RecordStore = 531, SearchClauseIds.RecordSupersededBy = 486, SearchClauseIds.RecordSupersededOn = 752,
  SearchClauseIds.RecordSupersedes = 485, SearchClauseIds.RecordTask = 537, SearchClauseIds.RecordTitle = 272, SearchClauseIds.RecordTodo = 376,
  SearchClauseIds.RecordTransferOn = 313, SearchClauseIds.RecordTransferredOn = 307, SearchClauseIds.RecordType = 378, SearchClauseIds.RecordTypedTitle = 576,
  SearchClauseIds.RecordWorkflow = 344, SearchClauseIds.RecordWorkTray = 282, SearchClauseIds.RecordActionAssignedBy = 843, SearchClauseIds.RecordActionAssignee = 244,
  SearchClauseIds.RecordActionCanStart = 565, SearchClauseIds.RecordActionCompletedBy = 245, SearchClauseIds.RecordActionDone = 246, SearchClauseIds.RecordActionDoneOn = 513,
  SearchClauseIds.RecordActionDoneOnTime = 755, SearchClauseIds.RecordActionDueOn = 512, SearchClauseIds.RecordActionName = 56, SearchClauseIds.RecordActionOverdue = 247,
  SearchClauseIds.RecordActionParent = 584, SearchClauseIds.RecordActionProcedure = 248, SearchClauseIds.RecordActionRecord = 243, SearchClauseIds.RecordActionStartOn = 578,
  SearchClauseIds.RecordActionViewable = 860, SearchClauseIds.RecordTypeAckRequests = 690, SearchClauseIds.RecordTypeAction = 179, SearchClauseIds.RecordTypeArchive = 200,
  SearchClauseIds.RecordTypeAssignee = 139, SearchClauseIds.RecordTypeBehaviour = 138, SearchClauseIds.RecordTypeCanBeContainedBy = 817, SearchClauseIds.RecordTypeCanContain = 816,
  SearchClauseIds.RecordTypeCensus = 195, SearchClauseIds.RecordTypeClassification = 165, SearchClauseIds.RecordTypeExternalId = 225, SearchClauseIds.RecordTypeField = 673,
  SearchClauseIds.RecordTypeHasElecDocSupport = 633, SearchClauseIds.RecordTypeHasMatter = 703, SearchClauseIds.RecordTypeHome = 146, SearchClauseIds.RecordTypeLevel = 201,
  SearchClauseIds.RecordTypeLir = 724, SearchClauseIds.RecordTypeMedia = 587, SearchClauseIds.RecordTypeName = 84, SearchClauseIds.RecordTypeOwner = 157,
  SearchClauseIds.RecordTypeSaprepository = 734, SearchClauseIds.RecordTypeSchedule = 172, SearchClauseIds.RecordTypeSortOrder = 230, SearchClauseIds.RecordTypeSpace = 219,
  SearchClauseIds.RecordTypeStore = 167, SearchClauseIds.RecordTypeTemplate = 218, SearchClauseIds.RecordTypeTitling = 171, SearchClauseIds.RecordRevisionCheckedInBy = 749,
  SearchClauseIds.ReportName = 92, SearchClauseIds.ReportType = 93, SearchClauseIds.ReportBitmapName = 95, SearchClauseIds.RequestAssignee = 68,
  SearchClauseIds.RequestAthome = 250, SearchClauseIds.RequestBy = 64, SearchClauseIds.RequestCompletedOn = 664, SearchClauseIds.RequestCreatedOn = 663,
  SearchClauseIds.RequestDeliverTo = 666, SearchClauseIds.RequestDone = 665, SearchClauseIds.RequestDueOn = 65, SearchClauseIds.RequestIsCurrent = 669,
  SearchClauseIds.RequestPriority = 667, SearchClauseIds.RequestRecord = 63, SearchClauseIds.RequestServiceLocation = 67, SearchClauseIds.RequestSpace = 249,
  SearchClauseIds.RequestStatus = 668, SearchClauseIds.RequestStatusDate = 689, SearchClauseIds.RequestType = 662, SearchClauseIds.RequestViewable = 859,
  SearchClauseIds.RecordTypeAutoSubFolderClassification = 726, SearchClauseIds.RecordTypeAutoSubFolderSchedule = 727, SearchClauseIds.RecordTypeAutoSubFolderType = 725, SearchClauseIds.SavedSearchCanEdit = 764,
  SearchClauseIds.SavedSearchCanExecute = 765, SearchClauseIds.SavedSearchFullName = 557, SearchClauseIds.SavedSearchGroup = 544, SearchClauseIds.SavedSearchName = 73,
  SearchClauseIds.SavedSearchOld = 556, SearchClauseIds.SavedSearchOwner = 543, SearchClauseIds.SavedSearchParent = 546, SearchClauseIds.SavedSearchPublic = 545,
  SearchClauseIds.SavedSearchType = 542, SearchClauseIds.ScheduleAgency = 232, SearchClauseIds.ScheduleName = 231, SearchClauseIds.ScheduleParent = 234,
  SearchClauseIds.ScheduleParentOf = 636, SearchClauseIds.SchedulePcsid = 789, SearchClauseIds.ScheduleSource = 233, SearchClauseIds.ScheduleTrigger = 50,
  SearchClauseIds.ScheduleWord = 235, SearchClauseIds.ScheduledTaskAssignee = 261, SearchClauseIds.ScheduledTaskClassification = 259, SearchClauseIds.ScheduledTaskDate = 260,
  SearchClauseIds.ScheduledTaskDone = 263, SearchClauseIds.ScheduledTaskFolders = 264, SearchClauseIds.ScheduledTaskObjectType = 257, SearchClauseIds.ScheduledTaskOverdue = 262,
  SearchClauseIds.ScheduledTaskRecord = 258, SearchClauseIds.ScheduleTriggerAfterDays = 808, SearchClauseIds.ScheduleTriggerAfterMonths = 31, SearchClauseIds.ScheduleTriggerAfterYears = 30,
  SearchClauseIds.ScheduleTriggerDateType = 35, SearchClauseIds.ScheduleTriggerDelayType = 809, SearchClauseIds.ScheduleTriggerDestroy = 38, SearchClauseIds.ScheduleTriggerFixedDate = 36,
  SearchClauseIds.ScheduleTriggerJurisdiction = 570, SearchClauseIds.ScheduleTriggerPcsid = 790, SearchClauseIds.ScheduleTriggerPcsmapid = 806, SearchClauseIds.ScheduleTriggerRounding = 47,
  SearchClauseIds.ScheduleTriggerTransferTo = 865, SearchClauseIds.ScheduleTriggerType = 26, SearchClauseIds.ScheduleTriggerUserDateType = 46, SearchClauseIds.SearchFormName = 674,
  SearchClauseIds.SearchFormType = 675, SearchClauseIds.SecurityCaveatAbbreviation = 33, SearchClauseIds.SecurityCaveatCaveatNumber = 34, SearchClauseIds.SecurityCaveatHeld = 128,
  SearchClauseIds.SecurityCaveatName = 32, SearchClauseIds.SecurityGuideEntryReference = 105, SearchClauseIds.SecurityGuideHeld = 558, SearchClauseIds.SecurityGuideSecurityLevel = 106,
  SearchClauseIds.SecurityLevelAbbreviation = 28, SearchClauseIds.SecurityLevelHeld = 125, SearchClauseIds.SecurityLevelLevelNumber = 29, SearchClauseIds.SecurityLevelName = 27,
  SearchClauseIds.SharePointItemList = 683, SearchClauseIds.SharePointItemListId = 684, SearchClauseIds.SharePointItemRecord = 685, SearchClauseIds.SharePointItemSynchPending = 686,
  SearchClauseIds.SharePointItemUniqueId = 682, SearchClauseIds.SharePointItemViewable = 761, SearchClauseIds.SpaceBay = 441, SearchClauseIds.SpaceKey = 40,
  SearchClauseIds.SpaceLowest = 440, SearchClauseIds.SpaceNumber = 39, SearchClauseIds.SpaceParentOf = 634, SearchClauseIds.SpaceWithin = 54,
  SearchClauseIds.StopWordName = 85, SearchClauseIds.TodoItemItemReferenceRecord = 267, SearchClauseIds.TodoItemItemReferenceType = 268, SearchClauseIds.TodoItemAssignee = 174,
  SearchClauseIds.TodoItemCreator = 178, SearchClauseIds.TodoItemDone = 269, SearchClauseIds.TodoItemDoneOn = 176, SearchClauseIds.TodoItemDueOn = 175,
  SearchClauseIds.TodoItemName = 173, SearchClauseIds.TodoItemOverdue = 270, SearchClauseIds.TodoItemPriority = 177, SearchClauseIds.TodoItemReference = 271,
  SearchClauseIds.ScheduledTaskHistoryBy = 256, SearchClauseIds.ScheduledTaskHistoryCompleted = 255, SearchClauseIds.UserLabelAttachable = 892, SearchClauseIds.UserLabelDateCreated = 122,
  SearchClauseIds.UserLabelDetachable = 893, SearchClauseIds.UserLabelFullName = 567, SearchClauseIds.UserLabelHasChildren = 842, SearchClauseIds.UserLabelName = 117,
  SearchClauseIds.UserLabelOwner = 120, SearchClauseIds.UserLabelParent = 123, SearchClauseIds.UserLabelParentOf = 638, SearchClauseIds.UserLabelStuckOn = 529,
  SearchClauseIds.UserLabelType = 121, SearchClauseIds.WordCount = 762, SearchClauseIds.WordField = 265, SearchClauseIds.WordName = 91,
  SearchClauseIds.WordType = 20, SearchClauseIds.WorkflowActivity = 738, SearchClauseIds.WorkflowContainer = 183, SearchClauseIds.WorkflowCreator = 194,
  SearchClauseIds.WorkflowCustomer = 182, SearchClauseIds.WorkflowDestroyOn = 189, SearchClauseIds.WorkflowDone = 509, SearchClauseIds.WorkflowDoneOn = 186,
  SearchClauseIds.WorkflowDueOn = 185, SearchClauseIds.WorkflowInitiator = 508, SearchClauseIds.WorkflowJob = 184, SearchClauseIds.WorkflowJobx = 511,
  SearchClauseIds.WorkflowLockedBy = 822, SearchClauseIds.WorkflowName = 180, SearchClauseIds.WorkflowOverdue = 510, SearchClauseIds.WorkflowPriority = 192,
  SearchClauseIds.WorkflowRecord = 191, SearchClauseIds.WorkflowRegisteredOn = 188, SearchClauseIds.WorkflowScheduledStartOn = 193, SearchClauseIds.WorkflowStartedOn = 187,
  SearchClauseIds.WorkflowSupervisor = 181, SearchClauseIds.WorkflowTemplate = 190, SearchClauseIds.WorkflowWord = 857, SearchClauseIds.WorkflowTemplateDateRegistered = 198,
  SearchClauseIds.WorkflowTemplateName = 196, SearchClauseIds.WorkflowTemplatePriority = 199, SearchClauseIds.WorkflowTemplateSupervisor = 197, SearchClauseIds.WorkingCopyAuthor = 827,
  SearchClauseIds.WorkingCopyExtension = 828, SearchClauseIds.WorkingCopyRecord = 829, SearchClauseIds.WorkingCopyTitle = 826, SearchClauseIds.ZipCodeCity = 21,
  SearchClauseIds.ZipCodeCountry = 25, SearchClauseIds.ZipCodePostcode = 22, SearchClauseIds.ZipCodeRegion = 23, SearchClauseIds.ZipCodeState = 24
}
 The SearchClauseIds enum More...
 
enum  SearchContactType {
  SearchContactType.Author = 0, SearchContactType.Addressee = 1, SearchContactType.Representative = 2, SearchContactType.Other = 3,
  SearchContactType.Client = 4, SearchContactType.Any = 5, SearchContactType.Custom1 = 6, SearchContactType.Custom2 = 7,
  SearchContactType.Custom3 = 8, SearchContactType.Custom4 = 9, SearchContactType.Custom5 = 10, SearchContactType.Custom6 = 11,
  SearchContactType.Custom7 = 12, SearchContactType.Custom8 = 13, SearchContactType.Custom9 = 14, SearchContactType.Custom10 = 15,
  SearchContactType.Cc = 16, SearchContactType.Bcc = 17
}
 Search Contact Types More...
 
enum  SearchEditor { SearchEditor.String = 0, SearchEditor.Profile = 1, SearchEditor.Boolean = 2 }
 Search Editors More...
 
enum  SearchFilterTypes {
  SearchFilterTypes.All = 0, SearchFilterTypes.RecordType = 1, SearchFilterTypes.Class = 2, SearchFilterTypes.Disposition = 3,
  SearchFilterTypes.Finalized = 4, SearchFilterTypes.FileType = 5, SearchFilterTypes.DateRegistered = 6, SearchFilterTypes.Subselect = 7
}
 Search Filter Types More...
 
enum  SearchGrammarItem {
  SearchGrammarItem.And = 0, SearchGrammarItem.Or = 1, SearchGrammarItem.Not = 2, SearchGrammarItem.To = 3,
  SearchGrammarItem.Fiscal = 4, SearchGrammarItem.Fy = 5, SearchGrammarItem.ToDate = 6, SearchGrammarItem.Case = 7,
  SearchGrammarItem.Whole = 8, SearchGrammarItem.Me = 9, SearchGrammarItem.MyPosition = 10, SearchGrammarItem.MyUnit = 11,
  SearchGrammarItem.MyOrganization = 12, SearchGrammarItem.Blank = 13, SearchGrammarItem.Of = 14, SearchGrammarItem.Part = 15,
  SearchGrammarItem.Parts = 16, SearchGrammarItem.Within = 17, SearchGrammarItem.Null = 18
}
 Search Grammar Items More...
 
enum  SearchLocationType {
  SearchLocationType.Current = 0, SearchLocationType.Home = 1, SearchLocationType.Owner = 2, SearchLocationType.Creator = 3,
  SearchLocationType.CheckedOutTo = 4
}
 Search Location Types More...
 
enum  SearchParameterFormats {
  SearchParameterFormats.Word = 0, SearchParameterFormats.SimpleText = 1, SearchParameterFormats.ChildList = 2, SearchParameterFormats.Freetext = 3,
  SearchParameterFormats.String = 4, SearchParameterFormats.Boolean = 5, SearchParameterFormats.DateRange = 6, SearchParameterFormats.Number = 7,
  SearchParameterFormats.BigNumber = 8, SearchParameterFormats.Decimal = 9, SearchParameterFormats.Currency = 10, SearchParameterFormats.Enum = 11,
  SearchParameterFormats.Object = 12, SearchParameterFormats.ObjectAndEnum = 13, SearchParameterFormats.ObjectAndType = 14, SearchParameterFormats.Uri = 15,
  SearchParameterFormats.Batch = 16, SearchParameterFormats.Geography = 17
}
 Search parameter formats More...
 
enum  SearchPurposes { SearchPurposes.Execute = 1, SearchPurposes.Subselect = 2, SearchPurposes.Maintain = 3, SearchPurposes.SelectParent = 4 }
 Saved Search Purposes More...
 
enum  SearchStartPoint { SearchStartPoint.Default = 0, SearchStartPoint.All = 1, SearchStartPoint.Favorites = 2, SearchStartPoint.Search = 3 }
 Search Starting Points More...
 
enum  SearchTimePeriodPlural {
  SearchTimePeriodPlural.Seconds = 0, SearchTimePeriodPlural.Minutes = 1, SearchTimePeriodPlural.Hours = 2, SearchTimePeriodPlural.Days = 3,
  SearchTimePeriodPlural.Weeks = 4, SearchTimePeriodPlural.Months = 5, SearchTimePeriodPlural.Quarters = 6, SearchTimePeriodPlural.Years = 7
}
 Search Time Periods (Plural) More...
 
enum  SearchTimePeriodSingular {
  SearchTimePeriodSingular.Second = 0, SearchTimePeriodSingular.Minute = 1, SearchTimePeriodSingular.Hour = 2, SearchTimePeriodSingular.Day = 3,
  SearchTimePeriodSingular.Week = 4, SearchTimePeriodSingular.Month = 5, SearchTimePeriodSingular.Quarter = 6, SearchTimePeriodSingular.Year = 7
}
 Search Time Periods (Singular) More...
 
enum  SearchTimeTense { SearchTimeTense.Past = 0, SearchTimeTense.Present = 1, SearchTimeTense.Future = 2 }
 Search Time Tense More...
 
enum  SecurityUpdateTypes { SecurityUpdateTypes.Upgraded = 0, SecurityUpdateTypes.Downgraded = 1, SecurityUpdateTypes.Declassified = 2, SecurityUpdateTypes.None = 3 }
 Security Update Types More...
 
enum  ServerMessageTypes {
  ServerMessageTypes.Adhoc = 0, ServerMessageTypes.EstoreError = 2, ServerMessageTypes.DbAvailable = 4, ServerMessageTypes.DbNoNewConnections = 5,
  ServerMessageTypes.DbUnavailable = 6, ServerMessageTypes.LicenseBreached = 7
}
 Server Message Types More...
 
enum  ServiceTypes { ServiceTypes.NotAService = 0, ServiceTypes.WindowsService = 1, ServiceTypes.WebService = 2 }
 
enum  SetAuthorOptions { SetAuthorOptions.NoDefault = 0, SetAuthorOptions.CurrentUser = 1, SetAuthorOptions.CurrentUserUnit = 2, SetAuthorOptions.SpecifiedUser = 3 }
 Set Author Options More...
 
enum  SkinStyle { SkinStyle.Off = 0, SkinStyle.On = 1, SkinStyle.CustomColour = 2 }
 Skin Styles More...
 
enum  SnapAddressType { SnapAddressType.Street = 0, SnapAddressType.Postal = 1, SnapAddressType.Email = 2, SnapAddressType.Fax = 3 }
 Address Types Used More...
 
enum  SpaceAllocation { SpaceAllocation.Simple = 0, SpaceAllocation.ToBay = 1, SpaceAllocation.ToUnused = 2, SpaceAllocation.Contiguous = 3 }
 Space Allocation Methods More...
 
enum  SpaceLevel {
  SpaceLevel.Warehouse = 1, SpaceLevel.Floor = 2, SpaceLevel.Area = 3, SpaceLevel.Bay = 4,
  SpaceLevel.Row = 5, SpaceLevel.Shelf = 6, SpaceLevel.Slot = 7
}
 Space Levels More...
 
enum  SpacePurposes { SpacePurposes.RecordHome = 1, SpacePurposes.RecordHomeStrict = 2, SpacePurposes.SearchHome = 3 }
 Space Purposes More...
 
enum  SpaceRecordsSelection {
  SpaceRecordsSelection.InSpace = 0, SpaceRecordsSelection.InBay = 1, SpaceRecordsSelection.InSpaceRecursive = 2, SpaceRecordsSelection.InBayRecursive = 3,
  SpaceRecordsSelection.InEitherRecursive = 4
}
 Space Record Selections More...
 
enum  SpecialDates {
  SpecialDates.NotSpecial = 0, SpecialDates.Yesterday = 1, SpecialDates.Today = 2, SpecialDates.Tomorrow = 3,
  SpecialDates.LastWeek = 4, SpecialDates.ThisWeek = 5, SpecialDates.NextWeek = 6, SpecialDates.LastMonth = 7,
  SpecialDates.ThisMonth = 8, SpecialDates.NextMonth = 9, SpecialDates.ThisYear = 10, SpecialDates.YearToDate = 11,
  SpecialDates.Last7Days = 12, SpecialDates.Next7Days = 13, SpecialDates.Last14Days = 14, SpecialDates.Next14Days = 15,
  SpecialDates.LastYear = 16, SpecialDates.NextYear = 17, SpecialDates.LastWorkingDay = 18, SpecialDates.NextWorkingDay = 19,
  SpecialDates.Last30Days = 20, SpecialDates.Next30Days = 21, SpecialDates.Last6Months = 22, SpecialDates.Next6Months = 23,
  SpecialDates.Last12Months = 24, SpecialDates.Next12Months = 25, SpecialDates.Now = 26
}
 Special Date Strings More...
 
enum  SpElementType { SpElementType.None = 0, SpElementType.Site = 1, SpElementType.List = 2, SpElementType.ListItem = 3 }
 SharePoint Element Type More...
 
enum  SpListItemOriginator { SpListItemOriginator.ThisList = 0, SpListItemOriginator.Other = 1 }
 List Item Originator Types More...
 
enum  SpManagedItemStatus { SpManagedItemStatus.Exposed = 0, SpManagedItemStatus.Relocated = 1 }
 Managed List Item Status Types More...
 
enum  SqlErrorTypes {
  SqlErrorTypes.Unspecified = 0, SqlErrorTypes.Deadlock = 1, SqlErrorTypes.ReferentialViolation = 2, SqlErrorTypes.UniqueConstraintError = 3,
  SqlErrorTypes.QueryTooComplex = 4, SqlErrorTypes.Timeout = 5, SqlErrorTypes.AdoTimeout = 6, SqlErrorTypes.FailOver = 7
}
 SQL Error Types More...
 
enum  SslMode {
  SslMode.Allow = 0, SslMode.Disable = 1, SslMode.Prefer = 2, SslMode.Require = 3,
  SslMode.VerifyCA = 4, SslMode.VerifyFull = 5
}
 SSL Modes More...
 
enum  StartupPaneType {
  StartupPaneType.Empty = 0, StartupPaneType.NewItem = 1, StartupPaneType.Find = 2, StartupPaneType.InTray = 3,
  StartupPaneType.DueTray = 4, StartupPaneType.InDueTray = 5, StartupPaneType.ActivityDue = 6, StartupPaneType.WorkTray = 7,
  StartupPaneType.FavoriteRecords = 8, StartupPaneType.RecentContainers = 9, StartupPaneType.RecentDocuments = 10, StartupPaneType.FavoriteWorkflows = 11,
  StartupPaneType.ClassificationBrowser = 12, StartupPaneType.OfflineRecords = 13, StartupPaneType.Requests = 14, StartupPaneType.FavoriteClassifications = 15,
  StartupPaneType.DocumentsCheckedOut = 16, StartupPaneType.TodoItems = 17, StartupPaneType.FavoriteSearches = 18, StartupPaneType.FavoriteLocations = 19,
  StartupPaneType.CheckinStyles = 20, StartupPaneType.ClientMatterHierarchy = 21, StartupPaneType.UserLabels = 22, StartupPaneType.Dashboard = 23,
  StartupPaneType.Explorer = 24
}
 Startup Pane Types More...
 
enum  StatGroupByType {
  StatGroupByType.None = 0, StatGroupByType.DateCreated = 1, StatGroupByType.DateClosed = 2, StatGroupByType.DateDue = 3,
  StatGroupByType.DateFinalized = 4, StatGroupByType.DateInactive = 5, StatGroupByType.DateModified = 6, StatGroupByType.DatePublished = 7,
  StatGroupByType.DateReg = 8, StatGroupByType.DateDisposalDue = 9, StatGroupByType.RecType = 10, StatGroupByType.Security = 11,
  StatGroupByType.Application = 12, StatGroupByType.CurrentLoc = 13, StatGroupByType.HomeLoc = 14, StatGroupByType.OwnerLoc = 15,
  StatGroupByType.CreatorLoc = 16, StatGroupByType.AuthorLoc = 17, StatGroupByType.ClientLoc = 18, StatGroupByType.Schedule = 19,
  StatGroupByType.Classification = 20, StatGroupByType.ViewerLoc = 21, StatGroupByType.ReviewDecision = 22, StatGroupByType.ArchiveEvent = 23,
  StatGroupByType.PendingEvent = 24
}
 Statistical Groupings More...
 
enum  StatisticalDateRangeTypes { StatisticalDateRangeTypes.Registered = 0, StatisticalDateRangeTypes.Created = 1 }
 Record Creation Statistics Date Range Types More...
 
enum  StatisticsOutputType { StatisticsOutputType.Csv = 0, StatisticsOutputType.Html = 1 }
 Statistics Output Types More...
 
enum  StatTypes {
  StatTypes.RecsCreated = 0, StatTypes.RecsOpened = 1, StatTypes.RecsClosed = 2, StatTypes.RecsFinalised = 3,
  StatTypes.RecsByDateInactive = 4, StatTypes.RecsByPublish = 5, StatTypes.RecsByModified = 6, StatTypes.RecsByViewed = 7,
  StatTypes.RecsByPendingArchive = 8, StatTypes.RecsByLastDate = 9, StatTypes.RecsByDueDate = 10, StatTypes.RecsByDestructionDate = 11,
  StatTypes.RecsByReviewDate = 12, StatTypes.RecsByDispChangeDate = 13
}
 Statistical Select By More...
 
enum  StorePurposes { StorePurposes.Default = 1, StorePurposes.Replacement = 2, StorePurposes.Maintain = 3 }
 Document Store Purposes More...
 
enum  StoreStatus { StoreStatus.Available = 0, StoreStatus.ClosedForAdd = 1, StoreStatus.ReadOnly = 2 }
 Document Store Status Values More...
 
enum  StoreUsageType {
  StoreUsageType.Records = 0, StoreUsageType.Revisions = 1, StoreUsageType.LinkedDocuments = 2, StoreUsageType.Renditions = 3,
  StoreUsageType.Locations = 4, StoreUsageType.Reports = 7, StoreUsageType.ReportBitmaps = 8, StoreUsageType.Statistics = 9,
  StoreUsageType.RevisionLinks = 10, StoreUsageType.AgendaItemType = 11, StoreUsageType.AgendaItem = 12, StoreUsageType.MinuteItem = 13,
  StoreUsageType.AgendaTemplate = 14, StoreUsageType.MinutesTemplate = 15, StoreUsageType.MinuteItemType = 16, StoreUsageType.OriginConfigFile = 17,
  StoreUsageType.SapComponent = 19, StoreUsageType.ConsignmentApproval = 20, StoreUsageType.WorkingCopy = 21
}
 Document Store Usage Types More...
 
enum  StringDisplayAlignment { StringDisplayAlignment.Left = 0, StringDisplayAlignment.Centre = 1, StringDisplayAlignment.Right = 2 }
 String Display Alignments More...
 
enum  StringDisplayType {
  StringDisplayType.Default = 0, StringDisplayType.ViewPane = 1, StringDisplayType.TreeColumn = 2, StringDisplayType.Reporter = 3,
  StringDisplayType.DataEntry = 4, StringDisplayType.ErrorMessage = 5, StringDisplayType.Export = 6, StringDisplayType.Merge = 7,
  StringDisplayType.WebService = 8, StringDisplayType.WebPublish = 9
}
 Property String Display Types More...
 
enum  StringFormatType {
  StringFormatType.Normal = 0, StringFormatType.Plural = 1, StringFormatType.AllLower = 2, StringFormatType.AllUpper = 4,
  StringFormatType.ShortForm = 8, StringFormatType.MixedCase = 16
}
 String Format More...
 
enum  StringVerificationTypes {
  StringVerificationTypes.Simple = 0, StringVerificationTypes.LookupSet = 1, StringVerificationTypes.Mask = 2, StringVerificationTypes.AddIn = 3,
  StringVerificationTypes.Url = 4, StringVerificationTypes.Email = 5
}
 String Verification Types More...
 
enum  TabBarStyle {
  TabBarStyle.Off = 0, TabBarStyle.Top = 1, TabBarStyle.Bottom = 2, TabBarStyle.TopMenu = 3,
  TabBarStyle.BottomMenu = 4
}
 Tab Bar Styles More...
 
enum  TaskStatus { TaskStatus.Due = 0, TaskStatus.Overdue = 1, TaskStatus.Complete = 2 }
 Scheduled Task Status More...
 
enum  TextObjectType {
  TextObjectType.Caption = 3, TextObjectType.Calendar = 4, TextObjectType.GisHtml = 5, TextObjectType.DataCleanup = 7,
  TextObjectType.GlobalVersSettings = 9, TextObjectType.OfflineAuditSummary = 10
}
 Text Object Types More...
 
enum  TieredStorageType {
  TieredStorageType.Unknown = 0, TieredStorageType.Tier1 = 1, TieredStorageType.Tier2 = 2, TieredStorageType.Tier3 = 3,
  TieredStorageType.CustomA = 4, TieredStorageType.CustomB = 5
}
 Tiered Storage Types More...
 
enum  TimeInterval {
  TimeInterval.Seconds = 0, TimeInterval.Minutes = 1, TimeInterval.Hours = 2, TimeInterval.Days = 3,
  TimeInterval.Weeks = 4, TimeInterval.Months = 5
}
 Time Intervals More...
 
enum  TitlingMethods {
  TitlingMethods.FreeText = 0, TitlingMethods.Classification = 1, TitlingMethods.Keyword_ISO = 2, TitlingMethods.Keyword_Descriptor = 3,
  TitlingMethods.Contact = 4, TitlingMethods.ClientMatter = 5
}
 Titling Methods More...
 
enum  TodoItemAccess { TodoItemAccess.View = 0, TodoItemAccess.Update = 1, TodoItemAccess.ModifyAccess = 2, TodoItemAccess.Delete = 3 }
 To Do Item Access Controls More...
 
enum  TodoReferenceType {
  TodoReferenceType.Fyi = 0, TodoReferenceType.Also = 1, TodoReferenceType.Update = 2, TodoReferenceType.RefTypeOther1 = 3,
  TodoReferenceType.RefTypeOther2 = 4, TodoReferenceType.RefTypeOther3 = 5, TodoReferenceType.RefTypeOther4 = 6, TodoReferenceType.RefTypeOther5 = 7
}
 Reference Types More...
 
enum  TrayType {
  TrayType.Favorites = 0, TrayType.Worktray = 1, TrayType.Documents = 2, TrayType.Containers = 3,
  TrayType.Due = 4, TrayType.In = 5, TrayType.DueOrIn = 6, TrayType.Templates = 7,
  TrayType.ContentBlocks = 8, TrayType.ActivitiesDue = 9
}
 Tray Types More...
 
enum  TriggerDelayTypes { TriggerDelayTypes.YearsAndMonths = 0, TriggerDelayTypes.Days = 1, TriggerDelayTypes.NoDelay = 2 }
 Trigger Delay Types More...
 
enum  TriggerRounding {
  TriggerRounding.NoRounding = 0, TriggerRounding.EndOfMonth = 1, TriggerRounding.EndOfCalendarYear = 2, TriggerRounding.EndOfFiscalYear = 3,
  TriggerRounding.EndOfQuarter = 4, TriggerRounding.EndOfHalfYear = 5, TriggerRounding.EndOfJanuary = 6, TriggerRounding.EndOfFebruary = 7,
  TriggerRounding.EndOfMarch = 8, TriggerRounding.EndOfApril = 9, TriggerRounding.EndOfMay = 10, TriggerRounding.EndOfJune = 11,
  TriggerRounding.EndOfJuly = 12, TriggerRounding.EndOfAugust = 13, TriggerRounding.EndOfSeptember = 14, TriggerRounding.EndOfOctober = 15,
  TriggerRounding.EndOfNovember = 16, TriggerRounding.EndOfDecember = 17
}
 Trigger Rounding Types More...
 
enum  TriggerTypes {
  TriggerTypes.DateCreated = 0, TriggerTypes.DateClosed = 1, TriggerTypes.DateRegistered = 2, TriggerTypes.FixedDate = 4,
  TriggerTypes.DateLastAction = 5, TriggerTypes.DateArchived = 6, TriggerTypes.DateInactive = 7, TriggerTypes.UserDefined = 8,
  TriggerTypes.DateModified = 9, TriggerTypes.RootDateCreated = 10, TriggerTypes.ContentDateFinalized = 12, TriggerTypes.DateFinalized = 13,
  TriggerTypes.LastPartDateClosed = 14, TriggerTypes.LastPartDateCreated = 15, TriggerTypes.ContentDateCreated = 16, TriggerTypes.ContentDateModified = 17,
  TriggerTypes.ContentDateClosed = 18, TriggerTypes.ContentDateLastAction = 19, TriggerTypes.DateMatterClosed = 20, TriggerTypes.SapArchiveDate = 21,
  TriggerTypes.SapModifiedDate = 22, TriggerTypes.DateSuperseded = 23, TriggerTypes.DateReceived = 24, TriggerTypes.ArchivingEvent = 25
}
 Schedule Triggers More...
 
enum  TrimEventCounters {
  TrimEventCounters.RecordsAdded = 0, TrimEventCounters.RecordsModified = 1, TrimEventCounters.Finalized = 2, TrimEventCounters.Unfinalised = 3,
  TrimEventCounters.ContainerChanged = 4, TrimEventCounters.AssigneeChanged = 5, TrimEventCounters.HomeChanged = 6, TrimEventCounters.OwnerChanged = 7,
  TrimEventCounters.DateCreatedChanged = 8, TrimEventCounters.DateRegisteredChanged = 9, TrimEventCounters.TitleChanged = 10, TrimEventCounters.RecordsDeleted = 11,
  TrimEventCounters.LocationsAdded = 12, TrimEventCounters.LocationsModified = 13, TrimEventCounters.LocationsDeleted = 14, TrimEventCounters.Login = 15,
  TrimEventCounters.Logout = 16, TrimEventCounters.UniqueLogins = 17
}
 Content Manager Event Counters More...
 
enum  TrimPathType {
  TrimPathType.Calendar = 0, TrimPathType.Captions = 1, TrimPathType.UserDictionaries = 3, TrimPathType.SomewhereForTempFiles = 4,
  TrimPathType.Favorites = 5, TrimPathType.ClientDocumentCache = 6, TrimPathType.WorkgroupDocumentCache = 7, TrimPathType.RollingLogPath = 8,
  TrimPathType.AuditLog = 10, TrimPathType.QueueProcessingLogs = 12, TrimPathType.ThreadDataQueues = 13, TrimPathType.ServerLogs = 14,
  TrimPathType.TopDrawerDB = 15, TrimPathType.UserButtonBitmaps = 16, TrimPathType.TopDrawerDocuments = 17, TrimPathType.AppDataRootDir = 18,
  TrimPathType.OutlookLogPath = 19, TrimPathType.AsynchTransferToWGSPath = 21, TrimPathType.WorkgroupConfigPath = 23, TrimPathType.TrimBinaries = 25,
  TrimPathType.WorkgroupStreamingFolder = 26, TrimPathType.WorkgroupPendingFolder = 27, TrimPathType.UserConfigFiles = 28, TrimPathType.SystemDictionaries = 29,
  TrimPathType.StoreSubfolderMonitoring = 30, TrimPathType.RenderConfigPath = 31, TrimPathType.WorkgroupPendingFailures = 33, TrimPathType.WorkgroupPendingQuarantine = 34,
  TrimPathType.ClientDownloadCache = 35, TrimPathType.WorkgroupPendingInfo = 36, TrimPathType.GisInterfaceFile = 37, TrimPathType.OfficeIntegrationStagingPath = 38
}
 Content Manager Path Types More...
 
enum  TrimSearchOperatorType {
  TrimSearchOperatorType.And, TrimSearchOperatorType.Or, TrimSearchOperatorType.Not, TrimSearchOperatorType.LeftBracket,
  TrimSearchOperatorType.RightBracket
}
 
enum  UnregisteredUsers { UnregisteredUsers.DenyAccess = 0, UnregisteredUsers.LoginAsGuest = 1, UnregisteredUsers.CreateNewUser = 2 }
 Unregistered User Options More...
 
enum  UserDashboardItem {
  UserDashboardItem.RecordsAssigned = 0, UserDashboardItem.RecordsToBeReturned = 1, UserDashboardItem.RecordsRequested = 2, UserDashboardItem.DocumentsCheckedOut = 3,
  UserDashboardItem.DocumentsToEdit = 4, UserDashboardItem.DocumentsToReview = 5, UserDashboardItem.DocumentsToAuthorise = 6, UserDashboardItem.RecordActions = 7,
  UserDashboardItem.Activities = 8, UserDashboardItem.TodoItems = 9, UserDashboardItem.ClassificationsToApprove = 10, UserDashboardItem.ConsignmentsToReview = 11,
  UserDashboardItem.ConsignmentsToApprove = 12, UserDashboardItem.ConsignmentsToDispose = 13, UserDashboardItem.ExternalWorkflows = 14
}
 User Dashboard Items More...
 
enum  UserFieldFormats {
  UserFieldFormats.String = 0, UserFieldFormats.Number = 1, UserFieldFormats.Boolean = 2, UserFieldFormats.Date = 3,
  UserFieldFormats.Datetime = 4, UserFieldFormats.Decimal = 5, UserFieldFormats.Text = 6, UserFieldFormats.Currency = 7,
  UserFieldFormats.Object = 9, UserFieldFormats.BigNumber = 11, UserFieldFormats.Xml = 12, UserFieldFormats.Geography = 13
}
 Additional Field Formats More...
 
enum  UserLabelType {
  UserLabelType.Tag = 0, UserLabelType.Favorites = 3, UserLabelType.Worktray = 4, UserLabelType.Documents = 5,
  UserLabelType.Containers = 6, UserLabelType.Templates = 7, UserLabelType.ContentBlocks = 8
}
 User Label Types More...
 
enum  UserLicenseTypes {
  UserLicenseTypes.Administrator = 0, UserLicenseTypes.RecordsCoordinator = 1, UserLicenseTypes.KnowledgeWorker = 2, UserLicenseTypes.Contributor = 3,
  UserLicenseTypes.InquiryUser = 4, UserLicenseTypes.NoAccess = 5
}
 User License Types More...
 
enum  UserOptionSetIds {
  UserOptionSetIds.Unknown = 0, UserOptionSetIds.Appearance = 24, UserOptionSetIds.BlockedSearchMethods = 20, UserOptionSetIds.ConsignmentLog = 22,
  UserOptionSetIds.CustomUserTypes = 35, UserOptionSetIds.DroppedFiles = 11, UserOptionSetIds.DroppedFolders = 12, UserOptionSetIds.Dropzone = 21,
  UserOptionSetIds.Email = 9, UserOptionSetIds.EmailingRecords = 18, UserOptionSetIds.ExplorerConfig = 36, UserOptionSetIds.ExternalSharing = 34,
  UserOptionSetIds.FavoriteSearchMethods = 32, UserOptionSetIds.FileTypes = 26, UserOptionSetIds.GisData = 28, UserOptionSetIds.Locale = 2,
  UserOptionSetIds.Outlook = 19, UserOptionSetIds.PolicyCentre = 27, UserOptionSetIds.RecentSearchMethods = 33, UserOptionSetIds.Reporter = 10,
  UserOptionSetIds.Ribbon = 23, UserOptionSetIds.Search = 5, UserOptionSetIds.SortAndFilter = 15, UserOptionSetIds.Spelling = 4,
  UserOptionSetIds.Startup = 3, UserOptionSetIds.StoreMetadata = 30, UserOptionSetIds.TraySortAndFilter = 31, UserOptionSetIds.TreeBox = 16,
  UserOptionSetIds.Viewer = 6, UserOptionSetIds.ViewPane = 17, UserOptionSetIds.WebClient = 25, UserOptionSetIds.WebClientCommandBar = 29
}
 The 'UserOptionSetIds' enum More...
 
enum  UserPermissions {
  UserPermissions.prm_Unknown = -1, UserPermissions.RecordCreate = 0, UserPermissions.RecordModify = 1, UserPermissions.RecordDelete = 2,
  UserPermissions.Unfinalize = 3, UserPermissions.CreatePartFiles = 5, UserPermissions.ModifyAnyClass = 6, UserPermissions.RequestWorker = 7,
  UserPermissions.RequestAdministrator = 101, UserPermissions.MakeRequests = 103, UserPermissions.MakeRecurringRequests = 128, UserPermissions.MakePermanentRetrievalRequests = 131,
  UserPermissions.RecordAdmin = 8, UserPermissions.RecordAdminRestricted = 60, UserPermissions.RecordArchivist = 65, UserPermissions.RecordArchivistAdmin = 129,
  UserPermissions.DocumentUpdate = 55, UserPermissions.DocumentDelete = 64, UserPermissions.AnnotateRecord = 56, UserPermissions.RecordRelate = 62,
  UserPermissions.RemoveRecordRelate = 71, UserPermissions.AttachContacts = 25, UserPermissions.RemoveContacts = 72, UserPermissions.SetContainer = 73,
  UserPermissions.ChangeContainer = 74, UserPermissions.RemoveFromContainer = 68, UserPermissions.CloseContainer = 100, UserPermissions.ModifyRecordSecurity = 69,
  UserPermissions.SetArchiveDates = 70, UserPermissions.AddCommunication = 81, UserPermissions.ManageCommunications = 82, UserPermissions.RemoveRevisions = 106,
  UserPermissions.RemoveRenditions = 102, UserPermissions.ApproveDisposal = 108, UserPermissions.ModifyAdditionalFieldValues = 109, UserPermissions.DocumentUndoCheckout = 110,
  UserPermissions.DocumentReviewAdministrator = 116, UserPermissions.RenderAdmin = 121, UserPermissions.ShareRecords = 123, UserPermissions.ModifyClassification = 125,
  UserPermissions.ModifyRecordType = 126, UserPermissions.RecordRecycle = 130, UserPermissions.CreateInternalLocation = 9, UserPermissions.ModifyInternalLocation = 10,
  UserPermissions.LimitedModInternalLocation = 85, UserPermissions.DeleteInternalLocation = 11, UserPermissions.CreateExternalLocation = 12, UserPermissions.ModifyExternalLocation = 13,
  UserPermissions.DeleteExternalLocation = 14, UserPermissions.ViewProfile = 15, UserPermissions.ModifyProfile = 16, UserPermissions.ModifyOwnProfile = 127,
  UserPermissions.RecordTypes = 21, UserPermissions.LookupSets = 24, UserPermissions.DefineFields = 40, UserPermissions.DefineMetadataRules = 119,
  UserPermissions.ClassificationAdmin = 17, UserPermissions.ApproveClassification = 86, UserPermissions.ScheduleAdmin = 18, UserPermissions.Litigation = 27,
  UserPermissions.AddRemoveHold = 92, UserPermissions.AddRemoveExternalHold = 97, UserPermissions.SpaceAdmin = 19, UserPermissions.DocumentStoreAdmin = 20,
  UserPermissions.WordIndexing = 22, UserPermissions.ZipCodes = 23, UserPermissions.Thesaurus = 26, UserPermissions.Meetings = 77,
  UserPermissions.MeetingContributor = 87, UserPermissions.SecurityGuide = 79, UserPermissions.MailTemplates = 80, UserPermissions.DataCleanup = 84,
  UserPermissions.OriginManager = 91, UserPermissions.BarcodeScanners = 45, UserPermissions.WebLayouts = 46, UserPermissions.Reports = 36,
  UserPermissions.Alerts = 104, UserPermissions.CanViewAuditEvents = 122, UserPermissions.WorkflowAdmin = 34, UserPermissions.ActionsAdmin = 28,
  UserPermissions.AttachActions = 59, UserPermissions.ReassignActions = 29, UserPermissions.RescheduleActions = 76, UserPermissions.CompleteActions = 63,
  UserPermissions.WorkflowCreate = 31, UserPermissions.WorkflowCreateBlank = 66, UserPermissions.WorkflowModify = 33, UserPermissions.ActionStats = 30,
  UserPermissions.SystemOptions = 38, UserPermissions.Calendar = 37, UserPermissions.SystemCaptions = 39, UserPermissions.Searches = 67,
  UserPermissions.SecurityAdmin = 41, UserPermissions.CensusAdmin = 124, UserPermissions.ImportExport = 61, UserPermissions.DownloadFromScanner = 88,
  UserPermissions.CanSaveSearches = 57, UserPermissions.BypassViewAccess = 42, UserPermissions.BypassAllAccess = 4, UserPermissions.BypassExclusions = 120,
  UserPermissions.ByPassLockDown = 78, UserPermissions.ByPassAuditLog = 107, UserPermissions.BypassGlobalToolbar = 93, UserPermissions.BypassBlockedSearchMethods = 99,
  UserPermissions.ContentIndexAdministrator = 98, UserPermissions.SharePointAdministrator = 105, UserPermissions.LabelManager = 112, UserPermissions.CheckinStyleManager = 111,
  UserPermissions.ServerMonitoring = 117, UserPermissions.UpdatePolicyCentreSchedules = 118, UserPermissions.CanBeHome = 47, UserPermissions.CanBeOwner = 48,
  UserPermissions.CanBeCurrent = 49, UserPermissions.CanBeContact = 50, UserPermissions.CanBeRequestor = 51, UserPermissions.CanBeAssignee = 52,
  UserPermissions.CanBeSupervisor = 53, UserPermissions.CanBeAccess = 54, UserPermissions.CanBeEditor = 113, UserPermissions.CanBeReviewer = 114,
  UserPermissions.CanBeAuthorizer = 115
}
 The UserPermissions enum More...
 
enum  UserTypes {
  UserTypes.Administrator = 0, UserTypes.RecordsManager = 1, UserTypes.RecordsWorker = 2, UserTypes.EndUser = 3,
  UserTypes.Contributor = 4, UserTypes.EnquiryUser = 5, UserTypes.Custom1 = 6, UserTypes.Custom2 = 7,
  UserTypes.Custom3 = 8, UserTypes.Custom4 = 9, UserTypes.Custom5 = 10, UserTypes.Custom6 = 11,
  UserTypes.Custom7 = 12, UserTypes.Custom8 = 13, UserTypes.Custom9 = 14, UserTypes.Custom10 = 15
}
 User Access Types More...
 
enum  UseStoreType { UseStoreType.NoStore = 0, UseStoreType.UseStore = 1, UseStoreType.UseDefault = 2 }
 Use Store More...
 
enum  ViewPaneStyle { ViewPaneStyle.Bottom = 0, ViewPaneStyle.Right = 1 }
 View Pane Styles More...
 
enum  WebServiceCacheSettings { WebServiceCacheSettings.None = 0, WebServiceCacheSettings.Common = 1, WebServiceCacheSettings.AllButRecords = 2, WebServiceCacheSettings.All = 3 }
 Web Service Cache Settings More...
 
enum  WgsCacheType { WgsCacheType.NoCaching = 0, WgsCacheType.RetentiveOnly = 1, WgsCacheType.PreEmptive = 2, WgsCacheType.FullMirror = 3 }
 Cache type More...
 
enum  WindowsFrameType {
  WindowsFrameType.Mdi = 0, WindowsFrameType.Sdi = 1, WindowsFrameType.SdiSelect = 2, WindowsFrameType.SdiBrowse = 3,
  WindowsFrameType.DropZone = 4, WindowsFrameType.Tes = 5, WindowsFrameType.Mbx = 6, WindowsFrameType.Reporter = 7,
  WindowsFrameType.Preview = 8, WindowsFrameType.Queue = 9, WindowsFrameType.Viewer = 11, WindowsFrameType.Workflow = 13,
  WindowsFrameType.WorkflowTemplate = 14, WindowsFrameType.Redact = 15
}
 Frame Types More...
 
enum  Word11FileTypes { Word11FileTypes.mw7_Word2003_doc = 0, Word11FileTypes.mw7_Word2003Tmpl_dot = 1 }
 Microsoft Office 2003 Word File Types More...
 
enum  WordFileTypes {
  WordFileTypes.Word_docx = 0, WordFileTypes.WordMe_docm = 1, WordFileTypes.Word97_doc = 2, WordFileTypes.WordTmpl_dotx = 3,
  WordFileTypes.WordTmplMe_dotm = 4, WordFileTypes.Word97Tmpl_dot = 5, WordFileTypes.WordRTF_rtf = 6, WordFileTypes.WordODT_odt = 7,
  WordFileTypes.WordPlainText_txt = 8
}
 Microsoft Word File Types More...
 
enum  WordListPurpose {
  WordListPurpose.AccessTitleWord = 0, WordListPurpose.AccessNoteWord = 1, WordListPurpose.AccessTitleOrNoteWord = 2, WordListPurpose.AccessClassificationWord = 3,
  WordListPurpose.AccessScheduleWord = 4, WordListPurpose.AccessThesaurusWord = 5, WordListPurpose.AccessLocAddressWord = 6, WordListPurpose.AccessCommAddressWord = 7,
  WordListPurpose.AccessUserFieldWord = 8, WordListPurpose.AccessArchiveEventWord = 9, WordListPurpose.AccessWorkflowWord = 10, WordListPurpose.AccessActivityWord = 11
}
 Word List Purposes More...
 
enum  WordOpenFileTypes {
  WordOpenFileTypes.AllRecords = 8, WordOpenFileTypes.AllFiles = 0, WordOpenFileTypes.AllWordDocuments = 1, WordOpenFileTypes.WordDocuments = 2,
  WordOpenFileTypes.Word97Documents = 3, WordOpenFileTypes.AllWordTmpl = 4, WordOpenFileTypes.WordMacroTmpls = 5, WordOpenFileTypes.Word97Tmpls = 6,
  WordOpenFileTypes.Other = 7
}
 Microsoft Open Word File Types More...
 
enum  WordProcessorMergeFormats { WordProcessorMergeFormats.Word = 0, WordProcessorMergeFormats.TabDelimited = 2, WordProcessorMergeFormats.UserDefined = 3 }
 Word Processor Merge Formats More...
 
enum  WordTypes {
  WordTypes.TitleWord = 0, WordTypes.NoteWord = 1, WordTypes.AnyWord = 2, WordTypes.ClassificationWord = 3,
  WordTypes.ScheduleWord = 4, WordTypes.ThesaurusWord = 5, WordTypes.LocAddressWord = 6, WordTypes.CommAddressWord = 7,
  WordTypes.ArchiveEventWord = 8, WordTypes.WorkflowWord = 9, WordTypes.ActivityWord = 10
}
 Word Types More...
 
enum  WorkflowAccess {
  WorkflowAccess.View = 1, WorkflowAccess.Update = 2, WorkflowAccess.CompleteActivities = 3, WorkflowAccess.ModifyAccess = 4,
  WorkflowAccess.Delete = 5
}
 Workflow Access Controls More...
 
enum  WorkflowDocumentPlaceholderType { WorkflowDocumentPlaceholderType.Reference = 0, WorkflowDocumentPlaceholderType.InitiatingRecord = 1, WorkflowDocumentPlaceholderType.WorkingDocument = 2 }
 Document Placeholder Types More...
 
enum  WorkflowEventCounters {
  WorkflowEventCounters.ActivityCompleted = 0, WorkflowEventCounters.ActivityAssigned = 1, WorkflowEventCounters.ActivityReassigned = 2, WorkflowEventCounters.ActivityUndone = 3,
  WorkflowEventCounters.ActivityCurrent = 4, WorkflowEventCounters.ActivitySkipped = 5, WorkflowEventCounters.ActivityNeedsAuthorisation = 6, WorkflowEventCounters.ActionCompleted = 7,
  WorkflowEventCounters.ActionAssigned = 8, WorkflowEventCounters.ActionReassigned = 9, WorkflowEventCounters.ActionUndone = 10, WorkflowEventCounters.ActionCurrent = 11
}
 Workflow Event Counters More...
 
enum  WorkflowLockOperation { WorkflowLockOperation.Lock = 0, WorkflowLockOperation.Unlock = 1, WorkflowLockOperation.Status = 2 }
 Workflow Lock Operations More...
 
enum  XmlDocumentExportType { XmlDocumentExportType.Ignore = 0, XmlDocumentExportType.Link = 1, XmlDocumentExportType.Embed = 2 }
 XML Document Export Types More...
 
enum  XmlSchemaTypes { XmlSchemaTypes.Excluded = 0, XmlSchemaTypes.Normal = 1, XmlSchemaTypes.Mandatory = 2, XmlSchemaTypes.Display = 3 }
 XML Scheme Types More...
 

Enumeration Type Documentation

Access Control Settings

Enumerator
Public 

Unrestricted

Inherited 

Same As Container

Private 

Private

PrivateOrContainer 

Private Or Container

Access Transfer Styles

Enumerator
RefOnly 

Reference

NoRefCopy 

Not Reference, Copy To Item

RefCopy 

Reference, Copy To Item

RefContainer 

Reference, Records based on Container

NoRefContainer 

Not Reference, Records based on Container

NoRefNoCopy 

Not Reference, Not Copied

RefOwner 

Reference, Records based on Owner

NoRefOwner 

Not Reference, Records based on Owner

Access Control Custom Add Menu Items

Enumerator
Me 

Me

MyPosn 

My Position

MyUnit 

My Unit

MyTeam 

My Team

MyStaff 

My Staff

MyDelegates 

My Delegates

MyProjects 

My Projects

MyWorkgroups 

My Workgroups

MyCommittees 

My Committees

Action Purposes

Enumerator
AssignToRecord 

Assign To Record

AttachStep 

Add as New Step

Activity Access Controls

Enumerator
Update 

Update Activity

ModifyAccess 

Modify Activity Access

Delete 

Delete Activity

Document Actions

Enumerator
Reference 

Reference

Create 

Create

Review 

Review

Document Origins

Enumerator
Reference 

Reference

InitiatingRecord 

Initiating Record

ThisActivity 

Created By This Activity

PrecedingActivity 

Created By Preceding Activity

Document Status

Enumerator
Unlinked 

No Record attached

Linked 

Record attached

Document Usage Types

Enumerator
Reference 

Reference

Working 

Working Document

Review 

Working Document(Review)

Activity Purposes

Enumerator
BrowseTemplate 

Browse Template

Activity States

Enumerator
NotReadyToStart 

Not Ready to Start

ReadyToStart 

Ready to Start

Started 

Started

Suspended 

Suspended

ReadyToResume 

Ready To Resume

PendingAuthorization 

Pending Authorization

CompleteAndAuthorized 

Finally Completed

Skipped 

Skipped

Address History Options

Enumerator
Off 

Keep address history if enabled for a Location

On 

Keep address history for most Locations

AlwaysOn 

Always keep address history

Address Types

Enumerator
Street 

Street

Postal 

Mailing

Custom1 

Custom 1

Custom2 

Custom 2

Custom3 

Custom 3

Custom4 

Custom 4

Custom5 

Custom 5

Agenda Item Access Controls

Enumerator
EditSubmission 

Edit Submission

Agenda Print Styles

Enumerator
NotPrinted 

Not Printed

InlinePrint 

Printed Inline

AppendixPrint 

Printed As Appendix

Alert Condition Types

Enumerator
None 

For any Records

Container 

For Records within the Container

RecordType 

For Records that have a Record Type of

Classification 

For Records that have a Classification of

Keyword 

For Records having an attached Thesaurus Term of

TitleOrNotes 

For Records with Title or Notes containing the word

Alert Types

Enumerator
ItemCreated 

Record Created

ItemModified 

Record Modified

ItemRemoved 

Record Destroyed

ContentsAdded 

Contents Added To Folder

ContentsRemoved 

Contents Removed From Folder

DocumentAction 

Electronic Document Event

Enumerator
Unknown 
AccessControlSettings 
AccessReferenceStyle 
AclMenuItems 
ActionPurpose 
ActivityAccess 
ActivityDocumentAction 
ActivityDocumentOrigin 
ActivityDocumentStatus 
ActivityDocumentUsage 
ActivityPurposes 
ActivityStates 
AddressHistoryOption 
AddressTypes 
AgendaItemAccess 
AgendaPrintStyles 
AlertConditionTypes 
AlertType 
AprDateTypes 
AprType 
AsynchTaskStatus 
AttendanceType 
AuditEventCounters 
AuthenticationMethod 
AuthorizationMethods 
AutoProfilingTitleOptions 
AutoRenderError 
AutoRenderSelectOption 
AutoRenditionStatus 
BarcodeError 
BarcodeLabelType 
BarcodePrintOption 
BaseObjectTypes 
BulkLoaderCopyMode 
CachedTableNotificationType 
CensusRecords 
CheckinPlaceTypes 
CheckinToolPurposes 
CheckOutStyles 
ClassificationPurpose 
ClientAuthenticationMechanism 
ClientMatterInterestTypes 
ClientServerProtocol 
ColumnIndexType 
CommandIds 
CommandRefreshTypes 
CommunicationDirection 
CommunicationMedium 
CommunicatorType 
ConsignmentDisposalType 
ConsignmentItemApprovalStatus 
ConsignmentItemIssueType 
ConsignmentPickListFormat 
ConsignmentState 
ContactType 
ContainerSecurityHandling 
ContainmentRule 
ContentEngineType 
ControlLabelType 
CurrLocDef 
CuspDateDisplayType 
DatabaseAvailability 
DatabaseLockType 
DatabaseTypes 
DataEntryPageType 
DateInterval 
DateIntervalSing 
DateSearchType 
DayOfTheWeek 
DblClickContainerStyle 
DblClickStyle 
DeclassifyType 
DesktopStartStates 
DisposalScheduleStatus 
DisposalType 
DocumentEventCounters 
DocumentLinkType 
DocumentReviewStates 
DocumentSecurityHandling 
DocumentSelectionType 
DocumentStoreIntegrityCheckCounter 
DocumentUpdateStyles 
DuplicateEmailOptions 
EAddressType 
EditNotesStyle 
EmailSecurityMode 
EmailUpdateStyles 
EncryptionAlgorithm 
AllEnumerations 
Environments 
EsoActionType 
EsoDateType 
EstoreTypes 
EventProcessorStatus 
EventProcessType 
Events 
EventStatisticsGroup 
Excel11FileTypes 
ExcelFileTypes 
ExcelOpenFileTypes 
ExternalWorkflowTypePurposes 
FavoriteType 
FeatureState 
FieldAccess 
FieldPurposeType 
FileSizeUnits 
FinalizedFilter 
FlowControl 
FontStyle 
FrameAppearance 
Gender 
GenderSalutation 
GeneralAccess 
GeneralExceptionHandling 
GenericPermissions 
GenericPurposes 
GeographyDistanceUnit 
GeographySearchType 
HashingAlgorithms 
HistoryPurposes 
IconDisplayMode 
Icons 
IconUsage 
IdolIndexStatus 
IdolIndexType 
IdolSearchStyles 
InitiatingRecordBehavior 
InvitationType 
IpConnectionType 
JurisdictionPurposes 
JurisdictionTypes 
KeywordAttachMethod 
KeywordPurposes 
KeywordRelationship 
LabelAccess 
LabelPositionChange 
LabelPurposes 
Language 
LayoutPurpose 
LdapAuthMethod 
LdapMatchingType 
LdapSearchScope 
LicenseTypes 
LocationAccess 
LocationDefault 
LocationFieldType 
LocationGrouping 
LocationMatchType 
LocationPurpose 
LocationType 
LockdownStyles 
LocRelationshipType 
LoggingCategories 
LogLevels 
LookupItemFieldStyle 
LookupItemPurposeType 
LookupSetType 
MailEventType 
MailFolderTypes 
MailFormat 
MailPersistence 
MailRecipientType 
MediaTypes 
MeetingAccess 
MeetingDocumentType 
MeetingPurpose 
MenuIds 
MenuItemIds 
MenuPopupIds 
MigrationType 
Months 
MotionOutcome 
NativeMailStyles 
NbrTypes 
NotesInsertStyles 
NotesUpdateType 
NotificationType 
NumberingMethods 
OauthImplementationType 
ObjectCapabilities 
ObjectURLformats 
OccurrenceTypes 
OfficeIntegrationMenuCaptions 
OfflineRecordPurpose 
OfflineStatus 
OldVersionPurgeOptions 
OpenDocumentStatus 
OriginType 
OutlineNumberType 
OutputPathTypes 
PathTypes 
PendingEventReviewFilter 
PermissionGroups 
PluginPageType 
Powerpoint11FileTypes 
PowerpointFileTypes 
PowerpointOpenFileTypes 
PrefetchStyles 
PrimaryRecordStatisticsGrouping 
Priority 
ProductFeatures 
ProductString 
Project11FileTypes 
ProjectFileTypes 
ProjectOpenFileTypes 
PropertiesStringType 
PropertyFormats 
PropertyIds 
PropertyOrFieldFormat 
PropertySortMode 
PsoActionType 
PsoDateType 
QueueCapability 
QueueItemAttributes 
QueueTypes 
QueueUsageType 
RecLocSubTypes 
RecordAccess 
RecordBehaviour 
RecordClass 
RecordDeclassifyTypes 
RecordDisp 
RecordDispPending 
RecordLocationType 
RecordPurposes 
RecordRelationshipType 
RecordSortFields 
RecordTypeFilter 
RecycleReasons 
ReferenceFileApplication 
RenditionType 
ReporterFonts 
RequestPriority 
RequestPurposes 
RequestStatus 
RequestTypes 
ResultPostProcessingMethod 
RetainOptions 
RevRecRelationship 
RmGrammarItem 
RmTerminologyType 
SchedulePurposes 
SearchClauseGroup 
SearchClauseIds 
SearchContactType 
SearchEditor 
SearchFilterTypes 
SearchGrammarItem 
SearchLocationType 
SearchParameterFormats 
SearchPurposes 
SearchStartPoint 
SearchTimePeriodPlural 
SearchTimePeriodSingular 
SearchTimeTense 
SecurityUpdateTypes 
Selectors 
ServerMessageTypes 
SetAuthorOptions 
SkinStyle 
SnapAddressType 
SpaceAllocation 
SpaceLevel 
SpacePurposes 
SpaceRecordsSelection 
SpecialDates 
SpElementType 
SpListItemOriginator 
SpManagedItemStatus 
SqlErrorTypes 
SslMode 
StartupPaneType 
StatGroupByType 
StatisticalDateRangeTypes 
StatisticsOutputType 
StatTypes 
StorePurposes 
StoreStatus 
StoreUsageType 
StringDisplayAlignment 
StringDisplayType 
StringFormatType 
StringVerificationTypes 
TabBarStyle 
TaskStatus 
TextObjectType 
TieredStorageType 
TimeInterval 
TitlingMethods 
TodoItemAccess 
TodoReferenceType 
TrayType 
TriggerDelayTypes 
TriggerRounding 
TriggerTypes 
TrimEventCounters 
TrimPathType 
UnregisteredUsers 
UserDashboardItem 
UserFieldFormats 
UserLabelType 
UserLicenseTypes 
UserOptionSetIds 
UserPermissions 
UserTypes 
UseStoreType 
ViewPaneStyle 
WebServiceCacheSettings 
WgsCacheType 
WindowsFrameType 
Word11FileTypes 
WordFileTypes 
WordListPurpose 
WordOpenFileTypes 
WordProcessorMergeFormats 
WordTypes 
WorkflowAccess 
WorkflowDocumentPlaceholderType 
WorkflowEventCounters 
WorkflowLockOperation 
XmlDocumentExportType 
XmlSchemaTypes 

Automated Part Rule Triggers

Enumerator
None 

None

DateCreated 

Date Created

DatePublished 

Date Published

DateRegistered 

Date Registered

DateInactive 

Date Inactive

DateModified 

Date Modified

DateFinalized 

Date Declared As Final

UserDefined 

Additional Date Field

FixedDate 

Fixed Date

enum HP.HPTRIM.SDK.AprType
strong

Automated Part Types

Enumerator
Close 

Close Record

CloseAndCreate 

Close Record and Create New Part

Asynchronous Task Statuses

Enumerator
Ready 

Ready

Running 

Running

Succeeded 

Succeeded

Failed 

Failed

Canceled 

Canceled

Meeting Attendance Types

Enumerator
Present 

Present

Apology 

Apology

NotPresent 

Not Present

Proxy 

By Proxy

Custom1 

Custom 1

Custom2 

Custom 2

Custom3 

Custom 3

Audit Event Counters

Enumerator
RetentionChanged 

Record Retention Changed

ClassificationChanged 

Record Classification Changed

DispositionChanged 

Record Disposition Changed

AddedToHold 

Record Added To Hold

RemovedFromHold 

Record Removed From Hold

RecordSecurityChanged 

Record Security Changed

AccessControlChanged 

Record Access Control Changed

SecurityBreach 

Record Security Breach

LocationSecurityChanged 

Location Security Changed

FailedLogin 

Failed Logins

Authentication Methods

Enumerator
Kerberos 

Kerberos

Ntlm 

NTLM

Negotiate 

Negotiate

Novell 

Novell

None 

No Authentication

Adfs 

Active Directory Federated Services

GoogleApps 

Google Apps

Authorization Methods

Enumerator
Simple 

Simple

Challenge 

With Login Challenge

Docusign 

Use DocuSign Service

Document Auto Profiling Title Options

Enumerator
FromContent 

Set the Title from the appropriate content property

FromFileName 

Set the Title from the file name

None 

Do not set the Title when auto profiling

Auto Rendering Errors

Enumerator
Success 

Succeeded

NoAssociation 

No Associated Application

AppGPF 

Printing Application GPF

ProcessorGPF 

Processor GPF

Timeout 

Timeout Limit Reached

TrimError 

Content Manager Error

Auto Render Select Options

Enumerator
RecordsOlderThan 

Records older than

RecordsFinalized 

Records finalized

RecordsArchived 

Records archived

RecordsDueForArchiving 

Records due for archiving

RecordsWithConsignment 

Records within flagged consignment

RecordsLargerThan 

Records larger than (Mbytes)

Automatic Rendition Statuses

Enumerator
None 

None

Longevity 

Has Longevity Rendition

Redactable 

Has Redactable Rendition

LongevityAndRedactable 

Has Longevity and Redactable Rendition

Barcode Errors

Enumerator
BarcodeOk 

OK

InvalidLabelType 

Invalid Label Type

InvalidControlLabel 

Invalid Control Label

InvalidUri 

Invalid URI

NotInThisDatabase 

Invalid Dataset

Barcode Label Types

Enumerator
UnknownLbl 

Unknown

DateOrTimeLbl 

DateTime

RecordLbl 

Record

LocationLbl 

Location

ArchiveLbl 

Archive

ActionLbl 

Action

SpaceLbl 

Space

ControlLbl 

Control

Barcode Printing Option

Enumerator
Internal 

Print Content Manager Barcode

InternalClear 

Print Content Manager Barcode, Clear Any Foreign Barcode

External 

Print Foreign Barcode, if it exists

The BaseObjectTypes enum

Enumerator
Unknown 
ActionDef 
Activity 
ActionDefStep 
AgendaItem 
AgendaItemType 
AgendaItemAttachment 
AgendaItemTypeAttachment 
Alert 
AlertSubscriber 
ArchiveEvent 
ArchiveEventOccurrence 
AutoPartRule 
Census 
CheckinPlace 
CheckinStyle 
Classification 
CommunicationDetail 
Communication 
Consignment 
ConsignmentApprover 
ConsignmentIssue 
ConsignmentRejection 
Database 
DocumentQueue 
ElectronicStore 
ExternalWorkflow 
ExternalWorkflowTask 
ExternalWorkflowType 
FieldDefinition 
History 
Hold 
HtmlLayout 
JurisdictionMember 
Jurisdiction 
Keyword 
LocationAddress 
Location 
LocationEAddress 
LookupItem 
LookupSet 
MailTemplate 
Meeting 
MeetingType 
MetadataRule 
MeetingTypeUsualParticipant 
MinuteItem 
MinuteItemType 
MinuteItemActionArising 
MeetingDocument 
MeetingInvitation 
Notification 
OfflineRecord 
Origin 
OriginHistory 
ClassificationOnlyRecordType 
ClassificationSapBusinessObject 
RecordClientMatterParty 
RecordClientMatterRole 
RecordHold 
RecordJurisdiction 
RecordKeyword 
RecordLinkedDocument 
RecordLocation 
Record 
RecordAction 
RecordType 
RecordRelationship 
RecordRendition 
RecordRevision 
RecordSapComponent 
Report 
ReportBitmap 
Request 
RecordTypeAutoSubFolder 
SavedSearch 
Schedule 
ScheduledTask 
ScheduleTrigger 
SearchForm 
SecurityCaveat 
SecurityGuide 
SecurityLevel 
SharePointItem 
Space 
StopWord 
TodoItemItemReference 
TodoItem 
ScheduledTaskHistory 
UserLabel 
ActivityAuthorization 
ActivityDocument 
ActivityEmailRecipient 
ActivityEscalation 
ActivityResult 
ActivityStartCondition 
WorkflowDocument 
WorkflowTemplateDocument 
Word 
Workflow 
WorkflowTemplate 
WorkingCopy 
ZipCode 

BulkLoader Document Transfer Mode

Enumerator
WorkgroupServer 

Workgroup Server Transfer

WindowsCopy 

Windows File Copy

WindowsMove 

Windows File Move

Cached Table Notification Types

Enumerator
RowAdded 

Row Added

RowModified 

Row Modified

RowRemoved 

Row Deleted

RefreshAll 

Refresh All

Census Records

Enumerator
All 

All Assigned Records

Missing 

Records not Marked

Relocated 

Relocated Records

Check In Place Types

Enumerator
MailForServerProcessing 

Email for server processing

DocsForServerProcessing 

Documents for server processing

MailForClientProcessing 

Email for client processing

SocialMediaForServerProcessing 

Social Media for server processing

Check In Style/Place Purposes

Enumerator
UserCheckin 

User Check In

ServerCheckin 

Server Check In

PersonalMaintenance 

Personal Maintenance

GroupMaintenance 

Group Maintenance

Checkout Styles

Enumerator
NotCheckedOut 

Not Checked Out

ToTopDrawer 

To Offline

ToPath 

To Path

Pending 

Pending

ToWorkingCopy 

To Working Copy

Classification Usage Purposes

Enumerator
ForRecordCreation 

For classifying Records

RecordSelection 

For selecting Records

RecordTypeStart 

As Record Type Starting Classification

Maintain 

Maintain Classifications

Unspecified 

Unspecified

FindContainerFor 

Find Container

AttachDocument 

For Attach Document To Record

EditDocument 

Edit Document

BrowseRecords 

Browse Records

ViewDocument 

View Electronic Record

AttachRendition 

For Attach Rendition To Record

RelocateRecord 

Relocate Record

DefaultContainer 

Default Container

FindAlternateContainerFor 

Find Alternative Container

GpsSearch 

For GPS Search

Client Authentication Mechanisms

Enumerator
IntegratedWindows 

Integrated Windows Authentication

ExplicitWindows 

Explicit Windows Authentication

Adfs 

Active Directory Federated Services

GoogleApps 

Google Apps

Interest Types

Enumerator
For 

For

Against 

Against

Neutral 

Neutral

Client Server Protocols

Enumerator
Tcp 

TCP

Local 

Local

Https 

HTTPS

Http 

HTTP

Column Index Types

Enumerator
NotAnIndex 

Not An Index

DuplicatesAllowed 

Duplicate

Unique 

Unique

Primary 

Primary

Upper 

Upper

UniqueUpper 

Unique Upper

Enumerator
Unknown 
Properties 

Display Properties

Remove 

Delete Bob%

New 

New Bob%

Copy 

Copy Bob%

Jump 

Jump To Parent

Search 

Refine Search

Print 

Print Report

Refresh 

Refresh

Hyperlink 

Go To Web Page

MakeStopWord 

Make Noise Word

NewChild 

Create New Lower Level Item

ThNewNarrowTerm 

New Narrow Thesaurus Term

ThNewUseForTerm 

New Use For Thesaurus Term

ThRelate 

Display Related Thesaurus Terms

ThRelateNT 

Make Narrower Thesaurus Term

ThRelateBT 

Make Broader Thesaurus Term

ThRelateRT 

Make Related Thesaurus Term

ThRelateUS 

Make 'Use' Thesaurus Term

ThRelateUF 

Make 'Use For' Thesaurus Term

RetentionSchedule 

Set Schedule

FpDefSchedule_obs 

Not used

CnsRecords 

Records In Census

RtyDefStore 

Set Document Store

RtyDefAction 

Set Startup Procedure

RecDocPromote 

Promote Previous Revision

RecAddToCase 

Add To Hold

Extract 

Extract Electronic Document

StzGenerate 

Generate Statistical Data

StzPrint 

Export statistics to a Excel spreadsheet

ActUpAction 

Move bob% Up

DownAction 

Move bob% Down

RecRemoveFromCase 

Remove From Hold

NewTopLevel 

New Top Level Item

RecNewWorkflow 

Initiate Workflow On Record

Notes 

Display and/or modify Notes

Security 

Update Security and Access Policy

SecurityPolicy 

View Access Rights

RecContainer 

Set Record Container

RecCurrentLoc 

Set Assignee

RecHomeLoc 

Set Home

RecOwnerLoc 

Set Owner

RecAddContact 

Attach Contact

RecRemoveContact 

Remove Contact

RecNewPart 

Create New Part

ShowAuditEvents 

Browse Active Audit Events

RecAddRequest 

Add a Request for the selected Record

RecRelate 

Relate Records To

RecSeries 

Set Series Record

RecPhrase 

Replace Notes/Title Phrase

RecId 

Modify Record Number

RecClassification 

Modify Classification

RecNewVersion 

Create New Version

ExLinkPlaceholder 

External Link

RecAttachKeyword 

Thesaurus Terms

RecAttachAction 

Attach Action/Procedure

RecBrowseActions 

Show Attached Actions/Procedures

RecCompleteCurrAct 

Complete Current Action

RecRetention 

Set Retention Details

RecDates 

Set Record Dates

RecRecordType 

Set Record Type

RecGetDocument 

Advanced Check Out

RecClass 

Set Record Class

RecDocFinal 

Make Final

RecDocDetails 

Electronic Document Details

CheckoutToTD 

Check Out Attached Electronic Document To Offline Records

RecDocRevisions 

Browse Revisions

RecDocRemove 

Remove Document

RecCheckIn 

Check In an Electronic Document

NavRelated 

Navigate To Related Records

NavLatestPart 

Navigate To Latest Part

NavAllParts 

Navigate To All Parts

NavAllVersions 

Navigate To All Versions

NavContainer 

Navigate To Container Record

NavContents 

Navigate To Contents

NavSameContact 

Navigate To Records with same Contact

NavClient 

Navigate To Client Records for Contacts

NavSeries 

Navigate To Series Record

NavSeriesContents 

Navigate To Series Contents

View 

View Electronic

AddToFavorites 

Add To Favorites

SendMail 

Send To Mail Recipient

WwwPublish 

Send To The Web

PrintMerge 

Send To Merge File

ExportToXML 

Send To XML File

NewLocEmail 

Add Email Address

NewLocImage 

Attach Image

NewLocWebPage 

Define New Web Page

RecDocRenditions 

Browse Renditions

RecDocSignature 

Digital Signature

ComposeMailMessage 

Compose Mail Message

CnsComplete 

Complete Census

MakeReference 

Make Reference

MakeDefault 

Make Default

InsertTerm 

Insert Thesaurus Term

TopNumbering 

Setup Top Level Numbering

ActChildStepAdd 

Append Child Action Step

Download 

Perform Download

RemoveFromFavorites 

Remove from Favorites

RemoveFromWorktray 

Remove Record from Records Work Tray

RemoveRecentDoc 

Remove Record from Recent Documents

RemoveRecentFolder 

Remove Record from Recent Containers

AddToWorktray 

Add Records to the Records Work Tray

AddRecentDoc 

Add Record to Recent Documents

AddRecentFolder 

Add Record to Recent Containers

NavLatestVersion 

Navigate To Latest Version

SuperCopyToTD 

Super Copy to Offline Records

RecDropOnContainer 

Put Record in Container

DropFile 

Drop File

ElinkNewRecord 

Convert link into a new Content Manager Record

ElinkExistingRecord 

Associate an existing Content Manager Record with this link

ElinkInternal 

Store the link in the Content Manager Document Store

ElinkExternal 

Makes link as an external document

NavLinksTo 

Navigate To Linked Documents

NavLinkOf 

Navigate To documents that the selected Records is a link of

PrintDoc 

Print Document

Count 

Count

WorkflowLock 

Lock Workflow or Template

WorkflowUnlock 

Unlock Workflow or Template

RecCopy 

Copy Record

EstMoveDoc 

Move Documents

MakePrimary 

Make Primary Contact

MergeKeywords 

Merge Thesaurus Term

Import 

Import bob%

Export 

Export item(s) to a disk file

GoBack 

Previous search

GoForward 

Next search

SearchHistory 

Select search

Reindex 

Recreate Indexes

RecReviewSchedule 

Review Schedule

NewChildOrg 

New Member Organization

NewChildPer 

New Member Person

NewChildPos 

New Member Position

NavAll 

Select All

NavFavorites 

Select Favorites

ShowRecords 

Display Associated Records

LocAssigneeRecs 

Display Records Assigned

LocClientRecs 

Display Client Records

LocCreatorRecs 

Display Created Records

LocContactRecs 

Display Contact Records

NewOrg 

New Organization

NewPer 

New Person

NewPos 

New Position

NewGroup 

New Group

SaveSearchAs 

Save Search As

EstoreTransfer 

Transfer Documents to Another Document Store

IntegrityCheck 

Run Integrity Check

SpaceTransfer 

Transfer Records Between Spaces

NewLowerSpaces 

Create New Lower Level Spaces

SpmRecsInSpace 

Display all Records in the selected Spaces

SpmRecsInBay 

Display all Records in the Holding Bay of the selected Spaces

SpmRecsInSpaceRecursive 

Display all Records in lowest level Spaces

SpmRecsInBayRecursive 

Display all Records in all Holding Bays

SpmRecsEitherRecursive 

Display all Records in this and lower level Spaces

NewReadOnly 

New Bob%

StartActivity 

Start Activity

CompleteActivity 

Complete Activity

RemoveReadOnly 

Delete Bob%

SetActiveDates 

Set Active Date Range for Bob%

ReassignActivity 

Reassign Activity

RecShowWorkflow 

Display Associated Workflows

ShowActivities 

Display Associated Activities

HoldProperties 

Display Properties of this Hold

TriggerEvent 

Recalculate Triggers

ShowActions 

Display Associated Record Actions

Move 

Move bob% to new place in the hierarchy

RecUpdateParts 

Update Parts

SpaceRecalculate 

Recalculate Space Capacity and Usage Totals

SpaceCaptioning 

Set Level Captions

ProcessQueue 

Process items in Document Queue

GenerateStats 

Generate Statistics

ExportStats 

Export statistics to a Excel spreadsheet

NavContainerExt 

Navigate To Container Records (Includes Alternative)

NavContentsExt 

Navigate To Contents (includes Alternative Contents)

NavToRec 

Navigate To Record

Share 

Share this folder or box using Objective Connect

DoTaskAction 

Perform Scheduled Task

ShowTaskHistory 

Show Scheduled Task Action

NewRecord 

Create New Record

NavByClassification 

Select Via Classifications

NavInTray 

Records In

NavMyContainers 

Recent Containers

NavDueTray 

Records Due

NavWorkTray 

Records Work Tray

NavInOrDueTray 

Records In or Due

NavRecentDocs 

Recent Documents

NavDocsCheckedOut 

Documents Checked Out

NavByTopDrawer 

Select Offline Records

CopiedAccess 

Set Copied and/or Referenced Access Controls

RecDocAnnotate 

Annotate Attached Electronic Document

RecNewRedaction 

Create New Redaction

RecEditDocument 

Edit Electronic Document

NavFavoriteRecords 

Select Favorite Records

LocCheckedOutRecs 

Display Checked Out Records

RecDropOnAltCont 

Put Record in Alternative Container

ViewInNewWindow 

View item in new viewer window

NavRedactionsOf 

Navigate to All Redactions

NavRedactedFrom 

Navigate to the Records that the selected Records are redacted from

DesignReport 

Design Report

NewLocSignature 

Attach Signature

ViewSignature 

View Signature

NewCommittee 

New Committee

NewProjectTeam 

New Project Team

NewChildCommittee 

New Member Committee

NewChildProjectTeam 

New Member Project Team

NewChildGroup 

New Member Group

EditUserfields 

Additional Fields

OpenWorkflow 

Open selected item using the Workflow Editor

RecDocRemovePrevRev 

Remove Previous Revision of current Record

NavActivityDueTray 

Select Activities Due Tray

CompareDocument 

Compare Document

ShowMeetings 

Display Meetings associated with the selected item(s)

Suspend 

Suspend Alert

Resume 

Resume Alert

NavToDerivations 

Navigate to All Derivations

AssignPartRule 

Assign Automated New Part Creation Rule

NavCurrentVersion 

Navigate To Current Version

Preserve 

Preserve the Selected Revision

ShowLocations 

Display Associated Locations

AddToUserLabel 

Add To User Label

RemoveFromUserLabel 

Remove from User Label

NavUserLabel 

Select By User Label

Preview 

Preview Item

RecNewCommunication 

Create New Communication

ShowCommunications 

Show Communications for the currently selected item(s)

AuthorizeActivity 

Authorize Activity

AcquireActivity 

Acquire Activity

RelinquishActivity 

Relinquish Activity

SuspendActivity 

Suspend Activity

ResumeActivity 

Resume Activity

NewSender 

Add Sender

NewRecipient 

Add Recipient

StreetAddress 

Change address used for this Location to the street address

PostalAddress 

Change address used for this Location to the mailing address

EmailAddress 

Change address used for this Location to the email address

FaxAddress 

Change address type used for this Location to the facsimile

Filter 

Filter items displayed in the current view

NavRecord 

Navigate to the Records associated with the selected item(s)

Open 

Open

NewInactive 

Add Bob% - Make Inactive

NewArchive 

Add Bob% - Archive (Keep Forever)

NewDestroy 

Add Bob% - Destroy

Approve 

Approve this bob%

ShowMinuteItems 

Show Minute Items for the selected item(s)

CompleteTodo 

Mark this To Do Item as complete

Schedule 

Schedule Meetings

NewAgendaItem 

Create a new agenda item for this bob%

NewMinuteItem 

Create a new minute item for the selected agenda item

NewStandingItem 

Create a new standing agenda item for this bob%

ShowStandingItems 

Display Standing Agenda Items for the selected Meeting Types

ShowAgendaItems 

Display Agenda Items for the selected item(s)

NewVenue 

New Venue

NewWorkgroup 

New Workgroup

NewChildVenue 

New Member Venue

NewChildWorkgroup 

New Member Workgroup

ViewAgenda 

Display the published agenda for this Meeting

ViewMinutes 

Display the published minutes for this Meeting

NewSubAgendaItem 

Create a new subordinate agenda item for this bob%

RescheduleAgendaItem 

Reschedule Agenda Items to a Meeting or pending queue

ShowClassifications 

Display Associated Classifications

ShowPendingItems 

Display Pending Agenda Items for the selected Meeting Types

NewPendingItem 

Create a new agenda item for a subsequent meeting of this bob%

NewCarryForwardItem 

Create a new agenda item by carrying forward this agenda item

NavMine 

Selects your outstanding To Do Items

ShowOwnerClasses 

Show Classifications with default owner of the currently selected item(s)

RecCheckOut 

Check Out Document

RecSuperCopy 

Supercopy Document

ShowMeetingsAt 

Display Upcoming Meetings At

UncompleteTodo 

Mark this To Do Item as uncomplete

AttachRecord 

Create an attachment based on a Record

AttachLocation 

Create an attachment based on a Location

AttachmentProperties 

Display properties of the selected attachment

ShowTodoItems 

Display Associated To Do Items

OutlineNumber 

Recalculates outline numbers for Agenda Items

RemoveEmptyFolders 

Removes empty containers from Offline Records

NewWorkflowReference 

Define a document that is to be used as a reference for this workflow

NewOutput 

Define a document that is a working document produced as part of this activity

NewReview 

Define a document that is a working document to be reviewed as part of this activity

NewReference 

Select a document to be used as a reference for this activity

AttachRecordLocal 

Create a Record from a file on your local hard disk to associate with this document

AttachRecordOffline 

Create a Record from an offline draft Record to associate with this document

AttachRecordExisting 

Select a Record to associate with this document

AttachRecordSuper 

Create a Record by supercopying an existing Record to associate with this document

DetachRecord 

Detach the Record currently associated with this document

LocOverdueActions 

Display overdue Actions

SelectPlaceholder 

Select the Record or Location associated with this attachment

EmailAgenda 

Email the agenda for this meeting to invited attendees

EmailMinutes 

Email the minutes of this meeting to invited attendees

RollbackActivity 

Rollback Activity

RejectActivity 

Reject Activity

UncompleteActivity 

Uncomplete Activity

Reschedule 

Reschedule due dates for bob%

NewMotion 

Create a new motion in the minutes for the selected agenda item

ShowHistory 

Show details of when import processes have been run for the selected item(s)

SpaceFindContiguous 

Find a block of contiguous space for a certain number of Records

MaintainLabels 

Maintain the set of User Labels associated with this Location

OpenSavedSearch 

Open Saved Search

NewFileSystemStore 

New Document Store (Windows File System)

NewExternalStore 

New Document Store (External)

CopyToClipboard 

Copy Bob% to Clipboard

LocOwnerRecs 

Display Records Owned

LocHomeRecs 

Display Records with the selected Locations as Home

NavMembers 

Navigate to Member Locations

OpenReadOnly 

Open

RecMakeInactive 

Make Record Inactive

ShowDocuments 

Show documents associated with selected Activity

ShowContacts 

Show Locations that are Contacts of the selected Records

AddJurisdiction 

Add Jurisdiction

RemoveJurisdiction 

Remove Jurisdiction

ShowSchedules 

Display Associated Schedules

AddChild 

Add Bob%

AddChildReadOnly 

Add Bob%

CompleteAllActions 

Complete All Attached Actions

RemoveAllActions 

Delete Every Bob%

ActionDuration 

Edit Action Duration

RescheduleActions 

Reschedule Actions

ActionLocDetails 

Display Responsible Location details

ActionSendMail 

Send Mail to Responsible Location

SearchProperties 

Displays properties of the current search

RunQuery 

Executes the Record search associated with this Hold

GenerateEvents 

Generates events to content and word index Records created in this run.

NewLocOtherDocument 

Define New Document (Other)

NewWindowsQueue 

New Bob% - Windows Folder

NewNotesQueue 

New Bob% - Notes Folder

NewMapiQueue 

New Bob% - Extended MAPI Folder

RecOtherFields 

Set values for Accession Number, External ID, Priority and Media Type

HoldRecords 

Add Records to the currently selected Hold

ReleaseRecords 

Release Records that are currently associated with this Hold

ShowContainers 

Show details of containers created during origin processing for this Bob%.

NavEmailConversation 

Navigate to all Records within the same email conversation

AuditEventDetails 

Display more details for the selected Active Audit Events

AddLocations 

Add Locations to the list of Locations that hold the selected Security Caveat

RemoveLocations 

Remove Locations from the list of Locations that hold the selected Security Caveat

RemoveChild 

Remove Bob%

NewManageInPlaceStore 

New Document Store (Manage In Place)

ClearDeleteRequests 

Clears all delete requests that are queued for retry

StorageTransfer 

Transfer document to a new Document Store

RecShowRequests 

Show Requests for the selected Records

NewStorageProvider 

New Storage Provider

NewChildStorageProvider 

New Member Storage Provider

ShowRequestsBy 

Show Requests made by the currently selected Location

ShowRequestsOf 

Show Requests for Records with a Home of the currently selected Location

RecAddRetrieveTemporaryRequest 

Create a new Retrieve - Temporary Request for the selected Record

RecAddRetrieveRecurrentRequest 

Create a new Retrieve - Recurring Request for the selected Record

RecAddRetrievePermanentRequest 

Create a new Retrieve - Permanent Request for the selected Record

RecAddPickupTemporaryRequest 

Create a new Pickup - New Record Request for the selected Record

RecAddPickupPermanentRequest 

Create a new Pickup - Return Request for the selected Record

ApproveRequest 

Approve a Request for further processing

RejectRequest 

Reject a Request from further processing

CompleteRequest 

Marks the selected Request as complete

ConfirmPickup 

Confirm that the Record for a new pickup Request is now ready to be picked up

NewCenteraStore 

New Document Store (EMC Centera)

NavSharePointItems 

Navigate to SharePoint Documents

NavSharePointListItems 

Navigate to the SharePoint Documents that are within this SharePoint List

Subscribe 

Subscribe yourself to this Alert

Unsubscribe 

Unsubscribe yourself from this Alert

AddSubscribers 

Add Locations to the list of subscribers to the selected Alert

AddChildSubscribers 

Add Locations to the list of subscribers to the selected Alert

ShowSharePointItemRecord 

Display Associated SharePoint Item Record

ShowSharePointListRecord 

Display Associated SharePoint List Record

NewTransfer 

Add Bob% - Archive (Transfer Custody)

RecDispose 

Dispose Record

RecUndispose 

Undispose Record

RecMakeActive 

Make Record Active

RecNewClient 

Create a new Client Record

RecNewMatter 

Create a new Matter Record for this Client

RecNewMatterItem 

Create a new Record relating to this matter

NavClientRecord 

Navigate To Client Record

NavMatterRecord 

Navigate To Matter Record

Exclusions 

Update List of Excluded Locations

RecChangeClient 

Change the Client Record for this matter

RecChangeMatter 

Change the Matter Record for this Record

ExamineConsignmentRecords 

Examine Records for disposal issues

ConsignmentReport 

Prepare a Consignment report

ExecuteDisposal 

Perform Disposal Action. Records will be disposed according to Consignment details.

NewDestroyCon 

New Destroy Bob%

NewTransferCon 

New Transfer Bob%

NewArchiveCon 

New Archive Bob%

ShowIssues 

Show Issues on bob%

AddToMyCheckinStyles 

Add To Check In Styles

ApproveConsignment 

Approve all the Records in this Consignment for disposal

RejectConsignment 

Reject all the Records in this Consignment from being disposed

ShowConsignmentApprovers 

Display associated Consignment Approvers

RemoveRecordFromConsignment 

Remove the Record from the Consignment

SendReviewerEmails 

Send email messages to reviewers seeking information to assist in issue resolution

IgnoreWarningIssue 

Ignore this warning issue. Record can be disposed.

EncloseRecord 

Enclose Record to overcome this issue. Record then can be disposed.

CompleteAction 

Complete Record Action

ReassignAction 

Reassign Record Action

UncompleteAction 

Uncomplete Record Action

ResolveIssuesAuto 

Resolve all issues on a Consignment

MoveRecordToHome 

Return to Home. Record then can be disposed.

ConfirmRejection 

Confirm rejection of Records from Consignment

AddSapBusinessObject 

Add SAP Business Object Link to the list for the selected Classification

ReassignApproval 

Reassign the Record approver

TransferAcknowledged 

Transfer of Consignment acknowledged

SetReviewComplete 

Set the Consignment review to complete

CreateVEO 

Create a VEO object of the Records on selected Consignment

RevertToPending 

Revert current approval status back to 'Approval Pending'

ShowApprovalRecords 

Display all Records in this consignment requiring approval

AllConsignmentRecords 

Display all Records

SampleConsignmentRecords 

Display a sample Records

ShowPendingIssues 

Show pending issues on bob%

Unapprove 

Unapprove this bob%

ManageItems 

Manage items for this Lookup Set

ImportItems 

Import items for the Lookup Set from a tab-delimited text file

ChangeLocationType 

Change the Location Type of the selected Locations

RecDisposalCheck 

Check the Record will be suitable for disposal

NavAllRelated 

Navigate To All Related Records

RecSyncMailDates 

Synchronize email dates with Record metadata

NewICASStore 

New Document Store (iTernity Content Addressable Storage (iCAS))

NavMatters 

Navigate to the matter Records for one or more client Records

ShowPlaces 

Display Associated Check In Places

RecContinueRedaction 

Continue editing a Redaction

StartReview 

Notifies reviewers that the document is ready for review

StartAuthorization 

Notifies authorizers that the document is ready for authorization

ViewComments 

View comments provided by reviewers and authorizers

ReviewDocument 

Add comments and set the review status for the selected document

AuthorizeDocument 

Add comments and set the authorization status for the selected document

MaintainCheckinStyles 

Maintain the set of Check In Styles associated with this Location

FinalizeDocument 

Finalize the document review process for the selected document

RestartDocumentReview 

Restarts review processing steps

LocOtherFields 

Set values for various Location properties

ActionCost 

Edit Action Cost

RecReassignCurrAct 

Reassign Current Action

ReplaceReferences 

Replaces references to the selected item

NewAmazonStore 

New Document Store (Amazon S3 Compliant Object Store)

NewAzureStore 

New Document Store (Microsoft Azure Blob Store)

NewIsilonStore 

New Document Store (EMC Isilon)

AddOnlyRecordType 

Add Only Record Type to the list for the selected Classification

RecRemoveFromSeries 

Remove From Series

RecRejectFromConsignment 

Reject from archive disposal consignment

CancelRejection 

Cancel rejection of Record from Consignment

ShowRejections 

Display all Records associated with this bob% that have been rejected

ViewApprovalDocument 

View Approval Document

ConfigureMetadata 

Configures Record metadata to be added to the document store entry

VerifyApprovalDocument 

Verify Approval Document

HashCheck 

Verify the document hash of the selected records

HashCalculate 

Calculates a hash of the document attached to the selected Records

RecTitle 

Change the Title

ChangeProfileData 

Change the profile data of the selected Locations

LocChangeEmail 

Modify Email Address

Fire 

Records an occurrence of this special archiving event

FullSearchHistory 

Display a list of all the searches you have done

AuditShowSearch 

Display details of the search

AuditRunSearch 

Re-run the search associated with this event

BrowseAuditEvents 

Browse Active Audit Events

RequestPDFRendition 

Request the automatic rendering engine to create a new rendition of type PDF (suitable for long-term storage)

RequestOCRRendition 

Request the automatic rendering engine to create a new rendition of type OCR (suitable for indexing images containg text)

RequestTIFFRendition 

Request the automatic rendering engine to create a new rendition of type TIFF (required for redaction)

RenditionRequestStatus 

Request the automatic rendering engine to create a new rendition

ManageAssociations 

Manage the associations of the selected Locations

RemoveUncompleteActions 

Remove Incomplete Actions. Record then can be disposed.

CloseContainer 

Closes a container so no new items can be added.

ReopenContainer 

Re-opens a closed container.

ShowLatestPartInstead 

Show the latest Part of any of the Records in the search

ShowLatestVersionInstead 

Show the latest version of any of the Records in the search

CancelRequest 

Cancel an active request.

ShowExternalWorkflows 

Display Associated External Workflows

ShowExternalWorkflowsAssigned 

Display External Workflow Tasks that the selected Locations are assigned to

InitiateExternalWorkflow 

Initiate External Workflow On Record

UncompleteRequest 

Marks the selected Request as 'not yet actioned'

ShowExternalWorkflowDetails 

Show External Workflow details in web browser

ShowExternalWorkflowTasks 

Show External Workflow Tasks attached to selected External Workflow

ShowExWorkflowTaskDetails 

Show External Workflow Task details in web browser

Deactivate 

Deactivate login for a user account

NoResultProcessing 

Remove any latest Part/version result processing

SendReminderEmailToApprovers 

Send reminder email to approvers to complete their approvals

ShowSpaceUsage 

Displays current usage counters for this Space

AddToRecycleBin 

Moves the selected Records to the recycle bin, pending subsequent deletion

RestoreFromRecycleBin 

Restores selected Records from the recycle bin

NewOneOffArchiveEvent 

Create new bob% that Only Occurs Once

NewAdhocArchiveEvent 

Create new bob% that Occurs many times, irregularly

NewScheduledArchiveEvent 

Create new bob% that Occurs according to a specified schedule

DeleteFromRecycleBin 

Delete Bob%

Command RefreshTypes

Enumerator
None 

None

Current 

Current

Add 

Object Added

ChildList 

Child List

ChildListCurrent 

Child List and Current

Parent 

Parent

AllBobs 

All Objects

All 

All

Delete 

Delete

CurrentAndKids 

Current and Children

CurrentAndParent 

Current and Parent

Up 

Moved Up

Down 

Moved Down

Append 

Append

AddChild 

Child Added

AddChildCurrent 

Current And Child Added

AddChildCurrentParent 

Current, Parent and Child Added

Communication Directions

Enumerator
Incoming 

Incoming

Outgoing 

Outgoing

Internal 

Internal

Communication Media

Enumerator
Post 

Post

Fax 

Facsimile

Email 

Email

Courier 

Courier

Custom1 

Custom 1

Custom2 

Custom 2

Custom3 

Custom 3

Custom4 

Custom 4

Communicator Types

Enumerator
Sender 

Sender

Recipient 

Recipient

Custom1 

Custom 1

Custom2 

Custom 2

Custom3 

Custom 3

Custom4 

Custom 4

Enumerator
Matching 

Compares for a value matching the supplied criteria (used for comparing to lists and ranges)

EqualTo 

Compares for a value that is equal to the supplied criteria

NotEqualTo 

Compares for a value that is not equal to the supplied criteria

LessThan 

Compares for a value less than the supplied criteria

LessThanOrEqualTo 

Compares for a value less than or equal to the supplied criteria

GreaterThan 

Compares for a value greater than the supplied criteria

GreaterThanOrEqualTo 

Compares for a value greater than or equal to the supplied criteria

Consignment Disposal Types

Enumerator
Archive 

Archive (Keep Forever)

Transfer 

Archive (Custody Transfer)

Destroy 

Destroy

Consignment Item Status

Enumerator
Pending 

Pending Approval

Approved 

Approved

Rejected 

Rejected

Consignment Issue Types

Enumerator
ResolveByArchivist 

Resolvable

IssueSevere 

Severe Issue

MoreInfoNeeded 

Waiting on Feedback

IssueWarning 

Warning

Consignent Picklist Formats

Enumerator
TabDelimited 

Tab delimited Text

Xml 

XML

Html 

HTML

Consignment States

Enumerator
PendingReview 

Archivist Review

PendingReviewWithIssues 

Archivist Review - Issues Outstanding

PendingReviewCompletion 

Archivist Review - Waiting On Completion

PendingApproval 

Approval In Progress

Rejected 

Consignment Rejected

PendingApprovalRejections 

Approval In Progress - Some Rejections To Confirm

ApprovedWithRejections 

Approved - Some Rejections Confirmed

PendingDisposal 

Ready For Disposal

PendingDisposalWithIssues 

Ready For Disposal - Issues Outstanding

DisposalWaitingAcknowledgement 

Disposal Waiting Transfer Acknowledgement

DisposalCompleteWithIssues 

Disposal Complete - Issues Detected

DisposalComplete 

Disposal Complete

Contact Types

Enumerator
Author 

Author

Addressee 

Addressee

Representative 

Representative

Other 

Other

Client 

Client

Custom1 

Custom 1

Custom2 

Custom 2

Custom3 

Custom 3

Custom4 

Custom 4

Custom5 

Custom 5

Custom6 

Custom 6

Custom7 

Custom 7

Custom8 

Custom 8

Custom9 

Custom 9

Custom10 

Custom 10

Cc 

Copied

Bcc 

Blind Copied

Container Security Types

Enumerator
Ignore 

Ignore

Warn 

Display Warning

WarnAndUpgrade 

Display Warning, Upgrade Container Security

Upgrade 

Update Container Security

Prevent 

Prevent Document from being placed in Container

WarnAndUpgradeDoc 

Display Warning, Update Document Security

UpgradeDoc 

Update Document Security

ContainmentRules

Enumerator
ByLevel 

Based on container level number

ByLevelInclusive 

Based On container level number (Inclusive)

ByBehavior 

Based on Record Type behavior

ByList 

Based on a list of Record Types

Prevented 

Prevented

Content Engine Types

Enumerator
None 

None

Idol 

IDOL

Elasticsearch 

Elasticsearch

Barcode Control Labels

Enumerator
Unknown 

Unknown

Location 

Set Assignee

Authority 

Set Retention Schedule

PutInContainer 

Set Container

EncloseInContainer 

Enclose In Container

ActionSignoff 

Complete Action

ActionReassign 

Reassign Action

ActionCurrentSignoff 

Complete Current Action

ActionCurrentReassign 

Reassign Current Action

AddToWorkTray 

Add to Records Work Tray

Inactive 

Make Inactive

Archive 

Archive

Destroy 

Destroy

HomeLoc 

Set Home

MoveToHome 

Move To Home

EndTransmission 

End Transmission

Assignee Defaults

Enumerator
LoginUser 

Current Login

LoginUserPosn 

Default Position of Current Login

LoginUserOrg 

Default Organization of Current Login

Cusp Date Display Types

Enumerator
StartOfDay 

Start Of Day

EndOfDay 

End Of Day

Dataset availability

Enumerator
AllowNewConnections 

Allow new connections

PreventNewConnections 

Prevent new connections

StopAllActivity 

Stop all activity

Database Lock Type

Enumerator
WordIndexing 

Word Indexing

ContentIndexing 

Content Indexing

EventStatistics 

Event Statistics

ScheduleTriggers 

Schedule Triggers

StoreClaimUpdates 

Store Claim Updates

RecordCreationStatistics 

Record Creation Statistics

OriginContainerAllocation 

Origin Container Allocation

GetNextUriStrict 

Strict Uri Allocation

Database Types

Enumerator
Unknown 

Unknown

Oracle 

Oracle

SqlServer 

Microsoft SQL Server

Postgres 

PostgreSQL

Data Entry Page Types

Enumerator
Normal 

Normal

Notes 

Notes

Access 

Security/Access

RecordActions 

Record Actions

AddCommunication 

Add Communication

AdditionalFields 

Additional Fields

LocationAddress 

Physical Addresses

LocationRelationships 

Relationships

LocationProfile 

User Profile

ChildList 

Child List

ActiveDates 

Active

CopiedAccess 

Copied Access Defaults

DocumentReview 

Document Review

Date Intervals

Enumerator
Days 

Days

Weeks 

Weeks

Months 

Months

Years 

Years

Date Intervals Singular

Enumerator
Day 

Day

Week 

Week

Month 

Month

Year 

Year

Date Search Types

Enumerator
Date 

Specific date or range of dates, e.g 1/1/2007 to 2/2/2008

FloatingSingle 

Floating range, single time interval, e.g. this week

FloatingPlural 

Floating range, multiple time intervals, e.g. last 3 months

SoFarToDate 

Preceding date interval, e.g. year to date

MonthAndOrYear 

Month and/or a year, e.g. February 2011

FinancialYear 

Financial year, e.g. FY2011

String 

Any valid date search string expression

Days of the Week

Enumerator
Monday 

Monday

Tuesday 

Tuesday

Wednesday 

Wednesday

Thursday 

Thursday

Friday 

Friday

Saturday 

Saturday

Sunday 

Sunday

Double Click Container Styles

Enumerator
NavContents 

Navigate to Contents

Properties 

Properties

UseSystemOption 

Use System Option

NavAllContents 

Navigate to Contents and Alternative Contents

Double Click Styles

Enumerator
Edit 

Edit

View 

View

Properties 

Properties

UseSystemOption 

Use System Option

Declassify Options

Enumerator
AfterDate 

After Specified Time Period

AfterEvent 

After Specified Event

Exempt 

Exempt From Declassification

Desktop Startup States

Enumerator
Default 

Default

Search 

Search

Offline 

Offline Records

RecentDocs 

Recent Documents

ClassBrowser 

Classification Browser

FavRecords 

Favorite Records

Worktray 

Records Work Tray

Containers 

Recent Containers

Due 

Records Due

In 

Records In

DueOrIn 

Records In or Due

ForReferences 

For References

Templates 

Document Template

ContentBlocks 

Document Content Block

Explorer 

Explorer

Disposition Calculation Status

Enumerator
Pending 

Calculation Pending

AlreadyDisposed 

Already Disposed

Unspecified 

Unspecified

WaitingUntilInactive 

Waiting until Inactive

NoRelevantTriggers 

No Relevant Triggers

WaitingOnTriggerDate 

Waiting on Trigger Date

Scheduled 

Scheduled

SetWithoutSchedule 

Specified without Schedule

Disposal Types

Enumerator
None 

Not Disposed

Archived 

Archived (Keep Forever)

Transferred 

Archived (Custody Transferred)

Destroyed 

Destroyed

Document Event Counters

Enumerator
DocumentTransaction 

Document Transactions

AttachDocument 

Checked In (Attach)

Replaced 

Checked In (Replace)

NewVersion 

Checked In (New Revision)

UndoCheckOut 

Checked In (Undo Check Out)

Viewed 

Viewed

Extracted 

Extracted

CheckedOut 

Checked Out

Printed 

Printed

Annotated 

Annotated

Redacted 

Redacted

RevisionRemoved 

Revision Removed

RenditionAdded 

Rendition Added

DigitalSignatureCreated 

Digital Signature Created

DigitalSignatureAttached 

Digital Signature Attached

RemoveDocument 

Document Removed

Document Link Types

Enumerator
External 

External To Content Manager

Record 

Content Manager Record

StoreId 

In Content Manager Object Store

Document Review States

Enumerator
None 

No Review

Editing 

Editing

Reviewing 

Reviewing

Authorizing 

Authorizing

Finalizing 

Finalizing

Complete 

Complete

Less Secure Document Security Types

Enumerator
Ignore 

Ignore

Warn 

Display Warning

Prevent 

Prevent Document from being placed in Container

WarnAndUpgradeDoc 

Display Warning, Update Document Security

UpgradeDoc 

Update Document Security

Document Selection Types

Enumerator
None 

Cancel

Record 

Open Record

OfflineRecord 

Open Offline Record

Local 

Local

Document Store Integrity Check Counter Types

Enumerator
DocumentsInStore 

Number of documents to be processed (estimate)

DocumentsProcessed 

Number of documents processed by the store checker

AlreadyMissingDocuments 

Number of missing documents from a previous run

MissingDocuments 

Number of missing documents in the current run

CorruptedDocuments 

Number of documents that had a discrepancy with the hash value or bytes count

DocumentsWithNoError 

Number of documents that had the byte counter discrepancy fixed

MissingDocumentsFixedByRestoringBackup 
MissingDocumentsFixedByFlaggingAsMissing 
CorruptedDocumentsFixedByRestoringBackup 
CorruptedDocumentsFixed 

Number of documents that were corrected by recalculating file hash or file size

DocumentsWithBlankHashCorrected 

Number of documents that had a hash generated

DocumentsDuplicated 

Number of documents that were duplicated by fixing de-dupe hash errors

CorruptedReferenceCount 

Number of documents that had a discrepancy with the reference count

CorruptedReferenceCountFixed 

Number of documents that were corrected by recalculating the reference count

Document Update Styles

Enumerator
NoAction 

No synchronization

Delete 

Delete the document

KeepCheckedOut 

Check document out of Content Manager

NotApplicable 

Not Applicable

Duplicate Email Options

Enumerator
CreateDuplicate 

Create New Record

SetAlternateContainer 

Add Alternative Container to Record

Cancel 

Cancel Record Creation

Electronic Address Types

Enumerator
Mail 

Email

Url 

Web URL

Rdn 

Directory Service RDN

Image 

Image

Signature 

Signature

Other 

Other Document

Edit Notes Styles

Enumerator
ReadOnly 

Read Only

ExtendOnly 

Extend

FullEdit 

Full Edit

Email Security Mode

Enumerator
Disabled 

No security markings

LevelOnlyPrefix 

Security Level - Prefix

LevelAndCaveatsPrefix 

Security Level and Security Caveats - Prefix

LevelOnlySuffix 

Security Level - Suffix

LevelAndCaveatsSuffix 

Security Level and Security Caveats - Suffix

Email Update Styles

Enumerator
NoAction 

Leave the email message as it is

Delete 

Delete the email message

UpdateMail 

Update the email message with an 'In Content Manager' indicator

NotApplicable 

Not Applicable

Encryption Algorithms

Enumerator
None 

None

RC4 

RC4

AES256 

AES256

Runtime Environments

Enumerator
Unknown 

Unknown

Trim 

Content Manager

BulkLoader 

Content Manager Data Port

Odma 

Embedded ODMA

OtherAuthoringApp 

Desktop Authoring Application

Outlook 

Outlook

OtherMailApp 

Other Mail Application

TrimDesktop 

Content Manager Desktop

LotusNotes 

Lotus Notes

EnterpriseStudio 

Content Manager Enterprise Studio

OfficeNET 

Content Manager Office Integration (using .NET)

WebServer 

Content Manager Web Service

SharePointIntegration 

Content Manager SharePoint Integration

Electronic Storage Action Types

Enumerator
MoveToStore 

Move to another store

MoveToTier2 

Move to tier 2 storage

MoveToTier3 

Move to tier 3 storage

Electronic Inactive Record Selection Date Types

Enumerator
DateClosed 

Date Closed

DateInactive 

Date Inactive

DateLastAction 

Last Action Date

DateFinalized 

Date Declared As Final

DatePublished 

Date Published

DateUpdated 

Date Last Updated

DateModified 

Date Modified

DateLastAccessed 

Document Last Accessed Date

Document Store Types

Enumerator
FsDirectory 

Windows File System

External 

External

Mip 

Manage In Place

Centera 

EMC Centera

Icas 

iTernity Content Addressable Storage (iCAS)

Amazon 

Amazon S3 Compliant Object Store

Azure 

Microsoft Azure Blob Store

Isilon 

EMC Isilon

Event Processor Status Values

Enumerator
Ignored 

Not Processing

Processing 

Enabled

Suspended 

Suspended

Event Process Types

Enumerator
ContentIndex 

Content Indexing

AuditLog 

Audit Log

SystemMonitor 

System Monitor

MailNotification 

Mail Notification

ScheduleTriggers 

Schedule Event Triggers

UserDefined 

User Defined

WordIndexing 

Word Indexing

AutoPartCreator 

Automated Part Creation

Subscriptions 

Alerts Service

Sharepoint 

SharePoint Integration

EventStatistics 

Event Statistical Aggregator

StoreEventHandler 

Document Store Event Handler

AutoClassify 

Auto Classify Records

InactiveRecords 

Inactive Document Storage Optimizer

LdapSync 

Directory Synchronization

RenderPDF 

PDF and TIF Rendering

RenderPDFAuto 

Submit Automated PDF Requests

RenderOCR 

OCR Rendering

RenderSignedCopy 

Signed Copy Rendering

RecordRecycle 

Empty Record Recycle Bin

enum HP.HPTRIM.SDK.Events
strong

Events

Enumerator
ObjectAdded 

Added

ObjectModified 

Modified

ObjectRemoved 

Deleted

SecurityChanged 

Security Profile Changed

AccessControlChanged 

Access Controls Changed

ConsignmentIssueResolved 

Consignment Issue Resolved

ConsignmentApprovalComplete 

Consignment Approval Complete

ConsignmentRecordRejected 

Consignment Record Rejected

ConsignmentReadyForApproval 

Consignment Ready For Approval

ConsignmentDisposed 

Consignment Disposal Complete

ConsignmentRecordExcluded 

Consignment Record Excluded

SignatureCreated 

Signature Created

SignatureAttached 

Signature Attached

SignatureVerified 

Signature Verified

SignatureFailVerify 

Signature Failed Verification

ConsignmentRejected 

Consignment Rejected

ActivityCompleted 

Activity Completed

ActivityAssigned 

Activity Assigned

ActivityReassigned 

Activity Reassigned

ActivityUndone 

Activity Undone

ActivityCurrent 

Activity Made Current

TriggersChanged 

Schedule Triggers Changed

RecalcDispEvents 

Recalculate Disposition Events

BreachDetected 

Security Breach Detected

EstoreNearingCapacity 

Approaching Capacity

EstoreFull 

Capacity Reached

UserLogon 

User Logged In

UserLogoff 

User Logged Out

UserLogonFailed 

Failed Login Attempt

ActionCompleted 

Action Completed

ActionAssigned 

Action Assigned

ActionReassigned 

Action Reassigned

ActionUndone 

Action Undone

ActionCurrent 

Action Made Current

UserLogonImpersonation 

Impersonate Login Request

UserLogonImpersonationFailed 

Impersonate Login Request Failed

RecordIdChanged 

Record Number Changed

ContainerChanged 

Record Container Changed

CurLocChanged 

Record Assignee Changed

RecNotesChanged 

Record Notes Changed

CreateDateChanged 

Record Date Created Changed

TitleChanged 

Record Title Changed

RecSchChanged 

Record Retention Schedule changed

HomeChanged 

Record Home Changed

OwnerChanged 

Record Owner Changed

ContactAdded 

Contact Added

ContactRemoved 

Contact Removed

DispositionChanged 

Record Disposition Changed

ScheduleReviewed 

Record Retention Schedule Reviewed

MadeVital 

Record Classified As Vital

MadeNotVital 

Record Declassified From Vital

HoldAdded 

Record Added To Hold

HoldRemoved 

Record Removed From Hold

ExternalEvent 

External Event

RecordExported 

Record Exported As XML

AuditSettingsChanged 

Audit Settings Changed

ClassificationChanged 

Classification Changed

Finalized 

Record Declared Final

Unfinalized 

Record Final Declaration Reversed

CloseDateChanged 

Record Date Closed Changed

UdfChanged 

Additional Field Changed

ClassificationApproved 

Classification Approved

RecordRelationshipAdded 

Related Record Created

RecordRelationshipRemoved 

Related Record Removed

CsDeclassifyChanged 

Record Security Declassification Schedule Changed

CsDowngradeChanged 

Record Security Downgrade Schedule Changed

ContentIndexAdd 

Add To Content Index

ContentIndexRemove 

Remove From Content Index

FileTypesModified 

File Types Modified

ReindexWords 

Index Words

ReindexExtra 

Index Supplementary

ReindexField 

Index Additional Field

RegDateChanged 

Date Registered Changed

DueDateChanged 

Date Due Changed

DatePublishedChanged 

Date Published Changed

DateInactiveChanged 

Date Inactive Changed

DateLastActionChanged 

Last Action Date Changed

DateDestructionChanged 

Manual Disposal Date Changed

DateRetentionChanged 

Retention Review Date Changed

AgendaNowReady 

Agenda Ready

MinutesNowReady 

Minutes Ready

ActivitySkipped 

Activity Being Skipped

RecordSuperseded 

Record Superseded

ActivityNeedsAuthorization 

Activity Ready For Authorization

AgendaItemApproved 

Agenda Item Approved

AgendaItemRescheduled 

Agenda Item Rescheduled

TodoItemReassigned 

To Do Item Reassigned

TodoItemCompleted 

To Do Item Completed

ContentAdded 

Record Content Added

ContentRemoved 

Record Content Removed

SharePointLinkRemoved 

Sharepoint Link Removed

AutoPartCheck 

Automatic New Part Check

IdolMetadataSchemaChanged 

IDOL Metadata Schema Changed

IdolMetadataChanged 

IDOL Metadata Changed

IdolMetadataContainerSecurityChanged 

IDOL Metadata Container Security Changed

IdolMetadataUserHierarchyChanged 

IDOL User Hierarchy Changed

DataCleanup 

Data Cleanup Executed

RecordWebPublished 

Record Web Published

DocViewed 

Document Viewed

DocCheckedOut 

Document Checked Out

DocExtracted 

Document Extracted

DocReplaced 

Document Checked In (Replace)

DocNewVersion 

Document Checked In (New Revision)

DocUndoCheckout 

Document Checked In (Undo Checkout)

DocRemoved 

Document Removed

DocAttached 

Document Attached

DocPublished 

Document Published

DocPrinted 

Document Printed

DocExportedToXML 

Document Exported To XML

DocRenditionAdded 

Document Rendition Added

DocRenditionExtracted 

Document Rendition Extracted

DocRenditionPrinted 

Document Rendition Printed

DocRenditionViewed 

Document Rendition Viewed

DocRevisionExtracted 

Document Revision Extracted

DocRevisionPrinted 

Document Revision Printed

DocRevisionViewed 

Document Revision Viewed

DocRevisionRemoved 

Document Revision Removed

DocLinkExtracted 

Document Link Extracted

DocLinkPrinted 

Document Link Printed

DocLinkViewed 

Document Link Viewed

DocMailed 

Document Sent Via Email

DocMailedLink 

Document Sent Via Email (Link)

DocAnnotated 

Document Annotated

DocNotAnnotated 

Document Annotation Cancelled

DocRedacted 

Document Redacted

CopiedAccessControlChanged 

Copied Access Control Changed

StorageTransferred 

Storage Transferred

StorageTransferredInPlace 

Storage Transferred (In Place)

DocRenditionRemoved 

Document Rendition Removed

CurLocAssigned 

Record Assignee Initialized

HomeAssigned 

Record Home Initialized

OwnerAssigned 

Record Owner Initialized

AccessExclusionsChanged 

Access Exclusions Changed

HoldDatesChanged 

Hold Dates Changes

NewInstantOnUser 

New User Automatically Registered

RecordCopied 

Record Copied

CaveatRemoved 

Security Caveat Removed

SpiViewed 

SharePoint Document Viewed

SpiEdited 

SharePoint Document Edited

SpiManaged 

SharePoint Item Managed

SpiRelocated 

SharePoint Item Relocated

SpiExposed 

Record Exposed to SharePoint

DocumentReadyForDrafting 

Document Ready For Drafting

DocumentReadyForReview 

Document Ready For Review

DocumentReadyForAuthorization 

Document Ready For Authorization

DocumentReviewCommentsUpdated 

Document Review Comments Updated

DocumentReviewComplete 

Document Review Complete

DocumentAuthorizationComplete 

Document Authorization Complete

SignedRenditionPromoted 

Signed Copy Rendition Promoted

DocusignFailed 

DocuSign Authorization Failed

DataConversionCompleted 

Data Conversion Completed

ScheduleReplaced 

Schedule Replaced

DirSyncConfigChanged 

Directory Synchronization Configuration Changed

HighPriorityRequestAdded 

High Priority Request Added

StorageExpiryDateExtended 

Storage Expiry Date Extended

UpdateStorageMetadata 

Update Storage Metadata

BulkLoaderRunComplete 

Bulk Loader Run Complete

ConsignmentRecordRejectionCancelled 

Consignment Rejected

ConsignmentApprovalReset 

Consignment Approval Reset To Pending

ConsignmentApproved 

Consignment Approved By Approver

AddStoreMetadata 

Add Metadata To SEC-compliant Store

DocumentHashVerified 

Document Hash Verified

DocumentHashCheckFailed 

Document Hash Check Failed

DocumentHashAdded 

Document Hash Added

DocumentHashRecalculated 

Document Hash Recalculated

LabelAdded 

User Label Added

LabelRemoved 

User Label Removed

ActivityEscalated 

Activity Escalated

ActivitySuspended 

Activity Suspended

SearchExecuted 

Search Executed

ConsignmentApproverReassigned 

Consignment Approver Reassigned

FolderShared 

Folder/Box Shared Externally

DocumentShared 

Document Shared Externally

NewArchiveEventOccurrence 

New Archive Event Occurrence

GlobalSettingsChanged 

Global Settings Changed

TimerElapsed 

Event Processor Timer Elapsed

LoginDeactivated 

Login Deactivated

LocationRelationshipAdded 

Location Relationship Created

LocationRelationshipRemoved 

Location Relationship Removed

RecordRecycled 

Record Added To Recycle Bin

RecordRestored 

Record Restored From Recycle Bin

ActionRemoved 

Action Removed

PermissionsChanged 

Permissions Changed

BypassACLAdded 

Bypass Access Control Permission Added

RecordSecurityUpgraded 

Record Security Level Upgraded

RecordSecurityDowngraded 

Record Security Level Downgraded

RecordSecurityDeclassified 

Record Security Level Declassified

RecordCaveatAdded 

Record Security Caveat Added

RecordCaveatRemoved 

Record Security Caveat Removed

Event Statistics Groups

Enumerator
Trim 

Content Manager Events

Document 

Document Events

Workflow 

Workflow Events

Audit 

Audit Events

Microsoft Office 2003 Excel File Types

Enumerator
xc7_Excel2003_xls 

Excel 97-2003 Workbook

xc7_Excel2003Tmpl_xlt 

Excel 97-2003 Template

Microsoft Excel File Types

Enumerator
Excel_xlsx 

Excel Workbook

ExcelMe_xlsm 

Excel Macro-Enabled Workbook

ExcelBinary_xlsb 

Excel Binary Workbook

Excel97_xls 

Excel 97-2003 Workbook

ExcelTmpl_xltx 

Excel Template

ExcelTmplMe_xltm 

Excel Macro-Enabled Template

Excel97Tmpl_xlt 

Excel 97-2003 Template

ExcelCSV_csv 

CSV (Comma delimited)

ExcelCSVMac_csv 

CSV (Macintosh)

ExcelCSVDOS_csv 

CSV (MS-DOS)

ExcelODS_ods 

OpenDocument Spreadsheet

Microsoft Open Excel File Types

Enumerator
AllRecords 

All Records (-)

AllFiles 

All Files (*.*)

AllExcelFiles 

All Excel Files (*.xlsx; *.xls; *.xlsm; *.xlsb)

ExcelFiles 

Excel Files (*.xlsx)

Excel97Files 

Excel 97-2003 Files (*.xls)

AllexcelTmpl 

All Excel Templates (*.xltx; *.xltm; *.xlt)

ExcelMacroTmpls 

Excel Macro-Enabled Template (*.xltm)

Excel97Tmpls 

Excel 97-2003 Template (*.xlt)

Other 

Other Excel (*.csv; *.txt; *.ods; *.xlw)

External Workflow Type Purposes

Enumerator
Start 

Start (No Record)

Initiate 

Initiate (With Record)

Search 

Search By

Maintain 

Maintain

Favorite Types

Enumerator
Favorites 

Favorites

Worktray 

Records Work Tray

Documents 

Recent Documents

Containers 

Recent Containers

Templates 

Document Template

ContentBlocks 

Document Content Block

Feature States

Enumerator
Active 

Activated

Inactive 

Not Activated

NeedsUpgrade 

Requires Schema Upgrade

Unlicensed 

Not Licensed

Additional Field Access Controls

Enumerator
ViewValue 

View Additional Field Value

ModifyValue 

Modify Additional Field Value

Additional Field Purpose Types

Enumerator
UseItem 

Use

SearchByItem 

Search By

MaintainItem 

Maintain

ScheduleTriggerDate 

Schedule Trigger Date

File Size Units

Enumerator
Bytes 

Bytes

Kilobytes 

Kilobytes(KB)

Megabytes 

Megabytes(MB)

Gigabytes 

Gigabytes(GB)

Terabytes 

Terabytes(TB)

Record Finalized Filters

Enumerator
Both 

Either

FinalizedOnly 

Declared As Final

UnfinalizedOnly 

Not Declared As Final

Flow Control Types

Enumerator
None 

None

XonXoff 

Xon/Xoff

RTS 

RTS

RTSXon 

Xon/RTS

Font Styles

Enumerator
Regular 

Regular

Italic 

Italic

Bold 

Bold

BoldItalic 

Bold Italic

Frame Appearance Styles

Enumerator
Standard 

Standard

enum HP.HPTRIM.SDK.Gender
strong

Genders

Enumerator
Unknown 

Not Known

Male 

Male

Female 

Female

Custom1 

Custom 1

Custom2 

Custom 2

Custom3 

Custom 3

Custom4 

Custom 4

Custom5 

Custom 5

Custom6 

Custom 6

Unspecified 

Unspecified

Gender Salutations

Enumerator
Unknown 

Dear Sir/Madam

Male 

Dear Sir

Female 

Dear Madam

Custom1 

Dear {First Names}

Custom2 

Dear {First Names}

Custom3 

Dear {First Names}

Custom4 

Dear {First Names}

Custom5 

Dear {First Names}

Custom6 

Dear {First Names}

Unspecified 

Dear Madam/Sir

General Access Controls

Enumerator
Use 

Can Use

Update 

Can Update

ModifyAccess 

Can Modify Access

Delete 

Can Delete

General Errors

Enumerator
Ignore 

Ignore

Warn 

Display Warning

Prevent 

Prevent

Generic Permissions

Enumerator
Create 

Create

View 

View

Modify 

Modify

Delete 

Delete

Generic Usage Purposes

Enumerator
UseItem 

Use

SearchByItem 

Search By

MaintainItem 

Maintain

Geography Distance Units

Enumerator
Metres 

metres

Kilometres 

kilometres

Yard 

yards

Miles 

miles

Geography Search Types

Enumerator
NearCoordinate 

Within vicinity of a specific GPS co-ordinate

NearRecord 

Within vicinity of a specified Content Manager Record

NearLocation 

Within vicinity of a specified Content Manager Location

Hashing Algorithms

Enumerator
Sha 

Secure Hash Algorithm

Md5 

Message Digest 5

Active Audit Event Purposes

Enumerator
BrowseHistory 

Browse

BrowseForObject 

Show Active Audit Event for object type

BrowseRecordSearchHistory 

Browse Record search history

BrowseRecordHistory 

Browse Active Audit Event for a specified Record

Icon Display Modes

Enumerator
Text 

Display property as text only

Icon 

Display property as an icon only

IconAndText 

Display property as an icon and text

enum HP.HPTRIM.SDK.Icons
strong

The Icons enum

Enumerator
Unknown 
Trim 
TrimReference 
TrimSharePoint 
TrimCog 
TrimQueue 
TrimWorkgroup 
TrimEnterpriseStudio 
Viewer 
Tick 
Cross 
Up 
Down 
MandatoryField 
YellowFile 
YellowDoc 
YellowBox 
YellowBook 
WhiteFile 
WhiteDoc 
WhiteBox 
WhiteBook 
GreenFile 
GreenDoc 
GreenBox 
GreenBook 
LtBlueFile 
LtBlueDoc 
LtBlueBox 
LtBlueBook 
DkBlueFile 
DkBlueDoc 
DkBlueBox 
DkBlueBook 
BlackFile 
BlackDoc 
BlackBox 
BlackBook 
RedFile 
RedDoc 
RedBox 
RedBook 
GreyFile 
GreyDoc 
GreyBox 
GreyBook 
PinkFile 
PinkDoc 
PinkBox 
PinkBook 
TealFile 
TealDoc 
TealBox 
TealBook 
EnvOpen 
EnvClosed 
Cd 
Clipboard 
Tape1 
Tape2 
Floppy3 
Floppy5 
OrangeFile 
OrangeDoc 
OrangeBox 
OrangeBook 
BrownFile 
BrownDoc 
BrownBox 
BrownBook 
Graphic 
LavFile 
LavDoc 
LavBox 
LavBook 
BeigeFile 
BeigeDoc 
BeigeBox 
BeigeBook 
LtGrnFile 
LtGrnDoc 
LtGrnBox 
LtGrnBook 
LtPpleFile 
LtPpleDoc 
LtPpleBox 
LtPpleBook 
ActAction 
ActDone 
ActDue 
ActNormal 
ActOverdue 
ActPrcDone 
ActPrcDue 
ActPrcNormal 
ActPrcOverdue 
ActProcedure 
AdmCensus 
BobCaveat 
BobDocQueueFtp 
BobDocQueueMail 
BobDocQueues 
BobUserDefinedFields 
BobLookupSetItem 
BobLookupSets 
BobNetwork 
BobNotes 
BobSecGuide 
BobOrigin 
BobSecurityLevel 
BobTask 
BobTaskComplete 
BobTaskOverdue 
BobWebLayouts 
Database 
DbpSearchMethod 
SrhFavorites 
DmsDraft 
DmsLinked 
DmsModified 
DmsReadonly 
DmsUnknown 
DmsUnmodified 
FpPlans 
FpFavorites 
LocFavorites 
LocCommittee 
LocContact 
Telephone 
LocList 
LocExtCommittee 
LocExternal 
LocExtPosition 
LocExtProjectteam 
LocGroup 
BobInactive 
LocInternal 
LocLoginAdmin 
LocLoginContributor 
LocLoginDisabled 
LocLoginEndUser 
LocLoginEnquiry 
LocLoginExpired 
LocLoginManager 
LocLoginNone 
LocLoginWorker 
LocOrg 
LocPerson 
LocPosition 
LocZipCode 
LocProjectTeam 
LocUnit 
LocUnknown 
LocVenue 
LocWorkgroup 
LocExtVenue 
LocStreet 
MbxvVmbx 
MbxvVmbxClip 
RecNewRendition 
RecAtHome 
RecCertificate 
RecDocsTray 
RecDueTray 
RecEstatusAvailable 
RecEstatusCheckedoutOther 
RecEstatusCheckedoutYou 
RecEstatusHasEmailAtt 
RecEstatusNoDocument 
RecFavoritesTray 
RecInContainer 
RecInDueTray 
RecInSpace 
RecInTray 
RecMissing 
RecMyContainersTray 
RecOffline 
RecRecentDocsTray 
RecRendition 
RecRequests 
RecRevision 
BobSecurityBreach 
RecTaskTray 
RecTransmittals 
RecWorkTray 
RpBarcode 
RpBitmap 
RpCaption 
RpField 
OcxPaletteLine 
RpNumberBar 
OcxPaletteRectangle 
RpReport 
RpTabstop 
RpText 
RpReportCustom 
OcxPaletteEllipse 
OcxPalettePencil 
OcxPaletteFill 
OcxPaletteDropper 
RtyFormLine 
RtyFormPage 
RtyRecordType 
SchFavorites 
SchDispActive 
SchDispArchived 
SchDispTransferred 
SchDispDestroyed 
SchHolds 
SchHoldsOnlyForDisp 
SchInactive 
SchLesssevere 
SchMaybeMoreSevere 
SchMoreSevere 
SchSchedule 
SpmSpace 
Progress 
ThFavorites 
ThAspect 
ThKeynode 
ThKeyword 
ThList 
ThNonPreferred 
ThPrompt 
ThRelBroader 
ThRelForbidden 
ThRelNarrower 
ThRelPreferred 
ThRelRelated 
ThTerm 
ThKeywordPrompt 
DcqFavorites 
TrmBarcodeScanner 
TrmQueueIdle 
TrmQueueRunning1 
TrmQueueRunning2 
TrmQueueRunning3 
TrmQueueStopped 
TrmQueueStopping 
UtyWord 
UtyAgendaItem 
UtyAgendaItemAttachment 
UtyAgendaItemType 
UtyAlert 
UtyMinuteItemType 
UtyMailTemplates 
UtyMeetingDocument 
UtyMeetingInvitation 
UtyMeetings 
UtyMeetingType 
UtyMinuteItem 
UtyPrinters 
UtyStopword 
UtyStore 
UtyTodoItem 
UtyTodoItemReference 
UtyAgendaItemStanding 
UtyAgendaItemSection 
UtyAgendaItemStandingSection 
WrkActionCreate 
WrkActionReference 
WrkActionReview 
WrkDocStatusClear 
WrkDocStatusIn 
WrkOriginInitiating 
WrkOriginOtherActivity 
WrkOriginReference 
WrkOriginThisActivity 
WrkWorkflow 
WrkActivity 
BobPriorityHigh 
BobPriorityLow 
BobPriorityVeryHigh 
BobPriorityVeryLow 
BobPriorityMedium 
WrkTemplate 
WrkWorkflowFav 
WrkTemplateFav 
WrkActivitiesDueTray 
WrkTemplateAct 
WrkStateNotReadyToStart 
WrkStateReadyToStart 
WrkStateStarted 
WrkStateSuspended 
WrkStateReadyToResume 
WrkStateOverdue 
WrkStateNeedsAuthorization 
WrkStateCompleted 
WrkStateSkipped 
UtyTodoItemsTray 
LocExtGroup 
UtyAutoPartRule 
ArrowUp 
ArrowDown 
Clock 
FaceDownGreen 
FaceDownPurple 
FaceDownRed 
FaceDownYellow 
FaceUpAqua 
FaceUpGreen 
FaceUpRed 
FaceUpYellow 
HeartGold 
HeartPurple 
HeartRed 
HeartTurquoise 
Info 
MarbleWorld 
MarbleWorldGreen 
MarbleWorldRed 
PersonGreen 
PersonOj 
PersonPink 
PersonPurple 
PinAqua 
PinGreen 
PinRed 
SquareAquaHeart 
SquareBlueHeart 
SquareGreenHeart 
SquarePurpleHeart 
Star1 
Star2 
Star3 
Star4 
TheHand 
TheHandBrown 
TheHandGold 
TheHandPurple 
Warning 
Work 
WrkInsertActivities 
Count 
WindowCascade 
WindowTileVert 
WindowTileHorz 
MdiCloseChildren 
TrmNewObject 
OcxHelpContents 
HelpIndex 
Help 
TrmToggleOnlineOff 
TrmToggleOnlineOn 
Open 
RecCheckin 
RecCheckout 
RecSupercopy 
RecContainer 
RecDocFinal 
RecDocRevisions 
RecDocRemove 
RecDocRenditions 
CompareDocument 
TemDeploy 
MdiFirstPage 
MdiNextPage 
FileSave 
FileSaveAs 
RecSaveAndClear 
Refresh 
PrintDoc 
GoBack 
GoForward 
Search 
RecRequest 
NavFavorites 
TrmLocationSearch 
TrmWorkflows 
SearchHistory 
SaveSearch 
NavAll 
TrmWorkflowActivities 
TrmCommunications 
NavContainer 
NavContents 
NavContentsExt 
NavContainerExt 
NavAllParts 
RecNewPart 
NavLatestVersion 
NavCurrentVersion 
NavAllVersions 
NavRelated 
NavSameContact 
NavClient 
NavSeriesContents 
RecSeries 
NavLatestPart 
EditUndo 
EditCopy 
EditPaste 
EditCut 
EditSelectAll 
MbToggleAllTags 
AddToFavorites 
VwrMailReply 
VwrMailReplyToAll 
VwrMailForward 
ReccurrentLoc 
RecAddContact 
Security 
RecNewVersion 
RecRetention 
RecAttachAction 
RecRelate 
RecCompleteCurrAct 
RecDates 
RecNewWorkflow 
RecHistory 
PrintMerge 
RequestRendition 
EditFind 
VwrPinToTrim 
VwrDither 
VwrGridLines 
VwrDraft 
VwrDocNormal 
VwrDocPreview 
VwrShowOriginalSize 
VwrZoomIn 
VwrZoomOut 
VwrZoomSelection 
VwrZoomReset 
VwrFitToWindow 
VwrFitToWindowWidth 
VwrFitToWindowHeight 
VwrRotateLeft 
VwrRotateRight 
VwrRotateAround 
VwrZipExtractThisFile 
VwrZipExtractSelected 
VwrZipExtractAll 
WrkAddActivity 
WrkShowDocuments 
WrkAlignSameLeft 
WrkAlignSameCenter 
WrkAlignSameRight 
WrkAlignSameTop 
WrkAlignSameMiddle 
WrkAlignSameBottom 
WrkAlignWorkflowTopLeft 
WrkAlignWorkflowTopRight 
WrkAlignWorkflowBottomLeft 
WrkAlignWorkflowBottomRight 
WrkAlignWorkflowCenter 
UncompleteActivity 
RollbackActivity 
AuthorizeActivity 
RejectActivity 
SuspendActivity 
ResumeActivity 
StartActivity 
CompleteActivity 
ReassignActivity 
AcquireActivity 
RelinquishActivity 
Properties 
SecurityPolicy 
MbUntagAll 
GrmNewCompoundRecord 
GrmCloseCompoundRecord 
GrmExtractDocument 
GrmNewWorkgroup 
GrmSelectWorkgroup 
GrmNewShellRecordType 
GrmImportShellRecordType 
GrmPendingApproval 
GrmShowGlobalView 
GrmModWorkgroupMembers 
FieldFormat 
String 
Number 
Boolean 
Calendar 
Time 
Decimal 
Text 
Currency 
Enumerated 
TrimObject 
Filesize 
Information 
OriginTextFile 
OriginWindowsFolder 
OriginMailFolder 
OriginSharePoint 
GrmPropertiesTask 
Xml 
DocumentStoreWindows 
DocumentStoreFTP 
DocumentStoreOther 
Jurisdiction 
JurisdictionGroup 
Labels 
MediaType 
RecordsAuthority 
AddToWorkTray 
AddToRecentDocuments 
AddToRecentContainers 
Job 
OfficeRecProperties 
OfficeInsertText 
OfficeInsertPicture 
OfficeInsertObject 
OpenDocumentNotQueued 
OpenDocumentEditing 
OpenDocumentConfirm 
OpenDocumentCheckingIn 
NavEmailConversation 
OnlineAuditLog 
Refinesearch 
Searchoptions 
ClientMatter 
ClientRecord 
MatterRecord 
MatterPartyFor 
MatterPartyAgainst 
MatterPartyNeutral 
ClientMatterRole 
Consignment 
CreatePickList 
ConfirmDisposal 
ConsignReview 
EmailApprovers 
ApproveConsign 
ApproveRecord 
RejectRecord 
EmailLink 
Sap 
LicenseBreach 
LicenseWarning 
Geography 
Blank 
TickedCheckBox 
UntickedCheckBox 
Analyse 
AuditLogViewer 
Constraints 
NewRecord 
Idol 
Mail 
NewDatabase 
NewServer 
Remove 
Repair 
Report 
SendToUser 
Server 
Spanner 
TesDeploy 
Tuning 
User 
EditRecord 
UserOptions 
Modify 
New 
BrowseRecords 
PrintReport 
SearchForm 
License 
CheckinStyle 
CheckinPlace 
RedSave 
RedSaveDraft 
RedSaveComplete 
RedToolSelect 
RedToolDrag 
RedToolRedactPen 
RedToolRedactBox 
RedToolRedactMarker 
RedToolRedactOval 
RedGoToPage 
DocumentReview 
PolicyCentre 
MetadataRule 
ConsignmentApprover 
ConsignmentRejection 
ConsignmentIssue 
Elastic 
ArchiveEvent 
ObjectiveConnect 
FillList 
ObjectivePerform 
ObjectiveWorkflow 
ObjectiveWorkslip 
ObjectiveWorkflowTask 
ObjectiveMinisterial 
ObjectiveOpenGovernment 
Pencil 
IcognitionLogo 
RecycleBin 
AddToRecycleBin 
RestoreFromRecycleBin 
FYBDocUMove 
FYBEmailTagger 
FYBFolderTemplateCreator 
FYBInformationSecurityGuard 
FYBLinkGenerator 
FYBLocationsManager 
FYBMediaHubLaunch 
FYBMediaHubViewIn 
FYBPDFGeneratorEmail 
FYBPDFGeneratorRendition 
FYBPDFGeneratorRevision 
FYBReassignActionsSomeoneElse 
FYBReassignActionsToMe 
FYBSoftDeleter 

Icon Usage Types

Enumerator
ColumnHeading 

Icon to appear on a heading of a column

FieldPicker 

Icon to appear with a list of properties to choose

PropertyCaption 

Icon to appear together with a caption for the property

ValueDisplay 

Icon to appear with the value of a property

Content Index Status Types

Enumerator
NotIndexed 

Not Indexed

InProgress 

In Progress

Complete 

Complete

IDOL Index Types

Enumerator
Metadata 

Metadata

Content 

Content

Both 

Metadata and Content

Content Index Search Styles

Enumerator
ContentOnly 

Only Document Content

WordIndexes 

Document Content, Record Titles and Record Notes

AllIndexes 

Use content indexes where possible

Initiating Record Behaviours

Enumerator
Working 

Working Document

Reference 

Reference Document

Container 

Replace Default Container

Ignore 

Ignore

Types of Participant

Enumerator
Invited 

Invited

Chair 

Chair

Secretary 

Secretary

Required 

Required

Optional 

Optional

Custom1 

Custom 1

Custom2 

Custom 2

Custom3 

Custom 3

Connection Types

Enumerator
LocalNamedPipe 

Named Pipe

SingleHop 

Single Hop

DoubleHop 

Double Hop

SdkUnspecified 

SDK Unspecified

SdkWebUnspecified 

SDK Web

Jurisdiction Purposes

Enumerator
Maintain 

Maintain Jurisdictions

AttachToRecord 

Attach to Record

LocationDefault 

Location Default

RecordTypeDefault 

Record Type Default

ClassificationDefault 

Classification Default

ScheduleTrigger 

Attach to Trigger

ScheduleKeepForeverList 

Add to the 'Keep Forever' Jurisdiction list

AddChildJurisdiction 

Add To subordinate Jurisdiction list

Jurisdiction Types

Enumerator
Single 

Single

Group 

Group

Federation 

Federation

Thesaurus Term Attachments

Enumerator
ByTitling 

Title

ByAttach 

Attach

Thesaurus Term Purposes

Enumerator
Attach 

Attach To Record

AttachTitle 

Attach To Record Title

Remove 

Remove From Record

Relate 

Create Relationship

Find 

Find Record

Maintain 

Maintain

Thesaurus Term Relationships

Enumerator
RelatedTo 

Related Thesaurus Terms

Use 

Use

UsedFor 

Use for

Narrower 

Narrower Thesaurus Terms

Broader 

Broader Thesaurus Terms

User Label Access Controls

Enumerator
View 

Can View

Attach 

Can Attach

Detach 

Can Detach

Update 

Can Update

ModifyAccess 

Can Modify Access

Delete 

Can Delete

Label Position Change Types

Enumerator
MoveUp 

Move Up

MoveDown 

Move Down

MoveToTop 

Move To Top

MoveToBottom 

Move To Bottom

User Label Purposes

Enumerator
Attach 

Attach To

Remove 

Remove From

Find 

Find

Maintain 

Maintain For

Languages

Enumerator
Default 

Default

English 

English (International)

Dutch 

Dutch

French 

French

EnglishUS 

English (United States)

German 

German

Spanish 

Spanish

Italian 

Italian

PortugueseBz 

Portuguese (Brazilian)

Russian 

Russian

Chinese 

Chinese

Vietnamese 

Vietnamese

Swedish 

Swedish

Layout Purposes

Enumerator
Maintain 

Maintain

Publish 

For Publishing a Content Manager Object Type

LDAP Authentication Methods

Enumerator
Anonymous 

Anonymous

Basic 

Basic

Ntlm 

NTLM

LDAP Attribute Matching Types

Enumerator
Exact 

Exact

Substring 

Substring

WildCard 

Wild Card

Regex 

Regular Expression

LDAP Search Scopes

Enumerator
Base 

Base

OneLevel 

One Level

SubTree 

Sub-tree

License Types

Enumerator
StorageOptimization 

Storage Optimization

SpaceManagement 

Space Management

Jurisdictions 

Multi-Jurisdiction Retention

Ocr 

OCR Image Processing

AutoClassification 

Auto-Classification

AdvancedDisposal 

Advanced Disposal Processing

ExternalWarehousing 

External Warehouse Integration

Rendering 

Document Rendering

SAP 

SAP Integration

PolicyCenter 

Policy Center

Location Access Controls

Enumerator
Use 

Can Use

Update 

Can Update

ModifyAccess 

Can Modify Access

Delete 

Can Delete

ManageGroupItems 

Manage Group Items (User Labels, Check In Styles,...)

View 

Can View Details

Location Defaults

Enumerator
Current 

Assignee

CurrentOrg 

Default Organization of Assignee

Location Field Types

Enumerator
InternalOrExternal 

Internal Or External

InternalOnly 

Only Internal Locations

ExternalOnly 

Only External Locations

Record Creation Statistics Location Groupings

Enumerator
None 

None

Creator 

Creator

Owner 

Owner

Home 

Home

Assignee 

Assignee

Location ImportTypes

Enumerator
UniqueMatch 

Matches must be unique

AnyMatch 

Use first match

NeverMatch 

Never match - always create new

MustMatch 

Must match - never create a new Location

Location Usage Purposes

Enumerator
Current 

Record Assignee

Contact 

Record Contact

Home 

Record Home

Owner 

Record Owner

Requester 

Record Requestor

SearchOwner 

Saved Search Owner

WorkflowAssignee 

Action/Activity Assignee

WorkflowSupervisor 

Workflow Supervisor

WorkflowStatsGroup 

Workflow Statistics Group

MailRecipient 

Email Recipient

MailRecipientSupervisor 

Email To Supervisor Recipient

ReplacementFor 

Replacement Location

AddToMemberOf 

Member of a Location

AddToBossedBy 

Supervised By

AddToOtherOf 

Other Location Relationship

AddToHasMembers 

Has Members

AddToBossOf 

Supervisor of a Location

AddToHasOthers 

Has Other Location Relationships

ProfileProvider 

Location For Profile

AccessControl 

Access Control Location

AddressProvider 

Location For Address

MaintainLocations 

Locations

NoPurpose 

No Purpose

LocationDirectory 

Internal Locations Directory

MaintainStaff 

Staff

MaintainExternal 

External Locations

MaintainInternal 

Internal Locations

MaintainContacts 

Contacts

MaintainOrganizations 

Organizations (External)

MaintainUnits 

Organizations (Internal)

MaintainPositions 

Positions

MaintainGroups 

Groups

MaintainUnknown 

Unknown Locations

AddToDelegateOf 

Delegate of a Location

AddToHasDelegates 

Has Delegates

MaintainCommittees 

Committees

MaintainProjectTeams 

Project Teams

Communicator 

Participant in Communications

MaintainVenues 

Venues

MaintainWorkgroups 

Workgroups

ApproveAgendaItems 

Approve Agenda Items

MeetingVenue 

Venue For Meetings

TodoAssignee 

Assignee For To Do Items

ApproveClassification 

Approver of Classifications

AddToAdministeredBy 

Administered By

AddToAdministratorOf 

Administrator Of

AddCaveatTo 

Add Security Caveat To

RemoveCaveatFrom 

Remove Security Caveat From

MaintainStorageProviders 

Storage Providers

SetDefaultSearchForm 

Set Default Search Form

ArchiveTransfer 

Archive Transfer Location

AlertSubscriber 

Alert Subscriber

EmailLinkOwner 

Check In Place Owner

ConsignmentArchivist 

Consignment Archivist

GpsSearch 

For GPS Search

Editor 

Document Editor

Reviewer 

Document Reviewer

Authorizer 

Document Authorizer

UserFieldValue 

User-defined Field Value

SearchUserFieldValue 

User-defined Field Value (search)

ConsignmentApprover 

Consignment Approver

Location Types

Enumerator
Unknown 

Unknown

Organization 

Organization

Group 

Group

Position 

Position

Person 

Person

ProjectTeam 

Project Team

Committee 

Committee

Venue 

Venue

Workgroup 

Workgroup

StorageProvider 

Storage Provider

Lock Down Types

Enumerator
Normal 

No Lock Down - Users can modify settings

SessionLock 

Session Lock Down - Users can modify settings but they are not retained

TotalLock 

Lock Down - Users can not modify settings

Location Relationship Types

Enumerator
MemberOf 

Member Of

BossedBy 

Supervised By

OtherOf 

Other Of

HasMembers 

Has Members

BossOf 

Supervisor Of

HasOthers 

Has Other Relationships

DelegateOf 

Delegate Of

HasDelegates 

Has Delegates

AdministratorOf 

Administrator Of

AdministeredBy 

Administered By

Diagnostic Logging Categories

Enumerator
ActivityLogUser 

Activity Log Entries

ActivityLogDB 

Database Activity Log Entries

WgsCalls 

Workgroup Server Calls

RecordConstructors 

Record Construction

RecordSearchGetNext 

Record Search Results

RecordTreeBox 

Record Tree Display

AutoProfiling 

Automatic Document Profiling

Watcher 

Offline Record Watcher

TagAndTask 

Tag and Task

MapiCalls 

MAPI Calls

UserOptions 

User Options

RCF 

RCF Logging

Log Levels

Enumerator
Off 

Off

On 

On

Verbose 

Detailed

Lookup Item Display Styles

Enumerator
LongValueOnly 

Long Value Only

ShortValueOnly 

Short Value Only

ShortThenLongValue 

Short Value: Long Value

Lookup Item Purpose Types

Enumerator
UseItem 

Use

SearchByItem 

Search By

MaintainItem 

Maintain

ForFieldValue 

For Additional Field Value

Lookup Set Types

Enumerator
Standard 

Standard

NenHonorific 

Honorific

CmPartyType 

Client/Matter Party Type

CmRoleType 

Client/Matter Role Type

Email Event Types

Enumerator
All 

All Mail Events

ActionAssigned 

Action Assigned

ActionReassigned 

Action Reassigned

ActionUndone 

Action Undone

ActionCurrent 

Action Made Current

ActionOverdue 

Action Overdue

ActionCompleted 

Action Completed

ActivityAssigned 

Activity Assigned

ActivityReassigned 

Activity Reassigned

ActivityUndone 

Activity Undone

ActivityCurrent 

Activity Made Current

ActivityOverdue 

Activity Overdue

ActivityCompleted 

Activity Completed

ActivitySkipped 

Activity Skipped

ActivityEscalated 

Activity Escalated

ActivityReadyForAuthorization 

Activity Ready To Be Authorized

EstoreNearCapacity 

Document Store Nearing Capacity

EstoreFull 

Document Store Full

RecordSecurityBreach 

Record Security Breach

RecordSuperseded 

Record Superseded

ScheduledTaskReady 

Scheduled Task Ready To Start

AlertRaised 

Alert Raised

TodoItemAssigned 

To Do Item Assigned

TodoItemOverdue 

To Do Item Overdue

TodoItemStillOverdue 

To Do Item Still Overdue

AgendaDistribution 

Meeting Agenda Mailout

MinutesDistribution 

Meeting Minutes Mailout

ActivityNeedsAssignee 

Activity Requires Assignee

DeleteAlertRaised 

Alert For Deleted Item Raised

ActionReminder 

Action Reminder

ActivityReminder 

Activity Reminder

NewRequestAdded 

Record Request Added

RecordReturnOverdue 

Record Return Overdue

RecordReceiptAcknowledge 

Request Receipt Acknowledgement

RecordAssigned 

Record Assigned Notification

ActionStartReminder 

Action Start Reminder

LicenseInBreach 

License Conditions In Breach

LicenseWarning 

License Conditions Approaching Limit

NewUserAutomaticallyRegistered 

New User Automatically Registered

ReadyForDrafting 

Document Ready For Drafting

DraftOverdue 

Document Draft Overdue

ReadyForReview 

Document Ready For Review

ReviewerAddedComments 

Document Reviewer Added Comments

ReviewOverdue 

Document Review Overdue

ReviewComplete 

Document Review Complete

ReadyForAuthorization 

Document Ready For Authorization

AuthorizerAddedComments 

Document Authorizer Added Comments

AuthorizationOverdue 

Document Authorization Overdue

AuthorizationComplete 

Document Authorization Complete

EditorAddedReply 

Document Editor Replied

DocusignFailed 

DocuSign Authorization Failed

RequestDigest 

Request Digest

ConsignmentReadyForApproval 

Consignment Ready For Approval (for approvers)

ConsignmentApprovalReminder 

Consignment Ready For Approval Reminder (for approvers)

ConsignmentApproved 

Consignment Approved (for archivist)

ConsignmentApproverActivity 

Consignment Approver Activity Notification (for archivist)

ConsignmentRecordActivity 

Consignment Record Activity Notification (for archivist)

Mail Folder Types

Enumerator
NormalFolder 

Normal Folder

SentItems 

Sent Items

ConversationHistory 

Conversation History

Calendar 

Calendar

Mail Formats

Enumerator
Msg 

MSG - Outlook Item File Format

Eml 

EML - RFC 822 Message Format

Mail Persistence Styles

Enumerator
Delete 

Permanent Delete

MoveToTrash 

Move To Deleted Items

Retain 

Retain In Mail System

Mail Recipient Types

Enumerator
To 

Recipient To

Cc 

Recipient CC

Bcc 

Recipient BCC

Media Types

Enumerator
Unknown 

Unknown

Paper 

Paper

Electronic 

Electronic Document

OpticalDisk 

Optical Disk (CD/DVD/etc)

Drawings 

Engineering Drawings/CAD

MagneticStorage 

Magnetic Storage

Memory 

Memory Storage

Microfilm 

Microfilm/Microfiche

Film 

Photographs/Slides

Video 

Video Tape

Custom1 

Custom 1

Custom2 

Custom 2

Custom3 

Custom 3

Custom4 

Custom 4

Custom5 

Custom 5

Custom6 

Custom 6

Custom7 

Custom 7

Custom8 

Custom 8

Custom9 

Custom 9

Custom10 

Custom 10

Meeting Access Controls

Enumerator
View 

View

AddAgendaItem 

Add Agenda Item

EditMinutes 

Edit Minutes

Modify 

Modify

ModifyAccess 

Modify Access

Delete 

Delete

Meeting Document Types

Enumerator
Custom6 

Custom 6

Custom7 

Custom 7

Submission 

Submission

Custom4 

Custom 4

Custom5 

Custom 5

Custom1 

Custom 1

Custom2 

Custom 2

Custom3 

Custom 3

Meeting Purposes

Enumerator
AddAgendaItem 

Add Agenda Item

Enumerator
Unknown 
RecordNew 
RecordSearch 
RecordSearchTrays 
RecordNavigation 
RecordDetails 
RecordSecurity 
RecordLocations 
RecordRequests 
RecordWorkflow 
RecordReview 
RecordCommunications 
RecordElectronic 
RecordArchiving 
RecordAdmin 
RecordSendTo 
RecordRemoveFrom 
RecordSimpleNew 
RecordSimpleSearch 
RecordSimpleSearchTrays 
RecordSimpleNavigation 
RecordSimpleElectronic 
RecordSimpleSendTo 
RecordSimpleRemoveFrom 
LocationEAddressNew 
LocationNew 
LocationNewChild 
LocationShow 
SecurityCaveatLocations 
SpaceShowRecords 
ClassificationNew 
LookupItemNew 
ScheduleNew 
ScheduleShow 
ElectronicStoreNew 
SharepointItemShow 
ConsignmentReview 
ConsignmentApproval 
ConsignmentDisposal 
DocumentQueueNew 
CommunicationDetailAddress 
ArchiveEventNew 
MeetingTypeNew 
MeetingTypeShow 
MeetingNew 
MeetingSendTo 
MeetingShow 
AgendaItemNew 
TodoItemShow 
WorkflowDocumentRecord 
ActivityDocumentAdd 
ActivityDocumentAttach 
ActivityDocumentRecord 
GenericSearch 
GenericSecurity 
GenericSendTo 
GenericRemoveFrom 
Activity 
ActivityLog 
AddTo 
AlignActivities 
AlignWorkflow 
Alignment 
Calendar 
Colours 
ContentIndex 
CurrentSearch 
Display 
Edit 
EventProcessing 
Favorites 
File 
Font 
Help 
KeywordRelations 
LocationLists 
Location 
MakeSameSize 
MeetingManagement 
Navigation 
New 
PhysicalRecords 
RecordCaption 
Rectangle 
RemoveFrom 
Reports 
Retention 
Rotation 
Schema 
Search 
Security 
SendTo 
Size 
TabBar 
TagEvery 
TextRotation 
Tools 
Toolbars 
TrimTrays 
Administration 
UntagEvery 
Utilities 
View 
ViewPane 
Window 
WordIndexes 
WorkflowCaption 
Zoom 
OpenDocuments 
SearchEditor 
Filters 
NewDocumentStore 
Recent 
SecurityAndAudit 
Archiving 
ArchivistReview 
OwnerApproval 
Disposal 
Datasets 
Workgroupservers 
Dataset 
Workgroupserver 
Home 
Clipboard 
AllCommands 
Tab 
Alltabs 
Setup 
Tag 
Pane 
Options 
Other 
Idol 
Customize 
Physical 
Documents 
Records 
Find 
Browse 
Page 
Show 
Layout 
Rotate 
Colour 
Route 
ConnectionPane 
Workflow 
Manage 
Conversions 
General 
IdolIndexes 
ResetOptions 
InactiveRecords 
DocumentReview 
Rendering 
ScheduleTriggerNew 
UserLabelNew 
ReportSendTo 
ElasticIndexes 
ViewpaneStyle 
RenderingRequests 
Share 
ExternalWorkflow 
ResultProcessing 

The MessageIds enumerations defines all the available TRIM Messages.

Enumerator
act_actDoesNotExist 

summary>The b_actionDef% or procedure '%1' does not exist.

summary>Printing documents from this dialog is not supported.

ocx_unableToPrintMPPonWin8 

summary>B_recordAction% is read only.

act_actionIsReadOnly 

summary>This b_actionDef% cannot be used as it will create a loop.

act_actLoop 

summary>Enable AD FS/Azure AD authentication

tem_enableAdfs 

summary>B_actionDef% cannot be assigned to a b_record%.

act_actNotAssignable 

summary>B_actionDef% tracking statistics

act_actTracStat 

summary>B_actionDef% has bs_adfStep% and cannot be deleted.

act_cannotDeleteActDef 

summary>The b_adfStep% '%1' cannot be removed from here. Go to the properties of '%2'.

act_cannotDeleteSubActs 

summary>Enable Google Apps authentication

tem_enableGoogleApps 

summary>Cannot start Microsoft Excel.

act_cantStartExcel 

summary>Collecting data ...

act_collData 

summary>Completed on %1_dateTime%.

act_completedOn 

summary>Date range from:

act_dateRangeFrom 

summary>to:

act_dateRangeTo 

summary>Detailed

act_detailed 

summary>Due date/time must be after start date/time.

act_dueBeforeStart 

summary>Estimated duration

act_estDuration 

summary>Exclude deactivated bs_location%

act_exclDeactivatedLocations 

summary>Exporting worksheet: %1% ...

act_exportingWorksheet 

summary>grouped by bs_location%.

act_groupedByLoc 

summary>grouped by bs_recordType%.

act_groupedByRec 

summary>Include deactivated bs_location%

act_incDeactivatedLocations 

summary>This b_stzReport% has no data. You need to generate the statistics first.

act_noDataInStatReport 

summary>No default b_location% specified for this b_actionDef%.

act_noDefaultLocation 

summary>Remove old data ...

act_oldData 

summary>The IDOL index '%1' has been successfully deleted.

idol_databaseRemoved 

summary>Use b_record% p_recDateCreated%

act_recCreateDate 

summary>Due %1% (%2%)

act_recDueInStr 

summary>Due %1% (Overdue %2%)

act_recOverDueStr 

summary>Use b_record% p_recDateRegistered%

act_recRegDate 

summary>IDOL index has not been removed. Message from IDOL: %1%

idol_databaseNotRemoved 

summary>The %1% '%2' has bs_adfStep%. If you wish to remove '%2' then all bs_adfStep% will first be removed from '%2'.
you wish to continue?

act_removeActAndSteps 

summary>Some bs_actionDef% may have bs_adfStep%. If you wish to remove bs_actionDef% with bs_adfStep% then all bs_adfStep% will first be removed from the bs_actionDef%.
you wish to continue?

act_removeTaggedActAndSteps 

summary>Scanning data ...

act_scanData 

summary>The b_actionDef%, procedure or one of its steps have a responsible b_location% that is inappropriate due to security and was not attached.
b_location% : %1% : %2%.

act_securityBreach 

summary>Selection criteria

act_selCriteria 

summary>Statistics for bs_location%

act_StatLocs 

summary>Statistics for bs_recordType%

act_StatRecTypes 

summary>Stats By bs_actionDef%

act_statsByActions 

summary>Stats By bs_record%

act_statsByRecs 

summary>6-10 days

act_statsHdr10 

summary>11-15 days

act_statsHdr15 

summary>16-20 days

act_statsHdr20 

summary>Up to 5 days

act_statsHdr5 

summary>before period

act_statsHdrBP 

summary>Completed before

act_statsHdrCB 

summary>Completed late

act_statsHdrCL 

summary>Maximum number of dashboard items selected. Please deselect one dashboard item before adding %1%.

web_deselectOneOrMoreItem 

summary>Completed on time

act_statsHdrCT 

summary>due after period

act_statsHdrDaP 

summary>due before period

act_statsHdrDb 

summary>due in period

act_statsHdrDiP 

summary>at end of period

act_statsHdrEP 

summary>Incomplete

act_statsHdrIn 

summary>in period

act_statsHdrIP 

summary>Outstanding

act_statsHdrOut 

summary>Overdue

act_statsHdrOvr 

summary>More than 20 days

act_statsHdrOvr20 

summary>Received

act_statsHdrRcv 

summary>started before period

act_statsHdrSb 

summary>started before period, due after period

act_statsHdrSbDa 

summary>started before period, due in period

act_statsHdrSbDi 

summary>started in period

act_statsHdrSi 

summary>started in period, due after period

act_statsHdrSiDa 

summary>started and due in period

act_statsHdrSiDi 

summary>Statistics for bs_workflowTemplate%

act_StatTemplates 

summary>B_adfStep% '%1' is already at the top. Moving 'Up' has no effect.

act_stepIsLast 

summary>B_adfStep% '%1' is already at the bottom. Moving 'Down' has no effect.

act_stepIsTop 

summary>The property '%1' cannot be modified because it has been specified in the b_recordType% document review settings.

rec_docReviewPropertySetByType 

summary>By b_location%

act_stzByLocation 

summary>By b_location%/B_recordType%

act_stzByLocationRecordType 

summary>By b_location%/B_workflowTemplate%

act_stzByLocationTemplate 

summary>By b_recordType%

act_stzByRecordType 

summary>By b_recordType%/B_location%

act_stzByRecordTypeLocation 

summary>By b_workflowTemplate%

act_stzByTemplate 

summary>By b_workflowTemplate%/B_location%

act_stzByTemplateLocation 

summary>At least one of the steps for this b_actionDef% has a responsible b_location% that is inappropriate due to security
b_location% : %1% step : %2%.

act_subActsecurityBreach 

summary>Summary

act_summary 

summary>R_WEBCLIENT% supports up to 3 dashboard items.

web_onlySupportThreeDashboarrdItems 

summary>Totals

act_totals 

summary>Use current b_actionDef%

act_useCurrentAction 

summary>This b_actionDef% is being used as a step by '%1'.

act_usedAsAStep 

summary>B_actionDef% '%1' cannot be removed because it is a default b_actionDef% associated with one or more bs_recordType%.

act_usedByRty 

summary>Use Last b_actionDef%

act_useLastAction 

summary>R_TRIM% is still saving changes from the previous editing session. If the editing session is still open, please close it. Please wait a moment and try again.

wopi_waitingForSave 

summary>B_workflow% statistics

act_wkStat 

summary>Writing data ...

act_writeData 

summary>Cannot change the p_cnsCensusLocation% for existing bs_census%.

adm_cantChangeUnit 

summary>Cannot change the p_cnsStartDate% for bs_census% that have been completed.

adm_cantStartDate 

summary>Adding b_record% '%1' to 'Work Tray' ...

adm_censusAddToTrayMsg 

summary>Some errors were encountered when assigning bs_record% as missing. can be viewed in the activity log window.

adm_censusCompleteErrors 

summary>The completion time for a b_census% must be after the start time.

adm_censusCompletion 

summary>Counting bs_record% assigned to b_census% b_location% ...

adm_censusCountingMsg 

summary>Setting p_recAssignee% of bs_record% that were not assigned as 'missing' ...

adm_censusMissingMsg 

summary>Assigning b_record% '%1' as 'Missing' ...

adm_censusRecordMissingMsg 

summary>Note that p_recAssignee% changes made since this b_census% was completed may affect the relevance of this search.

adm_censusSearchInaccurateMsg 

summary>This b_census% is already complete.

adm_cnsIsComplete 

summary>Completing b_census% ...

adm_completingCensusMsg 

summary>The end date must be after than the start date.

adm_illegalDateRange 

summary>Processing bs_actionDef% for b_record% '%1'

adm_processingStats 

summary>End date cannot be left blank if you supply a start date.

adm_stzNoEndDate 

summary>Start date cannot be left blank if you supply an end date.

adm_stzNoStartDate 

summary>This will mark your IDOL Content Index database as read-only. No new records can be added to this index in this state. Are you sure?

idol_setInstanceToReadOnlyWarn 

summary>Child object is no longer available.

api_mid_ChildNotFound 

summary>The index specified is out of range.

api_mid_IndexOutOfRange 

summary>The requested item is not in the collection.

api_mid_NotInCollection 

summary>A NULL pointer was passed to a function call.

api_mid_NullPointer 

summary>A call to 'QueryInterface' failed.

api_mid_QueryInterfaceFailed 

summary>Internal Error. Unknown object or list type.

api_mid_unknownObjectOrList 

summary>An item with this identifier (URI) could not be found.

api_mid_UriNotFound 

summary>Invalid UNC file name.

app_badUNCname 

summary>An attempt to find a function within an external DLL failed.

Name: '%1'; Function Name: '%2'; DLL Loaded From Path: '%3'.

app_dllFunctionNotFound 

summary>The DLL '%2' could not be loaded. %1%

app_dllNotFound 

summary>A drive name should be a single letter followed by a colon.

app_driveMustBeSingleLetter 

summary>The drive/network resource name is too short.

app_driveNameTooShort 

summary>The container file '%1' is empty.

xer_EmptyZipFile 

summary>A seek operation on file %1% failed.

xer_SeekInZipFile 

summary>Reached the end of the container file '%1'.

xer_EndOfZipFile 

summary>Cannot open the container file '%1'.

xer_OpenZipFile 

summary>Cannot create a temporary container file.

xer_CreateTempFile 

summary>Cannot read the container file '%1'.

xer_ReadZipFile 

summary>Cannot write to a temporary container file.

xer_WriteTempZipFile 

summary>Cannot write to container file '%1'.

xer_WriteZipFile 

summary>Cannot move a temporary container file.

xer_MoveTempFile 

summary>Nothing to do.

xer_NothingToDo 

summary>Cannot update and span container file '%1'.

xer_CannotUpdateAndSpan 

summary>Out of memory performing an operation on container file '%1'.

xer_Memory 

summary>Split size on container file '%1' too small.

xer_SplitSizeTooSmall 

summary>SfxBinary not found.

xer_SfxBinaryNotFound 

summary>Cannot read the SfxBinary.

xer_ReadSfxBinary 

summary>Cannot updated 'spanned' on container file '%1'.

xer_CannotUpdateSpanned 

summary>System is busy.

xer_Busy 

summary>Insert Disk Error.

xer_InsertDiskAbort 

summary>User Abort detected.

xer_UserAbort 

summary>File '%1' is not a container or zip file.

xer_NotAZipFile 

summary>Uninitialized string detected.

xer_UninitializedString 

summary>Uninitialized array detected.

xer_UninitializedArray 

summary>Array dimensions are invalid.

xer_InvalidArrayDimensions 

summary>Array type is invalid.

xer_InvalidArrayType 

summary>Cannot access the array.= 524,

xer_CannotAccessArray 

summary>Unsupported datatype in container file '%1'.

xer_UnsupportedDataType 

summary>Warning detected.

xer_Warnings 

summary>Some files were skipped in an operation on container file '%1'.

xer_FilesSkipped 

summary>Disk is not empty.

xer_DiskNotEmptyAbort 

summary>Remove called without a temporary container file.

xer_RemoveWithoutTemp 

summary>Not licensed.

xer_NotLicensed 

summary>Invalid Sfx property detected.

xer_InvalidSfxProperty 

summary>An unknown error occurred during an operation on container file '%1'.

xer_InternalError 

summary>Based on p_recContainer% %1%: %2%

bob_accessContainerRef 

summary>Access control

bob_accessControlHdg 

summary>Access controls

bob_accessControls 

summary>Invalid b_location%

bob_accessInvalidLocation 

summary>Access item

bob_accessItemColHeading 

summary>Reason For denial

bob_accessReasonColHeading 

summary>Some items in this access control list do not make sense.
need to either set the 'copy style' to 'not referenced' or add some bs_location% to the list.
access controls that need correction are %1%.

Also these access control(s):%2% are redundant. Either set details to 'E_as_public' or set 'copy style' to reference and/or copy.

bob_aclMultiNotSensible 

summary>Some items in this access control list do not make sense. You need to either set the 'copy style' to 'not referenced' or add some bs_location% to the list.
access controls that need correction are %1%.

bob_aclNotSensible 

summary>Another %1% warnings also returned.

app_tooManyWarnings 

summary>Active - %1% has been active since %2_date% and will remain so until %3_date%.

bob_activeRange 

summary>Active - %1% has been active since %2_date%.

bob_activeSince 

summary>Active - %1% will be active until %2_date%.

bob_activeUntil 

summary>Activity log

bob_activityLog 

summary>Add

bob_addACLMode 

summary>Add annotation

bob_addAnnotation 

summary>Add datasets

bob_addDatasetsSheetTitle 

summary>Based on p_recContainer% (none set)

bob_accessContainerNone 

summary>R_TRIMCONTEXT% administration message:

%1%

bob_adminMessage 

summary>Meeting date: %1% place: %2%

%3%

bob_agendaDistributionContent 

summary>The agenda for %1% is attached.

bob_agendaDistributionSubject 

summary>There is already a b_userLabel% with the name '%1'.

bob_aLabelWithThisNameAlreadyExists 

summary>=3CAll bs_securityCaveat% enabled=3E

bob_allCaveatsOn 

summary>
copy of the notes for this %1% has been placed in the Windows clipboard.

bob_allNotesCopiedToClipboard 

summary>All tagged %1%

bob_allTaggedObjects 

summary>All items are already selected.

bob_alreadyInSelectAll 

summary>Internal Error. An attempt to load a DLL was made without a DLL name.

app_noDllName 

summary>The spelling check is complete.

app_spellCheckComplete 

summary>An error occurred while initializing the spelling checker. %1%

app_spellCheckNotInitialised 

summary>An error occurred whilst attempting to asynchronously transfer a recently checked-in document to the R_workgroup%.

%1%

%2% being updated: %3%
retry to attempt this check in again if you think the problem has been rectified, otherwise press cancel to try again later.

bob_asynchCheckinFailed 

summary>Asynchronous document transfer error

bob_asynchCheckinFailedTitle 

summary>Data not available

bob_asynchDataUnavailable 

summary>The attempt to set the IDOL database Read-Only state to %1% has failed. %2%

idol_setReadOnlyFail 

summary>A document was asynchronously transferred to the b_electronicStore% '%1', however it is not associated with any R_TRIM% object. (Should be %2% %3%).

bob_asynchTransferInVain 

summary>An error occurred checking in '%1'. %2%

R_TRIM% has kept a copy of this b_record% in your bs_offlineRecord% folder.

bob_autoCheckinError 

summary>Invalid R_WORKGROUP% protocol.

wgs_invalidProtocol 

summary>Invalid R_WORKGROUP% port number.

wgs_invalidPortNumber 

summary>Invalid R_WORKGROUP% machine name.

wgs_invalidMachineName 

summary>Invalid format specification.

bob_badFormat 

summary>Unable to retrieve access token from OAuth 2.0 server. The server response header was: '%1'. The server response was: '%2'.

core_oauthToken 

summary>Login b_location% details are not valid.

bob_badLocLoginDetails 

summary>The file '%1' in the asynchronous transfer of documents folder is badly named.

bob_badlyNamedAsyncFile 

summary>A mask can contain any character, however the characters A(alpha only), N(number only), Z(alphanumeric), X(anything) and \(escape) are special. If you need a backslash in the mask enter the backslash twice.

bob_badMask 

summary>'%3' does not match the data entry mask '%1'. For example, a value of '%2' would be good.

bob_badMaskwithSample 

summary>Invalid property ID. %1%

bob_badPropID 

summary>You must select a replacement b_securityLevel%.

bob_badSecReplacement 

summary>Invalid date range supplied. The 'date from' must be before the 'date to'.

bob_badValidDateRange 

summary>Unable to parse JWT JSON segment '%1'.

core_oauthParseJwt 

summary>The JWT access token did not contain a 'exp' expiry field. The JSON contents were '%1'.

core_oauthJwtNoExpiry 

summary>An error occurred in the 'buildSecArray' function. %1%

bob_buildSec 

summary>but user can bypass all access controls

bob_butUserCanBypassAll 

summary>but user can bypass this access control

bob_butUserCanBypassOne 

summary>Bypassing b_recordType% references

bob_bypassIsOn 

summary>Setting b_recordType% reference bypass off

bob_bypassRefsOff 

summary>Setting b_recordType% reference bypass on

bob_bypassRefsOn 

summary>You cannot change the setting for '%1' to exclude yourself.

bob_cannotExcludeSelf 

summary>You do not have permission to modify the access profile of this %1%.

bob_cannotModAccProfile 

summary>'%1' is the logged in user and cannot be removed.

bob_cannotRemoveCurrentUser 

summary>The JWT access token did not contain a 'unique_name' field. The JSON contents were '%1'.

core_oauthJwtNoUpn 

summary>You cannot select row (%1%). You can only select lowest level rows.

bob_cannotSelectHeadingNode 

summary>You cannot set security to be more severe than your own security profile.

bob_cannotSetAccProfile 

summary>You do not have the required security profile to access this security guide entry.

bob_cannotUseGuide 

summary>Access denied. You do not have permission to view this b_record%.

bob_cannotViewAccess 

summary>Cannot add objects of different types to the same reference file.

bob_cantAddDTSR 

summary>Your R_TRIMCONTEXT% license information could not be read.

bob_cantReadLicense 

summary>Caption - =26When Relationship is Reversed

bob_capeditInverse 

summary>Caption - =26When Plural Form Required

bob_capeditPlural 

summary>Enumerated List - %1%

bob_capEnum 

summary>List Item - %1% of %2%

bob_capEnumItem 

summary>=3CNot customized=3E

bob_capNotCustom 

summary>Object - %1%

bob_capObj 

summary>Property - %1% of %2%

bob_capProp 

summary>R_TRIM% caption editor

bob_captionEditor 

summary>Internal name

bob_captionInternalName 

summary>=3CNot Customizable=3E

bob_captionNotCustomisable 

summary>Captions cannot contain the ampersand (=26) character.

bob_captionsCannotUseAmpersands 

summary>The access token does not appear to be in JWT format. The access token was '%1'.

core_oauthNoJwt 

summary>User-defined caption

bob_captionUserValue 

summary>Change Requested

bob_changeRequestedHdg 

summary>You must add at least one entry into this list.

bob_childListBlank 

summary>Child objects

bob_childListHdr 

summary>Unable to parse HTTP query parameter '%1' in URL '%2'.

core_oauthQueryParm 

summary>Click to display

bob_clickToDisplay 

summary>%1%
you wish to view the activity log?

bob_closeBackgroundLogViewMsg 

summary>This is an internal b_lookupSet% reserved for use with '%1'. It cannot be removed.

bob_codeSetCannotBeRemoved 

summary>Import of items complete. %1% item(s) were added.

bob_codeSetItemImportComplete 

summary>Import of items complete. No suitable items were found for adding.

bob_codeSetItemImportDidDiddly 

summary>Executing the task '%1' for %2% '%3' failed. Either the task is not suitable or you do not have the appropriate permissions.

bob_commandNotEnabled 

summary>The substitution parameter (%1%) needs to be supplied in the command line for this document comparison tool.

bob_compareToolNeedsDocSubst 

summary>Document comparison tool

bob_compareToolSheetTitle 

summary>Do you wish to remove the %1%: '%2'?

%3%

bob_confirmDelete 

summary>Do you wish to remove this %1%?

%2%

bob_confirmDeleteNoName 

summary>An OAuth 2.0 verification code was not returned from the third party authentication server. The authentication server URL was '%1'.

ocx_oauthNoPIN 

summary>Do you wish to remove the dataset '%1'?

bob_confirmRemoveDataset 

summary>The user '%1' has been successfully authenticated.

tem_oauthAuthOk 

summary>Dataset: %1% - User : %2%

bob_connStr 

summary>C=26ontinue

bob_continueBtn 

summary>Data corrupt. Child object is missing.

bob_corruptChild 

summary>Data corrupt. Parent mismatch when saving a child object.

bob_corruptParent 

summary>Unable to successfully authenticate user. %1%

tem_oauthAuthFail 

summary>Counting result set ...

bob_countingResults 

summary>Counting rows ...

bob_countingRows 

summary>Create %1%

bob_createPm 

summary>Current %1% Only

bob_currentObjectOnly 

summary>Internal Error. The current item is invalid.

bob_currentRowInvalid 

summary>R_WORKGROUP% function request (%1%) failed. The requested R_TRIM% dataset is offline.

bob_databaseNotConnected 

summary>At least one authentication mechanism must be enabled.

tem_noAuthMechanism 

summary>%1% - %2% : has been deleted by another user. R_TRIMCONTEXT% is unable to perform the operation requested. All locally cached information will be refreshed.

bob_dataDeleted 

summary>ID

bob_datasetId 

summary>Dataset

bob_datasetLog 

summary>Dataset name

bob_datasetName 

summary>Configure Authentication Mechanisms for Dataset: %1%

tem_datasetAuthTitle 

summary>Working offline with dataset '%1' since %2%.

bob_datasetOfflineMsg 

summary>Working online with dataset '%1' since %2%.

bob_datasetOnlineMsg 

summary>The dataset '%1' with the ID '%2' is already configured to use R_WORKGROUP% '%3'.
you want to change the primary R_WORKGROUP% for this dataset to be '%4'?

bob_datasetOnOtherWorkgroup 

summary>The port number specified is invalid for use with R_workgroup% communications.

bob_db_invalidPortNumber 

summary>This dataset is not performing any tasks.

bob_dbClosedMsg 

summary>Dataset ID must be two alphanumeric characters.

bob_dbIdBad 

summary>User Name

bob_authUserNameCaption 

summary>This dataset is not accepting new connection requests at this time.

bob_dbOfflineMsg 

summary>Dataset Authentication Mechanism

bob_authMechanismCaption 

summary>The authentication method '%1' requires a user interface to gather credentials.

bob_authNeedsUI 

summary>The dataset is accepting connections.

bob_dbOpenMsg 

summary>The search has expired. Please reselect to obtain further rows.

bob_dbSelectKilled 

summary>Default settings for unspecified file type.

bob_defaultForUnspecifiedFileType 

summary>Default b_record% access

bob_defaultRecordAccessTitle 

summary>Deleted %1%

bob_deletedItem 

summary>Delete %1%

bob_deletePm 

summary>Deleting files...

bob_deletingFiles 

summary>Deleting %1%

bob_deletingItem 

summary>Your R_TRIM% license has expired.

bob_demoExpired 

summary>Your R_TRIM% license will expire in %1% days.

bob_demoLicExpiresSoon 

summary>Your R_TRIM% license expires today.

bob_demoLicExpiresToday 

summary>Your R_TRIM% license expires tomorrow.

bob_demoLicExpiresTomorrow 

summary>The requested authentication mechanism '%1' is not supported by this dataset.

bob_unsupportedAuthMechanism 

summary>Internal Error. The document interface for %1% has not been implemented.

bob_documentInterfaceNotImplemented 

summary>AD FS/Azure AD OAuth 2.0 Configuration

tem_adfsOauthCfg 

summary>Google Apps OAuth 2.0 Configuration

tem_googleAppsOauthCfg 

summary>Error while transferring file. Unable to open the file '%1'.

bob_documentTransferError 

summary>Dropping that %1% here is ambiguous. The %2% has more than one %1%.

bob_dropAmbiguous 

summary>Client Scope

tem_googleAppsScope 

summary>Description

bob_enumDescCaption 

summary>'%1' can not be assigned the value '%2'. Valid options are %3%.

bob_enumItemNotOk 

summary>The environment dataset object is not set. This is caused by a serious problem in R_TRIM% or an environment not being correctly initialized in an application using the R_TRIM% SDK.

bob_environmentNotSet 

summary>Error occurred loading an external field validation add-in '%2'. %1%

bob_errorLoadingFieldAddIn 

summary>Relying Party Trust

tem_adfsScope 

summary>Internal search state is no longer available.

sdk_noSearchState 

summary>Error occurred writing to the reference file '%2'. %1%

bob_errorWritingReferenceFile 

summary>Error creating new IDOL instance. %1%

tem_dciIdolCreateError 

summary>=3CMore=3E ... Double click here to display all children.

bob_expandForMoreMsg 

summary>External link definition

bob_externalLink 

summary>New IDOL instance creation is taking longer than expected. Please check back later.

tem_dciIdolCreateUnfinished 

summary>Link/add-in Name

bob_externalLinkColHeadingName 

summary>R_TRIMCONTEXT% external links

bob_externalLinkSheetTitle 

summary>b_record% Revisions

dp_cap_RecordRevisions 

summary>Could not load the custom R_TRIM% add-in '%3'. Check that this add-in has been installed on this computer. Loading class '%2' failed. %1%

bob_failedToLoadAddin 

summary>Connection to R_TRIM% dataset %1% failed. %2%

bob_failToConnectError 

summary>%1% do not have favorites.

bob_favoritesIrrelevant 

summary>This favorites task is not relevant as you already have favorites selected.

bob_favoriteTaskNotRelevant 

summary>New IDOL instance was created successfully.

tem_dciIdolCreateSuccess 

summary>Date To

bob_fieldDateTo 

summary>'%1' has a maximum length of %2% characters.

bob_fieldExceedMaxLength 

summary>Maximum value must be greater than or equal to the minimum value.

bob_fieldMaxLessThanMin 

summary>Field '%1' (%2%): must match one of the predefined b_lookupSet% values.

bob_fieldMustMatchLookupSetValue 

summary>The b_fieldDefinition% '%1' is not associated with this %2%.

bob_fieldNotUsedByThisBob 

summary>To associate this b_fieldDefinition% with one or more bs_recordType% go to the properties for each b_recordType%.

bob_fieldUsageNotForRecordTypesInfo 

summary>The b_fieldDefinition% '%1' is associated with one or more R_TRIM% objects, possibly with existing data values. Removing this field will remove this association and any data values for this field.

bob_fieldUsed 

summary>This b_fieldDefinition% has been associated with one or more bs_schTrigger% and cannot be removed.

bob_fieldUsedBySchedule 

summary>Cannot get the IDOL databases state. If the IDOL database is marked as read only, then this reindex will not be successful. Please manually check the IDOL configuration files. Do you wish to continue?

dci_idolDbStateUnavailable 

summary>Document is too large to preview.

bob_fileTooBigForPreview 

summary>Cannot determine the IDOL database state. If the IDOL index is marked as read-only, it cannot be deleted. Please check the IDOL configuration files.

dci_idolDelDbSateUnknown 

summary>Internal Error. An attempt was made to fire an event outside of a transaction.

bob_fireOutsideTransaction 

summary>Leave the currency symbol field blank to use the default currency symbol (%1%). See currency settings in 'System Options' for more details.

bob_fldCurrencySymbolLeaveBlankTip 

summary>This barcode string '%1' uses the format reserved for barcodes generated by this R_TRIM% dataset.

bob_foreignBarcodeMatchesInternal 

summary>Format for an existing field cannot be modified.

bob_formatCanNotBeChanged 

summary>IDOL index is marked as read-only. It cannot be deleted while it is read-only.

dci_idolDelDbSateReadOnly 

summary>Generic COM add-in

bob_genericAddinSheetTitle 

summary>Generic permissions for user

bob_genericUserPermissions 

summary>SRMS config file does not contain a root node called: '%1'.

srms_noRootNode 

summary>SRMS config file does not contain a node called: '%1' within the '%2' node.

srms_noNode 

summary>Go To search

bob_goToSearch 

summary>GUEST ACCOUNT

bob_guestAccountName 

summary>guest

bob_guestName 

summary>=3CHighest=3E

bob_highestSecurityLevel 

summary>The Help system encountered a problem trying to display context help for the ID '%3':

(#%1%) : %2%

bob_htmlHelpContextError 

summary>The Help system encountered a problem:

(#%1%) : %2%

bob_htmlHelpError 

summary>Unable to determine the cause of the problem.

bob_htmlHelpUnknownError 

summary>Deadlock detection testing is complete.

bob_info_deadlockTestComplete 

summary>License expires

bob_info_demoExpiry 

summary>Denied

bob_info_doesNotHaveAccess 

summary>Working folders

bob_info_folderHdg 

summary>Positions, Groups and Organizations

bob_info_groupMemberHeading 

summary>Granted

bob_info_hasAccess 

summary>Licensed

bob_info_hasLicense 

summary>Software license

bob_info_licenceHdg 

summary>Network connections

bob_info_networkHdg 

summary>Performance test

bob_info_performanceHdg 

summary>User permissions

bob_info_permissionsHdg 

summary>Security settings

bob_info_securityHdg 

summary>Software versions

bob_info_versionHdg 

summary>%1% items, all items cached

bob_infoAllItemsCached 

summary>Double click here to test deadlock detection.

bob_infoClickForDeadlockTest 

summary>The server has timed out attempting this search. If possible, try simplifying the search query (for example by removing wild cards).

dci_idolSearchTimeout 

summary>Double click here To determine the performance index for latency.

bob_infoClickForPerformanceIndexLatency 

summary>Country

bob_infoCountry 

summary>This test needs two instances of R_TRIMCONTEXT% to be running.
the first copy of R_TRIMCONTEXT% 'A - B' ordering is used. the second copy of R_TRIMCONTEXT% 'B - A' ordering is used.
code tries to update some rows on TSTWRSYS with CODE = 'DeadDetectA' and CODE = 'DeadDetectB'.
this the 'first copy' of R_TRIMCONTEXT%?

bob_infoDeadlockTypeSelectMsg 

summary>Language

bob_infoLanguage 

summary>Localization

bob_infoLocalization 

summary>%1% items, maximum size %2%

bob_infoMaxItemsCached 

summary>B_record% Commands

bcg_recordCommands 

summary>Client object cache settings

bob_infoObjectCacheHeading 

summary>Build

bob_infoParamBuild 

summary>Dataset identifier

bob_infoParamDatasetIdentifier 

summary>Unable to validate access token. The authentication server response status was: '%1'. The authentication server response was: '%2'.

core_oauthTokenValidate 

summary>Dataset schema version

bob_infoParamDatasetSchemaVersion 

summary>Test deadlock detection

bob_infoParamDeadLockDetect 

summary>Executable directory

bob_infoParamExecutableDirectory 

summary>Global store path

bob_infoParamGlobalStorePath 

summary>Licensed to

bob_infoParamLicensedTo 

summary>A certificate is required, if the HTTPS protocol is enabled.

tem_noHttpsCert 

summary>Performance index

bob_infoParamPerfIndex 

summary>Performance index - latency

bob_infoParamPerfIndexLatency 

summary>The image is missing from the template. Please re add it.

bob_imageMissingFromTemplate 

summary>The image entry is malformed. Please remove the malformed entry and add the image again.

bob_imageInternalError 

summary>Internal code

bob_infoParamSubversion 

summary>[The highest b_securityLevel% is %1%]

bob_infoParamTopSecurity 

summary>Add new revision on duplicate

dp_cap_revisionOnDupe 

summary>R_TRIM% user name

bob_infoParamTRIMUserName 

summary>User p_loclogsInAs%

bob_infoParamUserLogin 

summary>Version

bob_infoParamVersion 

summary>If you continue, users will be unable to search using document content because an IDOL instance has not been created for this dataset.
you like to create an IDOL instance now?

idol_noInstanceCreated 

summary>Network(RCF) client call timeout

bob_infoRCFClientCallTimeout 

summary>Network(RCF) client connection timeout

bob_infoRCFClientConnectTimeout 

summary>DB Deadlock Detection - Testing ...

bob_infoTestingDeadlockDetection 

summary>DB performance index - testing deletes ...

bob_infoTestingDeletes 

summary>DB performance index - testing inserts ...

bob_infoTestingInserts 

summary>DB performance index - testing lookups ...

bob_infoTestingLookups 

summary>%1% items, cache size unlimited

bob_infoUnlimitedItemsCached 

summary>Using guest account

bob_infoUsingGuestAccout 

summary>Value

bob_infoValueHdg 

summary>AutoClassification Details

evt_autoClassRecDetailsHeading 

summary>Best Match: %1% (%2%)
: %3%
Terms: %4%

evt_autoClassRecDetails 

summary>External add-in configuration error. The plugin ID associated with a base object add-in (%1%) does not support the BaseObjectAddIn interface.

bob_invalidBaseObjectAddIn 

summary>Please select a valid value for the %1% list.

bob_invalidCmbItemSelected 

summary>FAILED (%1%)

evt_autoClassRecDetailsFailed 

summary>The search history list is not correctly positioned for this task.

bob_invalidHistoryPosition 

summary>The icon identifier you have specified does not correspond to an internal R_TRIM% icon.

bob_invalidIcon 

summary>External add-in configuration error. The plugin ID associated with a b_record% add-in (%1%) does not support the TRIMRecordAddIn interface.

bob_invalidRecordAddIn 

summary>Connecting to R_TRIM% dataset failed because the dataset schema version '%1' does not match your R_TRIM% software.

bob_invalidSchemaVersionMsg 

summary>Task is unavailable. Either the task is not applicable or you don't have the appropriate permissions (%1_objectType%: %2_value%).

bob_isOkFailed 

summary>Task is unavailable. Either the task is not applicable or you don't have the appropriate permissions.

bob_isOkFailedNoBob 

summary>Item

bob_item 

summary>%1_objectType% with '%2_objectNameProperty' of '%3_value' already exists.

bob_itemExists 

summary>Objects of type %1% do not have an associated document.

bob_itemHasNoDocumentInterface 

summary>Obsolete - %1% has not been active since %2_date%.

bob_itemSuperseded 

summary>You cannot make this %1% inactive as it is used as a default for one or more bs_classification%.

bob_itemUsedAsClassificationDefault 

summary>You cannot make this %1% inactive as it is used as a default for one or more bs_recordType%.

bob_itemUsedAsRecordTypeDefault 

summary>Confidence not high enough

evt_autoClassRecDetailsFailedConfidence 

summary>The selected b_userLabel% cannot be moved to the top of the hierarchy.

bob_labelCannotMoveThisLabelTypeToTopLevel 

summary>You can only move a b_userLabel% to a similar node in the tree (they must have the same label type and owner)

bob_labelCanOnlyMoveToLikeLabel 

summary>The suggested b_classification% does not have auto-classification enabled

evt_autoClassRecDetailsFailedDisabled 

summary>SUCCESS

evt_autoClassRecDetailsSuccess 

summary>The email has successfully been registered into R_TRIM%. the attempt to remove or update the subject of the email in Outlook failed. There are several possible causes:. It was not possible to find the email as the permanent email ID could not be discovered within the EML email file. is due to the System Option to save email in EML format. using MSG format instead.. You do not have the permission to modify the email in Outlook.. The Internet Message ID of the dragged email does not match the Internet Message ID of the original email.

trm_cannotUpdateorDeleteEmail 

summary>The candidate records are those where the %1% is before %2%

trm_irmPhysicalDetails 

summary>The candidate documents are those where the %1% is before %2%

trm_irmElectronicDetails 

summary>You are not allowed to use a '-' or '=26' in the b_userLabel% name.

bob_labelHasBadCharacter 

summary>Credentials are no longer valid.

wgs_credentialsNoLongerValid 

summary>B_record% %1% : Successfully transferred to %2%.

trm_transferSuccess 

summary>B_record% %1% : Transfer failed. Could not find a suitable store.

trm_noSuitableStore 

summary>Once a b_userLabel% has been created you cannot change its type.

bob_labelTypeCannotBeModified 

summary>Inactive b_record% processing failed : %1%.

trm_irmProcessFailed 

summary>These comments will not be published.
If you modify this template with the fields , text between the data start and end will be replaced. the template with the fields or tabs will require your template to HTML body and HEAD tags.

bob_layoutComments 

summary>AGLS elements

bob_layoutMetaAGLS 

summary>Content

bob_layoutMetaContent 

summary>Dublin core elements

bob_layoutMetaDC 

summary>HTML elements

bob_layoutMetaHTML 

summary>Language

bob_layoutMetaLanguage 

summary>Element name

bob_layoutMetaName 

summary>Scheme

bob_layoutMetaScheme 

summary>Next page

bob_layoutNextPage 

summary>Preview

bob_layoutPreview 

summary>Previous page

bob_layoutPrevPage 

summary>This b_record% has %1% alternative contents. You can use the Show Alternative Contents button if you wish to load these relationships.

bob_recHasAltContentsMsg 

summary>Processed successfully.

trm_irmRecordProcessed 

summary>list

bob_listCap 

summary>%1% - Empty list

bob_listEmptyList 

summary>Enumerated list

bob_listHdr 

summary>Internal Error. Attempt to access a BOBchildList element outside the list limits.

bob_listIdxError 

summary>Enumerated list item

bob_listItemHdr 

summary>An unexpected error has prevented the R_TRIM% Integration from completing the current action.

toa_err_action_failed 

summary>OAuth 2.0 refresh tokens are not being issued by the OAuth 2.0 server. The OAuth 2.0 token URL was '%1'.

wgs_oauthRefreshToken 

summary>Enumerated lists

bob_listsHdr 

summary>Unable to find property or field with the unique identifier '%1'. No values for this property or field will be imported.

dp_msg_missingMappedItem 

summary>Tasks for this list of %1%

bob_listTasksHeading 

summary>%1_location% is already an b_wacemailRecipient% for b_activity% '%2_actName'.

wrk_recipientAlreadyExists 

summary>Menu

web_menuText 

summary>Log of %1%

bob_logOfTitle 

summary>The activity log could not be printed. %1%

bob_logPrintFail 

summary>A log of activity messages is available for viewing.
you want to view it now?

bob_logReady 

summary>The activity log has been saved.

bob_logSaved 

summary>The activity log could not be saved. %1%

bob_logSaveFail 

summary>A b_lookupSet% can only be specified for string fields.

bob_lookupForStringsOnly 

summary>The b_lookupItem% '%1' has already been added to this b_lookupSet%.

bob_lookupItemExists 

summary>B_lookupItem% : %1% has been used as the p_fldDefaultString% for 'B_fieldDefinition' : %2%.

bob_lookupItemUsed 

summary>%1% %2% processed, %4% errors found, %3% skipped.

bob_loopProc 

summary>Processing canceled. %1% %2% processed, %4% errors found, %3% skipped.

bob_loopProcCancelled 

summary>Processing canceled. %1% %2% processed, 1 error found, %3% skipped.

bob_loopProcCancelledOneErc 

summary>%1%: Some errors were encountered.

%2%
of errors can be viewed in the errors tab of the activity log.

bob_loopProcCloseMsg 

summary>%1%: Some errors were encountered.

%2%

bob_loopProcCloseMsgNoLog 

summary>Processing Completed. %1% %2% processed, %4% errors found, %3% skipped.

bob_loopProcDone 

summary>Processing completed. %1% %2% processed, 1 error found, %3% skipped.

bob_loopProcDoneOneErc 

summary>Processing canceled.

bob_loopProcessCancelled 

summary>All items processed.

bob_loopProcessCompleted 

summary>%1% %2% processed, 1 error found, %3% skipped.

bob_loopProcOneErc 

summary>All %1%

bob_mailAllObjects 

summary>All Recipients

bob_mailAllRecipients 

summary>The following b_electronicStore% has reached its capacity:

bob_mailEstoreFull 

summary>The following b_electronicStore% is nearing its capacity:

bob_mailEstoreNearlyFull 

summary>%1% %2% has been superseded.

bob_mailNoteRecSuperceded 

summary>Update done by login: %1% machine: %2% in breach: %3% of user in breach: %4%: %5%

bob_mailNoteSecBreach 

summary>Once a b_mailTemplate% has been created you cannot change the event type that it is applied to.

bob_mailTemplateEventFixed 

summary>A b_mailTemplate% with this name already exists.

bob_mailTemplateExists 

summary>An edit mask can only be specified for string fields.

bob_maskForStringsOnly 

summary>The mask specifies a string of length %1% but your string is defined with a length of %2%.

bob_maskLengthBad 

summary>You have tagged too many %1% for this operation. The maximum number that can be selected is %2%.

bob_maximumSelectionExceeded 

summary>A maximum of %1% wildcard characters (? and *) are supported in a search expression.

bob_maxSingleCharsExceeded 

summary>Click here or Drag and Drop to upload files

web_dragAndDropToUpload 

summary>You cannot tag this item either because it is not an end node item or it is not used by its relevant object.

bob_mergeCannotTagAtThisLevel 

summary>Fields

bob_mergeFieldCap 

summary>Meeting Date: %1% place: %2%

%3%

bob_minutesDistributionContent 

summary>The minutes for %1% are attached

bob_minutesDistributionSubject 

summary>Modify %1%

bob_modifyPm 

summary>Selecting '%1'. A number of %2% matching '%3' were found. Please select one from the list below:

bob_multipleSuitable 

summary>Tasks for navigating

bob_navigateTasks 

summary>Please select the %1% you wish to perform the task on.

bob_needSelectedRow 

summary>Access denied - you do not have the access control '%1' to %2%.

bob_noAccessControl 

summary>Access denied - you do not have the access control '%1'. See: %2%.

bob_noAccessControlDetailed 

summary>Access denied - %2% does not have the access control '%1'.

bob_noAccessControlLoc 

summary>Access denied - %3% does not have the access control '%1' - see %2%.

bob_noAccessControlLocDetailed 

summary>Access denied - you do not have the access control '%1' for this item.

bob_noAccessControlVague 

summary>Show URL

web_showURLLink 

summary>No %1% found. may be matching %1% that are prevented from being displayed because of filtering or for security reasons.

bob_noBobsFoundPossibleFilter 

summary>No change

bob_noChangeMsg 

summary>Open dataset failed. No dataset or R_workgroup% was specified and no default was available.

bob_noDefaultDBAvailable 

summary>You must choose at least one dictionary.

bob_noDictChosen 

summary>'%1' does not have a document attached.

bob_noDocumentAttached 

summary>A suitable document comparison tool has not been defined.

bob_noDocumentCompareToolAvailable 

summary>Internal Error. No document is available to perform the requested function.

bob_noDocumentForThisTask 

summary>Double wildcard character (all non-blank) is not supported for this search. Please specify more detail.

bob_noDoubleWildcardAllowed 

summary>Login attempt was canceled.

ocx_oauthCancel 

summary>No bs_fieldDefinition% have been defined for this %1%.

bob_noExtraFieldsDefined 

summary>You have not selected any fields to output in the merge. Please select at least one field.

bob_noFieldInMerge 

summary>Please select a search method.

sui_selectAMethod 

summary>No tagged %1% available.

bob_noItemTagged 

summary>All datasets on this R_WORKGROUP% are already configured.

bob_noMoreDatasets 

summary>Selecting '%1'. No %2% matching '%3' could be found.

bob_noneSuitable 

summary>Access control:%1% is redundant. Either set details to 'public' or set 'copy style' to reference and/or copy.

bob_nonsenseACL 

summary>No %1% found.

bob_noObjectsFound 

summary>No preview available

bob_noPreviewAvailable 

summary>Attached terms

web_attachedTerms 

summary>[No b_securityLevel%]

bob_noSecurityLevel 

summary>UNCLASSIFIED

bob_noSecurityLevelJitc 

summary>Unclassified

bob_noSecurityLevelTNA 

summary>Single wildcard characters ('*', '?') are not supported for this search. Please specify more detail.

bob_noSingleWildcardAllowed 

summary>Not applicable

bob_notApplicable 

summary>There was an error validating the document content index configuration (%1%).

dci_errorValidatingDCI 

summary>There was an error checking one or more of the IDOL components (%1%).

dci_errorCheckingIdol 

summary>The search criteria (%1%) does not contain the minimum number of non-wildcard characters (%2%).

bob_notEnoughNonWildcardChars 

summary>You do not have permission to modify the access profile of this %1%.

bob_notEnoughPermission 

summary>For performance reasons an individual word search criteria ('%1') must contain a minimum number of characters (%2%).

bob_notEnoughSearchChars 

summary>Add new %1%

bob_notesAddNew 

summary>Add to %1%

bob_notesAddTo 

summary>Notes text cannot exceed %1%. The text will be truncated at this limit.

bob_notesTruncated 

summary>No suitable items to paste were found in the clipboard.

bob_nothingToPaste 

summary>%1% does not exist or needs to be saved before executing this task.

bob_notValidForNew 

summary>%1% will not be active until %2%.

bob_notYetActivated 

summary>iCAS web service call failed. Function: %1% . Error: %2%

icas_api 

summary>Hash verification failed on iCAS upload. The CSC ID was %1% . The chunk index was: %2% .

icas_hashVerify 

summary>Unable to read from file '%1'. The error was '%2'.

icas_readFile 

summary>An attempt to connect to the R_WORKGROUP% was made without specifying a server name.

bob_noWorkgroupServer 

summary>'%3' must be between %1% and %2% (inclusive).

bob_numberOutsideRange 

summary>'%1' must be less than or equal to %2%.

bob_numberTooBig 

summary>'%1' must be greater than or equal to %2%.

bob_numberTooSmall 

summary>The value specified for this item does not match any %1% in this dataset or it could not be resolved. Use the KwikSelect to resolve the value.

bob_objectFieldValueInvalid 

summary>An error occurred checking a value for %1%. %2%

bob_objectFieldValueInvalidError 

summary>Active

bob_objectIsActive 

summary>The %1% '%2' is not active.

bob_objectNotActive 

summary>%1% %2% found

bob_objectsFound 

summary>Object

bob_objectStr 

summary>Inactive bs_record% manager

trm_irmOptionsSheet 

summary>Unable to open file '%1' . The error was '%2'.

icas_openFile 

summary>Objects

bob_objHdr 

summary>External executable

bob_oneLinkSheetTitle 

summary>Selecting '%1'. A suitable %2% matching '%3' was found.

bob_oneSuitable 

summary>This task can only be applied to bs_record%.

bob_onlyForRecords 

summary>The file '%1' already exists. Do you really want to overwrite it?

bob_overwriteFile 

summary>Unable to write to file '%1'. %2%

icas_writeFile 

summary>Initializing

trm_elasticReindexInitializing 

summary>Done

trm_elasticReindexDone 

summary>Running

trm_elasticReindexRunning 

summary>Please enter a valid b_securityLevel% or add one or more bs_securityCaveat%.

bob_pleaseEnterNonBlankSecurity 

summary>The b_location% : '%1', cannot be assigned to selected b_actionDef% due to security reasons.

act_securityBreachSimple 

summary>Please select an item.

bob_pleaseSelectOne 

summary>Only datetime fields can be set to UTC.

bob_onlyDateTimeCanBeUTC 

summary>Please specify the event type that this b_mailTemplate% is to be applied to.

bob_pleaseSupplyTemplateEventType 

summary>Please enter a name for this b_mailTemplate%.

bob_pleaseSupplyTemplateName 

summary>You must select one or more %1% for this task by using the tag column.

bob_pleaseTagOne 

summary>COM add-in field verification can only be specified for string fields.

bob_pluginForStringsOnly 

summary>There may be matching %1% that are prevented from being displayed because of filtering or for security reasons.

bob_possibleFilter 

summary>The %1% '%2' was successfully saved however some further processing failed. %3%

bob_postSaveFail 

summary>The %1% '%2' was successfully updated however some further processing failed. %3%

bob_postUpdateFail 

summary>The primary R_workgroup% '%2' is not available. Connecting to secondary R_workgroup% '%1'.

bob_primaryLoginFailed 

summary>Printer could not initialize.

bob_printerWouldntInitialize 

summary>There are no bs_electronicStore% in tier %1%.

rty_noStoresInTier 

summary>Processing summary

bob_procSummary 

summary>'%1' is not a property of the object '%2'.

bob_propBelongsToOtherBob 

summary>Property page unavailable for this object type.

bob_propertyPagesUnavailable 

summary>An invalid parameter value (%1%) was provided for property %2%.

bob_propertyParamTypeInvalid 

summary>Property

bob_propHdr 

summary>Property '%1' is read-only. 'SetProperty' is not supported.

bob_propIsReadOnly 

summary>Properties

bob_propsHdr 

summary>Dated: %1%

bob_provenanceSubstDated 

summary>Agency: %1%

bob_provenanceSubstLicencee 

summary>Created By: %1%

bob_provenanceSubstLoc 

summary>Position: %1%

bob_provenanceSubstPosition 

summary>Unit: %1%

bob_provenanceSubstUnit 

summary>Error publishing document for '%1'.

bob_publishingError 

summary>Assignee, Owner, Home, Creator or Contact

loc_multipleRecLocProps 

summary>
copy of the notes that you have added to this %1% have been placed in the Windows clipboard.

bob_recentNotesCopiedToClipboard 

summary>B_record% add-in

bob_recordAddinSheetTitle 

summary>Cannot write to the output file '%1'. %2%

bob_referenceFileWriteError 

summary>Press F7 to refine your search criteria.

bob_refineSearchSuffix 

summary>Remove

bob_removeACLMode 

summary>Replace

bob_replaceACLMode 

summary>This will reset all captioning back to the R_TRIMCONTEXT% factory defaults.

bob_resetCaptionsWarning 

summary>Connection to R_TRIM% dataset %1% failed: %2%
you wish to work with this dataset in offline mode?

bob_resolveFailToConnectError 

summary>Connection to R_TRIM% dataset %1% failed: %2%
OK to select a different database.

bob_resolveFailToConnectErrorNoOffline 

summary>This b_record% is 'Restricted' or 'Formerly Restricted'. The b_securityLevel% cannot be modified.

bob_restrictedData 

summary>The task is not relevant because the option to reuse the viewer window is not active.

bob_reuseNotApplicable 

summary>%1% do not have bs_recRevision%.

bob_revisionPreviewNotRelevant 

summary>You have specified to add and remove the same b_securityCaveat%.

bob_sameCaveatToAddAndRemove 

summary>This b_recordType% uses %1% as its main b_electronicStore%.

rty_irmStoreSameAsStore 

summary>The %1% may have been recently deleted by another user. Please refresh the search and try again.

bob_saveItemNoLongerAvailable 

summary>The %1% you are attempting to update is not current. It was updated by another user on %2%. You should refresh your %1% and retry your updates. %3%

bob_saveItemNotCurrent 

summary>The %1% you are attempting to update is not current. It was updated by %3% on %2%. You should refresh your %1% and retry your updates. %4%

bob_saveItemNotCurrentUser 

summary>Cannot save a child for a non-existent parent.

bob_saveParentFailed 

summary>Geography search string invalid, or reference point does not exist. Please enter search as, for example:
5 kilometres of POINT(43.6 55.7)
5 kilometres of record 27
5 kilometres of location 45

bob_invalidGeographySearchString 

summary>Please enter a value for search.

bob_searchNeedsValue 

summary>Search for %1%

bob_searchTitleCap 

summary>Declassify after %1% years

bob_sec_declassifyAfter 

summary>Declassify after %1%

bob_sec_declassifyAfterDate 

summary>The specified entry reference already exists.

bob_sec_duplicateGuideEntry 

summary>Please enter the date for declassification.

bob_sec_enterDeclassifyDate 

summary>Please enter a date or a number of years for declassification.

bob_sec_enterDeclassifyDateOrYears 

summary>This security guide entry is linked to one or more bs_record% and cannot be removed.

bob_sec_entryInUse 

summary>The number of years until declassification is invalid. Enter a number between %1% and %2%.

bob_sec_invalidDeclassifyYears 

summary>This b_securityLevel% is in use by one or more bs_securityGuide%.

bob_sec_levelInGuide 

summary>The selected %1% does not have a GPS location associated with it and is therefore not suitable for a geographical search.

bob_selectedItemDoesNotHaveGeoLocation 

summary>Declassification event has not been specified.

bob_sec_noEvent 

summary>A reason must be specified for declassification exemption.

bob_sec_noExemption 

summary>Add b_securityCaveat% (%1%)

bob_secAddCaveatMsg 

summary>P_scvAbbreviation% cannot contain a comma.

bob_secCavAbbrHasComma 

summary>P_scvName% cannot contain a comma.

bob_secCavHasComma 

summary>Not highest

bob_secHighestOff 

summary>Highest

bob_secHighestOn 

summary>Invalid dropped object for this task.

bob_secInvalidDroppedObject 

summary>P_slvAbbreviation% cannot contain a comma.

bob_secLevAbbrHasComma 

summary>P_slvName% cannot contain a comma.

bob_secLevHasComma 

summary>Security profile

bob_secProfile 

summary>Remove b_securityCaveat% (%1%)

bob_secRemoveCaveatMsg 

summary>Set access control to '%1'

bob_secSetAccessControlMsg 

summary>Set %1% access

bob_secSetAccessMsg 

summary>Set b_securityLevel% (%1%)

bob_secSetLevelMsg 

summary>Set security to '%1'

bob_secSetSecurityMsg 

summary>Access denied. You need a higher security profile to access this task.

bob_securityProfileInsufficient 

summary>%1% has no relevant security settings.

bob_securityTaskIrrelevant 

summary>In order to perform a geography search, you need to specify a polygon with at least 3 distinct points.

core_geographySearchNeedsLargerPolygon 

summary>Please select one or more of the values displayed.

bob_select1orMore 

summary>Please select one of the values displayed.

bob_select1Value 

summary>Tag the datasets on '%1' that you wish to add.

bob_selectAvailableDatasets 

summary>Please select a dataset to open.

bob_selectDB 

summary>Notes

bob_selectDlgNotes 

summary>Preview

bob_selectDlgPreview 

summary>Previous

bob_selectDlgPrevious 

summary>Please specify a valid GPS position for this search.

core_geographySearchBlank 

summary>Select from %1%

bob_selectFrom 

summary>Select replaceable parameter

bob_selectMailProp 

summary>The selector is invalid for this object list.

bob_selectorIsInvalid 

summary>Please select search to be performed.

bob_selectSearch 

summary>Customized captions for %1%

bob_settingsCap 

summary>R_TRIM% Setup information has been copied to the clipboard and can now be pasted into an email or any other document.

bob_setupInfoCopiedToClipboard 

summary>This b_electronicStore% is used by one or more bs_recordType% for inactive records management.

est_storeUsedForESO 

summary>This b_recordType% is used as a box for inactive records management.

rty_recordUsedAsPSOBox 

summary>The 'null' search is not available for the search method '%1'.

bob_nullSearchNotSupported 

summary>DateTime

bob_specDateTime 

summary>Event extra detail

bob_specEvDetail 

summary>Event login

bob_specEvLogin 

summary>Event machine

bob_specEvMachine 

summary>Event type

bob_specEvType 

summary>The dataset with ID '%1' has not been configured on this machine and no R_workgroup% has been specified to search for it.

bob_specifiedDatabaseNotAvailable 

summary>Please specify a maximum length for the string.

bob_specifyStringLength 

summary>Recipient

bob_specRecipient 

summary>Related

bob_specRelated 

summary>Special

bob_specSpecial 

summary>Time

bob_specTime 

summary>This style is associated with a b_checkinPlace% that is used by the outlook add-in.

uty_styleUsedByOutlookAddin 

summary>Working Offline

bob_statusBarDBMsg 

summary>%1% and counting ...

bob_stillCounting 

summary>The b_recordType% '%1' needs to be a e_bh_box%.

rty_selectBoxType 

summary>Internal Error. A b_electronicStore% add operation returned a blank b_electronicStore% identifier.

bob_storeIdReturnedBlank 

summary>This field is limited to 512 characters. Some data may have been truncated.

bob_stringFieldTooLong 

summary>'%1' cannot be confidently validated.

bob_stringVerifyAmbiguous 

summary>Resource '%1' failed to synchronize to the local file '%2'. %3%.
problem commonly results from incorrect working directory permissions.

bob_synchFailed 

summary>Document stores of type '%1' cannot store files of zero bytes in length.

est_noZeroByteFiles 

summary>A system error has been detected, type: %1%. %2%.

bob_systemExceptionCaught 

summary>This dataset does not allow storing files of zero bytes in length.

db_cannotStoreZeroByteFiles 

summary>B_scheduledTask% '%1' has already been attached to %2% : %3%

bob_taskAlreadyDefined 

summary>Completed

bob_taskCompletedMsg 

summary>You are confirming that you have reviewed and updated all the vital bs_record% attached to %1% : %2%.
you certain you have properly reviewed and updated all of these vital bs_record%?

bob_taskConfirmDoTask 

summary>Due on %1%

bob_taskDueMsg 

summary>The task is invalid for this object.

bob_taskIsInvalid 

summary>The task is vital and cannot be removed.

bob_taskIsVitalCannotRemove 

summary>Overdue (was due on %1%)

bob_taskOverdueMsg 

summary>P_tskIntervalSize% must be in the range %1% to %2%.

bob_taskPeriodIntOutofRange 

summary>Tasks for %1% %2%

bob_tasksHeading 

summary>This b_scheduledTask% was due on %1%. The b_scheduledTask% will be made up to date.
Do you wish to proceed?

bob_taskUpToDateWarning 

summary>Tagged Image File Format

bob_tifFormatDesc 

summary>You cannot specify a container for b_checkinStyle% that is a matter template or a matter sub-folder.

uty_cannotSpecifyContainerForMatters 

summary>Connecting to R_WORKGROUP% on '%1'

bob_trimInitWorkgroupRCF 

summary>Perform b_scheduledTask% every %1_number% %2_units%

bob_tsk_forever 

summary>Perform b_scheduledTask% every %1% %2% until %3% or b_scheduledTask% has been done %4% times.

bob_tsk_frequency 

summary>Perform b_scheduledTask% once on %5%.

bob_tsk_frequencyOnce 

summary>Perform b_scheduledTask% every %1_number% %2_units% until b_scheduledTask% has been done %4% times

bob_tsk_frequencywithBlankDate 

summary>Perform b_scheduledTask% every %1_number% %2_units% until %3_date%

bob_tsk_untilDate 

summary>B_scheduledTask% Error : p_tskCompletionDate% '%1' must be later than p_tskStartDate% %2%.

bob_tsk_untilDateError 

summary>The user needs to grant specific access for you to be able to modify their bs_userLabel% or bs_checkinStyle%.

loc_userNeedsToGrantAccessForLabels 

summary>B_scheduledTask% : %1% has been completed. _bob_fieldUsageNotForCheckinStylesInfo

bob_tskIsComplete 

summary>B_record% : %1% has more than 1 active b_scheduledTask%.

bob_tskMoreThanOneActiveTask 

summary>B_record% : %1% has no active b_scheduledTask%.

bob_tskNoActiveTask 

summary>BS_scheduledTask% have not been enabled.

bob_tskNotEnabled 

summary>Only bs_scheduledTask% attached to bs_record% can be performed.

bob_tskOnlyRecsTaskAreReal 

summary>You cannot specify usage for a b_checkinStyle%. BS_checkinStyle% use any field that has been allocated to one or more bs_recordType%.

bob_fieldUsageNotForCheckinStylesInfo 

summary>'%1' changed

bob_udfChanged 

summary>'%1' changed from '%2' to '%3'.

bob_itemChangedFromTo 

summary>'%1' changed to '%2'

bob_udfChangedTo 

summary>Some bs_record% already use this field. Making it shorter may cause verification errors on these bs_record%.

bob_udfLenWarning 

summary>Some bs_record% already use this field. Decreasing the p_fldUpperLimit% may cause verification errors on these bs_record%.

bob_udfMaxWarning 

summary>Some bs_record% already use this field. Increasing the p_fldLowerLimit% may cause verification errors on these bs_record%.

bob_udfMinWarning 

summary>Field '%1' has not been defined as a date.

bob_udfnotDate 

summary>Undefined.

bob_unDefinedStr 

summary>There is a software version mismatch. R_WORKGROUP% is %1% is %2%

bob_unequalSoftwareBuilds 

summary>Unique Row Identifier

bob_uniqueRowIdentifier 

summary>Unknown user.

bob_unknownUser 

summary>The R_workgroup% you are attempting to connect to is not supported with this client. Upgrade the R_workgroup% in order to access it.

bob_unsupportedWorkgroupServer 

summary>You need to select at least 1 way to create boxes.

irm_selectACreateBox 

summary>You must use the remove task to correctly replace references.

bob_useRemoveToReplaceReferences 

summary>B_fieldDefinition% names cannot contain double quotes.

bob_userFieldNoQuotes 

summary>Please specify a valid b_location% for the reviewer or authorizer.

rec_pleaseSpecifyValidReviewer 

summary>Access to this %1% has been prevented.

bob_viewAccessDeniedTip 

summary>'View in New Window' is not available.

bob_viewInNewWindowUnable 

summary>view pane

bob_viewPane 

summary>View %1%

bob_viewPm 

summary>Vital b_record% review and update

bob_vitalTaskDesc 

summary>Function request '%2' for R_WORKGROUP% '%3' failed. %1%

bob_wgsCallFailed 

summary>Function request '%2' failed. Could not connect to R_WORKGROUP% '%3'. %1%

bob_wgsConnectionFailed 

summary>Unknown exception occurred.

bob_wgsException 

summary>Add document

bob_wgsFuncAddDocument 

summary>Document exists

bob_wgsFuncDocumentExists 

summary>Download file from server (GetConfigStream)

bob_wgsFuncDownloadFileFromServer 

summary>Execute dataset command (ExecuteCommand64)

bob_wgsFuncExecSingleCommand 

summary>Execute transaction

bob_wgsFuncExecTransaction 

summary>Extract document

bob_wgsFuncExtractDocument 

summary>Get cached data from R_workgroup% (GetCachedTable)

bob_wgsFuncGetCachedTable 

summary>Issue content search (DocumentContentSearch)

bob_wgsFuncGetContentSearchHandle 

summary>Retrieve content search results (DocumentContentResults)

bob_wgsFuncGetContentSearchResults 

summary>Retrieve dataset rows (GetNextRecordset)

bob_wgsFuncGetNextRecordset 

summary>Get next unique row identifier (GetNextUri64)

bob_wgsFuncGetNextUri 

summary>The stored procedure returned a chunked recordset.

bob_wgsFuncStoredProcedureChunked 

summary>Increment number (GetNextFormattedNumber)

bob_wgsFuncIncrementNumber 

summary>Remove document

bob_wgsFuncRemoveDocument 

summary>Test if row exists (RowExists)

bob_wgsFuncRowExists 

summary>The stored procedure failed (ExecuteStoredProcedure)

bob_wgsFuncStoredProcedure 

summary>The call to the stored procedure '%1' failed inside 'ExecuteStoredProcedure'. The detailed error was '%2'.

bob_wgsFuncStoredProcedureDetailed 

summary>Test existing b_electronicStore%

bob_wgsFuncTestExistingStore 

summary>Test new b_electronicStore%

bob_wgsFuncTestNewStore 

summary>Latency test

bob_wgsPing 

summary>B_location% %1% has already been attached as a reviewer.

rec_reviewerAlreadyAttached 

summary>B_location% %1% has already been attached as an authorizer.

rec_authorizerAlreadyAttached 

summary>The reviewer '%1' cannot be removed because it has been specified in the b_recordType% document review settings.

rec_docReviewReviewerSetByType 

summary>Error connecting to the R_TRIM% dataset '%1' on R_workgroup% '%2'. %3%

bob_workgroupLogonErc 

summary>The page index size must be between %1% and %2%.

bob_wwwIndexSizeBetween 

summary>The number of items per page must be between %1% and %2%.

bob_wwwItemsPerPageBetween 

summary>Encoded electronic document in base-64. Original size: %1%. Encoded size: %2%, written to %3%.

bob_xmlEncode 

summary>Exported

bob_xmlExport 

summary>Please specify a new value for %1%:

bobEditFieldCaption 

summary>%1% - edit value (%2%)

bobEditFieldTitle 

summary>=3Cunspecified=3E

bobFieldSearchValueUnspecified 

summary>Please specify the value for %1% that you wish to search for:

bobSearchFieldCaption 

summary>Please specify the range of values for %1% that you wish to search for:

bobSearchFieldCaptionRange 

summary>%1% - Search (%2%)

bobSearchFieldTitle 

summary>Failed to set up the communication state.

bp_failedToSetComm 

summary>Failed to write to the temporary file '%1'.

bp_failedToWriteToTemp 

summary>Keyboard Wedge - Portable (batch download)

bp_keyboardWedgePortable 

summary>Keyboard Wedge - Stationary (process immediately)

bp_keyboardWedgeStationary 

summary>Failed to open the download file.

bp_openFileFailed 

summary>Process barcodes from a file.

bp_processDesc 

summary>Processing ...

bp_processing 

summary>Do you really want to stop interactive barcode scanning?

bp_reallyCloseDown 

summary>Serial Communications - Portable (batch download)

bp_serialPortable 

summary>Serial Communications - Stationary (process immediately)

bp_serialStationary 

summary>Barcode device timed out on %1%.

bp_timedOut 

summary>Waiting ...

bp_waiting 

summary>Access denied.

core_accessDenied 

summary>= %1%

core_ADOerrHelpContext 

summary>= %1%

core_ADOerrHelpFile 

summary>= %1%

core_ADOerrNativeError 

summary>= %1%

core_ADOerrProcDescription 

summary>= 0x%1%

core_ADOerrProcNumber 

summary>= %1%

core_ADOerrProcSource 

summary>= %1%

core_ADOerrSQLState 

summary>*** UNABLE TO LOG EXCEPTION ***

core_ADOexceptThrown 

summary>All files

core_allFiles 

summary>and

core_and 

summary>Client machine: %1%; client user: %2%
%3%

core_appErrorLog 

summary>N/A

core_appNA 

summary>ERROR: streaming INVALID data into an 'sstring' in 'input' function.

core_bad_sstring_input 

summary>Only the document review editor is allowed to perform this function.

rec_needsToBeEditor 

summary>This function is not available for bs_record% that have been finalized.

rec_documentHasBeenFinalized 

summary>'%1' is not a valid date.

core_badDateValue 

summary>Incorrect decimal number. Please enter the correct decimal format or perhaps the number is too large.

core_badDecimal 

summary>Directory is not valid.

core_badDirectory 

summary>Bad index passed to registry key enumerator.

core_BadIndex 

summary>Incorrect field format. This field does not support geography values

core_notGeography 

summary>Invalid number of bytes.

core_badNumberOfBytes 

summary>The supplied value or parameter is invalid.

core_badParameter 

summary>Comments can only be viewed by the document review participants ( editor, reviewers and authorizers).

rec_needsToBeReviewParticipant 

summary>'%1' is not a valid time.

core_badTimeValue 

summary>Loading %1% ...

core_bannerLoading 

summary>A blank filename was encountered.

core_blankFileName 

summary>%1%

core_blankMsg 

summary>byte

core_byte 

summary>bytes

core_bytes 

summary>Your b_electronicStore% cache has been cleared.

core_cacheCleared 

summary>Some documents could not be removed from your cache.

core_cacheNotCleared 

summary>Internal Error. Failed to allocate a zip file handle.

core_cannotAllocateZipHandle 

summary>Cannot determine size of the file: '%1'.

core_cannotDetermineFileLen 

summary>A service program cannot have a user interface

core_cannotHaveUIInsideService 

summary>Initialization of third party zip compression library failed.

core_cannotLoadZipDLL 

summary>Cannot read from a file without specifying a name.

core_cannotOpenBlankInputFile 

summary>Cannot write to a file without specifying a name.

core_cannotOpenBlankOutputFile 

summary>An attempt to open the file '%2' for writing failed. %1%

core_cannotOpenFileWrite 

summary>Cannot read the file '%2'. %1%

core_cannotOpenInputStream 

summary>Cannot write to the file '%2'. %1%

core_cannotOpenOutputStream 

summary>This function is only available to reviewers.

rec_needsToBeInReviewerList 

summary>Could not set an attribute for the file '%2'. %1%

core_cannotSetAttribute 

summary>The GUID could not be formatted as a string.

core_cannotTurnGUIDintoString 

summary>'TRIM Captura' Reference Files based upon bs_savedSearch% cannot be viewed using R_TRIMCONTEXT%.

core_capturaSavedSearchRefs 

summary>Call failed. %1%

core_COMerror 

summary>Call to function 'destroyWorkgroupConnection' failed.

core_COMerror_destroyWorkgroupConnection 

summary>Processing File: '%1'

core_processingFile 

summary>This function is only available to authorizers.

rec_needsToBeInAuthorizerList 

summary>Call to function 'moveNext' failed. %1%

core_COMerror_moveNext 

summary>Call to function 'setupControl' failed. %1%

core_COMerror_setupControl 

summary>Call to function 'workgroupServices_login' failed. %1%

core_COMerror_workgroupServices_login 

summary>Copy of

core_copyOfFileName 

summary>© Copyright 1994-2019 R_TOWERSOFTWARE% or one of its affiliates
Copyright © 1997-2019 Objective Corporation. All rights reserved.

core_copyright 

summary>Contains Confidential Information. Except as specifically indicated otherwise, a valid license is required for possession, use or copying. Consistent with FAR 12.211 and 12.212, Commercial Computer Software, Computer Software Documentation, and Technical Data for Commercial Items are licensed to the U.S. Government under vendor's standard commercial license.

core_copyrightFinePrint 

summary>This product is covered by international copyright as described in Help: About.

core_copyrightFinePrintSplash 

summary>COREcreateMutexAccesibleByEveryone - 'Dacl.Create' failed. %1%

core_COREcreateMutexDaclCreate 

summary>Function is not available until after the editor has completed the drafting process.

rec_editingIsNotFinished 

summary>COREcreateMutexAccesibleByEveryone: Create/OpenMutex failed. %1%

core_COREcreateMutexOpenMutex 

summary>COREcreateMutexAccesibleByEveryone: SetSecurityDescriptorDacl failed. %1%

core_COREcreateMutexSetSecurityDescriptor 

summary>Could not access the registry key '%2'. %1%

core_couldNotAccessRegKey 

summary>Could not copy from '%2' to '%3'. %1%

core_couldNotCopyFromTo 

summary>Could not delete the file '%2'. %1%

core_couldNotDeleteFile 

summary>Could not get the date created for '%2'. %1%

core_couldNotGetDateTimeCreated 

summary>Could not get the date modified for '%2'. %1%

core_couldNotGetDateTimeModified 

summary>Could not get the file system attribute for '%2'. %1%

core_couldNotGetFileSystemAttribute 

summary>Could not move the file '%2' to '%3'. %1%

core_couldNotMoveFromTo 

summary>Could not remove the directory '%2'. %1%

core_couldNotRemoveDirectory 

summary>The shortcut file '%2' could not be resolved into a real file name. %1%

core_couldNotResolveShortcut 

summary>Could not set the date modified for the file '%2'. %1%

core_couldNotSetDateTimeModified 

summary>Could not set the date modified for the file '%1'. The date supplied could not be converted to GMT. It is probably invalid.

core_couldNotSetDateTimeModified2 

summary>Could not set attributes for the file '%2'. %1%

core_couldNotSetFileAttribute 

summary>Afghanistan

core_countryAfghanistan 

summary>Åland Islands

core_countryAlandIslands 

summary>Albania

core_countryAlbania 

summary>Algeria

core_countryAlgeria 

summary>American Samoa

core_countryAmericanSamoa 

summary>Andorra

core_countryAndorra 

summary>Angola

core_countryAngola 

summary>Anguilla

core_countryAnguilla 

summary>Antarctica

core_countryAntarctica 

summary>Antigua And Barbuda

core_countryAntiguaAndBarbuda 

summary>Argentina

core_countryArgentina 

summary>Armenia

core_countryArmenia 

summary>Aruba

core_countryAruba 

summary>Australia

core_countryAustralia 

summary>Austria

core_countryAustria 

summary>Azerbaijan

core_countryAzerbaijan 

summary>Bahamas

core_countryBahamas 

summary>Bahrain

core_countryBahrain 

summary>Bangladesh

core_countryBangladesh 

summary>Barbados

core_countryBarbados 

summary>Belarus

core_countryBelarus 

summary>Belgium

core_countryBelgium 

summary>Belize

core_countryBelize 

summary>Benin

core_countryBenin 

summary>Bermuda

core_countryBermuda 

summary>Bhutan

core_countryBhutan 

summary>Bolivia

core_countryBolivia 

summary>Bosnia And Herzegovina

core_countryBosniaAndHerzegovina 

summary>Botswana

core_countryBotswana 

summary>Bouvet Island

core_countryBouvetIsland 

summary>Brazil

core_countryBrazil 

summary>British Indian Ocean Territory

core_countryBritishIndianOceanTty 

summary>Brunei Darussalam

core_countryBruneiDarussalam 

summary>Bulgaria

core_countryBulgaria 

summary>Burkina Faso

core_countryBurkinaFaso 

summary>Burundi

core_countryBurundi 

summary>Cambodia

core_countryCambodia 

summary>Cameroon

core_countryCameroon 

summary>Canada

core_countryCanada 

summary>Cape Verde

core_countryCapeVerde 

summary>Cayman Islands

core_countryCaymanIslands 

summary>Central African Republic

core_countryCentralAfricanRepublic 

summary>Chad

core_countryChad 

summary>Chile

core_countryChile 

summary>China

core_countryChina 

summary>Christmas Island

core_countryChristmasIsland 

summary>Cocos Islands

core_countryCocosIslands 

summary>Colombia

core_countryColombia 

summary>Comoros

core_countryComoros 

summary>Congo

core_countryCongo 

summary>Democratic Republic of Congo

core_countryCongoDRO 

summary>Cook Islands

core_countryCookIslands 

summary>Costa Rica

core_countryCostaRica 

summary>Côte d'Ivoire

core_countryCoteDivoire 

summary>Croatia

core_countryCroatia 

summary>Cuba

core_countryCuba 

summary>Cyprus

core_countryCyprus 

summary>Czech Republic

core_countryCzechRepublic 

summary>Denmark

core_countryDenmark 

summary>Djibouti

core_countryDjibouti 

summary>Dominica

core_countryDominica 

summary>Dominican Republic

core_countryDominicanRepublic 

summary>Ecuador

core_countryEcuador 

summary>Egypt

core_countryEgypt 

summary>El Salvador

core_countryElSalvador 

summary>Equatorial Guinea

core_countryEquatorialGuinea 

summary>Eritrea

core_countryEritrea 

summary>Estonia

core_countryEstonia 

summary>Ethiopia

core_countryEthiopia 

summary>Falkland Islands

core_countryFalklandIslands 

summary>Faroe Islands

core_countryFaroeIslands 

summary>Fiji Islands

core_countryFiji 

summary>Finland

core_countryFinland 

summary>France

core_countryFrance 

summary>French Guiana

core_countryFrenchGuiana 

summary>French Polynesia

core_countryFrenchPolynesia 

summary>French Southern Territories

core_countryFrenchSouthernTerritories 

summary>Gabon

core_countryGabon 

summary>Gambia

core_countryGambia 

summary>Georgia

core_countryGeorgia 

summary>Germany

core_countryGermany 

summary>Ghana

core_countryGhana 

summary>Gibraltar

core_countryGibraltar 

summary>Greece

core_countryGreece 

summary>Greenland

core_countryGreenland 

summary>Grenada

core_countryGrenada 

summary>Guadeloupe

core_countryGuadeloupe 

summary>Guam

core_countryGuam 

summary>Guatemala

core_countryGuatemala 

summary>Guinea

core_countryGuinea 

summary>Guinea Bissau

core_countryGuineaBissau 

summary>Guyana

core_countryGuyana 

summary>Haiti

core_countryHaiti 

summary>Heard Island and McDonald Islands

core_countryHeardMcdonaldIslands 

summary>Holy See

core_countryHolySee 

summary>Honduras

core_countryHonduras 

summary>Hong Kong

core_countryHongKong 

summary>Hungary

core_countryHungary 

summary>Iceland

core_countryIceland 

summary>India

core_countryIndia 

summary>Indonesia

core_countryIndonesia 

summary>Islamic Republic of Iran

core_countryIran 

summary>Iraq

core_countryIraq 

summary>Ireland

core_countryIreland 

summary>Israel

core_countryIsrael 

summary>Italy

core_countryItaly 

summary>Jamaica

core_countryJamaica 

summary>Japan

core_countryJapan 

summary>Jordan

core_countryJordan 

summary>Kazakhstan

core_countryKazakhstan 

summary>Kenya

core_countryKenya 

summary>Kiribati

core_countryKiribati 

summary>Republic of Korea

core_countryKorea 

summary>Democratic Republic of Korea

core_countryKoreaDPR 

summary>Kuwait

core_countryKuwait 

summary>Kyrgyzstan

core_countryKyrgyzstan 

summary>Laos

core_countryLaos 

summary>Latvia

core_countryLatvia 

summary>Lebanon

core_countryLebanon 

summary>Lesotho

core_countryLesotho 

summary>Liberia

core_countryLiberia 

summary>Libya

core_countryLibya 

summary>Liechtenstein

core_countryLiechtenstein 

summary>Lithuania

core_countryLithuania 

summary>Luxembourg

core_countryLuxembourg 

summary>Macao

core_countryMacao 

summary>Macedonia

core_countryMacedonia 

summary>Madagascar

core_countryMadagascar 

summary>Malawi

core_countryMalawi 

summary>Malaysia

core_countryMalaysia 

summary>Maldives

core_countryMaldives 

summary>Mali

core_countryMali 

summary>Malta

core_countryMalta 

summary>Marshall Islands

core_countryMarshallIslands 

summary>Martinique

core_countryMartinique 

summary>Mauritania

core_countryMauritania 

summary>Mauritius

core_countryMauritius 

summary>Mayotte

core_countryMayotte 

summary>Mexico

core_countryMexico 

summary>Micronesia

core_countryMicronesia 

summary>Moldova

core_countryMoldova 

summary>Monaco

core_countryMonaco 

summary>Mongolia

core_countryMongolia 

summary>Montserrat

core_countryMontserrat 

summary>Morocco

core_countryMorocco 

summary>Mozambique

core_countryMozambique 

summary>Myanmar

core_countryMyanmar 

summary>Namibia

core_countryNamibia 

summary>Nauru

core_countryNauru 

summary>Nepal

core_countryNepal 

summary>Netherlands

core_countryNetherlands 

summary>Netherlands Antilles

core_countryNetherlandsAntilles 

summary>New Caledonia

core_countryNewCaledonia 

summary>New Zealand

core_countryNewZealand 

summary>Nicaragua

core_countryNicaragua 

summary>Niger

core_countryNiger 

summary>Nigeria

core_countryNigeria 

summary>Niue

core_countryNiue 

summary>Norfolk Island

core_countryNorfolkIsland 

summary>Northern Mariana Islands

core_countryNorthernMarianaIslands 

summary>Norway

core_countryNorway 

summary>Oman

core_countryOman 

summary>Pakistan

core_countryPakistan 

summary>Palau

core_countryPalau 

summary>Occupied Palestinian Territory

core_countryPalestine 

summary>Panama

core_countryPanama 

summary>Papua New Guinea

core_countryPapuaNewGuinea 

summary>Paraguay

core_countryParaguay 

summary>Peru

core_countryPeru 

summary>Philippines

core_countryPhilippines 

summary>Pitcairn

core_countryPitcairn 

summary>Poland

core_countryPoland 

summary>Portugal

core_countryPortugal 

summary>Puerto Rico

core_countryPuertoRico 

summary>Qatar

core_countryQatar 

summary>Reunion

core_countryReunion 

summary>Romania

core_countryRomania 

summary>Russia

core_countryRussia 

summary>Rwanda

core_countryRwanda 

summary>Saint Helena

core_countrySaintHelena 

summary>Saint Kitts And Nevis

core_countrySaintKittsAndNevis 

summary>Saint Lucia

core_countrySaintLucia 

summary>Saint Pierre And Miquelon

core_countrySaintPierreAndMiquelon 

summary>Saint Vincent And Grenadines

core_countrySaintVincentAndGrenadines 

summary>Samoa

core_countrySamoa 

summary>San Marino

core_countrySanMarino 

summary>Sao Tome And Principe

core_countrySaoTomeAndPrincipe 

summary>Saudi Arabia

core_countrySaudiArabia 

summary>Senegal

core_countrySenegal 

summary>GZIP error. %1% failed on file path '%2'.

core_gzipError 

summary>Seychelles

core_countrySeychelles 

summary>Sierra Leone

core_countrySierraLeone 

summary>Singapore

core_countrySingapore 

summary>Slovakia

core_countrySlovakia 

summary>Slovenia

core_countrySlovenia 

summary>Solomon Islands

core_countrySolomonIslands 

summary>Somalia

core_countrySomalia 

summary>South Africa

core_countrySouthAfrica 

summary>Spain

core_countrySpain 

summary>Sri Lanka

core_countrySriLanka 

summary>South Georgia And The South Sandwich Islands

core_countrySthGeorgiaSthSandwichIsles 

summary>Sudan

core_countrySudan 

summary>Suriname

core_countrySuriname 

summary>Svalbard And Jan Mayen

core_countrySvalbardAndJanMayen 

summary>Swaziland

core_countrySwaziland 

summary>Sweden

core_countrySweden 

summary>Switzerland

core_countrySwitzerland 

summary>Syria

core_countrySyria 

summary>Taiwan

core_countryTaiwan 

summary>Tajikistan

core_countryTajikistan 

summary>Tanzania

core_countryTanzania 

summary>Thailand

core_countryThailand 

summary>Timor-Leste

core_countryTimorLeste 

summary>Togo

core_countryTogo 

summary>Tokelau

core_countryTokelau 

summary>Tonga

core_countryTonga 

summary>Trinidad And Tobago

core_countryTrinidadAndTobago 

summary>Tunisia

core_countryTunisia 

summary>Turkey

core_countryTurkey 

summary>Turkmenistan

core_countryTurkmenistan 

summary>Turks And Caicos Islands

core_countryTurksAndCaicosIslands 

summary>Tuvalu

core_countryTuvalu 

summary>Uganda

core_countryUganda 

summary>Ukraine

core_countryUkraine 

summary>United Arab Emirates

core_countryUnitedArabEmirates 

summary>United Kingdom

core_countryUnitedKingdom 

summary>United States of America

core_countryUnitedStates 

summary>United States Minor Outlying Islands

core_countryUnitedStatesMinorIsles 

summary>Uruguay

core_countryUruguay 

summary>Uzbekistan

core_countryUzbekistan 

summary>Vanuatu

core_countryVanuatu 

summary>Venezuela

core_countryVenezuela 

summary>Vietnam

core_countryVietnam 

summary>Virgin Islands British

core_countryVirginIslandsBritish 

summary>Virgin Islands US

core_countryVirginIslandsUS 

summary>Wallis And Futuna

core_countryWallisAndFutuna 

summary>Western Sahara

core_countryWesternSahara 

summary>Yemen

core_countryYemen 

summary>Zambia

core_countryZambia 

summary>Zimbabwe

core_countryZimbabwe 

summary>Cannot create the directory '%2'. %1%

core_createDirFailed 

summary>Function is not available until all reviewers have completed their review.

rec_reviewIsNotFinished 

summary>Function is not available until after all authorizers have signed off.

rec_authorizationIsNotFinished 

summary>%1% at %2%

core_dateAtTime 

summary>day

core_day 

summary>days

core_days 

summary>This document does not require authorization.

rec_noAuthorizationRequired 

summary>The supplied decimal value contains one or more non-numeric characters.

core_decimalInvalidChars 

summary>List page size

web_listPageSize 

summary>Default

core_default 

summary>Unspecified error reported by R_TRIMCONTEXT%.

core_defaultMessageError 

summary>This document does not require any review activity.

rec_noReviewRequired 

summary>Extended SQL Error Information:

core_DetailedADOerrors 

summary>Cannot write to directory '%2'. %1%

core_directoryCannotWrite 

summary>Cannot access directory '%2'. %1%

core_directoryUnaccessible 

summary>Document

core_document 

summary>Accessing %1%: Application data path could not be located.

core_dsp_appDataPathInvalid 

summary>Accessing %1%: Application data path (local settings) could not be located.

core_dsp_appDataPathLocalInvalid 

summary>Accessing %1%: The 'My Documents' folder could not be located.

core_dsp_appMyDocumentsPathInvalid 

summary>Accessing %1%: Directory '%2' could not be created. %3%

core_dsp_couldNotCreateDir 

summary>Accessing %1%: Web Server work path is not defined.

core_dsp_webServerPathInvalid 

summary>R_TRIMCONTEXT% Error Number: (%1%). Windows Error Number: (%2%)
: %3%

core_errorDetails 

summary>R_TRIMCONTEXT% Error Number: (%1%). Windows Error Number: (%2%)
: %3%
the details of this message be copied to the Windows clipboard?

core_errorInformation 

summary>The input file stream is invalid.

core_errorReadingMsgStream 

summary>'%1' does not appear to be a valid file extension.

core_extensionInvalid 

summary>The property '%1' is not available for a document review location.

rec_propertyNotForDocumentReview 

summary>Only the reviewer or authorizer can overwrite their comments.

rec_onlyReviewerCanOverwriteNotes 

summary>The property '%1' is only available for a document review location.

rec_propertyOnlyForDocumentReview 

summary>Failed

core_failed 

summary>Failed to %1% '%2'.

%3%

core_failedToLaunchApp 

summary>%1% could not be started. of '%2' failed. %3%

core_failedToLaunchProgram 

summary>False

core_false 

summary>'%1' cannot be left blank.

core_fieldBlank 

summary>'%1' is blank or contains invalid information.

core_fieldBlankOrInvalid 

summary>This field contains an asterisk character (*). The asterisk is not allowed.

core_fieldCannotHaveAsterisk 

summary>The '%1' field contains invalid information.

core_fieldInvalid 

summary>'%1' must be greater than zero.

core_fieldMoreThanZero 

summary>'%1' must be unique. Please enter a different %1%.

core_fieldNotUnique 

summary>'%1' is too long. The maximum allowable length is %2%.

core_fieldTooLong 

summary>The file '%1' already exists and cannot be overwritten.

core_fileExists 

summary>The R_TRIM% reference file '%1' contains no valid references.

core_fileFileWithNoRef 

summary>Could not determine a valid file name.

core_fileNameCreateFail 

summary>Files

core_files 

summary>%1% files

core_filesOfType 

summary>GB

core_GB 

summary>This field cannot be left blank.

core_genericFieldBlank 

summary>Could not build a list of files in the directory '%2'. %1%

core_getFilesError 

summary>It was not possible to determine the login name for the current user. %1%

core_getUserFailed 

summary>It was not possible to register the Windows Service '%2'. %1%

core_handlerNotInstalled 

summary>hour

core_hour 

summary>hours

core_hours 

summary>None

dp_none 

summary>Blank Line

dp_blankLine 

summary>Comma

dp_comma 

summary>Hyphen

dp_hyphen 

summary>Space

dp_space 

summary>A rendition request of type '%1' has already been queued for this b_record%.

tem_renditionRequestAlreadyQueued 

summary>Retrieve Bulk Load Pending Transfer Count

bob_wgsFuncBulkPendingCount 

summary>The index '%1' already exists on the Elasticsearch server. Do you want to delete it and create a new one?

tem_recreateElasticIndex 

summary>Please enter a valid Elasticsearch server URL.

tem_invalidElasticServer 

summary>Content index '%1' was created successfully. Please use Elasticsearch administrator tools to perform any further configuration of the index, such as adding language analyzers, before commencing any indexing activity.

tem_configureNewElasticIndex 

summary>Please enter a valid Elasticsearch index name. Only alphanumeric characters and underscores are allowed.

tem_invalidElasticIndexName 

summary>Unable to connect to Elasticsearch server on '%1'. %2%

tem_elasticServerConnect 

summary>Invalid value for the Transaction Limit. The range of allowed values is between %1% and %2% (in kilobytes)

tem_invalidElasticTransactionSize 

summary>The index '%1' does not exist on the Elasticsearch server.

tem_elasticIndexNotPresent 

summary>External verification failed.

bob_externalAddinVerificationErr 

summary>Bulk transaction completed.

sth_elasticBulkComplete 

summary>Attempt %1% of %2% failed for current transaction batch.

sth_elasticBatchFailed 

summary>The server is not available or not responding. Error code : %1%

sth_elasticServerUnavailable 

summary>Invalid response received from the server. Error code : %1%

sth_elasticServerResponseInvalid 

summary>Sleeping %1% minutes

sth_elasticRetryWaitTime 

summary>Failed to load transaction after %1% attempt(s)

sth_elasticFailedToLoadTransaction 

summary>Failed to extract text from file '%1'. %2%

sth_elasticFailedToExtractText 

summary>Extracted text OK : %1% [%2%] (%3% bytes)

sth_elasticExtractedOkay 

summary>The file name contains invalid characters.

core_invalidCharacters 

summary>When specifying wildcard characters in file types for automatic b_recRendition% capture you can use:
\'?' for a single character substitution in combination with normal file type characters or
'*' by itself.

core_invalidFileTypeSpec 

summary>Error: Message could not be opened.

core_invalidMsgFile 

summary>The message file '%1' could not be loaded. It may be an incorrect format.

%2%

core_invalidMsgFileDetailed 

summary>An invalid value for '%1' was entered. It must be between %2% and %3%.

core_invalidPropertyNumberRange 

summary>Conversion to a number list failed. The supplied string contains invalid characters.

core_invalidStringForUriList 

summary>Conversion to a number list failed. The method requires either a single integer, a single variant, an array of integers or an array of variants.

core_invalidVariantForUriList 

summary>This document does not need a review or authorization process.

rec_noDocumentReviewProcessRequired 

summary>This document is not in a state that requires authorization.

rec_notInAuthorizationState 

summary>'%1' does not exist.

core_itemDoesNotExist 

summary>'%1' does not exist or is unsuitable for this purpose.

core_itemDoesNotExistOrIsUnsuitable 

summary>KB

core_KB 

summary>This document is not in a state that requires review.

rec_notInReviewState 

summary>This document can only be authorized using the DocuSign document authorization service.

rec_authorizeByDocusign 

summary>Attachments:

core_mailAttachmentsCap 

summary>BCC: %1%

core_mailBccCap 

summary>Cc:

core_mailCcCap 

summary>From:

core_mailFromCap 

summary>The file '%1' is too large to be used by R_TRIM% when sending or checking in an email.

core_mailMessageAttachmentTooLarge 

summary>Message:

core_mailMessageCap 

summary>Received:

core_mailReceivedCap 

summary>Sent:

core_mailSentCap 

summary>Subject:

core_mailSubjectCap 

summary>To:

core_mailToCap 

summary>Unable to open the memory mapped file '%1'.

core_mappedFileDoesntExist 

summary>MB

core_MB 

summary>VMBX File Headers are corrupt on line %1%.

core_mbxFileHeadersInvalid 

summary>minute

core_minute 

summary>minutes

core_minutes 

summary>Failed to setup a shared memory space for the file '%1', user '%2'. %3%

core_mmapmultifailed 

summary>Your R_TRIM% license does not include '%1'.

core_moduleNotLicensed 

summary>month

core_month 

summary>months

core_months 

summary>You must specify a directory to access file '%1'.

core_mustSpecifyAPath 

summary>The property '%1' can only be updated by %2%.

recPropertyCanOnlyBeUpdatedBy 

summary>New

core_new 

summary>New %1%

core_newXX 

summary>No

core_no 

summary>There is no room to create the required file in '%1'.

core_noRoomForFileName 

summary>Creating box '%1'...

trm_irm_creatingBoxMsg 

summary>Open Service '%2' on machine '%3' failed. %1%

core_openServiceFailed 

summary>Open Service Control Manager on machine '%2' failed. %1%

core_openServiceManagerFailed 

summary>Multiple bs_recordtype% have been selected.

irm_multipleRtySelected 

summary>'%1' is a directory without a filename. Please enter a filename as well.

core_pathIsADir 

summary>'%1' is too long to be used for a filename. The maximum length of the filename including the path is %2%.

core_pathIsTooLong 

summary>Please select a value for '%1'.

core_pleasePickEnum 

summary>Registry query failed.

core_QueryFail 

summary>An error occurred reading caption data.

core_readingCaption 

summary>Error retrieving file from R_workgroup%. Check the application event log on the R_WORKGROUP%. %1%

core_readingFromIStream 

summary>Read Only

core_readOnly 

summary>The R_TRIM% Reference file '%1' is invalid or an incompatible format.

core_refFileBad 

summary>Could not register the DLL %2%. %1%

core_registerDllFailed 

summary>Could not load the DLL %2%. %1%

core_registerDllHinstanceProblem 

summary>Comments for the editor: %1%

rec_enterReviewerComments 

summary>Classified

core_retrievingClassified 

summary>One or more reviewers needs to be specified to enable the document review process.

rec_needsReviewers 

summary>One or more authorizers needs to be specified to enable the document authorization process.

rec_needsAuthorizers 

summary>I have completed my review of this document

rec_docReviewDone 

summary>I have authorized the content of this document

recDocAuthorizationDone 

summary>second

core_second 

summary>seconds

core_seconds 

summary>Please select a different %1%.

core_selectDifferent 

summary>Service could not be deleted. %1%

core_serviceDeleteFail 

summary>Couldn't open service control manager. %1%

core_serviceManagerOpenFail 

summary>Couldn't open service. %1%

core_serviceOpenFail 

summary>Your review was completed on %1%

rec_docReviewDoneOn 

summary>Your authorization was completed on %1%

rec_docAuthorizationDoneOn 

summary>Reviews should be completed by %1%

rec_docReviewDueBy 

summary>Authorization should be completed by %1%

rec_docAuthorizationDueBy 

summary>The document could not be deleted. There is a problem trying to access the b_electronicStore% : '%1'.

rec_destroyRecFailedNoStore 

summary>Authentication is required by the proxy at '%1'. Please enter valid credentials for realm '%2'.

bob_proxyAuthRequired 

summary>Failed to extract text from document '%1'. %2%

core_textExtractFailure 

summary>Failed to extract text from %1% of %2% documents. See log for further details.

core_textExtractPartialFailure 

summary>Too many sessions.

core_spell01 

summary>Bad session ID.

core_spell02 

summary>Word not found.

core_spell03 

summary>Too many lexicons.

core_spell05 

summary>Unknown lexicon type.

core_spell06 

summary>Bad lexicon ID.

core_spell07 

summary>Buffer too small.

core_spell08 

summary>Lexicon is read only.

core_spell09 

summary>Unsupported action or related dictionary not installed.

core_spell13 

summary>Lexicon exists.

core_spell14 

summary>Too many blocks.

core_spell15 

summary>Bad block ID.

core_spell16 

summary>Invalid word.

core_spell19 

summary>Word out of sequence.

core_spell20 

summary>American English

core_spellCheckString00 

summary>American English Legal

core_spellCheckString01 

summary>American English Medical

core_spellCheckString02 

summary>Any

core_spellCheckString03 

summary>Auto change (use case of other word)

core_spellCheckString04 

summary>Auto change (use case of checked word)

core_spellCheckString05 

summary>British English

core_spellCheckString06 

summary>British English Legal

core_spellCheckString07 

summary>British English Medical

core_spellCheckString08 

summary>Capitalisation

core_spellCheckString09 

summary>Catalan

core_spellCheckString10 

summary>Check spelling

core_spellCheckString11 

summary>Conditionally change (use case of other word)

core_spellCheckString12 

summary>Conditionally change (use case of checked word)

core_spellCheckString13 

summary>Consider changing:

core_spellCheckString14 

summary>Czech

core_spellCheckString15 

summary>Danish

core_spellCheckString16 

summary>=26Delete

core_spellCheckString17 

summary>Doubled word:

core_spellCheckString18 

summary>Dutch

core_spellCheckString19 

summary>Edit dictionary

core_spellCheckString20 

summary>Error opening dictionary %s%%

core_spellCheckString21 

summary>Error replacing word in text (probably out of space)

core_spellCheckString22 

summary>Exclude (treat as misspelled)

core_spellCheckString23 

summary>Export dictionary

core_spellCheckString24 

summary>Finnish

core_spellCheckString25 

summary>French (Canadian)

core_spellCheckString26 

summary>French (European)

core_spellCheckString27 

summary>German

core_spellCheckString28 

summary>Hungarian

core_spellCheckString29 

summary>=26Ignore

core_spellCheckString30 

summary>Ignore (skip)

core_spellCheckString31 

summary>Text files (*.txt)|*.txt|All files (*.*)|*.*|

core_spellCheckString32 

summary>Import Dictionary

core_spellCheckString33 

summary>Italian

core_spellCheckString34 

summary>Dictionary files (*.tlx)|*.tlx|External dictionaries (*.dic)|*.dic|Text files (*.txt)|*.txt|All files (*.*)|*.*|

core_spellCheckString35 

summary>Not in dictionary:

core_spellCheckString36 

summary>Create dictionary file

core_spellCheckString37 

summary>Norwegian (Bokmal)

core_spellCheckString38 

summary>Norwegian (Nynorsk)

core_spellCheckString39 

summary>Add dictionary file

core_spellCheckString40 

summary>Polish

core_spellCheckString41 

summary>Brazilian Portuguese

core_spellCheckString42 

summary>Portuguese (Iberian)

core_spellCheckString43 

summary>=26Change

core_spellCheckString44 

summary>Russian

core_spellCheckString45 

summary>Spanish

core_spellCheckString46 

summary>Swedish

core_spellCheckString47 

summary>=26edit

core_spellCheckString48 

summary>Spell check failed. %1%

core_spellErc 

summary>Service has started.

core_start 

summary>Service failed to start. %1%

core_startFail 

summary>Start Service '%2' on machine '%3' failed. %1%

core_startServiceFailed 

summary>OK

cs_ConfigOk 

summary>Service has stopped.

core_stop 

summary>Cancel

cs_ConfigCancel 

summary>Stopping service '%2' on machine '%3' failed. %1%

core_stopServiceFailed 

summary>True

core_true 

summary>This directory does not exist:

'%1'
you like to try and create it?

core_tryDirCreate 

summary>Undocumented R_TRIM% error.
Code and Parameters :

core_undocumentedError 

summary>Unknown

core_unknown 

summary>Unknown error

core_unknownError 

summary>=3Cunknown=3E

core_unknownUserName 

summary>Could not unregister the DLL %2%. %1%

core_unregisterDllFailed 

summary>An error occurred converting supplied data to a number. %1%

core_variantConvertError 

summary>An error occurred converting supplied data to a number. Unsupported variant type (%1%)

core_variantNotNumberType 

summary>week

core_week 

summary>weeks

core_weeks 

summary>Warning: you have specified a wildcard character in the file type specification for automatic b_recRendition% capture. b_record% can only have one b_recRendition% of this type. R_TRIM% will capture in the first matching one it finds.

core_wildcardForUniqueRendition 

summary>An error occurred writing caption data.

core_writingCaption 

summary>Error writing to the b_electronicStore%. Probable failure is that you have run out of disk space or your quota has been reached. %1%

core_writingToIStream 

summary>Error writing to the b_electronicStore%. Probable failure is that you have run out of disk space or your quota has been reached.

core_writingToIStreamNotEnufBytes 

summary>Force Sync

pc_forceSync 

summary>Start

pc_start 

summary>year

core_year 

summary>years

core_years 

summary>Yes

core_yes 

summary>Stop

pc_Stop 

summary>The b_hold% '%1' contains bs_record% on hold.

cse_holdHasRecsWarning 

summary>Cannot connect to R_WORKGROUP% on '%1'. %2%

db_cannotConnectRCF 

summary>Pause

pc_pause 

summary>Continue

pc_continue 

summary>Configure

pc_configure 

summary>Failed to subscribe to R_WORKGROUP% on '%1'.

db_failedToSubscribeToWgs 

summary>The feature you are attempting to use is not supported in this dataset. will need to upgrade the database schema to the latest version.

db_needSchemaUpgradeForFeature 

summary>Internal Error. No R_workgroup% connection available to service the request.

db_noWorkgroupConnectionAvailable 

summary>BS_offlineRecord% are not available from a Web Service.

db_offlineRecordsNotInWebService 

summary>Internal Error. One of the R_TRIM% dataset SQL formatting functions failed.

db_outOfSequence 

summary>Exit

pc_Exit 

summary>A call to the Offline Records Monitor to refresh the client object cache failed. %1%

db_pollingWatcherError 

summary>R_TRIMCONTEXT% PCS Synchronization Service

pc_agentName 

summary>Error executing a SQL statement. %1%

db_sqlError 

summary>Exiting the agent will not stop the Policy Center Solution Synchronization Server
you still want to exit?

pc_exitQuery 

summary>A sync was not started as there is already one running.

pc_alreadyRunning 

summary>Sync starting...

pc_syncStarting 

summary>Subscribing to R_WORKGROUP% on '%1'.

db_subscribingToWgs 

summary>The transaction took too long and timed out.

db_transactionTimeout 

summary>Sync finished with %1% errors.

pc_syncFinishedLog 

summary>Server subscription disconnected

db_wgsSubscriptionDown 

summary>%1_objectType% - Created: %2% Updated: %3% Deleted: %4%

pc_syncObjectStats 

summary>%1_threadId%=3E Sync completed in %2_elapsedTime%. Next sync scheduled for %3_nextSyncTime%.

pc_syncFinishedUI 

summary>Unable to connect to R_TRIMCONTEXT%.

pc_noCMConnection 

summary>Unable to locate parent b_classification% with GUID '%1_parentGUID' for %2_recordClassName%.

pc_missingParentClass 

summary>Bad service request

dbe_badServiceRequest 

summary>Could not create service '%2'. %1%

dbe_createServiceFailed 

summary>Settings

irm_settingsHdg 

summary>Process %1%

irm_processHdg 

summary>Create boxes after %1% bs_record% have been added.

irm_createBoxAfterMsg 

summary>Create boxes when %1% changes.

irm_createBoxAfterBreakMsg 

summary>The b_recordtype% '%1' does not have physical inactive record management enabled.

irm_rtDoesNotSupportPSO 

summary>Close the current box when a new box is created.

irm_closeBoxWhenFullMsg 

summary>Could not construct the external event processor with ProgID of '%2'. %1%

dbe_extEventHandlerMissing 

summary>b_classification% could not be created.

pc_classCreationFailed 

summary>Record Class Description: %1_description%

pc_recordClassDescription 

summary>%1%. This error message will not be displayed again today.

dbe_msgSuppressed 

summary>%1_classOrSchedule% added or updated for %2_recordClassName%(%3_recordClassCode%).

pc_objectProcessed 

summary>Content indexing path not setup for event processor on '%1'.

dbe_noContentPath 

summary>%1_classOrSchedule% not created for %2_recordClassName%(%3_recordClassCode%): %4_errorDetails%

pc_objectNotCreated 

summary>Record Class Notes: %1_notes%

pc_recordClassNotes 

summary>Disposition Trigger: %1_pcTriggerText% Code: %3_classCode% Action: %2_action%

pc_dispositionDetails 

summary>Total BS_Record%

dbe_totalRecords 

summary>An error occurred when processing events. %1%

dbe_unexpectedError 

summary>Authentication to Policy Center Solution failed: %1_reason%

pc_PCAuthenticationFailed 

summary>The Server %1% is unregistered. Use R_enterpriseStudio% to add the server.

dbm_connFromUnregisteredServer 

summary>Service stopped.

pc_serviceStopped 

summary>%1% is not a valid parameter. Use -service to register as a service. Use -unregserver to uninstall.

dbm_invalidParameter 

summary>Unable to create b_classification% as the creation of its parent (%1_parentGUID%) failed.

pc_parentFailedEarlier 

summary>Could not obtain mutex.

dbm_mutexBusy 

summary>Errors detected during this processing. Please check the log file %1% for more information.

irm_errorsFound 

summary>The event processor type '%1' is not available for the R_WORKGROUP%.

sdk_eventMonitor_processorNotAvailable 

summary>The remote call to get the event processor counters failed.

sdk_eventMonitor_getDataFailed 

summary>The remote call to initialize an event processor counter failed.

sdk_eventMonitor_initializeFailed 

summary>The start point and end point of a line cannot be the same.

core_gpsLineStartEndTheSame 

summary>A line requires at least 2 points.

core_gpsLineNeedsMoreThan1Point 

summary>The refresh interval is out-of-bounds. The allowed range is %1% to %2%. The value has been set to %3%.

sdk_eventMonitor_intervalOutOfBounds 

summary>The top level numbering pattern must not have any manual components.

fp_topLevelHasManualNbr 

summary>This b_recordType% is flagged for document review but has no reviewers defined. You need to add the document review page to the data entry form in order that a b_record% can have reviewers nominated when it is created.

rty_noReviewersNeedsForm 

summary>This b_recordType% is flagged for document authorization but has no authorizers defined. You need to add the document review page to the data entry form in order that a b_record% can have authorizers nominated when it is created.

rty_noAuthorizersNeedsForm 

summary>The b_location% '%1' needs the permission '%2' to be used for '%3'.

loc_needsPermissionForRole 

summary>The b_location% '%1' needs to have an internet email address to be used for '%2'.

loc_needsEmailForRole 

summary>Category

dbp_category 

summary>The b_location% '%1' needs to have a valid login to be used for '%2'.

loc_needsALoginForRole 

summary>The authorizer '%1' cannot be removed because it has been specified in the b_recordType% document review settings.

rec_docReviewAuthorizerSetByType 

summary>This b_record' is already in the document review state '%1'.

rec_documentAlreadyHasState 

summary>Since %1%

rec_documentStateDetails 

summary>Due date for the %1% to complete their work

rec_docReviewDueDateCap 

summary>You need to specify a due date that is in the future.

rec_documentReviewDueDateInThePast 

summary>The token specified was not matched against any event monitor objects. You will need to initialize a new event monitor object to get a fresh token.

sdk_eventMonitor_tokenNotFound 

summary>The GIS Integration file '%1' is missing.
your R_TRIM% System Administrator to check the ‘Web Server’ tab in System Options.

ocx_gisFileMissing 

summary>Issued by MSP

bob_infoParamLicensedFromMSP 

summary>Geography properties are not supported in when using the bulk data loader.

api_noGeographyForBulkLoader 

summary>%1% '%2' is not attached to the b_userLabel% '%3'.

bob_itemNotAttachedToLabel 

summary>%1% '%2' is already at the top of the list for the b_userLabel% '%3'.

bob_itemAlreayAtTopOfList 

summary>%1% '%2' is already at the bottom of the list for the b_userLabel% '%3'.

bob_itemAlreayAtBottomOfList 

summary>In order to perform a geography search, you need to specify a single polygon, line without self crossings or a point. Multiple polygons or self crossing lines are not supported.

core_geographySearchNeedsSinglePolygon 

summary>Saving the redaction as a PDF document will mean you are no longer able to edit the redaction. Are you sure you want to save as a PDF document?

rec_confirmSaveRedactionAsPdf 

summary>Schema Manager

tem_schemaManager 

summary>Special BS_location%

tem_smItemLogins 

summary>Guest

tem_smUserGuest 

summary>Administrator

tem_smUserAdmin 

summary>Server Internal

tem_smUserServices 

summary>Instant On Template

tem_smUserInstantOn 

summary>This item is not part of the standard R_TRIM% schema. It will be removed if you undertake general corrective action.

tem_nonStandardSchemaItemMsg 

summary>Special B_location%

tem_smItemLogin 

summary>No errors detected

tem_smStatusOk 

summary>Errors detected

tem_smStatusError 

summary>Item not found

tem_smStatusMissing 

summary>Item not part of schema

tem_smStatusNotInSchema 

summary>No action required

tem_smActionNone 

summary>Create item

tem_smActionCreate 

summary>Recreate item

tem_smActionRecreate 

summary>Delete item

tem_smActionDelete 

summary>Correct subordinate items

tem_smActionFixSubordinates 

summary>Re-create parent item

tem_smActionRecreateParent 

summary>Insert Zero URI Row

tem_smActionInsertZeroUriRow 

summary>Favorite BS_record%

dbp_favorites 

summary>Access to record %1% has been specifically excluded for members of %2%.

bob_aclExclusionForMembers 

summary>Field failed validation.

bob_fldFailedVerification 

summary>You can only select an item value at the lowest level. Please make a selection from the items below %1%.

sui_selectFromLowestLevel 

summary>Invalid request - no signers were specified.

rdr_noSignerInDocuSign 

summary>Invalid request - no files were specified.

rdr_noFilesInDocuSign 

summary>Failed to set default printer.

rdr_failToSetDefaultPrinter 

summary>Print queue jammed.

rdr_printerJammed 

summary>Timed out while waiting for completion of transfers from workgroup server to store.

api_timeOutDocTransfer 

summary>Cannot save a data entry form without knowing its usage.

api_cannotSaveForm 

summary>Record data entry forms can only be saved using a associated record type object.

api_cannotSaveRecordForm 

summary>Failed to initiate multi-part upload. UploadId is blank.

wgs_multipartUploadFailed 

summary>The working copy object with uri %1% was not found.

rec_workingCopyNotFound 

summary>Reindex email progress

trm_emailReindexProgress 

summary>Reindex email progress ( report only )

trm_emailReindexReport 

summary>EML Repair Progress

trm_emlRepairProgress 

summary>VMBX Mail message converted successfully.

trm_vmbxConvertedOk 

summary>Unable to read from file '%1'.

wgsAzureReadFile 

summary>Isilon API request failed with HTTP status '%1'.

wgsIsilonApi 

summary>RCF upload ID is missing in call to AddDocument().

wgsRcfUploadId 

summary>The '%1' function is no longer supported on this workgroup server.

wgsFunctionNotSupported 

summary>This b_lookupItem% has been used as a default and cannot be changed. the bs_fieldDefinition% that use this b_lookupItem% as a default.

bob_lkiUsedAsDefaultErr 

summary>You are not allowed to change your own user type.

loc_cannotChangeYourSelf 

summary>Connected successfully to Elasticsearch server on '%1'.

tem_elasticConnectOk 

summary>What's new in R_TRIM% %1%

trm_whatsNew 

summary>New task 'Change Title' - this supports tagging so you can update many titles in one easy operation
task 'Change User Type' - this also supports tagging so you can change many users in one click.
Style - this allows you to place the viewpane to the right of the list. You will find this option on the View tab of the ribbon.
can now set different default sort and filters to the record favorites, work tray, in tray, due tray, in/due tray, recent document and my containers.

trm_whatsNewText 

summary>Invalid Base64 encoded data. The Base64 data must consist of lines of 76 characters.

core_base64LineLength 

summary>Unable to export certificate chain for certificate '%1'. Verify that the certificate is present in the Personal certificate store.

vers_exportCertificate 

summary>This event is associated with one or more retention bs_schTrigger% and cannot be removed

fp_removeArchiveEvent 

summary>Every %1% %2%, starting from %3%.

fp_scheduleDescription 

summary>Event occurrences are scheduled to happen automatically.

fp_fireScheduledEventError 

summary>This is a one-off event and it has already occurred.

fp_fireOnceOffEventError 

summary>The next occurrence of this event isn't due to occur until %1%.

fp_eventInFuture 

summary>This b_archiveevent% uses a schedule - cannot fire adhoc.

fp_cannotFireAdHoc 

summary>An occurrence has already been created for %1%.

fp_occurrenceAlreadyCreated 

summary>Could not open cache size information file '%1'. %2%

core_openCacheSizeInfoFile 

summary>P_recOwnerLocation%

dbp_ownerLoc 

summary>AutoClassification : no pending BS_record% found

evt_autoClassNoPendingRecords 

summary>AutoClassification : %1% [score %2% ] %3%

evt_autoClassReasonForFailure 

summary>AutoClassification : %1% - b_classification% set to %2%

evt_autoClassSetNewClassification 

summary>AutoClassification : Failed getting b_classification% for b_record% - %1%

evt_autoClassFailedToGetClassification 

summary>AutoClassification : %1% failed to set b_classification% to %2% - %3%

evt_autoClassFailedToSetNewClassification 

summary>AutoClassification : %1% moved to b_classification% ==3E '%2' [score %3%]

evt_autoClassMovedToClassification 

summary>Pending bs_record% in the range, %1% ==3E %2%, have not been indexed yet

evt_autoClassRecordsNotIndexedYet 

summary>AutoClassification : Failed to read training data

evt_autoClassFailedToReadTrainingData 

summary>AutoClassification : No training data available

evt_autoClassNoTrainingData 

summary>E_tt_containers%

dbp_recentContainers 

summary>E_tt_documents%

dbp_recentDocuments 

summary>Alter column definition

tem_smActionAlterColumn 

summary>Processing schema item: %1%

tem_smProcessingItem 

summary>Repairing schema item: %1%

tem_smRepairingItem 

summary>action required = %1%

tem_smActionRequired 

summary>Recreating schema item: %1%

tem_smRecreatingItem 

summary>The column %1% in table %2% has a data referential integrity error issue.

tem_smReferentialError 

summary>Checking schema item:

tem_smCheckingItem 

summary>Could not find the %1% '%2' in this dataset. It needs to be created.

tem_smItemMissing 

summary>A parent object for this item is missing.

tem_smItemMissingParent 

summary>One or more columns are in an incorrect position. The table must be recreated.

tem_smColumnsOutOfOrder 

summary>Could not find the primary key for table '%1' in this dataset. The table needs to be recreated.

tem_smNoPrimaryKey 

summary>Index is defined as duplicate, but it should be unique.

tem_smIndexShouldBeUnique 

summary>Index is defined as unique, but it should be duplicate.

tem_smIndexShouldBeDuplicate 

summary>A primary key has been defined('%1') but this table should not have one.

tem_smShouldNotHavePrimaryKey 

summary>At least one non-standard %1% was detected - see list of non-schema items.

tem_smFoundNonStandardItem 

summary>Could not find the column '%1' in this index. The index needs to be recreated.

tem_smIndexMissingColumn 

summary>The column '%1' in this index forms part of the main index but it should only be included. The index needs to be recreated.

tem_smIndexColumnShouldBeIncluded 

summary>The column '%1' in this index is marked for include only but it should be part of the main index. The index needs to be recreated.

tem_smIndexColumnShouldNotBeIncluded 

summary>At least one non-standard column was found in this index. The index needs to be recreated.

tem_smIndexHasNonStandardColumn 

summary>Missing the 0 URI row.

tem_smMissingZeroUriRow 

summary>The column '%1' is part of the primary key and cannot be corrected directly.

tem_smColumnInPrimaryKey 

summary>The URI column cannot be corrected directly.

tem_smUriColumnCannotBeFixed 

summary>Could not obtain detailed column information.

tem_smCannotGetColumnInfo 

summary>Column size needs to be increased from %1% to %2%.

tem_smColumnNeedsIncreasing 

summary>Column size needs to be decreased from %1% to %2%. Note that corrective action could cause data loss.

tem_smColumnNeedsDecreasing 

summary>Column needs to be converted to UNICODE character format.

tem_smColumnNeedsUnicodeConversion 

summary>Column needs to be converted to ANSI character format. Note that corrective action could cause data loss.

tem_smColumnNeedsANSIConversion 

summary>Column '%1' has an incorrect format, expected '%2', found '%3'. Recreating this table will lose existing data values for this column.

tem_smColumnHasIncorrectFormat 

summary>Column should allow NULL values.

tem_smColumnShouldAllowNull 

summary>Column should not allow NULL values.

tem_smColumnShouldNotAllowNull 

summary>Column should be defined as sparse.

tem_smColumnShouldBeSparse 

summary>Column should not be defined as sparse.

tem_smColumnShouldNotBeSparse 

summary>Column has non-standard constraints (%1%)

tem_smColumnHasConstraints 

summary>Column is referenced by another column referential constraint (%1%)

tem_smColumnHasInvalidRIConstraint 

summary>Processing document %1% of %2%

tem_smtProcessingDocument 

summary>%1%: processing complete. %2% item(s) were processed.

tem_smtToolProcessingComplete 

summary>Fixing dates for table %1% (%2% of %3%)

tem_smtFixingDatesForTable 

summary>Column %1% (%2% of %3%)

tem_smtFixingDatesForColumn 

summary>%1%: procColumn %1% (%2% of %3%)

tem_smtFixingDatesComplete 

summary>%1%: processing complete. There were no items found that needed correction.

tem_smtToolProcessingCompleteNoneDone 

summary>**** Please verify as last modification to object occurred after start of daylight savings.

tem_smtFixingDatesVerifyMessage 

summary>%1% rows updated.

tem_smtRowsUpdated 

summary>Adding indexes and foreign keys

tem_createStage2 

summary>The migrate database is not at the correct schema version or a connection could not be established.

tem_migrateAtIncorrectSchema 

summary>Inserting relevant data into new tables

tem_createInsertingData 

summary>An invalid database ID was provided.

tem_suInvalidDBID 

summary>The selected dataset has a schema version number of %1%. This schema version is too old to be managed by this version of R_TRIM%. Please consult the documentation to determine how to upgrade this dataset.

dbt_conversionNotPossible 

summary>The selected dataset has a schema version number of %1%. This version of R_TRIM% only supports schemas up to version %2%. You will need to upgrade your software to access this dataset.

dbt_needToUpgradeSoftware 

summary>Schema upgrade failed, log file can be found at %1%.

tem_suFailedSeeLog 

summary>B_record% '%1' is being reviewed or authorized. You need to restart the document editing process if you wish to alter the document.

rec_documentReviewInProgress 

summary>The R_WORKGROUP% is already running.

dbw_alreadyRunning 

summary>The retrieval of a fully cached table has failed. %1%

dbw_cachedTableRetrieval 

summary>The thread '%1' is attempting to use a workgroup server connection that is being used by another thread '%2'.

dbw_concurrentDbAccess 

summary>B_record% '%1' is subject to a document review process. Only the editor of the document (%2%) can make changes to the document.

rec_documentReviewNotEditor 

summary>The dataset with the ID '%1' is not available. Possible causes are: it is registered on a different R_WORKGROUP% to the one selected, the schema of this dataset is not supported by this R_workgroup% or the network connection between the R_workgroup% and the database server has failed.

dbw_dbisnotreg 

summary>The dataset '%1' is offline.
%2%

dbw_dbisOff 

summary>R_WORKGROUP%: b_electronicStore% error.

dbw_elecStoreErr 

summary>Could not find a b_recRendition% of type '%1' to promote.

rec_renditionNotAvailableToPromote 

summary>B_recRendition% type %1% promoted, original source document deleted.

rec_renditionPromotedOriginalDeleted 

summary>B_recRendition% type %1% promoted, original source document now a b_recRendition% of type %2%

rec_renditionPromoted 

summary>An error occurred in a SQL search. Check the application event log on the R_WORKGROUP%.

dbw_GetRecordsetQueryUser 

summary>R_workgroup% error. %1%

dbw_interfaceCallError 

summary>Could not load R_WORKGROUP% configuration information. %1% The R_WORKGROUP% will start and await a deployment from R_enterpriseStudio%.

dbw_loadDatabaseArray 

summary>-------------— Logging started by user request ------------—

dbw_loggingStarted 

summary>-------------— Logging stopped by user request ------------—

dbw_loggingStopped 

summary>Login validation failed. %1%

dbw_loginCheckComError 

summary>Login has expired.

dbw_loginExpired 

summary>Connection to dataset '%1' for '%2' failed. %3%

dbw_loginFailed 

summary>Login failed.

dbw_loginFailed4 

summary>R_workgroup% cannot process request because there was a security violation.

dbw_loginInvalid 

summary>The supplied login name has not been registered as a R_TRIMCONTEXT% user and the guest account has not been registered.

dbw_loginNotFound 

summary>The supplied login name has not been registered as a R_TRIMCONTEXT% user and no guest account is available.

dbw_loginNotFound2 

summary>The supplied login name has not been registered as a R_TRIMCONTEXT% user and guest logins have been deactivated.

dbw_loginNotFound3 

summary>The supplied login name has not been registered as a R_TRIMCONTEXT% user and guest logins have expired.

dbw_loginNotFoundGuestsExpired 

summary>%1_classOrSchedule% not created for %2_recordClassName%(%3_recordClassCode%): %4_errorDetails%

pc_objectNotDeleted 

summary>Error %1% encountered while walking the b_electronicStore% in pre-emptive cache processing. b_electronicStore% = %2%.

dbw_preemptiveCacheThread 

summary>Error [%1%] encountered during stage two processing of a pre-emptive cache document notification.

dbw_preemptiveCacheThread_1 

summary>Error [%1%] encountered during stage two (serialisation) processing of a pre-emptive cache document notification.

dbw_preemptiveCacheThread_2 

summary>Error [%1%] encountered during stage three processing of a pre-emptive cache document notification.

dbw_preemptiveCacheThread_3 

summary>Error [%1%] encountered during stage one processing of a pre-emptive cache document notification.

dbw_preemptiveWriterThread 

summary>A unspecified problem was encountered while starting the R_WORKGROUP%.

dbw_ProblemDuringStartup 

summary>Error %1% encountered while purging the cache. b_electronicStore% = %2%. This error can be safely ignored.

dbw_purgeCacheThread 

summary>Provides dataset and document access to R_TRIM% clients.

dbw_serviceDescription 

summary>The R_TRIM% Office Add-In cannot check in bs_record% that are stored in the bs_offlineRecord% folder. Please use R_TRIMCONTEXT% to check these documents in.

ofc_cantCheckInOfflineRec 

summary>A R_workgroup% shutdown request is in progress. Try again later.

dbw_shutdownInProgress 

summary>Details of the b_electronicStore% with identifier '%1' could not be found in the dataset.

dbw_storeNotFoundInDatabase 

summary>The R_workgroup% configuration file trimConfig.tcfg is missing. Listening on default port. Use the deploy function in R_enterpriseStudio% or copy the configuration file manually.

dbw_workgroupConfigFileMissing 

summary>Items

core_items 

summary>The item selected cannot be viewed.

core_notViewable 

summary>The e_lc_position% b_location% '%1' needs to have a valid login or there needs to be at least one e_lc_person% in this e_lc_position% to be used for '%2' .

loc_needsALoginOrPersonForRole 

summary>AutoClassification Error : '%1'

evt_autoClassError 

summary>Initialization of bs_offlineRecord% failed. %1%

core_initOfflineRecordsFailed 

summary>Document: %1%
: %2%

bob_mailNoteDocumentReviewPreamble 

summary>The comments have been updated by %1% (%2%):

%3%

bob_mailNoteReviewCommentsAdded 

summary>The document editor has added a reply to your comments:

%1%

bob_mailNoteEditorReplyAdded 

summary>The drafting process is now overdue. The due date for you to complete the document draft is %1%.

bob_mailNoteDraftOverdue 

summary>The review process is now overdue. The due date for you to complete the review is %1%.

bob_mailNoteReviewOverdue 

summary>The authorization process is now overdue. The due date for you to authorize this document is %1%.

bob_mailNoteAuthorizationOverdue 

summary>This document is now in the drafting stage and you should mark it is as ready for review or authorization once you have completed the drafting process.

bob_mailNoteDraftingReadyToStart 

summary>You have been nominated as a reviewer of this document and the editor has indicated that the review process can now be commenced. Use the Document Review functions to add any comments for the editor and to notify when you have completed your review.

bob_mailNoteReviewReadyToStart 

summary>You have been nominated as an authorizer of this document and the editor has indicated that the authorization process can now be commenced. Use the Document Review functions to add any comments for the editor and to authorize this document.

bob_mailNoteAuthorizationReadyToStart 

summary>All reviewers have completed their review activity. The document can now be submitted for authorization or finalized.

bob_mailNoteReviewComplete 

summary>All authorizers have now completed their authorization activity. You can now finalize this document.

bob_mailNoteAuthorizationComplete 

summary>Notes text size cannot exceed %1%. You need to reduce the notes text by %2% characters.

bob_notesTooLong 

summary>The DocuSign authorization process failed: %1%

bob_mailNoteDocusignFailed 

summary>This %1% cannot be removed. It is being used by one or more %2%.

core_objectInUseBy 

summary>Please select a Check In Style for this Linked Folder.

vb_tio_linkedFolderNeedsStyle 

summary>Checkin Style

vb_tio_checkinStyle 

summary>Cannot setup new Record from Checkin Style as none was provided.

vb_tio_noRecAsNoStyle 

summary>Please select an Outlook folder to link to.

vb_tio_linkedFolderNeedsFolder 

summary>Remove indexes and other startup work

tem_suStageRemoveIndexesAndOtherStartupWork 

summary>Creating and altering tables

tem_suStageCreateOrAlterTables 

summary>Converting column data in tables (part 1)

tem_suStageConvertDataPass1 

summary>Converting column data in tables (part 2)

tem_suStageConvertDataPass2 

summary>Dropping obsolete columns

tem_suStageDropColumns 

summary>Dropping obsolete tables

tem_suStageDropTables 

summary>Adding/restoring indexes

tem_suStageAddIndexes 

summary>Adding/restoring relational constraints

tem_suStageAddRIIndexes 

summary>Adding procedures, views and functions

tem_suStageAddProceduresViews 

summary>Dropping procedures, views and functions

tem_suStageDropProcedures 

summary>Stage %1%: %2% tasks completed. %3% tasks are executing, %4% tasks are waiting in a queue.

tem_suProgressMessage 

summary>Examining table %1% for schema changes ...

tem_suExaminingTable 

summary>Examining extra upgrade requirements ...

tem_suExaminingExtra 

summary>Delete index

tem_suWorkDeleteIndex 

summary>Delete constraint

tem_suWorkdeleteConstraint 

summary>Delete stats

tem_suWorkdeleteStats 

summary>Delete procedure

tem_suWorkdeleteProcedure 

summary>Delete view

tem_suWorkdeleteView 

summary>Create table

tem_suWorkcreateTable 

summary>Add columns

tem_suWorkAddColumns 

summary>Alter column sizes

tem_suWorkAlterColumns 

summary>Set NULL/NOT NULL constraints

tem_suWorkFixNullConstraints 

summary>Delete columns

tem_suWorkDropColumns 

summary>Create index

tem_suWorkCreateIndex 

summary>Create referential index

tem_suWorkCreateRIIndex 

summary>Create procedure

tem_suWorkCreateProcedure 

summary>Create view

tem_suWorkCreateView 

summary>Initialize column data

tem_suWorkInitColumnData 

summary>Access to your certificate was denied.

dsg_accessDenied 

summary>R_TRIMCONTEXT% experienced an error whilst acquiring the cryptographic context. There were problems initializing the cryptographic context for this keyset.

dsg_badCryptoContextKeyset 

summary>R_TRIMCONTEXT% experienced a Microsoft Windows error whilst creating a new cryptographic context (keyset generation): %1%

dsg_badCryptoContextKeysetCreation 

summary>Authority Revocation List

dsg_certAuthRevokeList 

summary>R_TRIMCONTEXT% could not allocate enough memory to load the certificate.

dsg_certBufferError 

summary>Business Category

dsg_certBusinessCategory 

summary>CA Certificate

dsg_certCACert 

summary>Certificate Revocation List

dsg_certCertRevokeList 

summary>Common Name

dsg_certCommonName 

summary>Country

dsg_certCountry 

summary>Cross Certificate Pair

dsg_certCrossPair 

summary>Physical Delivery Address

dsg_certDelAddr 

summary>Description

dsg_certDesc 

summary>Destination Indicator

dsg_certDestInd 

summary>Device Serial Number

dsg_certDeviceSN 

summary>Domain Component

dsg_certDomainComp 

summary>Fax

dsg_certFax 

summary>Given Name

dsg_certGivenName 

summary>The specified certificate attribute is invalid.

dsg_certificateAttributeInvalid 

summary>Could not allocate enough memory for the PCERT_NAME_INFO structure.

dsg_certificateAttributeNameInfoMemory 

summary>Could not decode certificate subject.

dsg_certificateAttributeSubject 

summary>R_TRIMCONTEXT% could not extract the email address from the certificate. %1%

dsg_certificateEmailError 

summary>Signer's certificate has expired.

dsg_certificateExpired 

summary>Could not find the required certificate.

dsg_certificateNotFound 

summary>R_TRIMCONTEXT% could not extract the user name from the certificate. %1%

dsg_certificateUsernameError 

summary>Initials

dsg_certInitials 

summary>International ISDN Number

dsg_certIntISDN 

summary>Locality

dsg_certLocality 

summary>Member

dsg_certMember 

summary>Organization

dsg_certOrg 

summary>Organization Unit

dsg_certOrgUnit 

summary>Owner

dsg_certOwner 

summary>PO Box

dsg_certPOBox 

summary>Postal Address

dsg_certPostalAddr 

summary>Postal Code

dsg_certPostcode 

summary>Preferred Delivery Method

dsg_certPrefDelMethod 

summary>Presentation Address

dsg_certPresAddr 

summary>Registered Address

dsg_certRegAddress 

summary>Role Occupant

dsg_certRoleOcc 

summary>Search Guide

dsg_certSearchGuide 

summary>See Also

dsg_certSeeAlso 

summary>State/Province

dsg_certState 

summary>Street Address

dsg_certStreetAddr 

summary>Supported Application Context

dsg_certSuppAppContext 

summary>P_locSurname%

dsg_certSurname 

summary>Telephone Number

dsg_certTeleNum 

summary>Telex

dsg_certTelex 

summary>Telex Terminal ID

dsg_certTelexTermId 

summary>Title

dsg_certTitle 

summary>User Certificate

dsg_certUserCertificate 

summary>User Password

dsg_certUserPwd 

summary>X21 Address

dsg_certX21Address 

summary>R_TRIMCONTEXT% failed to check the certificate because it could not find the issuer certificate. %1%

dsg_checkCertificateFailedIssuer 

summary>The certificate check failed because there was no issuer certificate found.

dsg_checkCertificateFailedNoIssuer 

summary>The parameters passed to 'checkCertificate()' were invalid.

dsg_checkCertificateInvalidArgs 

summary>R_TRIMCONTEXT% could not open the certificate store to access your digital certificates. Please contact your system administrator for assistance.

dsg_couldntOpenCertificateStore 

summary>R_TRIMCONTEXT% could not release the cryptographic provider. Please contact your system administrator for assistance.

dsg_couldntReleaseCryptoProvider 

summary>Invalid parameters passed to 'checkCertificate()'.

dsg_findCertificateInvalidArgs 

summary>An error occurred while trying to determine what certificates are available to this user.

dsg_getCertificatesResultArrayBad 

summary>R_TRIMCONTEXT% was unable to get the subject information from the certificate.

dsg_getSubjectFromCert 

summary>Invalid parameters passed to 'getIssuerCert()'.

dsg_issuerCertificateInvalidArgs 

summary>The certificate identifier was not specified.

dsg_noCertificateId 

summary>R_TRIMCONTEXT% could not determine the owner of one of your digital certificates. It is possible that the certificate is corrupt.

dsg_noCertificateOwner 

summary>Could not open the issuer certificate store.

dsg_noIssuerCertStore 

summary>Could not open the signature message file.

dsg_noMessageFile 

summary>The signature message filename was not specified.

dsg_noMessageFilename 

summary>R_TRIMCONTEXT% could not allocate enough memory to create the e_rt_dsignature%. Close some applications or windows and then try again.

dsg_noSignatureCreateMemory 

summary>%1_classOrSchedule% added or updated for %2_recordClassName%(%3_recordClassCode%).

pc_objectCreated 

summary>The signature filename was not specified.

dsg_noSignatureFilename 

summary>Could not get the length of the signature file.

dsg_noSignatureLength 

summary>No signer certificate was specified.

dsg_noSignerCert 

summary>Could not find the subject of the signer certificate. %1%

dsg_noSignerCertSubject 

summary>Signature checked by %1% on %2%.
%3%

dsg_signatureChecked 

summary>R_TRIMCONTEXT% could not create the signature. %1%

dsg_signatureCreateFailed 

summary>The signature for this document did not verify correctly. The document might have been changed since it was signed.

dsg_signatureInvalid 

summary>R_TRIMCONTEXT% could not verify the signature. %1%

dsg_signatureInvalidWindows 

summary>The ability to select the signer of a document has not been implemented in this release of R_TRIM%.

dsg_signerSelectMissing 

summary>BS_schedule% that have been created using the Iron Mountain Policy Center import tool cannot be updated using R_TRIM%.

sch_notAvailableForIMPCItems 

summary>R_TRIMCONTEXT% could not sign the message. %1%

dsg_signingFailed 

summary>Invalid hash algorithm requested.

dsg_unsupportedHashAlgorithm 

summary>Could not gain access to the certificate chain.

dsg_vChain 

summary>The signature did not verify correctly.

dsg_verifyFailed 

summary>Signature Verification Failed. %1%

dsg_verifySignatureFailed 

summary>Document signed by %1%. Signature Verification Successful.

dsg_verifySignatureOK 

summary>Non-specific error whilst verifying certificate.

dsg_vGeneralError 

summary>Invalid parameters passed to 'getVerificationCert()'.

dsg_vInvalidArgs 

summary>Could not verify certificate issuer context.

dsg_vIssuerContext 

summary>Error checking the signer certificate.

dsg_vSigner 

summary>There was an error extracting the certificate from the store. %1%

dsg_vStoreExtract 

summary>The certificate store handle is missing.

dsg_vStoreHdlMissing 

summary>There was a problem retrieving the certificate from the store.

dsg_vSubjectStore 

summary>The signer is not known.

dsg_vUnknownSigner 

summary>%1% cannot contain dashes (-), full stops (.), or numbers.

dtb_currencySymbolCharsInvalid 

summary>%1% cannot contain dashes (-) or numbers.

dtb_decimalSymbolCharsInvalid 

summary>'%1' is not a valid boolean value.

edi_badBool 

summary>The number for this b_record% needs to be derived from its b_classification%, however the b_classification% selected does not have a numbering pattern defined.

rec_planDoesntDoNumbering 

summary>'%1' is not a valid number.

edi_badLong 

summary>The replacement cannot be made as there are missing parts.

pc_failedReplacement 

summary>Internal Error. This function requires a document to execute successfully.

edm_badEDMstateDocument 

summary>Internal Error. This function requires a b_record% to execute successfully.

edm_badEDMstateRecord 

summary>Internal Error. This function requires a valid b_electronicStore% to execute successfully.

edm_badEDMstateStore 

summary>Internal Error. This function requires a valid b_electronicStore% item identifier to execute successfully.

edm_badEDMstateStoreId 

summary>Error checking out this document. It appears the document has recently been checked out by another user. data relating to this document has been refreshed. Please try again.

edm_bookoutContention 

summary>'%1' is open in another application and cannot be checked in to R_TRIM%. Please close this document and try again.

edm_cannotCheckInOpenFile 

summary>You cannot remove a e_rt_dsignature%.

edm_cannotRemoveDSG 

summary>Could not copy a file from %1% to %2%.

edm_copyFailed 

summary>The required revision no longer exists.

edm_defunctRevision 

summary>Document is checked out by %1%. It must be checked in before it can be removed or destroyed.

edm_docOutNoDeleteAllowed 

summary>You do not have the required access to this b_record%.

edm_noAccess 

summary>No electronic document attached.

edm_noDocAttached 

summary>Classification Code:

pc_classificationCode 

summary>Document not found in bs_offlineRecord%.

edm_notInThisTopdrawer 

summary>Alert user when b_electronicStore% is at %1%%%

est_alertUserStoreAtPerCent 

summary>Warning. You have loaded one or more AutoPass license files into the AutoPass license database, but they have not yet been setup in the R_TRIM% configuration.

tem_autopassFilesNeedSetup 

summary>The b_electronicStore% identifier '%1' is invalid.

est_badeStoreID 

summary>R_TRIMCONTEXT% b_electronicStore% hyperlink does not contain a valid b_electronicStore% pointer.

est_badeStorePointer 

summary>The license file has been imported into the AutoPass database however there were no new license keys added. Possibly this file has already been added.

tem_autopassNoLicsAdded 

summary>The license file has been imported into the AutoPass database. A total of %1% license key(s) were added.

tem_autopassFileAdded 

summary>Cannot determine the directory separator for the directory '%1'.

est_blankSeparator 

summary>B_electronicStore% cannot be removed as it contains documents.

est_cannotRemoveHasContents 

summary>This b_electronicStore% contains electronic bs_record%. If you change where the directory is located you will need to manually move all its subdirectories (and the files within) to the new directory.

est_dirChangeWarning 

summary>Error creating or accessing the b_electronicStore% directory. The directory '%1' could not be accessed or created. %2%

est_directoryError 

summary>No license keys were found in the AutoPass database for the specified customer name.

tem_noLicensesFound 

summary>Please enter the path name of the directory for this b_electronicStore%.

est_enterPath 

summary>Error adding file '%2' to the cache. %1%

est_errorAddingToCache 

summary>Error removing file '%2' from the cache. %1%

est_errorRemovingFromCache 

summary>Error copying file from '%1' to '%2' while adding item into b_electronicStore% '%3'. %4%

est_failureCopyingFile 

summary>Your R_TRIM% license has been successfully set up from the AutoPass license database.

tem_autopassLicenseSetup 

summary>Cleanup orphaned data

tem_suStageCleanupOrphanedData 

summary>The b_electronicStore% file with ID '%1' could not be found in the b_electronicStore% with ID '%2'. Expected b_electronicStore% file path: '%3'.

est_fileNotFound 

summary>The value for 'P_estFilesPerFolder' must be in the range 0-32767.

est_filesInDirOutofRange 

summary>Insert column data

tem_suWorkCopyColumnData 

summary>Convert user-defined field values

tem_suWorkSetupFieldValues 

summary>Convert email links

tem_suWorkConvertEmailLinks 

summary>Delete unused rows

tem_suWorkDeleteRows 

summary>Data conversion iterator

tem_suWorkIterateToConvertData 

summary>Error accessing the b_electronicStore% '%1'. This b_electronicStore% uses the global path and the global path is invalid.

est_globalPathError 

summary>The global path should be a UNC path. is to ensure that each R_WORKGROUP% can access the bs_electronicStore% correctly. It is also important for some tasks that this path is accessible by your relational database server which may be on a different server to the R_WORKGROUP%.

est_globalPathInputError 

summary>There was an error during initialization of the b_electronicStore%. %1%

est_initError 

summary>There was an unknown error during initialization of a b_electronicStore%.

est_initErrorUnknown 

summary>Error during initialization of a b_electronicStore%. The b_electronicStore% is undefined or of an unknown type.

est_initUnknownStore 

summary>=3CUnrestricted=3E

bob_accessControlEmpty 

summary>=3CNo-one=3E

bob_accessControlEmptyNoOne 

summary>There is no alert level set for this b_electronicStore%.

est_noAlertSet 

summary>Please select at least one type of b_record% metadata to include when using the default b_record% search method.

trm_defaultSearchNeedsValue 

summary>The output file name for the retrieve operation was not supplied.

est_noOutputFile 

summary>b_electronicStore% path must contain a directory name.

est_noRootDirectory 

summary>Unlimited capacity

est_noSizeLimit 

summary>The string [%1%] is not a R_TRIMCONTEXT% b_electronicStore% hyperlink.

est_notTRIMeStoreHypLink 

summary>The alert percentage must be in the range 0-100.

est_percentageTooGreat 

summary>Cannot write to the b_electronicStore% as it is read only.

est_readOnly 

summary>Document is missing.

est_storeItemIsMissing 

summary>Iron Mountain Policy Center Solution Integration feature is not activated.

pcs_featureNotActivated 

summary>This b_electronicStore% is configured as the default for use by the following bs_recordType%:
%1% will need to update the Electronic properties of these bs_recordType% before continuing.

est_usedByRecordTypes 

summary>The b_electronicStore% '%1' is write protected.

est_writeProtected 

summary>Document not cached: %1%.

est_docNotCached 

summary>Failed to access the b_electronicStore%. This could be due to a network failure or access to the directory has been denied. Retrying in %1% seconds. %2%

evt_accessToDocumentStoreFailure 

summary>R_TRIMCONTEXT% has generated an alert based on the following criteria:

%1%

B_record%: %2% %3%

evt_alertMsg 

summary>%1% of the selected item(s) were skipped as they were not appropriate for this task.

bob_someLabelsNotAdded 

summary>B_alert% for b_record% %1% %2%

evt_alertSubject 

summary>rcfClient: RCF Buffer is too small.

bob_bufferTooSmall 

summary>Column is not a boolean column.

bob_colNotBool 

summary>An error occurred when automatically closing %1%. %2%

evt_errorClosingRecord 

summary>An error occurred creating a new E_rgi_part% for %1%. %2% b_autoPartRule% has been detached from this b_record%. You will need to reapply the b_autoPartRule% after the error has been rectified.

evt_errorCreatingNewPart 

summary>Content must have behavior of '%1'

rty_contentFromBehaviour 

summary>An error occurred removing the b_autoPartRule% from %1%. %2%

evt_errorRemovingPartRule 

summary>There was an error writing to the audit log '%1'. %2%

evt_errorWritingToLog 

summary>The behaviour rule is not suitable for containers for bs_record% with behaviour of '%1%.

rty_containerBehaviourRuleNotSuitable 

summary>Container must have behavior of '%1'

rty_containerFromBehaviour 

summary>This %1% has been recently created and assigned to you and is due to be started on %2%. Could you please ensure that it is completed by %3%.

evt_trimMailActionAssigned 

summary>This %1% has been completed by %2% on %3%.

evt_trimMailActionCompleted 

summary>This %1% is overdue. It was due on %2%. you please ensure the status of this %1% is addressed as a matter of urgency.

evt_trimMailActionOverdue 

summary>This %1% is now ready to commence. Could you please ensure that it is completed by %2%.

evt_trimMailActionReady 

summary>This %1% has been recently reassigned to you and is due to be started on %2%. Could you please ensure that it is completed by %3%.

evt_trimMailActionReassigned 

summary>This %1% needs further work and is no longer shown as complete. The reason supplied was '%2'. Could you please ensure that it is completed by %3%.

evt_trimMailActionRejected 

summary>This b_activity% has been escalated.

evt_trimMailActivityEscalated 

summary>This %1% is now ready to commence (and is due by %2%), but does not have any assignee. Please select an assignee.

evt_trimMailActivityNeedsAssignee 

summary>This b_activity% has been skipped.

evt_trimMailActivitySkipped 

summary>This email message has been automatically generated by R_TRIMCONTEXT% (%1%).

evt_trimMailNotificationContent 

summary>R_TRIMCONTEXT% Notification - %1%

evt_trimMailNotificationSubject 

summary>This b_activity% is now ready for authorization.

evt_trimReadyForAuthorization 

summary>The following warning was reported when automatically closing %1%: %2%

evt_warningClosingRecord 

summary>The following warning was detected when creating a new E_rgi_part% for %1%: %2%

evt_warningCreatingNewPart 

summary>Container must have a level number greater than %1%

rty_containerGtMsg 

summary>The numbering pattern for top level bs_classification% is invalid.

fp_badClassifNo 

summary>The selected b_classification% '%1' cannot be attached to bs_record%.

fp_badRecordSelection 

summary>Pattern for numbering top level bs_classification% is invalid.

fp_badTopLevelClass 

summary>This b_classification% has not been approved for use.

fp_classificationNotApproved 

summary>Container must have a level number greater than or equal to %1%

rty_containerGeMsg 

summary>Content must have a level number less than %1%

rty_contentLtMsg 

summary>Top level b_classification% pattern has not been set. Please set it now.

fp_ClassNotSet 

summary>Correcting b_record% '%1' ...

fp_correctingRecord 

summary>Updating b_schedule% for b_record% '%1' ...

fp_correctingRecordSchedule 

summary>Content must have a level number less than or equal to %1%

rty_contentLeMsg 

summary>An error occurred whilst correcting titles. %1%

fp_correctingTitlesError 

summary>Selecting b_record% titles to correct ...

fp_correctingTitlesMsg 

summary>B_classification% Top Levels

fp_editTopNumberSheetTitle 

summary>No %1% entered. Please enter %1%.

fp_enterClassificationText 

summary>Enter new number for this b_Classification%.

fp_enterFpNumber 

summary>Please enter number for new level within %1%

fp_enterNewLevelNo 

summary>Please enter number for new top level

fp_enterNewTopLevelNo 

summary>At least one error was detected while trying to renumber bs_record%. Please view the activity log and take appropriate actions.

fp_errorsRenumberingRecs 

summary>At least one error was detected while trying to update the b_schedule% for bs_record%. Please view the activity log and take appropriate actions.

fp_errorsReschedulingRecs 

summary>B_classification% has too high a p_plnSecurity% profile.

fp_highSecProfile 

summary>P_plnHomeLocation% does not have access to view the b_record%.

fp_homeLocAccessErc 

summary>P_plnHomeLocation% does not have an appropriate security for this b_classification%.

fp_homeLocSecErc 

summary>The behaviour rule is not suitable for contents of container bs_record% with behaviour of '%1%.

rty_contentBehaviourRuleNotSuitable 

summary>Please enter the last number for subordinate bs_classification%.

fp_lastNumSubClass 

summary>R_TRIMCONTEXT% Settings

pc_ContentManagerSettings 

summary>Policy Center Solution Settings

pc_PolicyCenterSettings 

summary>General Settings

pc_GeneralSettings 

summary>Database ID

pc_CMS_DatabaseId 

summary>Workgroup Server

pc_CMS_WGS 

summary>Workgroup Server port

pc_CMS_WGSPort 

summary>Authentication URL

pc_PCS_AuthURL 

summary>Web Service URL

pc_PCS_ServiceURL 

summary>The configuration for lower level numbering is invalid. %1%

fp_LowerLevels 

summary>Are you sure you want to make b_classification% '%1' a top level b_classification%?

fp_makeTopLevel 

summary>Moving b_classification% '%1' to '%2' cannot be done as it would create a loop condition.

fp_moveWouldLoopError 

summary>The configuration for new bs_record% at this level is invalid. %1%

fp_NewRec 

summary>The b_classification% '%1' does not have a numbering pattern set up that allows lower level bs_classification%.

fp_noChildrenAllowed 

summary>Please enter the p_plnRecordLastNumber%.

fp_noLastForRecords 

summary>Please enter a numbering pattern for subordinate bs_classification%.

fp_noPatternForChildFP 

summary>Please enter a numbering pattern for bs_record%.

fp_noPatternForRecords 

summary>Only %1% can approve this b_classification%.

fp_notApprover 

summary>The b_classification% for this b_recordType% must be within the b_classification% '%1' (%2%).

fp_notInClassification 

summary>Private Key

pc_PCS_privateKey 

summary>P_plnOwnerLocation% does not have access to view the b_record%.

fp_ownerLocAccessErc 

summary>P_plnOwnerLocation% does not have an appropriate security for this b_classification%.

fp_ownerLocSecErc 

summary>The parent b_classification% is not a valid b_classification%.

fp_parentClassificationInvalid 

summary>Domain

pc_PCS_domain 

summary>You cannot select '%1' as a starting b_classification%. Please select a different b_classification%.

fp_planHasNoKids 

summary>Error allocating new p_plnIdNumber% for b_classification%. The p_plnIdNumber% '%1' already exists.

fp_planNoAlreadyExists 

summary>The p_plnAccessControl% attached to this b_classification% prevents you from using it for this purpose.

fp_planSecurityPreventsUsage 

summary>Please select a valid b_classification%.

fp_pleaseSelectClassification 

summary>Please select a valid p_recContainer% within this b_classification%.

fp_pleaseSelectLowerLevelContainer 

summary>B_record% : %1% requires user interaction to generate its p_recNumber%. You will need to manually renumber this b_record%.

fp_recordNeedsManualInput 

summary>B_record% : %2% - updating b_schedule% failed. %1%

fp_recordScheduleUpdateFailed 

summary>The b_classification% '%1' can only be used for bs_record% of type '%2'.

fp_recordTypeNotValidForClass 

summary>B_schedule% '%1' is no longer in use. Please select a different b_schedule%.

fp_schNotInUse 

summary>Please specify a pattern for this number.

fp_specifyPattern 

summary>B_classification% contains ' - ' which is an invalid sequence of characters.

fp_termHasDash 

summary>B_classification% has lower level bs_classification% and cannot be removed.

fp_termNotLowest 

summary>Changing a b_classification% p_plnIdNumber% will NOT change the numbers for bs_record% attached to this b_classification% or its subordinates.

fp_termRecsWontUpdate 

summary>B_classification% in use by one or more bs_record% and cannot be removed.

fp_termUsedByRecords 

summary>This b_classification% has been defined as the starting b_classification% for one or more bs_recordType% and cannot be removed.

fp_termUsedByRecordTypes 

summary>Top level

fp_topLevel 

summary>The pattern specification for top level b_classification% numbering must be between 1 and 5 characters.

fp_topLevelPatternWrongLength 

summary>You are about to change the name of this b_classification%. Any bs_record% that have been titled using this b_classification% or one of its subordinates will be affected.
: This could take a long time if there are many bs_record% to correct.

fp_updateRecs 

summary>Updating b_schedule% on any associated bs_record% that use the old default b_schedule% ...

fp_updatingSchedules 

summary>E_rc_vital% bs_classification% are required to have access to the 'vital b_record% review and update' b_scheduledTask%. Please go to the bs_scheduledTask% page and create the 'vital b_record% review and update' b_scheduledTask%.

fp_vitalRecordTaskNeeded 

summary>New b_record% function not available in this mode.

fp_wrongModeForNewRecord 

summary>User Name

pc_PCS_userName 

summary>Password

pc_PCS_password 

summary>Page Size

pc_PCS_pageSize 

summary>Extracting metadata text for indexing.

trm_elasticExtractMetadata 

summary>AutoClassification training using b_classification% search '%1'

trm_autoClassClassificationSearch 

summary>Error on b_record% %1% ('%2') - %3%

trm_elasticIndexRecordErr 

summary>Warning on b_record% %1% ('%2') - %3%

trm_elasticIndexRecordWarn 

summary>Failed to contact Elasticsearch server after waiting %1% seconds

evt_elasticsearchServerUnreachable 

summary>Indexing b_record% %1%

trm_elasticIndexRecord 

summary>Items processed: %1%. Items failed: %2%. Warnings: %3%.

trm_elasticReindexSummary 

summary>Indexing b_location% %1%

trm_elasticIndexLocation 

summary>Starting %1% threads

trm_elasticStartingThreads 

summary>Training encountered a problem - inconsistent state

trm_autoClassTrainingError 

summary>Elasticsearch index status is RED.

trm_elasticStatusRed 

summary>Completed training for b_classification% %1%

trm_autoClassCompletedTraining 

summary>Error on b_location% %1% ('%2') - %3%

trm_elasticIndexLocationErr 

summary>Extracting content and metadata text for indexing.

trm_elasticExtractContentAndMetadata 

summary>Unable to contact Elasticsearch server - %1%

trm_elasticCantConnectToServer 

summary>Connecting to server

trm_elasticConnectingToServer 

summary>Add new b_classification%

grm_addNewClassification 

summary>Add new workgroup

grm_addWorkgroup 

summary>Do you want to approve all the selected bs_classification% with individual confirmation?
YES to approve all with confirmation.
NO to approve all without individual confirmation.
CANCEL to quit.

grm_approveAllFPs 

summary>Do you want to approve %1%?

grm_approveFilePlan 

summary>Line manager field has been corrupted. Please fix destination workgroup.

grm_badLineManager 

summary>Record focal point field has been corrupted. Please fix destination workgroup.

grm_badRFP 

summary>Line manager in the destination workgroup is either invalid or blank.

grm_blankLineManager 

summary>Record focal point in the destination workgroup is either invalid or blank.

grm_blankRFP 

summary>You are not a member of %1%. You can not maintain %2%.

grm_cannotMainTainFileplan 

summary>Converting restricted bs_record% access settings...

grm_convertRCRecords 

summary>Line manager field has been corrupted. Please correct workgroup.

grm_corruptLineManager 

summary>Line manager field has been corrupted. Please fix destination workgroup.

grm_corruptManagerInDestWorkgroup 

summary>You do not have any country assigned. Unable to proceed.

grm_countryNotAssigned 

summary>This utility converts the restricted access setting on all bs_record%. Check 'dzacl.log' to review the results and any errors.

grm_dataConversionInfo 

summary>Converting access settings on b_record% : %1% - %2% ...

grm_DCMsg 

summary>Edit - %1%

grm_editObject 

summary>Create Classifications

pc_CMS_createClass 

summary>B_classification% '%1' is already approved.

grm_filePlanAlreadyApproved 

summary>Importing of bs_classification% complete.

grm_importComplete 

summary>You are not a member of any workgroups. The Import function can not import any items.

grm_importFailNoMembership 

summary>Importing %1%...

grm_importMsg 

summary>You do not have any legal entity assigned. Unable to proceed. Please contact your IT administrator

grm_legalEntityNotAssigned 

summary>Line manager in the destination workgroup is either invalid or blank.

grm_lineManagerInvalid 

summary>Loading Shell dataset user fields

grm_loadingUserFields 

summary>Data conversion complete.

grm_logDCDone 

summary>End of data conversion

grm_logDCEnd 

summary>An error occurred. You should correct and rerun the data conversion utility.

grm_logDCError 

summary>%1% errors occurred. You should correct and rerun the data conversion utility.

grm_logDCErrors 

summary>Error(s) were detected. Please look at the log file.

grm_logDCErrorsDetected 

summary>Log of ACL data conversion

grm_logDCHeader 

summary>Updating ACL on b_record% '%1' :

grm_logDCRecord 

summary>.... done.

grm_logDCRecordDone 

summary>Error : %1%

grm_logDCRecordError 

summary>%1% records were updated

grm_logDCUpdatedCount 

summary>Could not open log file : %1%

grm_logFileBad 

summary>Converting workgroup : %1%...

grm_logWCConvertWg 

summary>Converting workgroup %1% :

grm_logWCConvertWgMsg 

summary>Removed : %1%.

grm_logWCDoneRemoveUnit 

summary>Failed to remove : %1% : %2%.

grm_logWCFailRemoveUnit 

summary>Log of workgroup conversion

grm_logWCHeader 

summary>This utility does the following conversions

1. Places workgroups directly under the business function
2. Removes old business segment and department/workgroup organizational units

Check dzwork.log for log of all actions and any errors.

grm_logWCInfo 

summary>Converting workgroups...

grm_logWCProgress 

summary>Removing organization unit %1%...

grm_logWCRemovingUnit 

summary>Testing workgroup : %1%...

grm_logWCTesting 

summary>%1% bs_classification% were approved.

grm_manyFilePlansApproved 

summary>Mismatching [ ] in %1%.

grm_mismatchedBrackets 

summary>Could not find 'archival/storage box' b_recordType%

grm_missingArchiveBoxRty 

summary>Could not find 'default access control' metadata template

grm_noDefaultAccessRtyFound 

summary>No bs_classification% to import. Either you have not selected any bs_classification% or all the workgroups selected do not own any bs_classification%.

grm_noFPstoImport 

summary>You are not allowed to approve %1%.

grm_notAllowedToApprove 

summary>You must be a member of the workgroup.
Please select another workgroup.

grm_notMemberofWorkgroup 

summary>This b_classification% has no workgroup.

grm_noWorkgroupForClassification 

summary>1 b_classification% was approved.

grm_oneFilePlanApproved 

summary>Problem encountered with [ ] parsing in %1%.

grm_probInFileplanName 

summary>This b_record% does not have a valid b_classification%.

grm_recordHasBadFileplan 

summary>This b_record% does not have a valid owner workgroup. Please check the workgroup on the b_classification% : %2%

grm_recordHasBadWorkgroup 

summary>Relocated from %1% on %2% by %3%

grm_relocatedFPNote 

summary>Relocation b_classification% : %1% ...

grm_relocateFP 

summary>Relocating of bs_classification% complete.

grm_relocateFPsComplete 

summary>Relocating bs_record%...

grm_relocateingRecsMsg 

summary>Relocating %1% ...

grm_relocateRecMsg 

summary>Relocated from %1% on %2% by %3%.

grm_relocateRecNote 

summary>You are not a member of any workgroups. You can not use the relocate b_record% function.

grm_relocateRecordNotAllowed 

summary>Relocating of bs_record% complete.

grm_relocateRecsComplete 

summary>Relocating bs_classification% ...

grm_relocationgFPs 

summary>Report completed successfully

grm_reportCompleted 

summary>Updating b_classification% : %1%

grm_updateFP 

summary>Problems detected when trying to determine new access control on bs_classification%

grm_updateFPACLProblems 

summary>Updating bs_classification% ...

grm_updateFPs 

summary>Problems detected when trying to rename bs_classification%

grm_updateFPsProblems 

summary>Updating access control on b_record% : %1%...

grm_updateRecACL 

summary>Updating bs_record%...

grm_updateRecs 

summary>Updating b_record% : %1% ...

grm_updatingRec 

summary>Use Diagnostic Logging

pc_GS_diagnosticLogging 

summary>Not all fields have been setup. R_DROPZONE% cannot continue. Please contact your IT administrator.

grm_validateUserFields 

summary>Validating Shell dataset user fields.

grm_validateUserFieldsMsg 

summary>Synchronization Interval (Days)

pc_GS_syncInteval 

summary>%1%: %2% on table %3%

tem_suWorkDescForTable 

summary>Can only have one street and one mailing address.

loc_1mailingAddress 

summary>Access To

loc_accessTo 

summary>(Multiple)

tem_suWorkMultiple 

summary>P_wacAssignedTo%

loc_activityAssignee 

summary>Convert configuration

tem_suWorkConvertObjectConfig 

summary>Convert caveats

tem_suWorkConvertCaveats 

summary>Convert permissions

tem_suWorkConvertPermissions 

summary>Delete table

tem_suWorkDeleteTable 

summary>Add table comment

tem_suWorkAddTableDoco 

summary>Remove trailing blanks

tem_suWorkFixTrailingBlanks 

summary>Create canned lookup set

tem_suWorkCreateLookupSet 

summary>Incorporate new user permissions

tem_suWorkAddNewUserPermissions 

summary>Address details - %1%

loc_addressDetails 

summary>Address history

loc_addressHistory 

summary>The address reference supplied could not be resolved to a b_location% with an actual address. You have possibly set up an invalid recursion loop.

loc_addressReferenceRecursionError 

summary>(from %1% to %2%)

loc_addressValidFromTo 

summary>(until %1%)

loc_addressValidUntil 

summary>Internal Conversion Error: Column array mismatch for data insertion on table %1%.

tem_suColumnArrayMismatch 

summary>Internal Conversion Error: From expression unspecified for data insertion on table %1%.

tem_suFromExpressionUnspecified 

summary>Internal Conversion Error: From URI column expression unspecified for data insertion on table %1%.

tem_suFromUriColumnUnspecified 

summary>Cannot associate '%1' with '%2'. %3%

loc_associationNotSupported 

summary>Convert record retention data

tem_suConvertRetention 

summary>The 'same as' address b_location% must be a different b_location% to the b_location% it is being placed on.

loc_badAddressReference 

summary>The 'P_locDateOfBirth' field must be in the past.

loc_badDOB 

summary>%1% : Invalid b_location% selected for relationship.

loc_badLocForRelate 

summary>The 'use profile of' b_location% must be different from the b_location% it is being defined for.

loc_badProfileReference 

summary>B_location% '%1' does not appear to be related to b_location% '%2'.

loc_badRemoveIndex 

summary>You cannot deactivate the b_location% '%1' because it is in use. Refer to:
%2%

loc_cannotDeactivate 

summary>BS_location% that are responsible for managing user logins must be 'internal'.

loc_cannotMakeAdminExternal 

summary>Cannot relate a b_location% to itself.

loc_canNotRelateToSelf 

summary>You cannot remove your own login.

loc_canNotRemOwnLogin 

summary>Only a security administrator is allowed to set the security profile of a user to be higher than their own.

loc_cannotUpdateSecurityBeyondYourOwn 

summary>Check name details

loc_checkDetails 

summary>Checking references ...

loc_checkingReference 

summary>B_recordAction% completed by

loc_completeRecStep 

summary>Copied Access

loc_copiedAccess 

summary>Copied Security

loc_copiedSecurity 

summary>Copied Security/Access

loc_copiedSecurityAndAccess 

summary>Copy style

loc_copyStyle 

summary>Customize access

loc_customizeAccess 

summary>Customize access (Multiple)

loc_customizeAccessMultiple 

summary>%1% : creating the relationship with %2% would cause an endless loop.

loc_cyclicErc 

summary>Details

loc_details 

summary>record type tasks

tem_suItRecordTypeTasks 

summary>external link definitions

tem_suItExternalLinks 

summary>contained item requests

tem_suItRequestsForContainedItems 

summary>Warning. Another E_lc_person% (or unknown b_location%) has been created with the same name.

loc_duplicateWarning 

summary>FTP document stores

tem_suItElecStoreFTP 

summary>Please enter a value for the local number or enter an extension.

loc_enterLocalNumber 

summary>Please enter the name to match.

loc_enterMatchingName 

summary>E_as_public%

loc_everyone 

summary>%1% : R_TRIMCONTEXT% has an internal limit of %2% related bs_location% for this type of relationship.

%1% has %3% relationships.

loc_exceededRelationCount 

summary>form definitions

tem_suItFormDefinitions 

summary>document store totals

tem_suItElecStoreTotals 

summary>%1% cannot be used because it lacks the necessary permission '%2'. : '%3'

loc_hasNoPermission 

summary>Number of processing threads

tem_suNumberThreads 

summary>The b_lookupSet% containing standard honorifics is not available. This needs to be set up using R_TRIM% System Options.

loc_honorificHelpUnavailable 

summary>Note: In addition to the errors described above a further %1% relationship(s) were not processed because the internal limit has been reached.

loc_ignoreAdditionalRelationships 

summary>Maximum rows to update

tem_suMaxRowsToUpdate 

summary>No document is available for viewing.

loc_imageFileNotFound 

summary>=3CIn R_TRIM% b_electronicStore%=3E

loc_inEstore 

summary>form items

tem_suInsertFormItems 

summary>text user-defined field values

tem_suInsertTextFields 

summary>jurisdictions from groups

tem_suInsertJurisdictionsFromGroups 

summary>International country code must be a positive number.

loc_intlCodeMustBeGTZero 

summary>International country code must be numeric or a known country name.

loc_intlCodeMustBeNumericOrKnown 

summary>This b_location% has been used as the property '%1' for one or more %2%. You will need to specify a replacement b_location% before you can delete this b_location%.

loc_inUseNeedsReplacement 

summary>This b_location% has been used as the property '%1' for one or more items. You will need to specify a replacement b_location% before you can delete this b_location%.

loc_inUseNeedsReplacementNoBob 

summary>This b_location% has been used as the property '%1' for one or more %2%. Deleting this b_location% is prevented.

loc_inUsePrevented 

summary>This b_location% has been used as the property '%1' for one or more items. Deleting this b_location% is prevented.

loc_inUsePreventedNoBob 

summary>You have canceled the creation of access controls for this record. you sure this is what you want to do?
Cancel to cancel the creation of this record, else click OK to create this record without any access controls applying.

grm_canceledMCACLSetup 

summary>Local area code must be numeric.

loc_localAreaCodeMustBeNumeric 

summary>Warning: The b_location% '%1' has associated bs_location%.

loc_locationHasAssociations 

summary>You cannot change the type of an existing b_location%.

loc_locTypeCanNotBeChanged 

summary>For contingency reasons, bs_location% that are responsible for managing user logins cannot modify aspects of their own login profile.

loc_loginAdminsCannotModifyLoginDetails 

summary>Login deactivated - %1%

loc_loginDeactivated 

summary>Login expired - %1%

loc_loginExpired 

summary>Login expiry date cannot be set in the past.

loc_loginExpiryInPast 

summary>Login '%1' is already in use by '%2'.

loc_loginUsed 

summary>online audit entries

tem_suInsertOnlineAudit 

summary>document store claims

tem_suInsertStoreClaim 

summary>document store size(bytes)

tem_suInsertStoreClaimOldBytes 

summary>document store size(Mb)

tem_suInsertStoreClaimOldMegaBytes 

summary>You have exceeded your concurrent seat quota. Based on your concurrency ratio you can have at most %1% users registered to login. You will not be able to update any logins until you reduce the number of bs_location% that have login names to %1%.

loc_maxConcurrentSeatsExceeded 

summary>The maximum number of bs_location% that can appear in an access control list is %1%. Some of the selected bs_location% have not been added.

loc_maxLocsInACLExceeded 

summary>You have exceeded your license quota for named seats. You will not be able to update any logins until you reduce the number of bs_location% that have login names to %1%.

loc_maxNamedSeatsExceeded 

summary>notes (partition 2)

tem_suInsertNotes2 

summary>notes (partition 3)

tem_suInsertNotes3 

summary>You need to add at least one b_location% to the access list.

loc_needAtleastOneLocinCustomList 

summary>BS_location% that you cannot use are not suitable for the purpose '%1'.

loc_needsCanUse 

summary>The b_location% '%1' needs to have an active login to be an administrator.

loc_needsToHaveLoginToAdminister 

summary>email links

tem_suInsertMailbox 

summary>Need to have a valid type (E_lc_person%, E_lc_organization%, E_lc_position% etc.) before a new b_location% can be created.

loc_newNotAllowed 

summary>You do not have access or permission to relate '%1' to '%2'

loc_noAccessToMakeRelated 

summary>The b_location% '%1' does not have an email address.

loc_noEmail 

summary>This b_location% does not have an image to display.

loc_noImage 

summary>No

loc_noImageAvailable 

summary>No login access - %1%

loc_noLoginAccess 

summary>No matching bs_location% found.

loc_noMatchesFound 

summary>The selected rule for containers needs one or more bs_recordType% to be specified (use SetContainerRecordTypes).

rty_containerRuleNeedsTypes 

summary>Please enter a name for this b_location%.

loc_noNameEntered 

summary>B_location% is not suitable as a profile provider. It does not have its own profile.

loc_noOwnProfile 

summary>You do not have the permission to administer relationships for b_location% '%1'.

loc_noPermissionToAdminister 

summary>You do not have the permission to modify the login profile for b_location% '%1'.

loc_noPermissionToAdministerLogin 

summary>Reference check canceled. Please specify a replacement b_location% if you don't want to do a check.

loc_noReplaceLoc 

summary>Please specify a replacement b_location% for access controls.

loc_noReplaceLocForAccess 

summary>If copying b_location% associations you need to specify a replacement b_location%.

loc_noReplaceLocForAssociations 

summary>If copying email addresses you need to specify a replacement b_location%.

loc_noReplaceLocForEmail 

summary>Please specify a replacement b_location% for requests.

loc_noReplaceLocForRequests 

summary>Cannot replace a b_location% with itself.

loc_noSelfReplace 

summary>This b_location% does not have an signature.

loc_noSignature 

summary>B_location% : %1% lacks the permission '%2'. It is not suitable to be used on an access control list.

loc_notOkForAccessControl 

summary>B_location% : %1% lacks the permission '%2'. It is not suitable to be used for approving bs_agendaItem%.

loc_notOkForApprovingAgendaItems 

summary>B_location% : %1% lacks the permission '%2'. It is not suitable to be used for approving bs_classification%.

loc_notOkForApprovingClass 

summary>This b_location% is not suitable as a b_record% contact.

loc_notOkForContact 

summary>This b_location% cannot be used for p_recAssignee%.

loc_notOkForCurrent 

summary>This b_location% cannot be used for p_recHomeLocation%.

loc_notOkForHome 

summary>This b_location% cannot be used for p_recOwnerLocation%.

loc_notOkForOwner 

summary>This b_location% is not allowed to request bs_record%.

loc_notOkForRequest 

summary>Not replaced

loc_notReplaced 

summary>This b_location% cannot be used for b_savedSearch% owner.

loc_notValidForSearchOwner 

summary>%1% does not have the required permissions to be an 'B_actionDef%/B_activity% assignee'.

loc_notValidForWorkflowAssignee 

summary>%1% does not have the required permissions to be a 'B_workflow% supervisor'.

loc_notValidForWorkflowSupervisor 

summary>This b_location% does not have a Web URL.

loc_noWebURL 

summary>No suitable b_location% exists to jump to.

loc_nowhereToJumpTo 

summary>The combined phone number '%1' is too long. It cannot exceed %2% characters in length.

loc_numExceed 

summary>Specify at least one of active/inactive or you will get no results.

loc_oneActiveInactive 

summary>You must have at least one b_location% in the custom list.

loc_oneCustomLoc 

summary>Specify at least one of internal/external or you will get no results.

loc_oneInternalExternal 

summary>The selected rule for contents needs one or more bs_recordType% to be specified (use SetContainerRecordTypes).

rty_contentRuleNeedsTypes 

summary>Only active bs_location% can be set as the default.

loc_onlyActiveCanBeDefault 

summary>%1% : Only one '%2' relationship is allowed.

loc_onlyOneRelation 

summary>Container must have a b_recordType% in the specified list

rty_containerTypeListMsg 

summary>Other Email System

loc_otherMailSystem 

summary>Content must have a b_recordType% in the specified list

rty_contentTypeListMsg 

summary>The 'use profile of' b_location% could not be resolved. You have possibly set up a recursion error.

loc_profileReferenceRecursionError 

summary>You can only select a b_location% that has a security profile lesser or equivalent to yours for this purpose.

loc_providerSecurityTooHigh 

summary>QAS Pro integration could not be loaded. %1%

loc_quickAddressFailed 

summary>No container allowed

rty_containerPreventMsg 

summary>Updating references canceled.

loc_referenceUpdateCancelled 

summary>Reformatting sort name for %1% ...

loc_reformattingMsg 

summary>Relationship to '%1' already exists.

loc_relExists 

summary>Replaced with %1%

loc_replacedWith 

summary>Can only replace an internal b_location% with another internal b_location%.

loc_replaceLocNotInternal 

summary>Can only replace a removed b_location% with another b_location% of the same type.

loc_replaceLocSameType 

summary>No contents allowed

rty_contentPreventMsg 

summary>All

loc_searchAll 

summary>Please select bs_recordType% for this container rule.

rty_pleaseSelectContainerTypes 

summary>Classified Security Approved By

loc_secApprovedBy 

summary>Classified Security Updated By

loc_secUpdatedBy 

summary>Security

loc_security 

summary>You cannot specify a security profile for this b_location% that is higher than your own.

loc_securityProfileTooHigh 

summary>Please select bs_recordType% for this content rule.

rty_pleaseSelectContentTypes 

summary>Set as default filters

loc_setAsDefaultFor 

summary>Some relationships were not created:

loc_someRelNotCreated 

summary>An electronic document needs to be attached before you can create a new rendition.

rec_needDocumentForRendition 

summary>The entered value '%1' does not match the individual personal details. Would you like to review the personal details?

loc_sortNameDoesNotMatch 

summary>P_locSortName% cannot start with a '.' as this is used to indicate a p_locNickName%.

loc_sortNameNoPeriod 

summary>You must specify a login name to enable a user to login.

loc_specifyLogintoLogin 

summary>A E_lc_person% cannot have a blank p_locSurname%.

loc_surnameBlank 

summary>Insufficient data provided for the execution of this oracle statement.

oci_needMoreData 

summary>Invalid handle is used in this OCI call.

oci_invalidHandle 

summary>The oracle statement is still running.

oci_stillExecuting 

summary>OCI call has returned unknown return code. The return code is '%1'.

oci_unknownReturnCode 

summary>You have changed the name of this b_location%. This b_location% is used as a e_ct_client% contact by %1% bs_record%. If they use e_ct_client% titling their p_recTitle% will be adjusted. Press OK to proceed, otherwise CANCEL.
: %1% bs_record% may need to be corrected.

loc_updateRecs 

summary>Updating references for b_location% '%1' ...

loc_updatingReference 

summary>This b_location% has been specified as a user-defined field value for one or more items and cannot be deleted.

loc_usedAsExternalFieldValue 

summary>The OCI call completed successfully but returned additional diagnostic information. Return code: %1%, Message: %2%

oci_successWithInfomation 

summary>(P_locUseProfileOf% '%1')

loc_useProfileOfStr 

summary>OCI call failed. Error code : %1%, Error message : %2%

oci_fuctionFailed 

summary>You do not have the permission to create a user with these privileges.

loc_userCannotCreatePrivilegedUser 

summary>%1% has documents checked out. You cannot downgrade a user's security while the user has documents checked out.

loc_userHasDoccumentsCheckedOut 

summary>Failed to initilize the connection to oracle dataset.

oci_errorInitializingEnvironment 

summary>Failed to release the temporary oracle environment.

oci_errorReleasingTempEnvironment 

summary>Failed to create an error handler for oracle environment.

oci_errorCreatingErrorHanler 

summary>%1% does not have permission to act on behalf of %2%.

locCannotActAsLoc 

summary>BS_location% that are external cannot be used for the purpose '%1'.

locCannotBeExternalForPurpose 

summary>BS_location% that are inactive cannot be used for the purpose '%1'.

locCannotBeInactiveForPurpose 

summary>BS_location% that are internal cannot be used for the purpose '%1'.

locCannotBeInternalForPurpose 

summary>BS_location% of type '%1' cannot be members of type '%2'.

locCannotBeMemberOf 

summary>BS_location% of type '%1' cannot have members of type '%2'.

locCannotHaveMemberOfType 

summary>Memberships held by this %1%

locMembershipsFor 

summary>Members of this %1%

locMembersOfType 

summary>BS_location% of type '%1' cannot have be an administrator.

locTypeCannotAdminister 

summary>BS_location% of type '%1' cannot have an administrator.

locTypeCannotBeAdministered 

summary>BS_location% of type '%1' cannot have the relationship '%2' with bs_location% of type '%3'.

locTypeCannotBeAssociatedWithType 

summary>BS_location% of type '%1' cannot be external.

locTypeCannotBeExternal 

summary>BS_location% of type '%1' cannot have personal details.

locTypeCannotBePersonal 

summary>BS_location% of type '%1' cannot be used for the purpose '%2'.

locTypeCannotBeUsedForPurpose 

summary>BS_location% of type '%1' cannot have a login.

locTypeCannotHaveLogin 

summary>BS_location% of type '%1' cannot have a security profile.

locTypeCannotHaveProfile 

summary>You do not have permission to act on behalf of %1%.

locYouCannotActAsLoc 

summary>Please supply a single VMBX file name. Usage is:

.exe filename.vmbx.

mbxv_singleFileRequired 

summary>Fixing any references to external locations for column %1%.%2%

tem_tool_correctingLocKeys 

summary>You need to set the DoOriginContainerAllocations property before calling NewRecord.

sdknet_bulkLoaderNotDoingContainers 

summary>The attachment '%1' had an invalid URI or b_electronicStore% ID.

mes_noAttach 

summary>'%1' is not a valid Internet Email address.

mes_invalid_SMTP_Address 

summary>This b_record% has its number allocated based on its parent container, however no container has been specified.

rec_SnoContainerForNumber 

summary>This b_record% has its number allocated base on its parent client or matter, however no client or matter has been specified.

rec_SnoClientMatterForNumber 

summary>Cannot process Deleted Items folder.

mpx_folderIsDeletedItems 

summary>Cannot process Outbox folder.

mpx_folderIsOutbox 

summary>Cannot process Received Items folder.

mpx_folderIsReceiveFolder 

summary>Cannot process Sent Mail folder.

mpx_folderIsSentMail 

summary>Invalid MAPI Session.

mpx_invalidMapiSession 

summary>Email components have not been installed on this workstation.

mpx_mailNotInstalled 

summary>Your email system reported an error. %1%. %2%

mpx_mapiError 

summary>Your message

%1%
delivered to the following recipient(s):

%2%.

mpx_notificationDelivered 

summary>Your message

%1%
not delivered to the following recipient(s):

%2%.

mpx_notificationNotDelivered 

summary>Your message

%1% read on %2%.

mpx_notificationRead 

summary>Your message

%1% deleted without being read on %2%.

mpx_notificationUnread 

summary>B_classification% '%1' is already unapproved.

fp_filePlanAlreadyUnApproved 

summary>The 'outbox' folder used for preparing new messages was not found.

mpx_outboxFolderMissing 

summary>An email message could not have its subject modified. %1%

mpx_prependMessageSubjectFailed 

summary>Processing email folder: %1% ...

mpx_processingMailFolderMsg 

summary>Attach electronic document of type

vb_tio_EDocOfType 

summary>Electronic Document

vb_tio_EDoc 

summary>Attach original document if selected rendition does not exist

vb_tio_EDocRevertToOriginal 

summary>An email message could not be removed. %1%

mpx_removeMessageFailed 

summary>Retrieving email item: %1% ...

mpx_retrievingMailItemMsg 

summary>You should only choose the Simple MAPI option if you have been advised to do so by your system administrator.

mpx_useSimpleMapiWarning 

summary>About %1% [%2%]

ocx_aboutDlgCap 

summary>Double Click

ocx_accessiblity_doubleClick 

summary>Are you sure you want to cancel?

ocx_confirmCancel 

summary>'%1' cannot have just a date value. Please enter a time as well.

ocx_dateWithBlankTime 

summary>Email Message

ocx_electronicMailMessage 

summary>Find

ocx_findDlgCap 

summary>Date

ocx_genericDateCaption 

summary>Help Context ID:

%1%.
it to the clipboard?

ocx_helpDebugger 

summary>In=26vert all tags

ocx_InvertAllTagsMenu 

summary>Please note that you are about to launch a copy of the ORIGINAL version of this document. Any changes you may have made in the viewer will not be retained.

ocx_launchWarning 

summary>Clear

ocx_menuClear 

summary>Copy

ocx_menuCopy 

summary>Cut

ocx_menuCut 

summary>Paste

ocx_menuPaste 

summary>Microsoft Internet Explorer Viewer

ocx_microsoftIE 

summary>More Dates...

ocx_moreDates 

summary>No highlighted words were found.

ocx_noHitsFound 

summary>No more occurrences of '%1' found.

ocx_noMoreOccurrencesFound 

summary>No occurrences of '%1' found.

ocx_noOccurrencesFound 

summary>The Trapeze image viewer has reported that this image is abnormal in some way. The error code reported was (%1%). This is most likely the result of a problem at the time the image was scanned. The image has not been modified by R_TRIMCONTEXT%.

ocx_onstreamAbnormal 

summary>The Trapeze image viewer could not be started. %1%

ocx_onstreamInitialization 

summary>The Trapeze license key is invalid.

ocx_onstreamLicenseInvalid 

summary>Trapeze Image Viewer

ocx_onstreamViewer 

summary>Document(s) could not be printed. Check your printer and/or network connections.

ocx_printFailed 

summary>Print email attachment(s)?

ocx_printMailAttachments 

summary>Do you wish to remove '%1' from this history list?

ocx_removeFromHistory 

summary>Please note that you are about to save a copy of the ORIGINAL version of this document. Any changes you may have made in the viewer will not be retained.

ocx_saveAsWarning 

summary>=26Tag All

ocx_TagAllMenu 

summary>'%1' cannot have just a time value. Please enter a date as well.

ocx_timeWithBlankDate 

summary>Retrieved %1% items. Please wait or press 'Break' to cancel ...

ocx_treeSortProgress 

summary>Retrieving all items. Please wait ...

ocx_treeSortStart 

summary>=26Untag all

ocx_UntagAllMenu 

summary>(%1% pixels)

ocx_widthInPixels 

summary>Enter the path to the folder used by the journalling system to capture email

trm_originEmailCaptureCaption 

summary>Flag that an extra conversion process needs running.

tem_suFlagConversionNeeded 

summary>A b_location% with a distinguished name of '%1' already exists (%2%)

loc_ldapDNalreadyExists 

summary>=3CRestricted=3E

loc_restricted 

summary>R_TRIM% Directory Synchronization

bob_ldapEditor 

summary>Correct invalid referential data

tem_smActionFixReferences 

summary>Correct duplicate data

tem_smActionFixDuplicateData 

summary>The column %1% in table %2% contains duplicate data so the index for this column cannot be created as unique.

tem_smDuplicateDataSingleColumn 

summary>The index %1% in table %2% is meant to be unique but the combination of the columns '%3' contains duplicates.

tem_smDuplicateDataMultiColumn 

summary>Please specify a seat limit value for one or more user types

tem_enterSeats 

summary>Unable to aggregate as one or more contents have a status of '%1'.

rec_cannotAggregate 

summary>This b_record% has no contents to aggregate.

rec_noContentsToAggregate 

summary>All contents have already been disposed.

rec_allContentsDisposed 

summary>No contents have been assigned any disposal instructions.

rec_noContentsHaveInstructions 

summary>An internal error calculating disposal status.

rec_aggregationInternalError 

summary>Based on container: %1% (Contents not examined)

rec_fromContainerWaiting 

summary>Based on contents: %1%

rec_fromContentsWaiting 

summary>Based on container: %1% (Contents examined: %2%)

rec_fromContainerContentNote 

summary>Based on contents: %1% (Container has no disposal instructions)

rec_fromContents 

summary>Based on contents: %1% (Note: container has a different disposal type of %2%).

rec_fromContentsDifferentDisposalType 

summary>Based on container: %1% (Note: contents have a different disposal type of %2%).

rec_fromContainerDifferentDisposalType 

summary>Based on contents: %1% (Note: container has an earlier disposal date of %2%).

rec_fromContentsLaterDisposalDate 

summary>Based on container: %1% (Note: contents have an earlier disposal date of %2%).

rec_fromContainerLaterDisposalDate 

summary>Based on container: %1% (Contents have identical disposal instructions)

rec_contentsAndContainerIdentical 

summary>Me

bob_sbMe 

summary>My memberships

bob_sbMyMemberships 

summary>My staff

bob_sbMyStaff 

summary>Special folder type '%1' has already been defined.

uty_checkinFolderAlreadyUsed 

summary>Selecting top containers - making initial selection.
this query can run for a long time!

bob_srchResolvingTopContainers 

summary>Selecting top containers - undertaking contents examination.
b_record% %1% (%2% bs_record% have been selected so far)

bob_srchExaminingContentRecursively 

summary>Unable to connect to LDAP server. %1%

bob_ldapConnect 

summary>LDAP search failed. %1%

bob_ldapSearch 

summary>Could not parse component '%1' of DN '%2'.

bob_ldapParseDn 

summary>Pause

bob_ldapPauseProcessing 

summary>Resume

bob_ldapResumeProcessing 

summary>A connection was successfully established to the LDAP server.

bob_ldapTestConnectionOk 

summary>User Mappings

bob_ldapUserMappingsCaption 

summary>Group Mappings

bob_ldapGroupMappingsCaption 

summary>Unable to load Directory Synchronization configuration. %1%

bob_ldapLoadConfigError 

summary>Time

bob_ldapTimeCaption 

summary>Message

bob_ldapMessageCaption 

summary>Property Name

bob_ldapPropertyNameCaption 

summary>Property Value

bob_ldapPropertyValueCaption 

summary>Attribute Name

bob_ldapAttributeNameCaption 

summary>Attribute Pattern

bob_ldapAttributePatternCaption 

summary>Search Base

bob_ldapSearchBaseCaption 

summary>Search Scope

bob_ldapSearchScopeCaption 

summary>Search Filter

bob_ldapSearchFilterCaption 

summary>Relationship Type

bob_ldapRelTypeCaption 

summary>Synchronization canceled.

bob_ldapProcessingCanceled 

summary>Cannot modify b_location% %1%. Cannot modify the user running the synchronization.

bob_ldapCantModifyUser 

summary>Removing duplicated Email Capture message - it is now attached to b_record%: %1%

rec_capstoneCleanup 

summary>You cannot create two bs_checkinStyle% for the same matter record.

uty_checkinMatterAlreadyUsed 

summary>Default UI Gen Caption

uiGen_Default 

summary>You do not appear to have Microsoft 'Outlook MAPI Service Providers' installed.
mail is not possible without this product.

mpx_OutlookNotInstalled 

summary>Field '%1' has not been defined as a boolean.

bob_udfnotBoolean 

summary>Field '%1' has not been defined as a decimal or currency.

bob_udfnotDecimal 

summary>Field '%1' has not been defined as a geography value.

bob_udfnotGeography 

summary>Loading mail form...

mpx_loadingMailForm 

summary>B_record% : %1% is not checked out as a b_workingcopy%

rec_notCheckedToWorkingCopy 

summary>The search method '%1' has been blocked by your administrator and you do not have the 'Bypass Blocked Search methods' permission.

bob_searchMethodBlocked 

summary>I, %1%, approve the disposal of all bs_record% contained in b_consignment% : %2%, with the following exclusions '%3'

by
%1% %4%.

rec_approvalText 

summary>R_TRIMCONTEXT% Load Test

tl_AppName 

summary>TRIMconfig.tcfg cannot be found. If you are not currently using the machine that contains the Workgroup server the path cannot be resolved.
you like to browse the current computer for the file?

tl_TCFGNotFound 

summary>Want to save changes to %1_openConfigTitle%?

tl_SaveConfigQuery 

summary>This application can only be run by a R_TRIMCONTEXT% Administrator.

tl_PermissionDenied 

summary>Preparing for initialization of %1_MachineName%.

tl_PrepInitRunner 

summary>Initializing host: %1_MachineName%.

tl_InitRunner 

summary>The supplied date value is not valid for this property.

prp_cannotConvertDATEToDate 

summary>The value '%1' could not be converted into a valid date.

prp_cannotConvertValueToDate 

summary>An error occurred within a property data conversion function. %1%

prp_caughtErrorInDataConversion 

summary>Attempt to convert data failed. No suitable conversion could be found.

prp_couldNotConvertDataValue 

summary>This task does not support dropping %1% onto %2%.

prp_noDropTaskAvailable 

summary>You have no access to any task that supports dropping %1% onto %2%.

prp_noDropTaskFound 

summary>Internal Error. You are attempting to execute an unknown task.

prp_noPermissionForInvalidTask 

summary>Internal Error. A property was encountered with an unknown format.

prp_propertyFormatInvalid 

summary>Accessing property data failed : property mismatch.

prp_propertyMismatch 

summary>Property '%1' is limited to %2% characters of text. Please supply a shorter string value.

prp_propertyStringTooLong 

summary>This task is not available for tagged processing.

prp_taskIsNotAvailableTagged 

summary>=3CNo name supplied=3E

prp_unnamedItem 

summary>Access denied. You need to have the %1% permission to perform this task.

prp_userHasNoPermissionForTask 

summary>The passed parameter is an unsupported variant type (%1%) - no conversion available.

prp_variantTypeNotSupported 

summary>You cannot complete any of the actions attached to this b_record%.

rec_noActionsAvailableForCompletion 

summary>There are no actions attached to this b_record%.

rec_noActionsAttached 

summary>Start your search here

web_startYourSearchHere 

summary>Click on the map to add markers. Click on the marker to remove individually.

web_clieckAddRightClickClearMarker 

summary>As Polygon

web_asPolygon 

summary>Use all markers to draw a polygon

web_useAllMarkersToDrawPolygon 

summary>As Line

web_asLine 

summary>Use all markers to draw a line

web_useAllMarkersToDrawLine 

summary>Traffic

web_traffic 

summary>Show traffic layer

web_showTrafficLayer 

summary>Clear Markers

web_clearMarkers 

summary>Clear all markers

web_clearAllMarkers 

summary>Please select a different b_schedule% to use as a replacement.

sch_cannotReplaceWithSameSchedule 

summary>This function is not available on a OEM Idol server from a 32bit client.

idol_notSupportedonx86 

summary>The dataset id value is incorrect - it needs to be two characters.

core_invalidDatasetId 

summary>To be a visitor, you need to turn on the 'accepting logins' property.

loc_visitorNeedsLogin 

summary>Visitor logins are only supported for licenses issued by a managed service provider.

loc_visitorsOnlyForMSPCustomers 

summary>After one year.

schAfterOneYear 

summary>After one year.and one month

schAfterOneYearAndOneMonth 

summary>After 1 year.and %1% months

schAfterOneYearAndMonths 

summary>After %1% years

schAfterYears 

summary>After %1% years and 1 month

schAfterYearsAndOneMonth 

summary>After %1% years and %2% months.

schAfterYearsAndMonths 

summary>After one month

schAfterOneMonth 

summary>After %1% months

schAfterMonths 

summary>After one day

schAfterOneDay 

summary>After %1% days

schAfterDays 

summary>Warning. Deleting indexes on one or more tables can result in widespread performance issues. You should only do this when the dataset is offline and undergoing some sort of maintenance activity. It is very important that all the indexes are restored prior to restoring access to the dataset.
you sure you want to remove all indexes?

tem_deleteAllIndexesWarning 

summary>Warning. It is not recommended running a dataset in production without referential integrity in place.
you sure you want to continue?

tem_deleteAllConstraintsWarning 

summary>Recreating all indexes could take a long time. Are you sure you want to do this?

tem_recreateAllIndexesWarning 

summary>Recreating all referential constraints could take a long time. Are you sure you want to do this?

tem_recreateAllConstraintsWarning 

summary>Access exclusions can only be applied to bs_record%

bob_aclExclusionsOnlyRecords 

summary>Access to this b_record% has been specifically excluded for %1%

bob_aclExclusionForLoc 

summary>Access to this b_record% has been specifically excluded for members of %1%

bob_aclExclusionForGroup 

summary>Unable to bind socket to port. Is the port already in use? Try using 'netstat -ano' to identify what other application is using the port. The underlying error was '%1'.

rcf_error_SocketBind 

summary>Filter Properties

trm_originSpamFilterHeading 

summary>Checking to see if security conversion is complete: testing b_record% access controls ...

trm_checkingForSecurityConversionCompleteRecACL 

summary>Checking to see if security conversion is complete: testing b_record% access exclusions ...

trm_checkingForSecurityConversionCompleteRecExclusions 

summary>Checking to see if security conversion is complete: testing b_record% containers ...

trm_checkingForSecurityConversionCompleteRecContainers 

summary>Checking to see if security conversion is complete: testing b_recordType% access controls ...

trm_checkingForSecurityConversionCompleteRecTypes 

summary>Checking to see if security conversion is complete: testing b_classification% access controls ...

trm_checkingForSecurityConversionCompleteClassifications 

summary>Directory path is too long. '%2'. %1%

core_directoryPathExceedsLimit 

summary>The dataset with the ID '%1' is not available. The cause is: %2%

dbw_dbisnotAvailable 

summary>Could not determine the ODBC connection string for this dataset.

tem_getOdbcConnectStringFailed 

summary>Failed to load the ODBC dll.

odbc_odbcDllIsNotLoaded 

summary>The selected driver '%1' is not compatible for %2% connection string.

tem_invalidOdbcDriver 

summary>There is no valid PostgreSQL schema name set in the connection string. Set a valid schema name using 'set search_path to Schema_Name,public' in the connection settings in page 2 of advance connection options, make sure to enclose the case sensitive schema names with double quotes and include the public schema at the end.

tem_invalidSchemaName 

summary>The public schema is not added at the end of search path. The public schema is required at the end of the search path to support GIS.

tem_publicSchemaNotAdded 

summary>Delete function

tem_suWorkdeleteFunction 

summary>Create function

tem_suWorkCreateFunction 

summary>The notes field contains invalid information.

core_noteFieldInvalid 

summary>Machine Name

tl_capMachineName 

summary>Activity Host Location

tl_capLoadRunnerLoc 

summary>There is no words file for this database. It can take several minutes to generate one.
you like to create one?

tl_WordsFileNotFound 

summary>Are you sure you want to delete the Words cache?

tl_DeleteWordsCacheQuery 

summary>Create B_record%

tl_capGrpCreateRecs 

summary>Attach a Document of size

tl_capGrpCreateRecs_eDocs 

summary>Custom Size (MB)

tl_capGrpCreateRecRDO_eDocs_Custom 

summary>Large (50 MB)

tl_capGrpCreateRecRDO_eDocs_Large 

summary>Authoring application is already running. File:'%1'

rdr_appAlreadyRunning 

summary>Attachment #

rdr_attachmentNumber 

summary>Close

rdr_closeButtonCaption 

summary>Error connecting to the rendering agent process. %1%

rdr_connectToAgentFailed 

summary>Processing stopped due to too many consecutive rendering failures of document type %1%.

rdr_consecutiveErrors 

summary>Could not delete file '%1'.

rdr_couldNotDeleteFile 

summary>Working online with dataset '%1' since %2%.

rdr_datasetOnlineMsg 

summary>Date processed

rdr_dateProcessed 

summary>Date requested

rdr_dateRequested 

summary>Detail

rdr_detail 

summary>Document extracted for rendering

rdr_documentExtracted 

summary>Document type

rdr_documentType 

summary>Medium (5 MB)

tl_capGrpRDO_eDocs_Medium 

summary>Failed to add b_recRendition% to b_record%.

rdr_failedToAddRendition 

summary>Failed to delete b_recRendition% request.

rdr_failedToDelete 

summary>Failed to extract attachments.

rdr_failedToExtract 

summary>Could not initialize printer driver, details: %1%

rdr_failedToInitializePrinterDriver 

summary>Error launching the rendering engine in agent mode. %1%

rdr_failedToLaunchAgent 

summary>GPS b_location% is not valid, you need to specify a single polygon, line without self crossings or a point. Multiple polygons or self crossing lines are not supported.

core_geographyInvalidShape 

summary>Small (15 KB)

tl_capGrpCreateRecRDO_eDocs_Small 

summary>None

tl_capGrpCreateRecRDO_eDocs_None 

summary>Failed to render document. %1%

rdr_failedToRender 

summary>Failed to reprocess b_recRendition% request.

rdr_failedToReprocess 

summary>Failed to retrieve document.

rdr_failedToRetrieve 

summary>Failed to retrieve number of queued print jobs.

rdr_failedToRetrievePrintJobCount 

summary>Failed to get name of default printer.

rdr_getDefaultPrinter 

summary>Print

rdr_InternetExplorerPrintDialogCaption 

summary>CM has automatically cancelled this request

rdr_docusignVoidReason 

summary>Rendering requires schema 125 or later.

rdr_oldSchemaVersion 

summary>Request submitted

rdr_renderRequestSubmitted 

summary>The connection property DataTypeCompatibility should be 80 for SQL Server Native Client provider. Please check and confirm this value.

wgs_dataTypeCompatibilityNotSet 

summary>Unable to modify the cost or duration on Bs_recordAction% that are procedures.

rec_actionProcedure 

summary>This database is not enabled.

wgs_databaseNotEnabled 

summary>Error while clearing print queue.

rdr_printQueueClearFailed 

summary>Failed to determine length of printer queue.

rdr_printQueueCountFailed 

summary>Use B_recordType%

tl_capGrpCreateRec_UseRTY 

summary>For B_record%

tl_capGrpModRec_ForRec 

summary>In progress

rdr_renderInProgress 

summary>The rendering queue is now empty.

rdr_renderQueueCleared 

summary>Failed to clear render queue. %1%

rdr_renderQueueClearFailed 

summary>The rendering queue is already empty.

rdr_renderQueueEmpty 

summary>Retrieving

rdr_renderRetrieving 

summary>Failed to set the default printer to '%1'. %2%

rdr_setDefaultPrinter 

summary>Failed to open file using shell. File:'%1'

rdr_shellOpenFailed 

summary>Failed to print file using shell.

rdr_shellPrintFailed 

summary>Failed to convert document. %1%

rdr_failedToConvert 

summary>Add Notes

tl_capGrpModRec_AddNotes 

summary>Access control

rec_accessControl 

summary>You have specified one or more access controls for this b_record% to be based on its p_recContainer%. Note that the corresponding access control on the p_recContainer% is different from the previous specification on this b_record%.

rec_aclw_containerWithDifferingAccess 

summary>Needs to be for the selected b_record%.

rec_requestNotForRecord 

summary>You have specified one or more access controls for this b_record% to be based on its p_recContainer%, however this b_record% does not have a p_recContainer%.

rec_aclw_inheritedNoContainer 

summary>This b_record% has one or more access controls based on its p_recContainer%. Remove it from the p_recContainer% will change its access.

rec_aclw_removingAccess 

summary>Selection is not valid.

rec_badSelection 

summary>B_recordAction% '%1' has sub steps.

rec_actCanNotCompleteProcedure 

summary>B_recordAction% '%1' is completed.

rec_actionCompleted 

summary>%1% (Responsibility of: %3%, %2%)

rec_actionLocViewStr 

summary>B_recordAction% : %1% is not completed.

rec_actionNotCompleted 

summary>This b_record% has bs_actionDef% assigned and therefore the due date cannot be set manually.

rec_actionsAssignedNoDueDate 

summary>%1% (Unassigned, %2%)

rec_actionUnassignedViewStr 

summary>Active audit events

rec_activeAuditEvents 

summary>This b_record% has no current b_recordAction%.

rec_actNoCurrentAction 

summary>Add new contact - %1%

rec_addContactTitle 

summary>B_record% %1% has no document. Component id = %2%.

rec_sapNoDocument 

summary>Database does not contain any bs_fieldDefinition% for 'SAP Document Id' - expected '%1'. Conversion may have already been completed.

rec_sapbadDb 

summary>Badly formed record XML - Record Node not found.

rec_badXML 

summary>No previous revisions were removed:

%1%

rec_allRevisionsInUse 

summary>This b_record% has already been declared to be final.

rec_alreadyFinalized 

summary>Also Cc:

rec_alsoCc 

summary>Also To:

rec_alsoTo 

summary>and others...

rec_andOthers 

summary>The b_location% specified for the role of '%1' (%2%) does not have the correct access or security profile to view the document attached to this record.

rec_reviewRoleSecurityBreach 

summary>This b_record% does not have a suitable p_recAssignee% and a suitable default could not be determined. Please check your security/access settings with your R_TRIM% administrator.

rec_assigneeLocationNotSpecified 

summary>The p_recAssignee% for this b_record% ('%1') does not have the appropriate security profile.

rec_assigneeSecurityBreach 

summary>%1% (as a SuperCopy)

rec_asSuperCopyMsg 

summary>attach external signature

rec_attachExtSigTask 

summary>The specified attachment does not exist or the necessary data required to extract the attachment is not available.

rec_attachmentExtractFailed 

summary>Internal Error. Cannot attach a document with an unspecified source location.

rec_attachTypeInvalid 

summary>From: %1%

rec_auditEventFrom 

summary>From: %1% - To: %2%

rec_auditEventFromTo 

summary>Note: this b_record% is enclosed in its existing p_recContainer%. If you change the p_recContainer% the b_record% will be automatically enclosed in its new p_recContainer%.

rec_autoEncloseNote 

summary>Note: this b_record% is not enclosed in its p_recContainer%. It has been assigned to '%1'. If you set the enclosed field the b_record% will be enclosed and assigned back to its p_recContainer%.

rec_autoEncloseNote2 

summary>Note: this b_record% is at home '%1'. If you choose a p_recContainer% this will become its new home and the b_record% will be automatically enclosed.

rec_autoHomeNote 

summary>Note: this b_record% is at home in the b_space% management system '%1'. If you choose a p_recContainer% this will become its new home and the b_record% will be automatically enclosed.

rec_autoHomeNoteSpace 

summary>Request processing on %1%

rec_autoRendInProgress 

summary>Date requested

rec_autoRenditionDateCol 

summary>List of Not Indexed Records.

tem_listOfNotIndexedRecords 

summary>Type

rec_autoRenditionRendTypeCol 

summary>Status

rec_autoRenditionStatusCol 

summary>Request has been queued, awaiting processing.

rec_autoRendNotStarted 

summary>P_recClient% is not valid or no longer exists.

rec_badClient 

summary>P_recContainer% p_recNumber% specified is not valid.

rec_badContainerRecNum 

summary>Invalid copy option. Must copy p_recContainer% if b_record% is numbered based on its p_recContainer%.

rec_badCopyNeedContainer 

summary>Invalid copy option. Must copy document to create a new version.

rec_badCopyNeedDocument 

summary>Invalid dropped object

rec_badDroppedObject 

summary>B_recordType% supplied is invalid or unknown.

rec_badNewRecordType 

summary>Your number pattern is not incrementing correctly.

rec_badNextNumber 

summary>B_record% '%1' has an invalid or unknown b_recordType%.

rec_badRecordType 

summary>Invalid task ID

rec_badTaskID 

summary>B_record% being created

rec_beingCreated 

summary>Search Activities

tl_capTabSearch 

summary>=3Cblank=3E

rec_blankDate 

summary>Making %2% the p_recAssignee% of b_record% '%1' will cause a security breach or violate access control.

rec_breachWarning 

summary>This b_record% is inside a p_recContainer% that has a b_hold% and therefore it cannot be removed from the p_recContainer%.

rec_cannotChangeContentsOfContainerOnHold 

summary>Cannot change the checked out path because the b_record% '%1' is not checked out to you.

rec_cannotChangeCheckoutPath 

summary>This %1% is checked out to %2%. Changing the security profile would prevent the document from being checked in.

rec_cannotChangeSecAsRecIsOut 

summary>Delete Words File

tl_capButtonDelWordsFile 

summary>An error occurred copying this document to your temporary work area. %1%

rec_cannotCopyOfflineDocument 

summary>This b_record% is the first of a series of E_rgi_parts%/versions. It cannot be removed.

rec_cannotDeleteRoot 

summary>Cannot contain a new b_record% within %1% '%2': %3%

rec_cannotDoWithinMsg 

summary>You need to be a b_record% administrator to overwrite the b_record% notes.

rec_cannotEditNotes 

summary>The extract task is not available for new bs_recRendition%.

rec_cannotExtractNewRendition 

summary>The specified revision could not be extracted.

rec_cannotGetRevisionForCompare 

summary>B_record% does not have a e_rt_dsignature% attached and a e_rt_dsignature% cannot be generated.

rec_cannotHaveASignature 

summary>Access denied. The electronic version of a linked document cannot be directly updated.

rec_cannotModifyExistingLinkedDocument 

summary>Access denied. The electronic version of a previous revision cannot be modified.

rec_cannotModifyExistingRevision 

summary>Print function is unavailable for a e_rt_dsignature%.

rec_cannotPrintSignature 

summary>You cannot put this b_record% in a p_recContainer% because it has a b_hold%.

rec_cannotPutHeldRecordInContainer 

summary>The special b_recLocation% types cannot be removed.

rec_cannotRemoveNonContacts 

summary>You are not allowed to remove E_rgi_part%, version or p_rtyDefaultSeries% relationships.

rec_cannotRemovePartOrSeriesRels 

summary>This b_record% must have a b_classification% attached because its number calculation method requires a b_classification%.

rec_cannotRemovePlanNumber 

summary>This b_record% must have a b_classification% attached because its titling method requires a b_classification%.

rec_cannotRemovePlanTitle 

summary>You are not allowed to remove %1%.

rec_cannotRemoveSecurityBreaches 

summary>This relationship type has been added by the 'Document Templates and Content Blocks' feature and cannot be removed.

rec_cannotRemoveSpecialRelationship 

summary>B_keyword% cannot be removed as it used to form the title of this b_record%.

rec_cannotRemoveTitlingKeyword 

summary>Command Properties

trm_ribbonCommandProperties 

summary>Group Properties

trm_ribbonGroupProperties 

summary>Enter or select server name:

tem_enterServerName 

summary>You cannot specify a blank date for bs_record% that are not active. If you wish to make a b_record% active again, you need to change its p_recDisposition%.

rec_cannotSetInactiveDateToBlank 

summary>View function is unavailable for a e_rt_dsignature%.

rec_cannotViewSignature 

summary>B_recordType% does not support creation of E_rgi_parts%.

rec_cantCreatepartsForRTY 

summary>Enter availability group listener or fail over cluster instance:

tem_enterAvailabilityGroupListener 

summary>B_actionDef% not found.

rec_cantFindAction 

summary>Could not find b_actionDef% to reassign.

rec_cantFindActionToReassign 

summary>Cannot link a document to itself.

rec_cantLinkToItself 

summary>Could not locate b_actionDef% insertion position.

rec_cantLocateAction 

summary>Cannot remove a b_recLinkedDocument%. Check out the main document and edit it to remove the links.

rec_cantRemoveLink 

summary>The document is checked out to %1%.

rec_checkedOutDetails 

summary>The document is checked out to %1% (phone: %2%).

rec_checkedOutDetailsPhone 

summary>You have this b_record% checked out.

rec_checkedOutSame 

summary>Title word 'OR' search

tl_capSrch_TitleOr 

summary>You have the linked b_record% '%1' (%2%) checked out but it has not been modified. Would you like to check it back in and discard any changes?

rec_checkInLinkDiscard 

summary>The linked b_record% '%1' (%2%) is checked out. Would you like to check it back in after it is updated to a new revision?

rec_checkInLinkUpdate 

summary>Check in multiple documents

rec_checkMultipleDocs 

summary>Check in - %1%

rec_checkOneDoc 

summary>Check out b_record% '%1'

rec_checkoutCap 

summary>Extract operation canceled whilst processing bs_recLinkedDocument%.

rec_checkoutLinksCancelled 

summary>Selecting a closed e_sgi_part% is not permitted for a default container.

bob_selectDefaultClosedContainerPrevented 

summary>The b_classification% title string cannot exceed %1% characters.

rec_classificationTitleTooLong 

summary>You have specified that you want to clear the closed date.

rec_clearClosedWarning 

summary>The selected b_location% does not have an address of the type '%1'.

rec_commAddressTypeNotAvailable 

summary>The b_location% for this task is no longer valid or has not been defined.

rec_commLocationNoLongerExists 

summary>A b_communication% needs to have a E_cmt_sender%.

rec_commNeedsASender 

summary>A b_communication% can only have one E_cmt_sender%.

rec_commOnlyOneSender 

summary>You cannot change the b_record% associated with an existing b_communication%.

rec_commRecordAlreadySet 

summary>This b_communication% already has a sender defined.

rec_commSenderAlreadyDefined 

summary>B_location% '%1' has already been associated with this b_communication%.

rec_communicatorAlreadyRegistered 

summary>Warning: could not find a suitable address to use for the b_communication% with b_location% '%1'.

rec_communicatorHasNoAddress 

summary>B_record%: %1% (Revision %2%)

rec_compareRevisionTitle 

summary>Current revision (%1%)

rec_compareRevWithCurrent 

summary>Later revision (%1%)

rec_compareRevWithLater 

summary>Previous revision (%1%)

rec_compareRevWithPrevious 

summary>B_record%: %1% (current revision)

rec_compareTitle 

summary>Later version: b_record% %1% (%2%)

rec_compareWithLaterVersion 

summary>Previous version: b_record% %1% (%2%)

rec_compareWithPreviousVersion 

summary>Complete a procedure by completing subordinate bs_adfStep%.

rec_completeProcedure 

summary>The selected p_recContainer% (%1%) is not the latest e_sgi_part%. Please confirm which e_sgi_part% you wish to use by selecting one of the options below, or press CANCEL to make a different p_recContainer% selection.

bob_selectTheCorrectPartMsg 

summary>%1% has already been attached to this b_record% as a contact.

rec_contactAlreadyAttachedRecord 

summary>This contact is already the primary contact for this b_record%.

rec_contactAlreadyPrimary 

summary>Contacts

rec_contacts 

summary>Contact cannot be removed as it used to form the title of this b_record%.

rec_contactUsedInTitle 

summary>The selected p_recContainer% '%1' is closed and there is no later e_sgi_part% available.

Are you sure you want to use this p_recContainer%?

rec_closedContainerWarning 

summary>The selected p_recContainer% '%1' is closed and cannot be used as a default container. A later e_sgi_part% exists (%2%), however it is also not suitable. (%3%)

rec_defaultContainerClosedBadLaterPart 

summary>The selected p_recContainer% '%1' is closed and cannot be used as a container. A later e_sgi_part% exists (%2%), however it is also not suitable. (%3%)

rec_containerClosedBadLaterPart 

summary>The selected p_recContainer% '%1' is ultimately contained within b_record% '%2' which can only be used with e_bh_paperFolder% bs_record%.

rec_containerAncestorIsForPaperOnly 

summary>The p_recContainer% you have chosen may have had its number changed or has been removed.
use KwikSelect to check its existence.

rec_containerDeleted 

summary>Cannot place a non-destroyed b_record% within a destroyed p_recContainer%.

rec_containerDestroyed 

summary>%1% =3CEnclosed=3E

rec_containerDlgIn 

summary>The selected p_recContainer% is unsuitable as a container (%1%). A later e_sgi_part% exists(%2%) however it is also not suitable. (%3%)

rec_badContainerBadLatestPart 

summary>%1% =3Cnot enclosed=3E

rec_containerDlgOut 

summary>The p_recContainer% specified does not exist or is not accessible.
you want to continue and create the document without a p_recContainer%?

rec_containerDoesNotExist 

summary>The selected p_recContainer% '%1' has a lower security profile than '%2'.

rec_containerHasLowerSec 

summary>The selected p_recContainer% '%1' has a lower security profile than '%2'. Do you want to upgrade the security for '%1'?

rec_containerHasLowerSecUpgrade 

summary>%1%
: The p_recHomeLocation% of the current p_recContainer% is not valid.

rec_containerHomeLocBadErc 

summary>%1%
: The p_recHomeLocation% of the current p_recContainer% is also a p_recContainer%.

rec_containerInContainerErc 

summary>%1%
: The p_recHomeLocation% of the current p_recContainer% is a b_space% but b_record% '%2' cannot have a p_recHomeLocation% that is a b_space%.

rec_containerInSpace 

summary>The b_record% '%1' can only be used as a p_recContainer% for e_bh_paperFolder% bs_record%.

rec_containerIsForPaperOnly 

summary>The selected p_recContainer% b_record% must have a level of '%1' or higher to contain bs_record% of type '%2'.

rec_containerNeedsHigherLevel 

summary>The p_recContainer% b_record% '%1' is not suitable for this document: %2%.
you want to continue and create the document without a p_recContainer%?

rec_containerNoGood 

summary>Access denied. You do not have the required permission to file in containers classified as '%1'.

rec_containerNotAccessible 

summary>The security profile for the p_recContainer% b_record% is lower than the security profile for the content b_record%. Setting p_recContainer% is not allowed.

rec_containerSecurityBreach 

summary>The security profile for the p_recContainer% b_record% is different from the security profile of the content b_record%. Setting the p_recContainer% is not allowed.

rec_containerSecurityDifferent 

summary>Warning. The selected p_recContainer% '%1' is closed. A later e_sgi_part% exists (%2%) however it is also not suitable. (%3%). Are you sure you want to use this container?;

rec_closedContainerBadLaterPartWarning 

summary>The selected p_recContainer% '%1' is closed and cannot be used as default container. A later e_sgi_part% exists (%2%) however it is also closed.

rec_closedDefaultContainerClosedLaterPart 

summary>=26Contents of b_record% '%1'

rec_contentsAll 

summary>One of the contained %1% (%2%) has been declared as final. Deleting this b_record% will remove these finalized documents.

rec_contentsHaveFinalRecords 

summary>The selected p_recContainer% '%1' is closed and cannot be used as a container. A later e_sgi_part% exists(%2%) however it is also closed.

rec_closedContainerClosedLaterPart 

summary>The b_record% being destroyed has a contained b_record% '%1' that is related to other bs_record%. Destroying this b_record% will remove these relationships but not the actual related bs_record%.

rec_contentsHaveRelatedRecordsDestroy 

summary>=26Contents of b_record% '%1' with different bs_schedule% attached:

rec_contentsWithDiffSch 

summary>=26Contents of b_record% '%1' with bs_schedule% attached:

rec_contentsWithSch 

summary>=26Contents of b_record% '%1' with more severe bs_schedule% attached:

rec_contentsWithSevereSch 

summary>At least one of the contained bs_record% has a higher security classification than the proposed new classification - see b_record% '%1': %2%

rec_contHasHigher 

summary>Could not convert b_record% '%2' which was linked to an old revision. %1%

rec_convertRecLinkFail 

summary>Selecting a closed e_sgi_part% is prevented by system settings.

bob_selectingClosedContainerPrevented 

summary>%2% copies have been made of the b_record% '%1'.

rec_copiesMade 

summary>Invalid copy option. Must copy b_classification% to copy this b_record%.

rec_copyErrorNeedClassification 

summary>Copying...

rec_copying 

summary>A copy has been made of the b_record% '%1'.

rec_copyMade 

summary>%1% plus a copy

rec_copyTitle1_1 

summary>%1% plus %2% copies

rec_copyTitle1_x 

summary>Originals plus %2% copies

rec_copyTitlex_x 

summary>Warning: p_recContainer% could not be set for the new b_record%.
P_recContainer% has been cleared.
: %1%

rec_couldNotCopyContainerWarning 

summary>Error:%2% adding the document '%1' to the b_electronicStore%. no action takes place this error will be reported again in one hours time.

rec_couldntAddtoStore 

summary>Creating copy #%1%...

rec_creatingCopy 

summary>The declassification date specified is more than %1% years after publication (the normal number of years for declassification). Please confirm that you wish to use this setting.

rec_csBigDeclassDateWarning 

summary>The number of years specified exceeds the normal number of years for declassification (%1%). Please confirm that you wish to use this setting.

rec_csBigDeclassYearsWarning 

summary>Please enter 'Classified by' details.

rec_csEnterClassifiedBy 

summary>Please enter a value for the classifying agency.

rec_csNoAgencySpecified 

summary>Internal Error: The selected item is not suitable for creating a b_record%.

rec_currentRowNoGoodForRecord 

summary>Only the p_recAssignee% can be set to 'home'.

rec_currLocSetToHome 

summary>Only the p_recAssignee% can be set to 'missing'.

rec_currLocSetToMissing 

summary>Server Name

tes_exportServerName 

summary>Schema Name

tes_exportSchemaName 

summary>The '%1' cannot be in the future.

rec_dateInFuture 

summary>Date Received

rec_dateReceivedUDFTag 

summary>OR

tl_capSearch_OR 

summary>Result set size

tl_capSearchResultSetSize 

summary>Declared as final on %1%.

rec_declaredFinalStatus 

summary>The declassification schedule for this b_record% has been automatically updated according to the selected security guide entries.

rec_declassifyUpdated 

summary>Cannot remove electronic document from b_record% '%1'. This b_record% is being linked to by other bs_record%. Please remove any links before continuing.

rec_deleteRecLinks 

summary>You are about to permanently remove the tagged bs_record% from R_TRIM%.
one of the bs_record% has contained bs_record% specify the appropriate action for its contents:

rec_deleteTaggedMsg 

summary>Deleting this p_recContainer% will cause gaps in the 'Active Audit Events' for all contained bs_record% and any bs_record% that were contained at any earlier time.

rec_deleteWarning 

summary>You are about to permanently remove this b_record%.
this b_record% has contained bs_record% you need to specify the appropriate action for its contents:

rec_deleteWithContentsMsg 

summary>You are about to permanently remove this b_record%.

rec_deleteWithNoContentsMsg 

summary>This will destroy all contents of this p_recContainer%, some of which may be electronic.

rec_destroyContentsWarning 

summary>Custom Search

tl_capSearchCustom 

summary>(%1% - See 'P_recDispositionSchedule' for more details)

rec_destroyTag 

summary>Please note that a contained b_record% '%1' has one or more redactions. You should review the retention of these redactions if the original document is to be destroyed.

rec_destroyWhenContentsHaveRedactions 

summary>The b_record% being destroyed is related to other bs_record%.

rec_destroyWhenHasRelated 

summary>Please note that there are one or more redactions of this b_record% that are in existence. You should review the retention of these redactions if the original document is to be destroyed.

rec_destroyWhenHaveRedactions 

summary>P_recNumber% search B_recordType%

tl_capSearchRecNum 

summary>Title word 'AND' search

tl_capSrch_TitleAND 

summary>canceled

rec_dispCancelled 

summary>P_recDisposition% change prevented. This b_record% is checked out to '%1'.

rec_dispChangeForCheckedOut 

summary>This b_record% is related to other bs_record%.

rec_dispChangeHasRelated 

summary>P_recDisposition% changes are not allowed for %1% bs_record% with no b_schedule% attached.

rec_dispChangePreventedNoSchedule 

summary>AND

tl_capSearch_AND 

summary>P_recDisposition% b_schedule% based on proposed new b_schedule% (%1%) :

rec_dispNew 

summary>P_recDisposition% b_schedule% based on no existing b_schedule% :

rec_dispNone 

summary>P_recDisposition% b_schedule% based on removing b_schedule% (%1%) :

rec_dispRemove 

summary>P_recDisposition% b_schedule% based on existing b_schedule% (%1%) :

rec_dispSch 

summary>P_recDisposition% Events Schedule

rec_dispSchHdr 

summary>Notes word search

tl_capSearch_NotesWord 

summary>Title word search

tl_capSearch_TitleWord 

summary>Search text cannot end with an operator.

rec_docContentOperator 

summary>The b_record% has been made final and the document cannot be altered.

rec_docFinal 

summary>The b_record% '%1' has been made final and the document cannot be removed.

rec_docFinalNoDelete 

summary>The document format is unsuitable for annotation or redaction.

rec_docFormatCannotAnnotateRedact 

summary>B_record% has been made a working document.

rec_docIsDraft 

summary>B_record% has been made final.

rec_docIsFinalised 

summary>Cannot set the document for b_record% '%1'. %2%

rec_documentAddError 

summary>This b_record% is checked out to %1%.

rec_documentCheckedOut 

summary>Error extracting b_record% '%1'. %2%

rec_documentExtractError 

summary>Selected p_recContainer% '%1' has a lower security profile than %2%. Do you want to downgrade the security profile of %2%?

rec_documentHasHigherSecDowngrade 

summary>%2% has a lower security profile than the selected p_recContainer% (%1%).

rec_documentHasLowerSec 

summary>Selected p_recContainer% '%1' has a higher security profile than %2%. Do you want to upgrade the security profile of %2%?

rec_documentHasLowerSecUpgrade 

summary>Document is in use. All changes will be lost.

rec_documentInUseChangesLost 

summary>Document has not been modified.

rec_documentNotModified 

summary>Document has not been digitally signed.

rec_documentNotSigned 

summary>Document has been digitally signed.

rec_documentSigned 

summary>=3CUpdate In Progress=3E

rec_documentUpdatePending 

summary>Creation Activities

tl_capTab_Creation 

summary>Contain new b_record% within %1%: %2%: %3'

rec_doWithinMsgWithExtra 

summary>Contain new b_record% within %1% '%2'

rec_doWithinMsgWithoutExtra 

summary>Downgrading security profile : %1%

rec_downgradeDocumentSec 

summary>B_record% '%1' is already contained within '%2'. Do you wish to enclose the b_record%?

rec_dropAlreadyContained 

summary>In p_recContainer% '%1' : %2% (Not Enclosed)

rec_dropContained 

summary>B_record% '%1' is already enclosed within '%2'.

rec_dropContainedAndEnclosed 

summary>In p_recContainer% '%1' : %2% (Enclosed)

rec_dropEnclosed 

summary>Not in a p_recContainer%

rec_dropNotInContainer 

summary>Document has been digitally signed.

rec_dsgDocSigned 

summary>Signature file '%1' attached - signature was not verified.

rec_dsgFileAttachedNotVerified 

summary>Signature file '%1' attached - verification details:
%2%

rec_dsgFileAttachedVerified 

summary>(Due back on %1%)

rec_dueBackOn 

summary>You are not allowed to change the p_recDateDue% as the 'P_rtySetDueDateFromActions' option has been set.

rec_dueDateCanNotBeSet 

summary>Duplication error. The following bs_record% have matching titles:

%1%

rec_duplicatedTitlesError 

summary>Duplication Warning. The following bs_record% have matching titles:

%1%

rec_duplicatedTitlesWarning 

summary>Earliest requester

rec_earliestRequester 

summary>Document attached

rec_edmAttachedMsg 

summary>Attaching

rec_edmAttaching 

summary>The bs_offlineRecord% reference cannot be resolved.

rec_edmCannotResolveTopDrawerRef 

summary>Checked out to %1% by %2% on %3_datetime%

rec_edmCheckedOutMsg 

summary>Document checked out

rec_edmCheckoutMsg 

summary>Discard changes

rec_edmDiscarding 

summary>Document checked back in

rec_edmDiscardMsg 

summary>File

rec_edmFile 

summary>In R_TRIM% b_electronicStore%

rec_edmInTRIMStore 

summary>Attached - %1%

rec_edmLinkAttached 

summary>Automatically captured

rec_edmLinkAutoCaptured 

summary>Modification Activities

tl_capTab_Modification 

summary>Email message on '%1'

rec_edmMailOn 

summary>New revision

rec_edmNewRevision 

summary>New revision of document created

rec_edmNewRevisionMsg 

summary>API Target

tl_capAPITarget 

summary>=3Cno file specified=3E

rec_edmNoFile 

summary>All electronic documents removed

rec_edmRemovedMsg 

summary>Document replaced

rec_edmReplacedMsg 

summary>Replace

rec_edmReplacing 

summary>%1% (Revision %2%): %3%

rec_edmRevDisplayName 

summary>(rev %1%)

rec_edmRevisionAnnotation 

summary>Unknown file type

rec_edmRevisionTypeUnknown 

summary>Internal Error. A temporary file is invalid in this context.

rec_edmTempFileBad 

summary>a temporary file

rec_edmTemporaryFile 

summary>BS_offlineRecord% on '%1'

rec_edmTopDrawerOn 

summary>Number of times to run each activity

tl_capIterationCount 

summary>A document update transaction is pending and therefore this field cannot be modified.

rec_edmTransactionInProgress 

summary>Cannot create a new version of an email message.

rec_emailsCannotHaveVersions 

summary>(Enclosed)

rec_enclosed 

summary>Service API URL

tl_capServiceAPIUrl 

summary>Please specify a date and time for this b_communication%.

rec_enterCommDate 

summary>Please specify a b_record% for this b_communication%.

rec_enterCommRecord 

summary>The Initial Security Classification field cannot be left blank.

rec_enterPrimordial 

summary>Number of users to simulate

tl_capUserCount 

summary>%1% (Finalized on %2%)

rec_erecFinalisedDesc 

summary>Document has already been made final.

rec_errDocumentFinal 

summary>Document is already not final.

rec_errDocumentNotFinal 

summary>An error occurred accessing an external b_record% add-in (%2%) for %3%. %1%

rec_errorAccessingExternalAddin 

summary>An error has occurred with an existing request for a b_recRendition% of this b_record%. A new request will not be allowed until this error has been cleared.

rec_errorWithRenditionRequest 

summary>R_TRIMCONTEXT% failed to get the next available number. Check the value for the 'Start Numbering After' field in the 'Numbering' tab of the properties for %1% : %2%. This problem may sometimes be caused by two bs_recordType% having the same number pattern.

rec_exceededRetry 

summary>B_record% contains an External Link which is broken or not accessible.

rec_externalLinkBroken 

summary>Externally stored item

rec_externalStoreItem 

summary>Cannot extract the b_recLinkedDocument% to '%1'.

%2%
you want to extract it to the same directory as '%3' instead?

rec_extractLinkLocationFail 

summary>Run as user

tl_capRunAs 

summary>This type of document (%1%) is not appropriate for your application. Are you sure you wish to continue?

rec_fileTypeNotSuitable 

summary>Finalized

rec_finalised 

summary>Activity Settings

tl_capActivitySettings 

summary>The machine could not be validated on the network due to an error: %1_errorMessage%

tl_msgUnableToValidateMachine 

summary>Finding next available number ...

rec_findingNextNumber 

summary>Unknown Error

tl_msgUnknownError 

summary>form

rec_form 

summary>B_classification% Numbering Component

rec_fpNumberTitle 

summary>The machine name appears not to be valid. Would you like to use this host anyway?

tl_msgMachineValidationFailed 

summary>Document is from bs_offlineRecord%

rec_fromTopDrawer 

summary>This b_record% does not have a p_recNumber% or a long number. Use the 'Administration-Number' function to correct or contact your System Administrator.

rec_functionNewRecsOnly 

summary>An error occurred accessing external b_record% add-in (%1%) for %2%. Unexpected exception.

rec_gpfAccessingExternalAddin 

summary>The b_record% '%1' has a e_rt_dsignature%.

rec_hasADigitalSignature 

summary>This b_record% has an electronic attachment that will be destroyed.

rec_hasEdmOnDestroy 

summary>Save...

tl_capMenu_SaveElipsis 

summary>One of the contained bs_record% (%1%) has a later scheduled destruction date (%2%).

rec_hasLaterDestroy 

summary>No suitable contacts exist for this navigation method.

rec_hasNoContact 

summary>Save

tl_capMenu_Save 

summary>One of the contained bs_record% (%1%) has an undefined scheduled destruction date (%2%).

rec_hasNoDestroy 

summary>The b_record% '%1' does not have a e_rt_dsignature%.

rec_hasNoDigitalSignature 

summary>B_record% has no bs_hold% to remove.

rec_hasNoHolds 

summary>No suitable relationships exist for this navigation method.

rec_hasNoRelationship 

summary>B_record% '%1' has no bs_request%.

rec_hasNoRequests 

summary>This b_record% has no previous revisions.

rec_hasNoRevisions 

summary>%1% : %2% is related to other bs_record%. Deleting this b_record% will remove these relationships but will not delete the actual related bs_record%.

rec_hasRelatedRecords 

summary>(Breach %1%)

rec_histBreach 

summary>%1% - done by '%2' on %3%

rec_histByOn 

summary>%1% - on %3%

rec_histOn 

summary>B_record% '%1' has already been added to b_hold% '%2'.

rec_holdAttached 

summary>B_record% is within a p_recContainer%. BS_hold% must be applied to the p_recContainer%.

rec_holdPreventedForContents 

summary>Making %2% the p_recHomeLocation% of b_record% '%1' will cause a security breach or violate access control.

rec_homeBreachWarning 

summary>The p_recHomeLocation% for this b_record% cannot be a b_space%.

rec_homeCannotBeASpace 

summary>The value you have specified for 'P_recHomeLocation' is 'In p_recContainer' and yet the b_record% does not have a p_recContainer%

rec_homeCannotBeContainer 

summary>Home (%1%)

rec_homeDetailStr 

summary>This b_record% does not have a suitable p_recHomeLocation% and a suitable default could not be determined. Please check your security/access settings with your R_TRIM% administrator.

rec_homeLocationNotSpecified 

summary>Could not set p_recHomeLocation% for b_record% '%1'. The b_space% '%2' is full.

rec_homeLocFullSpace 

summary>Could not find a suitable p_recHomeLocation%. Please specify the p_recHomeLocation% for custody change to enable removing from the p_recContainer%.

rec_homeLocInDispChangeBaseErc 

summary>'%1' does not have sufficient security or access to be the p_recHomeLocation% for b_record% '%2'

%3%

rec_homeLocSecurityDetailsError 

summary>'%1' does not have sufficient security or access to be the p_recHomeLocation% for b_record% '%2'.

rec_homeLocSecurityError 

summary>Only the p_recHomeLocation% can be set to a p_recContainer%.

rec_homeLocSetToContainer 

summary>Only the p_recHomeLocation% can be set to a b_space%.

rec_homeLocSetToSpace 

summary>The p_recHomeLocation% for the b_record% '%1' does not have the appropriate security profile.

rec_homeSecurityBreach 

summary>B_securitycaveat% : %1% added to b_record% '%2'.

rec_htCavAdded 

summary>B_securitycaveat% : %1% removed from b_record% '%2'.

rec_htCavRemoved 

summary>B_record% '%1' removed from p_recContainer% '%3' and added to p_recContainer% '%2'.

rec_htChangedContainer 

summary>B_classification% set to '%1'.

rec_htFpAdded 

summary>B_classification% changed from '%1' to '%2'.

rec_htFpChanged 

summary>B_classification% '%1' removed.

rec_htFpRemoved 

summary>B_record% '%1' added to p_recContainer% '%2'.

rec_htNewContainer 

summary>B_record% '%1' removed from p_recContainer% '%2'.

rec_htRemovedFromContainer 

summary>B_schedule% set to %1%.

rec_htSchAdded 

summary>B_schedule% changed from %1% to %2%.

rec_htSchChanged 

summary>B_schedule% '%1' removed.

rec_htSchRemoved 

summary>Date Inactive cannot be set to a date in the future.

rec_inactiveInFuture 

summary>B_record% not available due to inadequate security profile.

rec_inadequateSecurity 

summary>Bs_hold% cannot be applied to client bs_record%.

rec_holdPreventedForClients 

summary>Configuration Valid

tl_msgConfigValid 

summary>%1% is in a p_recContainer%. Use p_recContainer% Task to update the p_recHomeLocation%.

rec_inContainerError 

summary>The b_record% '%1' is located in a p_recContainer%. The p_recHomeLocation% cannot be modified.

rec_inContainerHomeCanNotBeModified 

summary>Launch

tl_capButton_Launch 

summary>Hosts

tl_capGrpHosts 

summary>in list

rec_inListCaption 

summary>Remove

tl_capButton_Remove 

summary>Add

tl_capButton_Add 

summary>Database

tl_capDatabase 

summary>The b_record% '%1' is contained within b_record% '%2' which is ultimately contained within a e_bh_paperFolder% '%3'. It cannot have an electronic document attached.

rec_insidePaperAncestor 

summary>The b_record% '%1' is contained within b_record% '%2' which is a e_bh_paperFolder%. It cannot have an electronic document attached.

rec_insidePaperFolder 

summary>Internal Error. Could not access list of bs_hold%.

rec_internalError_holds 

summary>Internal Error. no current b_record%.

rec_internalError_noCurrentRecord 

summary>This b_record% cannot be removed or destroyed because it is associated with one or more bs_workflow%.

rec_inUseByActiveWorkflow 

summary>This b_record% is in use by at least one b_documentQueue% and cannot be removed.

rec_inUseByDocumentQueue 

summary>An invalid b_location% has been used for '%1'.

rec_invalidLocation 

summary>This b_record% has an unknown b_recordType%.

rec_invalidRecordType 

summary>The b_record% has been destroyed.

rec_isDestroyed 

summary>This b_record% does not have any contents.

rec_isNotAContainer 

summary>This b_record% is not in a E_rgi_part% series.

rec_isNotAPart 

summary>This b_record% is not a version of another b_record%.

rec_isNotAVersion 

summary>This b_record% is not inside a p_recContainer%.

rec_isNotInAContainer 

summary>This b_record% is not in a series.

rec_isNotInSeries 

summary>This b_record% is a e_bh_paperFolder%. It cannot have electronic documents attached.

rec_isPaperFolder 

summary>Activity Settings...

tl_capButton_ActivitySettingsElipsis 

summary>Cannot keep checked out when discarding changes. Check in the document with 'discard changes' and then check the document out again.

rec_keepOutAndDiscardMsg 

summary>This b_keyword% is in the p_recTitle% for the b_record% so it cannot be removed.

rec_keywordInTitle 

summary>(last %1%)

rec_last 

summary>P_recContainer% for : %1%, %2%

rec_ligitationContainerFor 

summary>Could not obtain access to the linked file. %1%

rec_linkAccessBad 

summary>Could not access b_recLinkedDocument%. %1%

rec_linkAccessFailed 

summary>The document link already uses this storage type.

rec_linkAlreadyUsesStorageType 

summary>Could not write the document back out to the path '%1'. %2%

rec_linkCannotBeWritten 

summary>not held in R_TRIM%

rec_linkDescExternal 

summary>not held in R_TRIM%, broken.

rec_linkDescExternalBroken 

summary>%1%: %2%, revision %3% (%4%)

rec_linkDescRecord 

summary>held in b_electronicStore% '%1', ID: %2%

rec_linkDescTRIMAdmin 

summary>held in R_TRIM% b_electronicStore%

rec_linkDescTRIMUser 

summary>P_recMatterRecord% for : %1%, %2%

rec_litigationMatterFor 

summary>B_record% is linked to a finalized b_record% '%1'.

rec_linkedToFinalized 

summary>External to R_TRIM%

rec_linkExternal 

summary>External, link is broken or cannot be accessed.

rec_linkExternalBroken 

summary>External, strongly suggest making a R_TRIM% b_record%.

rec_linkExternalNotGood 

summary>Extract not supported for links that are external.

rec_linkExtractNoGoodForExternal 

summary>The b_recLinkedDocument% also contains links. This can only be managed by creating the link as a separate b_record% or leaving it as an external link.

rec_linkHasLinks 

summary>Document link is broken and cannot be accessed.

rec_linkIsBroken 

summary>The latest revision of b_record% '%1' is a different size to the file '%2'.

rec_linkLatestDifferentSize 

summary>The latest revision of b_record% '%1' is newer than the file '%2'.

rec_linkLatestNewerThan 

summary>The latest revision of b_record% '%1' is older than the file '%2'.

rec_linkLatestOlderThan 

summary>(Needs Updating)

rec_linkNeedsUpdating 

summary>Revision %3% of b_record% '%1' is a different size to the file '%2'.

rec_linkRevDifferentSize 

summary>The document you are storing contains the following linked files. Please review the way you wish R_TRIM% to store these links.

rec_linkReviewMessage 

summary>Revision %3% of b_record% '%1' is newer than the file '%2'.

rec_linkRevNewerThan 

summary>Revision %1% of b_record% '%2' not found.

rec_linkRevNotFound 

summary>Revision %3% of b_record% '%1' is older than the file '%2'.

rec_linkRevOlderThan 

summary>The document you are signing contains links to other documents. These other documents will not be signed.

rec_linkSigWarning 

summary>Processing b_recLinkedDocument% '%1' for b_record% '%2':

%3%

rec_linkSingleWarning 

summary>The version of the b_recLinkedDocument% '%1' does not match the version held in R_TRIM% for b_record% '%2'.
you like to replace the existing file:

%3%
the version in R_TRIM%?

%4%

rec_linksNeedUpdate 

summary>Manage Document Links

rec_linksSheetHeading 

summary>R_TRIM% b_record% '%1', revision %2%

rec_linkStorageRecord 

summary>In b_electronicStore% %1%, ID: %2%

rec_linkStorageTRIMDetailsAdmin 

summary>In R_TRIM% b_electronicStore%, not a separate R_TRIM% b_record%

rec_linkStorageTRIMDetailsUser 

summary>P_recClientRecord% for : %1%, %2%

rec_litigationClientFor 

summary>This task is not suitable for a broken link.

rec_linkTaskNoGoodForBrokenLink 

summary>Failed to transfer the link document to the b_electronicStore%. %1%

rec_linkTransferBad 

summary>%1% (a b_recLinkedDocument% of %2%)

rec_linkViewDisplayName 

summary>Some errors occurred during link processing:

%1%

rec_linkWarnings 

summary>Breach detected.

rec_locBreachDetected 

summary>chosen contacts

rec_locChosenContacts 

summary>(latest %1%)

rec_locLatest 

summary>Please enter a valid contact for this task.

rec_locSelectContact 

summary>=3CTagged=3E

rec_locTagged 

summary>( from p_recContainer% '%1' )

rec_logRemovedData 

summary>You have this b_record% checked out to bs_offlineRecord%. If you continue the document will be removed from bs_offlineRecord%.

rec_loseFromTopDrawer 

summary>Failed to export Lotus Notes document to temporary file. %1%

trm_lotusNotesEMLSaveErr 

summary>%1% and others

rec_mailAndOthers 

summary>

---—=3C R_TRIM% B_record% Information =3E---—

rec_mailMetaHeading 

summary>R_TRIM% bs_record%

rec_mailSubjectMany 

summary>R_TRIM% %1% : %2% : %3%

rec_mailSubjectOne 

summary>Latest E_rgi_part% Of

rec_makeLaterPart 

summary>Latest Version Of

rec_makeLaterVersion 

summary>This b_record% requires user interaction to generate its p_recNumber%. Make the number automatic.

rec_manualInputRequired 

summary>B_record% '%1' already exists.
you wish to try and enter another p_recNumber%?

rec_manualRecIdExists 

summary>B_record% '%1' already exists. If you wish to use it for this b_record% you will first need to renumber or remove b_record% '%1'.
you want to try the same p_recNumber% again?

rec_manualWithAutoRecIdExists 

summary>There is more than one b_recLocation% of this type. Cannot manage multiple bs_recLocation% using this property.

rec_manyContactsErc 

summary>B_recordType% %1% (level = %2%) cannot contain bs_record% of type '%3% (level = %4%) because contents must have a lower level..

rty_contentLevelMustBeLowerThan 

summary>B_recordType% %1% (level = %2%) cannot contain bs_record% of type '%3% (level = %4%) because contents must have the same level or lower.

rty_contentLevelMustBeLowerThanInclusive 

summary>A maximum of %1% copies are permitted.

rec_maxCopies 

summary>A maximum of %1% E_rgi_parts% can be created for a b_record%.

rec_maxPartsExceeded 

summary>A maximum of %1% versions are permitted.

rec_maxVersions 

summary>Missing From:

rec_missingFromMsg 

summary>The number of months must be between %1% and %2%.

rec_monthsMustBeBetween 

summary>This field cannot be used for update when more than one contact of this type has already been attached.

rec_moreThanOneContact 

summary>Cannot use the property 'P_recRelatedRecord' for update when more than one relationship has already been created.

rec_moreThanOneRelatedRecord 

summary>You must be an owner of this b_record% to be able to purge previous revisions.

rec_mustBeOwnerToPurge 

summary>Copy failed due to a view access restriction. You must copy the access controls of the source b_record%.

rec_mustCopyAcl 

summary>Copy failed due to a view access restriction. You must copy the p_recContainer% of the source b_record%.

rec_mustCopyContainer 

summary>B_recordType% %1% cannot contain bs_record% of type '%2' because all contents must have a behavior of '%3'.

rty_contentMustHaveBehaviour 

summary>B_recordType% %1% cannot contain bs_record% of type '%2' because it is not in the list of allowable content bs_recordType%.

rty_contentMustBeInList 

summary>Access controls prevent you from changing the p_recContainer% for this b_record%.

rec_needAclForContainer 

summary>B_recordType% %1% cannot have any contained records.

rty_noContentsAllowed 

summary>You require one of the following permissions to be able to modify access control on a b_record%:
%1%

rec_needOneOfTheseToModifyAccess 

summary>This b_record% needs to have an electronic document attached for this task.

rec_needsADocument 

summary>A b_communication% needs to have at least one E_cmt_recipient%.

rec_needsARecipient 

summary>B_record% cannot be transferred unless it has had a declassification review.

rec_needsDeclassReviewBeforeTransfer 

summary>This b_record% does not have an appropriate long term storage b_recRendition% and therefore cannot be archived.

rec_needsLongevityRenditionToArchive 

summary>This item is a draft document and has no b_record% associated.

rec_needsRecordForOfflineNavigation 

summary>Please select item you wish to apply this task to.

rec_needValidSelectionForTask 

summary>B_recordType% %1% (level = %2%) cannot have a container of type '%3% (level = %4%) because the container must have a higher level..

rty_containerLevelMustBeHigherThan 

summary>The p_recNumber% of the last E_rgi_part% did not contain a valid E_rgi_part% number. Valid E_rgi_part% Number range is 1 to %1%.

rec_newPartBadLast 

summary>The b_record% '%1' is in a b_space% that is full. A new E_rgi_part% cannot be created.

rec_newPartFailRecInSpace 

summary>Create New b_record% - %1%

rec_newRecordFromDosFile 

summary>New b_workflow% has been created.

rec_newWorkflowCreated 

summary>You do not have the required access to this b_record%.

rec_noAccess 

summary>You do not have access to view the electronic document attached to b_record% '%1'.

rec_noAccessToViewDoc 

summary>No b_actionDef% definition found.

rec_noActionDefFound 

summary>No b_actionDef% selected.

rec_noActSelected 

summary>B_recordType% %1% (level = %2%) cannot have a container of type '%3% (level = %4%) because contents must have the same level or higher.

rty_containerLevelMustBeHigherThanInclusive 

summary>No create permission for selected b_recordType%.

rec_noCreatePermForRty 

summary>You are not allowed to destroy %1% : %2%.

rec_noDestroyAccess 

summary>You do not have any digital certificates installed. Please contact your System Administrator about acquiring a digital identification certificate from a trusted certificate source. (VeriSign, Thawte, NetLock or similar).

rec_noDigitalCertificatesFound 

summary>B_record% has no document attached.

rec_noDocAttached 

summary>B_record% has no document attached or access is denied.

rec_noDocAttachedOrAccess 

summary>B_record% does not have a e_rt_dsignature% to verify.

rec_noDSGtoVerify 

summary>External link has not been defined.

rec_noExternalLinkDefined 

summary>The b_record% '%1' does not have b_hold% '%2'.

rec_noHold 

summary>Could not find the 'My Documents' folder

rec_noMyDocuments 

summary>=3CNone=3E

rec_none 

summary>Redaction as used on b_record% '%1'

rec_nonTransparentRendDesc 

summary>No outstanding bs_actionDef% with this name.

rec_noOutActWithName 

summary>No outstanding b_actionDef% found.

rec_noOutstandingAction 

summary>B_recordType% %1% cannot have a container of type '%2% because the container must have a behavior of '%3'.

rty_containerMustHaveBehaviour 

summary>No recipients chosen. Please select at least one recipient.

rec_noRecipients 

summary>'%1' has no related redacted documents.

rec_noRedactedDocuments 

summary>A suitable document format for redacting is not available. Would you like to submit a request to have a rendition of this document created which can be redacted?

rec_noRedactionMaybeRequestOne 

summary>No review date

rec_noReviewDate 

summary>=3CNo certificates available=3E

rec_noSig 

summary>No valid selection made.

rec_noSigSelection 

summary>No b_electronicStore% has been defined for bs_record% of type '%1'.

rec_noStoreDefined 

summary>=3CNo Subject=3E

rec_noSubjectForTitle 

summary>Access denied due to insufficient security.

rec_notAccessibleDueToSecurityBreach 

summary>This b_record% does not have electronic attachments and does not behave like a folder to create a document within.

rec_notADocumentOrAFolder 

summary>Not all of the previous bs_recordAction% were completed. The following errors occurred:

%1%

rec_notAllActionsWereCompleted 

summary>Your Security Profile means that once created you will not be able to access this %1%.

rec_notAllowedToChangeAccess 

summary>'%1' is not a redacted document.

rec_notARedaction 

summary>The b_record% selected is not a p_rtyDefaultSeries% type b_record%.

rec_notASeries 

summary>B_recordType% %1% cannot have a container of type '%2' because it is not in the list of allowable container bs_recordType%.

rty_containerMustBeInList 

summary>R_TRIM% is offline. This function needs a valid network connection.

rec_notCurrentlyConnected 

summary>(Not enclosed)

rec_notEnclosed 

summary>B_recordType% %1% cannot have a container.

rty_noContainersAllowed 

summary>'%1' does not have sufficient security or access to be the p_recAssignee% for b_record% '%2'.

rec_notEnoughSecurity 

summary>The b_record% to be copied is in a b_space% that does not have capacity to accommodate the number of copies you have requested.

rec_notEnoughSpaceForCopies 

summary>=26File

tl_capMenu_File 

summary>=26Open...

tl_capMenu_File_Open 

summary>=26Recent Configurations

tl_capMenu_File_Recent 

summary>Only members of %1% can modify the ownership, access rights or security of this b_record%.

rec_notInOwnerGroupForAccess 

summary>=26Exit

tl_capMenu_File_Exit 

summary>=26Contents...

tl_capMenu_Help_Contents 

summary>This dataset is offline. Would you like to go online now?

rec_notOnlineYet 

summary>=26Help

tl_capMenu_Help 

summary>Only %1% can modify the ownership, access rights or security of this b_record%.

rec_notOwnerForAccess 

summary>Cannot remove this b_location% type from a b_record%.

rec_notRemoveLocTypeFromRecord 

summary>B_record% is not a p_rtyDefaultSeries%

rec_notSeries 

summary>You have not selected a draft from bs_offlineRecord%. Do you wish to select one now?

rec_notTopDrawDraft 

summary>This b_record% has not been used as a link.

rec_notUsedAsLink 

summary>There are no suitable bs_recordType% available.

rec_noValidRecordTypes 

summary>B_record% has no older revision to promote.

rec_noVersionToPromote 

summary>B_record% has no previous revision to remove.

rec_noVersionToRemove 

summary>This b_record% requires a b_classification% to produce a p_recNumber% but no b_classification% has been set or it is not valid.

rec_numberByFPbutNoFPset 

summary>Must specify an indexable format of document for OCR text.

rec_OCR 

summary>Do you wish to remove container '%1'?

rec_offConfirmRemoveContainer 

summary>You cannot create an b_offlineRecord% from the Windows folder '%1'.

rec_offlineCannotCreateFromFolder 

summary>You cannot create an b_offlineRecord% from the R_TRIM% reference file '%1'.

rec_offlineCannotCreateFromRef 

summary>An error occurred accessing the repository for bs_offlineRecord%. %1% (Perhaps check COM registration)

rec_offlineComError 

summary>The p_recContainer% can only be changed for draft documents.

rec_offlineContainerCannotBeChanged 

summary>Processing complete. %1% container(s) were removed from bs_offlineRecord%.

rec_offlineContainerRemoveComplete 

summary>This b_offlineRecord% is a p_recContainer% with items inside it. The contents must be removed before the p_recContainer% can be removed.

rec_offlineDocHasContents 

summary>This document is no longer valid. Would you like to remove it from your offline folders?

rec_offlineDocInvalid 

summary>File cannot be opened for read.

rec_offlineDropFileNotAccessible 

summary>Cannot drop a R_TRIM% reference file.

rec_offlineDropFileNoTRF 

summary>The following files were not processed:

rec_offlineDropHadErrors 

summary>Cannot drop a folder.

rec_offlineDropNoFolder 

summary>=26About %1_appName%...

tl_capMenu_Help_About 

summary>There are %1% empty container(s) in your bs_offlineRecord%.

rec_offlineNbrEmptyContainers 

summary>You cannot create an b_offlineRecord% without specifying a title.

rec_offlineNeedATitle 

summary>Internal Error. Could not access the repository for bs_offlineRecord%.

rec_offlineOtherError 

summary>The open function is not available within an ODMA application.

rec_offlineRecordCannotBeOpenedOdma 

summary>You cannot use wildcard characters when using this string search method.

rec_offlineSearchCannotHaveWildcards 

summary>You must select a valid document in this context.

rec_offlineSelectionNeedsToBeDocument 

summary>You must select an offline container in this context.

rec_offlineSelectionNeedsToBeFolder 

summary>This task is not available for containers.

rec_offlineTaskNoGoodForContainer 

summary>The title can only be changed for draft documents.

rec_offlineTitleCannotBeChanged 

summary>Unable to instantiate and connect to child process '%1'.

core_launchChildProcess 

summary>You have this b_record% checked out to bs_offlineRecord%. If you continue the document in bs_offlineRecord% will not match the latest revision.

rec_olderInTopDrawer 

summary>Configuration Incomplete

tl_msgConfigIncomplete 

summary>Load Test Host Activity

tl_capRunnerActivity 

summary>Generated title can only be set for Thesaurus, p_recClient% or b_classification% Titled bs_record%.

rec_onlyforThesTitled 

summary>The revision of b_record% '%1' used by the compound document you are checking in does not match the b_recLinkedDocument% '%2'.
b_record% '%1' would you like to replace the existing revision:

%3%
a new revision using this file?

%4%

rec_outOfDate 

summary>%1% '%2' has at least one outstanding request. Are you sure you wish to remove it?

rec_outstandingRequestWarning 

summary>Making %2% the p_recOwnerLocation% of b_record% '%1' will cause a security breach or violate access control.

rec_ownerBreachWarning 

summary>All

tl_capRunnerActivityAll 

summary>The selected p_recContainer% '%1' has been closed.

rec_containerIsClosed 

summary>The selected p_recContainer% '%1' is not the latest E_rgi_part% (%2%).

rec_containerIsNotTheLatestPart 

summary>The selected p_recContainer% '%1' is a copy of another b_record% (%2%).

rec_containerIsATemporaryCopy 

summary>This b_record% does not have a suitable p_recOwnerLocation% and a suitable default could not be determined. Please check your security/access settings with your R_TRIM% administrator.

rec_ownerLocationNotSpecified 

summary>'%1' does not have sufficient security or access to be the p_recOwnerLocation% for b_record% '%2'

%3%

rec_ownerLocSecurityDetailsError 

summary>'%1' does not have sufficient security or access to be the p_recOwnerLocation% for b_record% '%2'.

rec_ownerLocSecurityError 

summary>The selected p_recContainer% '%1' is listed as missing.

rec_containerIsMissing 

summary>The p_recOwnerLocation% for the b_record% '%1' does not have the appropriate security profile.

rec_ownerSecurityBreach 

summary>The selected p_recContainer% '%1' has been superseded by another b_record% (%2%)

rec_containerHasBeenSuperseded 

summary>=26New

tl_capMenu_File_New 

summary>%1_appName% Word Selector - Total Word Count: %2_wordCount%

tl_capForm_WordSelector 

summary>This b_record% needs to have a p_recContainer% so that the p_recContainer% number can be calculated.

rec_parentRequiredForNbring 

summary>Word

tl_capHeader_Word 

summary>This b_record% is within a E_rgi_part% series - cannot have a new version.

rec_partsCannotHaveVersions 

summary>'%1' has been replaced by %2' in '%3'.

rec_phraseChanged 

summary>The phrase '%1' was not found in either the p_recNotes% or the p_recTitle%. The b_record% was not updated.

rec_phraseNotFound 

summary>The selected b_classification% has no default b_schedule%.

rec_planHasNoSchedule 

summary>Task '%1' disallowed because the b_record% '%2' is closed.

rec_previousPartClosedErrorMsg 

summary>The previous revision was not removed:

%1%

rec_prevRevisionsInUse 

summary>Can only set 'Is Primary' for contacts.

rec_primaryFlagOnlyForContacts 

summary>Count

tl_capHeader_Count 

summary>P_recNumber% '%1' already exists.

Do you wish to get the next available p_recNumber%?

rec_recIdExists 

summary>The connection string cannot be resolved. No words file will be created.

tl_msgConnStringNotResolved 

summary>Task not available. bs_scheduledTask% are only supported for bs_record% with a p_recClassOfRecord% of 'E_rc_vital'

rec_recNotVital 

summary>This b_record% does not use an explicit b_schedule%.

rec_recordHasNoExplicitRetention 

summary>This b_record% has outstanding resubmits. Are you sure you want to destroy this b_record%?

rec_recordHasRecurringWarning 

summary>This may create a large amount of data within the target database and should not be used on a production system.
you like to proceed?

tl_msgUndoableWarning 

summary>BS_record% of this type must belong to a series.

rec_recordMustHaveSeries 

summary>This b_record% is not used as a document.

rec_recordNotADocument 

summary>This b_record% is not used as a folder.

rec_recordNotAFolder 

summary>%1%
: The p_recHomeLocation% of the current p_recContainer% is a b_space% that is unsuitable. %2%

rec_recordNotAllowedInSpace 

summary>B_record% is not checked out.

rec_recordNotCheckedOut 

summary>Change P_recAssignee%

tl_capMod_ChangeCurrLoc 

summary>Activity Host Properties

tl_capForm_HostProps 

summary>Add

tl_capRMB_Add 

summary>Edit

tl_capRMB_Edit 

summary>This task is not available for bs_record% of type %1%.

rec_recordTypeDoesNotSupportTask 

summary>BS_record% of type '%1' cannot be checked out as the b_recordType% does not allow for replacing or creating revisions.

rec_recTypeHasReadOnlyDocuments 

summary>Remove

tl_capRMB_Remove 

summary>Redacted

rec_redactedInTitle 

summary>=3CRemove b_classification%=3E

rec_removeFpCap 

summary>You are about to remove a document that has been finalized.

rec_removingFinalRecordWarning 

summary>=3Cno b_autoPartRule%=3E

rec_removingPartRule 

summary>This b_record% already has a b_recRendition% available to satisfy the request.

rec_renditionAlreadyExists 

summary>A %1% b_recRendition% has already been requested for this b_record% and is awaiting processing.

rec_renditionRequestAlreadyQueued 

summary>You have already attached a %1% b_recRendition% to this document.

rec_renditionTypeAlreadyAttached 

summary>The b_recRendition% type specified cannot be automatically rendered.

rec_renditionTypeCannotBeAutoRendered 

summary>Replace signature with an e=26xternal signature file.

rec_replaceSig 

summary>Could not locate certificate with subject name '%1' and thumbprint value '%2'.

wgs_certificateNotFound 

summary>You have ticked the 'P_conDoApprovals' option, but you have not specified any approvers.

rec_noConApproversSelected 

summary>The configuration cannot be launched:

tl_configCantLaunch 

summary> least one host needs to be specified.

tl_configCantLaunchNoHost 

summary>resubmit every %1% %2% until %3%

rec_reqDetailPlStr 

summary>resubmit every %1% until %2%

rec_reqDetailStr 

summary> least one activity needs to be specified.

tl_configCantLaunchNoActivity 

summary>Request for %1% by %2% needed on %3%

rec_requestDescription 

summary>Request for %1% by %2% needed on %3% and then every %4% %5% until %6%

rec_requestRecurringDesc 

summary>B_record% '%1' cannot be destroyed because it has incomplete bs_recordAction%.

rec_resHasOutstandingActions 

summary>=26Sign the document again

rec_resignDoc 

summary>A contact with an email address '%1' could not be found. Press YES if you wish to choose an existing b_location%, NO if you want to enter more details for this new b_location%.

rec_resolveEmailAddress 

summary>File path '%1' for loading documents does not exist

sth_elasticLoadPathNotFound 

summary>B_schedule% for b_record% '%1' needs to be reviewed - document '%2' has been removed.

rec_retScheduleNeedsReview 

summary>B_schedule% for b_record% '%1' needs to be reviewed - refer to document '%2' with b_schedule% '%3'.

rec_retScheduleNeedsReviewAdded 

summary>B_schedule% for b_record% : %1%

rec_reviewSchTxt1 

summary>B_schedule% for b_record% : %1% (previously %2%)

rec_reviewSchTxt2 

summary>B_schedule% for b_record% : %1% (previously none)

rec_reviewSchTxt3 

summary>Revision %1% is linked to from at least one other b_record% and cannot be removed.

rec_revisionInUse 

summary>Revision %1% has been explicitly preserved.

rec_revisionPreserved 

summary>Do you want to save the changes you have made?

bob_saveChanges 

summary>Do you want to save the changes made to the %1% '%2'?

rec_saveChanges 

summary>Do you want to save this new %1%?

rec_saveNewRecord 

summary>Saving of signature description failed. %1%

rec_saveSigDescFailed 

summary>Saving b_record% ...

rec_savingRecord 

summary>Date entered is not a business day. 'Yes' to get next business day,
'No' to accept date as is or
'Cancel' to enter another date.

rec_SbizDayWarning 

summary>You are not allowed to request a b_record% before today.

rec_ScannotRequestBeforeToday 

summary>This document is now 'final' and cannot be returned.

rec_ScantReturnFinal 

summary>You cannot change the Schedule of a destroyed b_record%.

rec_SchangeSchNotAllowed 

summary>The b_schedule% attached to this document and the p_recContainer% both have destroy events. You should review both bs_schedule%.

rec_schCheckDestroyDates 

summary>Clear Review Date

rec_schClearReviewDate 

summary>Azure storage request failed. Attempted %1% on URL '%2'. HTTP status was '%3'.

wgs_azureRequestFailed 

summary>B_schedule% has not changed.

rec_scheduleNotChanged 

summary>The b_schedule% indicates this b_record% should be retained permanently. Destruction disallowed.

rec_scheduleSaysCantDestroy 

summary>Warning: this b_schedule% is based on one or more bs_fieldDefinition% which are not applicable for this b_recordType%:
%1%

rec_scheduleUsesUndefinedFields 

summary>The b_schedule% attached to this document may be more severe than that of the p_recContainer%. You should review the b_schedule% for the p_recContainer%.

rec_schMayBeSevere 

summary>The b_schedule% attached to this document is more severe than that of the p_recContainer%. You should review the b_schedule% for the p_recContainer%.

rec_schMoreSevere 

summary>Review: %1%

rec_schReviewDate 

summary>P_recReviewDate% cleared.

rec_schReviewDateCleared 

summary>P_recReviewDate% reviewed without changes.

rec_schReviewDateOK 

summary>P_recReviewDate% set to %1%.

rec_schReviewDateSet 

summary>Retention b_schedule% reviewed.

rec_schReviewed 

summary>Retention b_schedule% reviewed, b_schedule% changed to %1%.

rec_schReviewedExtra 

summary>This document has already been checked out to '%1'.

rec_SdocumentBookedOutTo 

summary>This document has been 'Declared as Final' and cannot be checked out.

rec_SdocumentFinal 

summary>It is not valid to edit documents of this type.

rec_cannotEditDocumentType 

summary>This type of document cannot be modified.

rec_SdocumentTypeNoReturn 

summary>Unable to open log file for writing. file path: %1%: %2%

core_openLogFileError 

summary>Search Methods

rec_searchMethodsTitle 

summary>Classified by: %1%

rec_sec_classifiedByMsg 

summary>Classified on: %1%

rec_sec_classifiedOnMsg 

summary>Updating classified security

rec_sec_classifiedUpdateTask 

summary>Classifying Agency: %1%

rec_sec_classifyingAgencyMsg 

summary>According to the security guide entry(s) you have chosen, the correct security classification is now '%1'.

rec_sec_correctClassification 

summary>Declassified

rec_sec_declassifiedMsg 

summary>Declassify after event: %1%

rec_sec_declassifyAfterEventMsg 

summary>Declassify date must be after registration date.

rec_sec_declassifyAfterRegDate 

summary>Declassify after %1% years (%2%)

rec_sec_declassifyAfterYearsMsg 

summary>No declassification scheduled. No security classification has been applied to this b_record%.

rec_sec_declassifyExemptNoSec 

summary>No declassification scheduled. Exemption: %1%

rec_sec_declassifyExemptReason 

summary>Declassify: %1%

rec_sec_declassifyHdg 

summary>Declassification instructions: %1%

rec_sec_declassifyInstMsg 

summary>Declassify on %1%

rec_sec_declassifyOn 

summary>Downgrade after event: %1%

rec_sec_downgradeAfterEventMsg 

summary>Downgrade date must be after registration date.

rec_sec_downgradeAfterRegDate 

summary>Downgrade after %1% years (%2%)

rec_sec_downgradeAfterYearsMsg 

summary>Downgraded to %1%

rec_sec_downgradedToMsg 

summary>No downgrade scheduled

rec_sec_downgradeExempt 

summary>No downgrade scheduled. No security classification has been applied to this b_record%.

rec_sec_downgradeExemptNoSec 

summary>Downgrade instructions: %1%

rec_sec_downgradeInstMsg 

summary>Downgrade on %1%

rec_sec_downgradeOn 

summary>Downgrade: %1%

rec_sec_downgradeOnHdg 

summary>Classified security error. The number of years before the downgrade must be between %1% and %2%.

rec_sec_downgradeYearsInvalid 

summary>Classified security error. According to the security guide entries specified, the correct classification should be '%1'.

rec_sec_guideMismatch 

summary>Initial: %1%

rec_sec_initialHdg 

summary>Reason: %1%

rec_sec_initialSecReasonMsg 

summary>Schedule not applicable - security is Restricted or Formerly Restricted.

rec_sec_isFormerlyRestricted 

summary>Last Update: %1%

rec_sec_lastUpdateHdg 

summary>The normal declassification date for this b_record% is %1%. Please enter a reason for extending this date.

rec_sec_needExemptionReasonDate 

summary>The normal declassification period for this b_record% is %1% years. Please enter a reason for extending this period.

rec_sec_needExemptionReasonYears 

summary>Classified security error. Declassification date has not been specified.

rec_sec_noDeclassifyDate 

summary>Classified security error. Event for declassification has not been specified.

rec_sec_noDeclassifyEvent 

summary>Classified security error. An exemption category must be provided to prevent scheduling the declassification of this b_record%.

rec_sec_noDeclassifyExemption 

summary>Classified security error. Downgrade date has not been specified.

rec_sec_noDowngradeDate 

summary>Classified security error. Event for downgrade has not been specified.

rec_sec_noDowngradeEvent 

summary>Classified security error. Instructions for downgrading security need to be provided.

rec_sec_noDowngradeInstructions 

summary>Classified security error. You must provide a reason for the security classification or select from the security guide.

rec_sec_noReason 

summary>Classified security error. A reason must be provided when upgrading the security classification of a b_record%.

rec_sec_noReasonForUpdate 

summary>Please describe the event that would cause declassification.

rec_sec_plsDescribeDeclassifyEvent 

summary>Please describe the event that would cause a downgrade.

rec_sec_plsDescribeDowngradeEvent 

summary>The number of years for the downgrade must be between %1% and %2%.

rec_sec_plsEnterDowngradeYears 

summary>Please provide a reason for exempting from declassification.

rec_sec_plsEnterExemptionReason 

summary>Please specify a reason for this security modification.

rec_sec_plsEnterSecModReason 

summary>Please provide instructions for the scheduled downgrade.

rec_sec_plsProvideInstructions 

summary>Default for b_record% classification:

rec_sec_reasonClassification 

summary>P_recContainer% upgraded from document:

rec_sec_reasonContainer 

summary>Copied from b_record%:

rec_sec_reasonCopiedRecord 

summary>Document upgraded from p_recContainer%:

rec_sec_reasonDocument 

summary>Default for bs_record% of type:

rec_sec_reasonRecType 

summary>Default for bs_record% within series:

rec_sec_reasonSeries 

summary>Default for series b_record% type:

rec_sec_reasonSeriesRecType 

summary>Please ensure that you have reviewed the Declassify and Downgrade options that are applicable to the new Security Classification.

rec_sec_reviewDeclassOptions 

summary>Reviewed: %1%

rec_sec_reviewedHdg 

summary>Please be aware that changing security level for the selected bs_record% requires that you review the Declassify and Downgrade options that are applicable to the new Security Classification. Are you sure you wish to continue?

rec_sec_reviewOptionsMoreVerbose 

summary>See initial security data

rec_sec_seeInitialMsg 

summary>You have modified the initial security of this b_record% to be '%1', however the current b_securityLevel% of this b_record% is '%2'. Do you wish to update the b_securityLevel%?

rec_sec_updateFromNewInitial 

summary>Upgraded to %1%

rec_sec_upgradedToMsg 

summary>B_record% declassified (from %1%)

rec_secDeclassified 

summary>B_securityLevel% downgraded from %1% to %2%.

rec_secDowngraded 

summary>B_securityLevel% upgraded from %1% to %2%.

rec_secUpgraded 

summary>Please enter your Windows authentication details

rec_pleaseEnterAuthentication 

summary>You have entered incorrect Windows authentication details. Please reenter. : %1%

rec_windowsAuthenticationFailed 

summary>Approve b_consignment%

rec_approveConsigmentMsg 

summary>Select

rec_select 

summary>The b_adfStep% '%1' does not have a default assignee. Please select the b_location% you wish to make responsible for completing this b_adfStep%.

rec_selectActionAssignee 

summary>Please select a b_recordType% for the b_record% you wish to create.

rec_selectARecordType 

summary>Please select certificate to use to sign the document.

rec_selectCert 

summary>Please select a valid comparison document from the list.

rec_selectCompareRow 

summary>Please select the contact type.

rec_selectContactType 

summary>Could not locate the selected revision to extract.

rec_selectedRevisionNotFound 

summary>The combined length of the 'Azure Storage Virtual Directory' and 'Azure Storage Container Name' fields may not exceed 100 characters.

est_azureStoreLocationLength 

summary>You can only select one b_record% when the relationship type is '%1'. Please remove some from the list.

rec_selectOnlyOneRecord 

summary>You must select at least one b_record% to relate to '%1'.

rec_selectRecToRelate 

summary>You must select at least one b_record% to relate to the tagged bs_record%.

rec_selectRecToRelateTagged 

summary>Please select the b_recRendition% type you wish to create.

rec_selectRendition 

summary>Please select revision to be promoted.

rec_selectRevision 

summary>Please select a b_recordType%

rec_selectRTY 

summary>Please select a relationship type.

rec_selectValidRelationship 

summary>Please select years or months for review date period.

rec_selectYorMforRDT 

summary>B_record% '%1' cannot be removed from b_Hold% '%2' because it is linked to one or more compound server documents which are in the same b_Hold%.

rec_serverDocIsInSameHold 

summary>Set the client property to update the generated title.

rec_setClientProperty 

summary>You cannot make %1% the %2% of b_record% '%3' because %3% has been destroyed.

rec_setLocOnDestroyedRec 

summary>You have only changed one of the two number formats for this b_record%. Are you sure both numbers are correct?

rec_SidChangedWarning 

summary>Warning - The p_recLongNumber% does not match the number pattern.

rec_SidDoesNotMatchPatttern 

summary>P_recNumber% '%1' has already been used.

rec_SidFound 

summary>P_recNumber% '%1' has already been used. You can try again with the next 10 possible values for p_recNumber% or continue until a suitable p_recNumber% is found.

rec_SidFoundRetry 

summary>Signature file %1% attached by %2% on %3%. was not checked.

rec_sigAttached 

summary>sign document

rec_sigDocumentTask 

summary>Signature file '%3' attached by %1% on %2%.

rec_signAttached 

summary>Signature

rec_signature 

summary>Field

rec_signatureField 

summary>(guest)

rec_signatureGuest 

summary>This document will be converted to a supported file format to enable editing.

web_wopiConversionWarning 

summary>Signature created by %1% on %2%.

rec_signCreated 

summary>Option invalid for tagged bs_record%.

rec_signedTagged 

summary>since %1%

rec_since 

summary>Document requires conversion

web_wopiConversionTitle 

summary>This b_record% is not in bs_offlineRecord%.

rec_SinvalidDrawerDocument 

summary>Missing

rec_Smissing 

summary>This b_record% is not an electronic b_record%. Extract document function not available.

rec_SnoDocumentToExtract 

summary>This b_record% is not an electronic b_record%. Return document function not available.

rec_SnoDocumentToReturn 

summary>The number calculation method for this b_record% requires it to have an assigned b_classification%.

rec_SnoPlanForNumber 

summary>That b_record% does not exist. Please re-enter or view list.

rec_SnoRecord 

summary>Error analyzing b_record% ID '%1' : %2%

sth_autoClassErrorAnalysingRecordText 

summary>Not all previous Revisions were removed:

%1%

rec_someRevisionsInUse 

summary>Checking b_space% Capacity ...

rec_spaceCheckCapacity 

summary>The b_record% to be copied is in a b_space% that is full. The copy or new version operation would overflow the space and is not permitted.

rec_spaceFullInCopy 

summary>The selected b_space% does not have a holding bay. Please select a different b_space% or a different allocation method.

rec_spaceHasNoHoldingBay 

summary>The original file will be added as a revision to this b_record%.

web_wopiConversionOldFormatRevision 

summary>This document is in use in Microsoft Office Online and needs to be closed before it can be checked in.

web_wopiPleaseCloseWindow 

summary>Please specify a return date after today.

rec_specifyDateAfterToday 

summary>Holding bay

rec_spmHoldingBay 

summary>This b_record% is already part of a sequence.

rec_SrecIsPartAlready 

summary>This b_record% is a series b_record% and has items contained within it. These contained bs_record% will need to be moved into another series before this b_record% can be removed.

rec_SrecordHasSeries 

summary>%1% must not be before %2%.

rec_SregDateWrong 

summary>Cannot relate a b_record% to itself.

rec_SrelatedIsSame 

summary>This b_record% is checked out to '%1'.

rec_SreturnBookedOutTo 

summary>This b_record% is checked out to '%1' (phone %2%).

rec_SreturnBookedOutToPhone 

summary>You have specified an invalid value for the p_recDateRegistered% filter '%1'. Specify a number of days greater than 0.

rec_srp_invalidDateRegisteredFilter 

summary>The b_workingCopy% for b_record% '%1' does not exist. You cannot check in the b_workingCopy%. may need to discard the checkOut.

rec_checkInWorkingCopyFailed 

summary>The b_workingCopy% for b_record% '%1' does not exist. You cannot save the b_workingCopy%. may need to discard the checkOut.

rec_saveWorkingCopyFailed 

summary>No filtering, include all bs_recordType% I am allowed to view.

rec_srpAllTypesOption 

summary>This b_savedSearch% cannot be used for filtering because it contains a 'within existing b_savedSearch' filter inside it. R_TRIM% does not support this level of recursion.

rec_srpCannotUseSavedSearchAsFilter 

summary>Save As...

tl_capMenu_SaveAsElipsis 

summary>Failed to restore Elasticsearch index '%1'. Elasticsearch response was: %2%.

sth_restoreElasticIndexFailed 

summary>S3 API request failed. HTTP status: %1% - %2%.

wgs_awsRequestFailed 

summary>Status not successful: %1%.

wgs_testStoreErr 

summary>Do not show any of the bs_recordType% in the list below

rec_srpExcludeTypesOption 

summary>Filtered

rec_srpFiltered 

summary>Only show bs_recordType% that appear in the list below

rec_srpIncludeTypesOption 

summary>Unexpected error reading IDOL response stream.

wgs_unexpectedErrinIDOL 

summary>This dataset is already GIS enabled.

tem_dbIsGISEnabled 

summary>Please select one or more bs_recordType%.

tem_selectRecordTypes 

summary>Could not allocate a unique name for the b_recordType%.

rty_couldNotAllocateUniqueName 

summary>Please select a valid option for b_recordType% filtering.

rec_srpInvalidRecordTypeIncludeSelection 

summary>Cannot place a non-transferred b_record% within a transferred p_recContainer%.

rec_containerTransferred 

summary>Cannot place a non-archived b_record% within an archived p_recContainer%.

rec_containerArchived 

summary>The dataset with id: %1% is not in this configuration.

tem_noDatasetFound 

summary>A dataset with id: %1% already exists in this configuration.

tem_datasetAlreadyExists 

summary>This %1% has been undone and is no longer shown as complete. Could you please ensure that it is completed by %2%.

evt_trimMailActionUndone 

summary>The storage URL must include a valid schema component ('http://' or 'https://').

wgs_s3StorageUrlSchema 

summary>Approval document

rec_conViewApprovalDocument 

summary>Amazon S3 server URL did not specify a valid port number.

core_amazonS3badURL 

summary>Unable to determine geographical region of AWS bucket. %1%

est_badGeoRegniInAWSBucket 

summary>OmniGroup Server is unavailable.

tem_OmniSvrnotAvailable 

summary>Please use a marker to specify a physical location.

ocx_specifyGPSLocation 

summary>Invalid ID for reindex operation - not supported

trm_elasticInvalidOperation 

summary>No Elasticsearch server has been configured

trm_elasticNoServer 

summary>Empty URI value passed to indexRecord()

trm_elasticEmptyUri 

summary>Too many bs_classification% passed to categoryTraining()

trm_elasticAutoClassTooManyClassifications 

summary>%1% is Blank

rec_srpMethodIsBlank 

summary>Failed to add analyzer to Elasticsearch index.

sth_autoClassFailedAddingAnalyzer 

summary>Previous AutoClassification training run did not finish cleanly.

sth_autoClassTrainingNotComplete 

summary>Elasticsearch bulk update command failed with error : '%1'

sth_elasticBulkUpdateFailed 

summary>Failed to add '%1' index to Elasticsearch instance.

sth_autoClassFailedAddingIndex 

summary>Unable to query Elasticsearch index '%1'.

sth_elasticUnableToQuery 

summary>Document ID : %1% [Status %2%], Error Type : %3%, Reason %4%

sth_elasticErrorLoadingRecord 

summary>Could not start AutoClassification training.

sth_autoClassCouldNotStart 

summary>Errors occurred during bulk load operation.

sth_elasticErrorsInBulkLoad 

summary>Inconsistent state with training data.

sth_autoClassInconsistentState 

summary>Elasticsearch error (code %1%) : %2%

sth_elasticElasticsearchError 

summary>Status of Index '%1' still bad after 10 seconds

sth_autoClassIndexBad 

summary>%1% errors encountered (%2% bs_record% submitted)

sth_elasticBulkLoadErrorCount 

summary>Bulk transaction of size %1% bytes sent to server.

sth_elasticBulkTransaction 

summary>%1% status :

sth_elasticIndexStatus 

summary>You need to add at least one b_recordType% for this type of filter.

rec_srpNeedOneOrMoreRecordTypesForFilter 

summary>P_recTitle% has been changed.

rec_changedFreeTextTitle 

summary>P_recTitle% (based on %1%) has been changed.

rec_changedStructuredTitle 

summary>No changes made to record title.

rec_noChangesMade 

summary>B_record% titling method is based on client/matter and cannot be changed.

rec_titleIsClientMatter 

summary>B_record% titling method is based on keyword Descriptor and cannot be changed.

rec_titleIsKeywordDesc 

summary>Compression Enabled

bob_compressionCaption 

summary>Established HTTPS tunnel to '%1'. Protocol: %2%

wgs_httpsTunnelEstablished 

summary>Moving b_userLabel% '%1' to '%2' cannot be done as it would create a loop condition.

ul_moveWouldLoopError 

summary>You cannot make p_rtyDefaultSeries% relationship to the same b_record%. Please enter or select a different b_record% for the p_rtyDefaultSeries%.

rec_SseriesIsSame 

summary>An empty search string defaults to 'All' bs_location%. Do you want to continue?

trm_elasticEmptySearchLocation 

summary>An empty search string defaults to 'All' bs_record%. Do you want to continue?

trm_elasticEmptySearchRecords 

summary>The bs_record% '%1' and '%2' are already related to each other.

rec_StmAlreadyRelated 

summary>%1% (%2%) cannot be earlier than %3% (%4%).

rec_StmCanNotChangeDate 

summary>Can't change b_record% '%1' Class from %2% to %3%.

rec_StmCantChangeClass 

summary>Can't change the type of %1% from '%2' to '%3' the basic b_recordType% or level number are different, because the allowed tasks, titling method or format, are not identical for both types.

rec_StmCantChangeToRTY 

summary>B_record% '%1' : Class changed from %2% to %3%.

rec_StmChangeClass 

summary>This document is open for editing in Microsoft Office Online. Go to the open session to resume editing it.

web_wopiAlreadyOpen 

summary>The b_recordType% of '%1' is now '%2'.

rec_StmChangeToRTY 

summary>B_record% has been copied.

rec_StmCopy 

summary>Find a property

web_FindAProperty_placeHolderTxt 

summary>Create a new E_rgi_part% as '%1' for this b_record%?

rec_StmNewPart 

summary>%1% is not the latest version. A new version could not be created.

rec_StmNewVersionErc 

summary>You cannot reopen a b_record% when it has later E_rgi_parts%.

rec_StmOpenNotAllowed 

summary>You are not allowed to create a new E_rgi_part% for this b_recordType%.

rec_StmPartsNotAllowed 

summary>The new phrase would not fit in the p_recTitle% so has not been processed.

rec_StmPhraseTitleFail 

summary>This task will remove the current revision and all previous revisions. This operation cannot be undone.
: %1%: %2%
you sure you want to delete all revisions?

rec_StmRemoveElecItems 

summary>This b_record% is not allowed to belong to a p_rtyDefaultSeries%.

rec_StmSeriesNotAllowed 

summary>Unable to view documents of this type

web_unableToViewDocumentsOfThisType 

summary>Replacing this phrase will result in a blank p_recTitle%. Replace phrase not allowed.

rec_StmTitleBlank 

summary>Error extracting document: %1%

rec_storeExtractError 

summary>The p_recNumber% matches the pattern %1% and does not need to be changed.

rec_numberMatchPattern 

summary>BS_record% of this type cannot be replaced.

rec_StypeCannotBeReplaced 

summary>BS_record% of this type cannot have new revisions.

rec_StypeCannotBeVersioned 

summary>The b_record% '%1' is attached to one or more bs_hold% and cannot be altered in this way. See: %2%

rec_subjectToLitigationHold 

summary>You can only set contact type for contacts.

rec_subTypeOnlyForContacts 

summary>Internal Error. An unknown exception has just been caught.

rec_SunknownException 

summary>Recurring resubmit p_rcqEndDate% must be after 'P_rcqDueDate'.

rec_SuntilTooEarly 

summary>Multiple check out not available for bs_record% that contain links to other documents. b_record% '%1' not checked out.

rec_tagExtractWithLinks 

summary>This task is unavailable for bs_record% that have been destroyed.

rec_taskNoGoodForDestroyed 

summary>Unable to create 'Excel.Application' COM object. %1%

rdr_excelAutomationCreate 

summary>This revision has been explicitly preserved and cannot be removed.

rec_thisRevisionPreserved 

summary>The generated title field cannot be set explicitly because the titling method does not support it.

rec_titleMethodNotGenerated 

summary>Cancel

tl_capButton_Cancel 

summary>There are %1% bs_record% that may have a duplicate p_recTitle%. Searching through all these bs_record% will take a considerable amount of time. We suggest that you add more information to the p_recTitle% so that this number is reduced to %2% or less. This will only happen if you add words that are not bs_stopWord%.

rec_tooManyPossibleDuplicateTitle 

summary>Call to %1% in render agent process failed. %2%

rdr_agentCallFailed 

summary>A translucent redaction was not supplied and cannot be attached to the original b_record%. Would you like to attach the full redaction as a b_recRendition% on original b_record% instead?

rec_translucentFailed 

summary>Transparent redaction of b_record% '%1'

rec_transparentRendDesc 

summary>This document is already open for viewing in Microsoft Office Online.

web_wopiAlreadyOpenForView 

summary>The R_WORKGROUP% at '%1' does not appear to be online. %2%

bob_unableToConnectToWgs 

summary>BS_record% of type %1% do not belong to a series.

rec_typeDoesNotUseSeries 

summary>This b_record% behavior is not 'E_bh_template'..rend

rec_typeIsNotBluePrint 

summary>BS_record% of type %1% do not have series contents.

rec_typeIsNotSeries 

summary>Unable to remove the container '%1'. %2% Do you wish to continue?

rec_unableToRemoveContainer 

summary>Undo a completed procedure by undoing each subordinate b_adfStep%.

rec_uncompleteProcedure 

summary>Task not relevant for bs_actionDef%.

rec_undefinedActionTask 

summary>The specified comparison object is not defined.

rec_undefinedObjectToCompare 

summary>UNFILED

rec_unfiled 

summary>No information available

rec_unknownRecLoc 

summary>Unsaved

rec_unsaved 

summary>The b_record% you are modifying has a E_rgi_part% number. You must use the 'Details - Update E_rgi_parts' function if you wish to update the p_recNumber% correctly.

rec_updatePlanForPart 

summary>Upgrading p_recContainer% security: %1%

rec_updContainerSec 

summary>BS_record% contained within this p_recContainer% may no longer have appropriate security settings. If you continue it is recommended that you review the security of all the contained bs_record%.

rec_upgradeContainerWarning 

summary>Upgrading security profile : %1%

rec_upgradeDocumentSec 

summary>The b_classification% you have selected for this b_record% has a different b_schedule%. Do you wish to upgrade the b_schedule% of this b_record% to '%1'?.

rec_upgradeToPlanSchedule 

summary>verify signature

rec_verifySigTask 

summary>B_record% '%1' is missing from the Elasticsearch index

trm_elasticRecordReportMissing 

summary>%1% missing bs_record% found and added to the next batch for processing

trm_elasticIndexMissing 

summary>You cannot edit this document.
%1%
you like to view this document instead?

rec_wouldYouLikeToViewInstead 

summary>The number of years must be between %1% and %2%.

rec_yearsMustBeBetween 

summary>Would you like to be the person responsible for this b_actionDef%?

rec_youResponsible 

summary>A request for a new b_recRendition% has been submitted. You can monitor the status of this request using the Electronic - Request B_recRendition% function.

rec_yourRenditionRequestSubmitted 

summary>Cannot extract link to required destination.

recCannotWriteLink 

summary>P_recContainer% is invalid - placing this b_record% in the specified p_recContainer% would create an invalid hierarchy.

recContainerHierarchyError 

summary>The edit document function is not available from within an authoring application.

recEditInvalidInEnvironment 

summary>Auto rendered b_recRendition% (%1%)

render_description 

summary>B_activity% Barcodes

rp_00 

summary>Record data entry forms can only be accessed using an associated record type object

api_recordFormNeedsRty 

summary>Location data entry forms need to have a location type supplied

api_locationFormNeedsType 

summary>The requested recordset was not created on this R_workgroup% ('%1'). It was created on R_workgroup% '%2'.

wgs_recordsetWrongWgs 

summary>a %1% with this name already exists.

rp_alreadyExistsMsg 

summary>Available items

rp_availItems 

summary>Band origin

rp_bandOrigin 

summary>Print alternative barcode?

rp_barcodeAlternate 

summary>Add barcode ID text?

rp_barcodeWithId 

summary>Importing from %1% -

rp_baseImportMsg 

summary>Only the Windows Bitmap format (.bmp) can be used for bs_reportBitmap%.

rp_bitmapsIsBitmaps 

summary>Best Match: %1% (%2%)
: %3%

evt_autoClassElasticRecDetails 

summary>Browse bs_report%

rp_browseReports 

summary>Could not start page.

rp_cannotStart 

summary>Column header

rp_colHdrCap 

summary>Common items

rp_commonItems 

summary>getDocument() failed : %1%

trm_getDocumentFailed 

summary>Create a new %1%?

rp_confirmThisMsg 

summary>Continued

rp_contCap 

summary>Continue with next item?

rp_continueOnMsg 

summary>Custom 1

rp_custom1 

summary>Custom 2

rp_custom2 

summary>There is no support for dashed or dotted lines with a thickness of more than 1 point. reduce the line thickness to 1 or select a 'Solid' line style.

rp_dashedMustBeOne 

summary>Band

rp_dataCap 

summary>Display even when Blank?

rp_displayEvenBlank 

summary>Existing %1% updated from imported file '%2'.

rp_existingItemUpdated 

summary>Export of b_report% '%1'.

rp_export 

summary>Select the folder to extract the selected %1% to.

rp_extractToFolder 

summary>Training initialized

trm_elasticTrainingInitialized 

summary>USE B_classification% - Uri:%1%, B_classification% Number:%2%, Title:%3%

trm_elasticUseClassification 

summary>REJECT B_classification% - %1%

trm_elasticRejectClassification 

summary>*** CANCEL REQUESTED *** Forcing threads to stop ...

trm_elasticCancelRequestedForce 

summary>*** CANCEL REQUESTED *** Wait for threads to finish ...

trm_elasticCancelRequestedWait 

summary>%1% : face = '%2' : size = %3%

rp_fontDescription 

summary>Full page label

rp_fullPage 

summary>B_reportBitmap% p_rbmName% cannot be left blank.

rp_graphicBlank 

summary>Hide time component of date/time field

rp_hideTime 

summary>Import process complete. %1% %2% created.

rp_importComplete 

summary>Imported %1%

rp_importedListTitle 

summary>Only files with an extension of %1% are suitable for this import.

rp_invalidFormat 

summary>Barcode

rp_itemBarcode 

summary>Bitmap

rp_itemBitmap 

summary>Invalid value for the Document Content field length. The range of allowed values is between %1% and %2% (in kilobytes)

tem_elasticInvalidDocContentLength 

summary>Field

rp_itemField 

summary>Line

rp_itemLine 

summary>Rectangle

rp_itemRectangle 

summary>Text

rp_itemText 

summary>R_TRIM% 1x4 label

rp_label4 

summary>R_TRIM% 1x5 label

rp_label5 

summary>Landscape

rp_landscape 

summary>Report layout cannot be loaded.

rp_layoutLoadFail 

summary>This report layout was modified. you want to save the changes?

rp_layoutModified 

summary>Line style

rp_lineStyle 

summary>Solid

rp_lineStyle1 

summary>Dashed

rp_lineStyle2 

summary>Dotted

rp_lineStyle3 

summary>Thickness

rp_lineWidth 

summary>You have no b_report% layouts specified. Would you like to load R_TRIM% standard bs_report%?

rp_loadStandardRP 

summary>Mailing label

rp_mailingLabel 

summary>New %1% created from imported file '%2'.

rp_newItemCreated 

summary>Cannot put the last caption-field pair any lower.

rp_noCapFieldLower 

summary>This report has no data so it cannot be printed.

rp_noDataNoPrint 

summary>Cannot delete a band origin.

rp_noDelBandOrigin 

summary>Cannot delete a tab stop with dependent items.

rp_noDelDependantTab 

summary>Cannot delete a page origin.

rp_noDelPageOrigin 

summary>Warning - Having more than one area on a page will result in no headers, footers or sub-band information being printed.

rp_noHdrsOrFootersInLabelMode 

summary>Cannot put this item any higher.

rp_noMoveItemHigher 

summary>Cannot put this item any lower.

rp_noMoveItemLower 

summary>Cannot move the page origin.

rp_noMovePageOrigin 

summary>There is no support for rotated text using multiple lines. reduce the number of text lines to 1 or select the 'Left–Right' text direction.

rp_noMultiLineRotText 

summary>None

rp_none 

summary>Cannot put the page origin any higher.

rp_noPageOriginHigher 

summary>Cannot print because there is no printer.

rp_noPrinter 

summary>Properties not applicable

rp_noProperties 

summary>This report has no bs_record% so it cannot be printed.

rp_noRecsNoPrint 

summary>Cannot continue because there are no suitable import files in the specified folder.

rp_noRPLFiles 

summary>Cannot swap adjacent tab stops.

rp_noSwapAdjacentTabs 

summary>Number bar

rp_numberBar 

summary>Number bar vertical?

rp_numberBarVertical 

summary>Do you wish to overwrite it?

rp_okToOverwriteMsg 

summary>Page footer

rp_pageFtrCap 

summary>Page header

rp_pageHdrCap 

summary>P_rptPage% %1%

rp_pageNum 

summary>Value is out of range. number of areas can be from %1% to %2% inclusive. area size can range from %3% to %4%. margin offset can range from %5% to %6%.

rp_pageRangeSetup 

summary>'%1' placed relative to tab %2%

rp_placeTab 

summary>Portrait

rp_portrait 

summary>Print preview

rp_printPreview 

summary>Corner arc

rp_rectArc 

summary>Rectangle style

rp_rectStyle 

summary>Shade

rp_rectStyle1 

summary>Color

rp_rectStyle2 

summary>Hollow

rp_rectStyle3 

summary>Report footer

rp_repFtrCap 

summary>Report header

rp_repHdrCap 

summary>Could not connect to server. %1%

trm_renderConnectError 

summary>R_TRIM% b_report% layout

rp_reportLayout 

summary>The b_report% p_rptReportName% '%1' field cannot be left blank.

rp_reportNameBlank 

summary>Return date is only for p_recAssignee%.

rp_returnDateForCurrLocation 

summary>The value for the Document Content Field size must be less than the Elasticsearch Transaction Limit

tem_elasticDocFieldTooBig 

summary>Separator

rp_sepCap 

summary>Show line from top-right to bottom-left

rp_showLineMsg 

summary>A %1% must be greater than or equal to zero points.

rp_sizeGEZero 

summary>The number of skipped areas is out of bounds.

rp_skipOutOfBounds 

summary>Small mailing label

rp_smallMail 

summary>SubBand footer

rp_subFtrCap 

summary>SubBand header

rp_subHdrCap 

summary>A path to a bitmap file (*.bmp) should be provided. the bitmap file is not found when the report is run then a broken image will be substituted.

rp_supplyBmpName 

summary>Tabstop

rp_tabstop 

summary>Left–Right

rp_textDirection0 

summary>Top–Bottom

rp_textDirection1 

summary>Bottom–Top

rp_textDirection2 

summary>Right–Left

rp_textDirection3 

summary>Text justification

rp_textStyle 

summary>Left

rp_textStyle1 

summary>Center

rp_textStyle2 

summary>Right

rp_textStyle3 

summary>flushTransactions() failed : checkTransaction() returned 'false'

sth_elasticFlushTransactionsFailed 

summary>R_TRIM% b_report%

rp_trimReport 

summary>R_TRIM% report layout

rp_trimReportLayout 

summary>No results were found for the requested search

bob_producerThreadNoResultsFound 

summary>Use short user caption

rp_useShortCap 

summary>%1% placed in band

rp_wGroup 

summary>%1% placed on page

rp_wPage 

summary>Error parsing XML b_report% definition. %1%

rp_xmlParseError 

summary>The object type of a report cannot be changed once it has been set.

rpt_cannotModifyTypeOfReport 

summary>{Count}

rpt_count 

summary>Not available

core_notAvailable 

summary>Report of %1%

rpt_reportTitleStub 

summary>The %1' field is already on the form. You have to remove the '%1' field before you can add the 'access page'.

rty_accessFieldAlreadyonForm 

summary>A connection with the server could not be established. Is Elasticsearch running on the host and port specified - %1% ?

tem_elasticConnectionFailed 

summary>Specify due days or a default b_actionDef% but not both.

rty_actionAndDueDays 

summary>Not applicable

core_notApplicable 

summary>Add bs_communication% (For New bs_record% Only)

rty_addCommsPageDescription 

summary>P_rtyAssignee% does not have access to view the b_record%.

rty_assigneeAccessErc 

summary>Invalid default p_rtyDefaultSeries%

rty_BadDefaultSeries 

summary>Icon ID value is out of range.

rty_badIcon 

summary>There is a problem with the last number for the pattern '%1' (%2%). Would you like to specify a new value?

rty_badLastNumber 

summary>Bad titling method

rty_BadTitleMethod 

summary>Based on b_classification%

rty_basedOnClassification 

summary>This type of e_bh_paperFolder% is unsuitable for storing electronic documents.

rty_cannotBeAPaperFolder 

summary>A b_recordType% cannot behave as a series and be a member of a series.

rty_cannotBeSeriesAndInSeries 

summary>A b_recordType% cannot have a default series unless it is within a series.

rty_cannotHaveDefaultSeries 

summary>You cannot select the same b_recordType%.

rty_cannotUsedSelf 

summary>You cannot use version numbering and E_rgi_part% numbering at the same time.

rty_cannotVersionAndPartNumber 

summary>Cancellation of Elasticsearch operations is not possible, as this Elasticsearch instance does not support the X-Opaque-Id header.

sth_noElasticOpaqueId 

summary>Creating new bs_record% of this type has been prevented by the administrator.

rty_createNotAllowedByAdmin 

summary>Default days due must be positive and in the range 1 - 32767.

rty_defDaysDueNegative 

summary>Default p_recDisposition% cannot be set to '%1'.

rty_defDispNotDestroy 

summary>=26Digits

rty_digit 

summary>According to your system settings a 'document' cannot have a b_classification%. The numbering pattern is invalid. the option 'P_dtbDocumentsOnlyWithinFolders' on the Miscellaneous tab.

rty_documentsCannotHaveClassNumber 

summary>According to your system settings a 'document' cannot have a b_classification%. The title method is invalid. the option 'P_dtbDocumentsOnlyWithinFolders' on the Miscellaneous tab.

rty_documentsCannotHaveClassTitle 

summary>This b_recordType% cannot be created directly under a b_classification%.

rty_documentsOnlyInContainers 

summary>Please enter the name of the p_dtbDefaultStore%.

rty_esNameBlank 

summary>The requested connection is not secure. Use HTTPS instead.

bob_useHttpsInstead 

summary>Form field

rty_formField 

summary>Form layout elements

rty_formLayoutElements 

summary>Line break

rty_formLineBreak 

summary>Page

rty_formPage 

summary>Special purpose pages

rty_formStandardPages 

summary>Stock properties

rty_formStockProperties 

summary>Tab stop

rty_formTab 

summary>This b_recordType% uses free text titling. You cannot allow blank 'free text titles'.

rty_freeTitleCannotBeBlank 

summary>General

rty_general 

summary>%1% does not have an adequate security profile to be the '%2' for this b_recordType%.

rty_hasDefHigherSecProfile 

summary>You do not have adequate security profile to use %1% : %2%.

rty_hasHigherSecProfile 

summary>Cannot hide free text title if it is not allowed to be blank.

rty_hideFreeTextTitleNotPermitted 

summary>P_rtyHomeLocation% does not have access to view the b_record%.

rty_homeLocAccessErc 

summary>P_rtyLevel% must be between %1% and %2% inclusive.

rty_inconsistentNumberingLevel 

summary>This b_recordType% is a designated output type for one or more E_bh_template% bs_recordType% (%1%).

rty_inUseByBlueprint 

summary>This b_recordType% is in use by at least one b_documentQueue% and cannot be removed.

rty_inUseByDocumentQueue 

summary>This b_recordType% is a default for importing from one or more automatically starting import bs_origin%.

rty_inUseByImportOrigin 

summary>This b_recordType% is in use by at least one b_statistics% and cannot be removed.

rty_inUseByStatisticsReport 

summary>Failed to analyse document ID : %1%

sth_autoClassFailedToAnalyse 

summary>Word counts different for : %1%

sth_autoClassWordCountsDifferent 

summary>Word not found in word-label data : %1%

sth_autoClassWordNotFoundInLabelData 

summary>You need to specify a last number for the number pattern '%1'. Would you like to specify a value now?

rty_lastNumberBlank 

summary>The last number value is invalid.

rty_lastNumberInvalid 

summary>Invalid substitution sequence found in external link.

rty_linkSubstitionBad 

summary>The XML definition of this data entry form is invalid.

rty_malformedDataEntryFormXML 

summary>Could not determine users email address from response to Google API '%1'. The response was '%2'.

core_googleAppsEmailAddress 

summary>BS_recordType% with behavior '%1' need a b_electronicStore%. Please set the p_rtyEStore%

rty_needsAStore 

summary>B_recordType% requires manual numbering.

rty_needsManualNumbering 

summary>B_recordType% needs to be a folder.

rty_needsToBeAFolder 

summary>This b_recordType% does not use bs_classification%.

rty_noClassificationAllowed 

summary>You do not have create b_record% access for this %1%.

rty_noCreateAccess 

summary>%1% does not support electronic documents.

rty_noEDocs 

summary>No such b_actionDef% or procedure.

rty_noSuchActionDef 

summary>No such b_schedule%.

rty_noSuchSchedule 

summary>Error while removing objects from object cache. %1%

bob_bobCacheCleanup 

summary>Failed to create new filter for extended b_stopWord% list

sth_elasticStopwordFail 

summary>Failed to query index '%1' for word counts using b_classification% '%2'

sth_elasticWordCountQueryFailed 

summary>The '%1' field is already on the form. You have to remove the '%1' field before you can add the 'notes page'.

rty_notesFieldAlreadyonForm 

summary>No category ID supplied to getTrainingTermsWeights()

idol_noCategorySupplied 

summary>No training data found for category ID : %1%

idol_noTrainingData 

summary>You do not have view access for this %1%.

rty_noViewAccess 

summary>P_rtyOwnerLocation% does not have access to view the b_record%.

rty_ownerLocAccessErc 

summary>Page %1%

rty_page 

summary>n.a.

core_notApplicableShortForm 

summary>The p_rtyLastNumber% cannot include the p_rtyPartSeparator%.

rty_partSepUsedInLastNumber 

summary>The number pattern '%1' cannot contain E_rgi_part% number separators '%2'.

rty_partSepUsedInNumberPattern 

summary>The plugin you have specified is not correctly registered.

rty_pluginNotRegistered 

summary>=26Prefix

rty_prefix 

summary>AutoClassification Training Progress

trm_AutoClassTrainingProgress 

summary>This number pattern for this b_recordType% is used by one or more other bs_recordType%. Remove is not allowed.

rty_recordNumberUsed 

summary>BS_record% of this type exist on the dataset. Remove is not allowed.

rty_recordTypeInUse 

summary>%1% is a customized b_recordType% and cannot be used within this environment.

rty_recordTypeIsCustom 

summary>The numbering method of '%1' must be a number pattern. a different b_recordType%.

rty_recordTypePatternNotOk 

summary>Save

rty_save 

summary>=26Separator

rty_separator 

summary>This form is a preview of the following standard page:

%1%

rty_standardPagePreviewMsg 

summary>Expected child nodes but none found

idol_expectedChildNode 

summary>The b_electronicStore% associated with b_recordType% '%1' could not be found. Please contact your system administrator to correct the error.

rty_storeNotAvailable 

summary>This b_electronicStore% is read only.

rty_storeReadOnly 

summary>=26Suffix

rty_suffix 

summary>Menu item description

rty_taskDescription 

summary>Menu item

rty_taskName 

summary>Changing the titling method will affect all existing bs_record% of this b_recordType%. The effects include automatic changes to the data entry form and changes to behavior when you modify the p_recTitle% of existing bs_record%. It is strongly recommended that you read the documentation to fully understand the impact of this change.

rty_titleMethodWarning 

summary>This b_recordType% is in use as the 'Only b_recordType' for one or more bs_classification%.

rty_typeUsedForClassification 

summary>Linking to %1% failed. The application '%2' could not be started. %3%

rtyLinkExeInvalid 

summary>Invalid b_fieldDefinition% substitution sequence.

rtyLinkUserFieldInvalid 

summary>The b_fieldDefinition% '%1' is not available for this %2%.

rtyLinkUserFieldUnavailable 

summary>An error occurred accessing the property '%1' for this %2%. %3%

rtyPropertyError 

summary>The property '%1' has not been set for this %2%.

rtyPropertyHasNoValue 

summary>An invalid property '%1' was encountered for this %2%.

rtyPropertyInvalid 

summary>Error retrieving b_fieldDefinition% '%1' for this %2%. %3%

rtyUserFieldError 

summary>The b_fieldDefinition% '%1' has not been set for this %2%.

rtyUserFieldHasNoValue 

summary>A component with ID '%1' already exists in document '%2'.

sap_componentExists 

summary>No component with ID '%1' was found in document '%2'.

sap_componentNotFound 

summary>A content repository was not specified

sap_contentRepositoryNotSpecified 

summary>No component was specified and a document with ID '%1' already exists.

sap_documentAlreadyExists 

summary>No document with ID '%1' was found.

sap_documentNotFound 

summary>Placeholder title for SAP component

sap_documentPlaceHolderTitle 

summary>SAP document - repository ID: %1%

sap_documentRecordTypeName 

summary>error

sap_documentStatusError 

summary>online

sap_documentStatusOnline 

summary>offline

sap_documentStatusUnknown 

summary>Could not retrieve a R_TRIMCONTEXT% dataset. %1%

sap_failedToGetADataset 

summary>The b_schedule% '%1' cannot be made inactive. It is in use by one of the automatic subfolders of b_recordType% '%2'.

sch_inactiveByRecordTypeSubFolder 

summary>SAP Folder - Repository ID: %1%

sap_folderRecordTypeName 

summary>The b_schedule% '%1' cannot be made inactive. It is in use by the b_origin% '%2'.

sch_inactiveByOrigin 

summary>SAP_Creator:

sap_SAPCreator 

summary>A b_schedule% that is marked for permanent retention either explicitly or by creating a b_schTrigger% of type 'E_dp_archived' cannot have a destroy trigger.

sch_cannotHaveDestroyTriggers 

summary>The b_schedule% '%1' cannot be made inactive. It is in use by the b_checkinStyle% '%2'.

sch_inactiveByCheckinStyle 

summary>The b_schedule% '%1' has subordinate bs_schedule%. You have made changes to the Active Date Range. These changes will be made to all subordinate bs_schedule%. Are you sure you wish to continue?

sch_inactiveAsParent 

summary>The b_schedule% '%1' cannot be made inactive. It is in use by the b_classification% '%2'.

sch_inactiveByClassification 

summary>The b_schedule% '%1' cannot be made inactive. It is in use by the b_recordType% '%2'.

sch_inactiveByRecordType 

summary>The b_schedule% '%1' cannot be removed. It is a parent b_schedule% for one or more lower level bs_schedule%.

sch_inUseAsParent 

summary>The b_schedule% '%1' cannot be removed. It is in use by the b_classification% '%2'.

sch_inUseByClassification 

summary>The b_schedule% '%1' cannot be removed. It is in use by the b_recordType% '%2'.

sch_inUseByRecordType 

summary>Are you sure you want to make b_schedule% '%1' a top level b_schedule%?

sch_makeTopLevel 

summary>Moving b_schedule% '%1' to '%2' cannot be done as it would create a loop condition.

sch_moveWouldLoopError 

summary>The date b_schTrigger% you have selected requires a minimum period of one month.

sch_need1MonthAtLeast 

summary>The b_schedule% '%1' is no longer active. Please select another b_schedule%.

sch_notInUse 

summary>1 day

sch_oneDay 

summary>1 month

sch_oneMonth 

summary>1 year

sch_oneYear 

summary>1 year and 1 month

sch_oneYearAndOneMonth 

summary>1 year and %1% months

sch_oneYearAndXMonths 

summary>The b_schedule% '%1' cannot be removed. It is attached to one or more bs_record%.

sch_scheduleInUseByRecord 

summary>The b_jurisdiction% '%1' cannot be made inactive. It is used as a default for %2% '%3'.

sch_inactiveJurisdictionByObject 

summary>The b_schedule% '%1' cannot be removed. It is in use by b_origin% '%2'.

sch_inUseByOrigin 

summary>Need to specify a fixed date for this disposal calculation.

sch_specifyFixedDateForTriggerType 

summary>The b_schedule% '%1' cannot be removed. It is in use by b_checkinStyle% '%2'.

sch_inUseByCheckinStyle 

summary>%1% on %2%

sch_trgFixedDateDesc 

summary>Invalid.

sch_triggerInvalid 

summary>B_fieldDefinition% must be a date.

sch_userFieldDate 

summary>Please specify a b_fieldDefinition% for this disposal calculation type.

sch_userTrigger 

summary>%1% months

sch_xMonths 

summary>%1% years

sch_xYears 

summary>%1% years and 1 month

sch_xYearsAndOneMonth 

summary>%1% years and %2% months

sch_xYearsAndXMonths 

summary>Property value exceeds 32 bit numeric limit. Use generic 'getProperty()' call instead.

sdk_64bitValueTruncated 

summary>%1% days

sch_xDays 

summary>The annotation/redaction feature is disabled. It can be enabled in 'System Options'.

sdk_annotateRedactDisabled 

summary>Attachment file '%1' does not exist or could not be opened.

sdk_AttachmentFileCouldNotBeOpened 

summary>The b_documentQueue% could not be created for this b_location%. It may contain items that cannot be registered into R_TRIM%.

sdk_autoQueueLocInvalid 

summary>The b_documentQueue% could not be created. This type of b_DocumentQueue% is not supported.

sdk_autoQueueTypeInvalid 

summary>The selected item is not a valid b_lookupItem%

bob_badLookupItem 

summary>B_lookupItem% '%1' is unavailable due to a lookup item rule limitation

bob_lkiRuleLimiit 

summary>Invalid hit count for b_classification% table 'c_1' - expected 1

esAutoClass_invalidHitCount 

summary>None of the terms provided matched the terms in the training data.

esAutoClass_noMatchingTerms 

summary>[elasticAutoClassification::saveCacheData()] Failed to split entry : %1%

esAutoClass_failedToSplit 

summary>[elasticAutoB_classification%::checkB_classificationStats()] Expected a single entry for the B_classification% stats. Number returned was %1%

esAutoClass_expectedSingleEntry 

summary>[elasticAutoB_classification%::checkB_classificationStats()] B_classification% ID was expected to be 'c_1', instead it was : %1%

esAutoClass_classificationIdIncorrect 

summary>Delete was unsuccessful for word_label_counts entry for category %1%

esAutoClass_deleteUnsuccesfull 

summary>Category '%1': '%2' entry removed.

esAutoClass_categoryRemoved 

summary>%1% 'analysed_document' entries removed.

esAutoClass_analysedDocsRemoved 

summary>Failed to convert '%1' to integer value (out of range?)

esAutoClass_failedToConvert 

summary>The following category has customized entries but is not part of the training data : %1%

esAutoClass_notPartOfTrainingData 

summary>Applied customized weights to terms in category %1% (%2%)

esAutoClass_appliedCustomisedWeights 

summary>No index found for AutoClassification - has a training run been performed?

esAutoClass_noIndexFound 

summary>This b_classification% was not found in the training data. Re-run the AutoClassification training process and ensure this b_classification% is included.

esAutoClass_classificationNotFound 

summary>Invalid result for word_label_counts query - expected 1 hit

esAutoClass_invalidResult 

summary>Errors encountered while converting word count values:
%1%

esAutoClass_errorsEncounteredWhileConverting 

summary>An error occurred while updating Elasticsearch (setLastModifiedTime) : %1%

esAutoClass_errorUpdatingLastModified 

summary>Invalid b_fieldDefinition% object passed in to the R_TRIM% SDK.

sdk_badUserField 

summary>You cannot change the port number property after a connection has been made.

sdk_cannotChangePortNumber 

summary>You cannot change the R_workgroup% property after a connection has been made.

sdk_cannotChangeWorkgroup 

summary>Call function. A property or method requiring a R_workgroup% connection was requested whilst the database was offline.

sdk_cannotExecuteOffline 

summary>Cannot get property when dataset is not connected.

sdk_CantGetPropertyWhenDatabaseIsNotConnected 

summary>Cannot set the ID value for a dataset after the dataset has been validated.

sdk_CantSetIdValueWhenDatabaseIsInUse 

summary>Cannot set property when dataset is not connected.

sdk_CantSetPropertyWhenDatabaseIsNotConnected 

summary>'ConnectAs' failed. The database has already been connected, possibly as a different user.

sdk_connectAsAlreadyConnected 

summary>Database connection failed. %1%

sdk_connectAsFailed 

summary>If the 'Preserve training data from the previous run' option is enabled, then only a single thread is allowed

esReindex_singleThreadedOnly 

summary>Invalid Thread number entered

esReindex_invalidThreadNo 

summary>An external transaction is executing. Nested external transactions are not supported.

sdk_currentlyWithinTransaction 

summary>Dataset ID not set.

sdk_DatabaseIdNotSet 

summary>The dataset is in use.

sdk_datasetInUse 

summary>B_locEAddress% '%1' is not an image.

sdk_elecItemIsNotAnImage 

summary>Internal Error. Could not format the property string: %1%.

sdk_errorFormattingPropertyString 

summary>Error resolving the name of the b_recordAction% object. %1%

sdk_errorGettingAction 

summary>B_record% %1% with B_classification% %2% will be used for AutoB_classification% training.

idol_recordUsedForAutoClassification 

summary> document reference : %1%

idol_usingDocumentRef 

summary>Please supply a non-blank external store identifier.

sdk_externalStoreIdBlank 

summary>The 'ImportHistory' function is not available until after the b_record% is saved. Call the 'Save' function first.

sdk_importHistoryUnavailable 

summary>Input document is invalid.

sdk_inputDocumentIsInvalid 

summary>This access control method is not available for this object.

sdk_invalidAclCall 

summary>Supplied object invalid or of the wrong type for this command.

sdk_invalidObjectSupplied 

summary>An invalid property was specified.

sdk_invalidProperty 

summary>Invalid property definition

sdk_InvalidPropertyDefinition 

summary>Invalid tray type for this function.

sdk_invalidTrayTypeForThisFunc 

summary>You must specify a b_location% for a private access control setting.

sdk_locRequiredForAccessSetting 

summary>Method calls to object failed.

sdk_methodCallFailed 

summary>This method is not available for child objects.

sdk_methodNotAvailableForChildren 

summary>Method only valid for existing bs_record%.

sdk_methodOnlyForExistingRecs 

summary>Method is only suitable for email messages.

sdk_methodOnlyForMail 

summary>You must specify a valid b_location% for this operation.

sdk_mustHaveValidLocation 

summary>Method not implemented. Creating new objects of this type is not supported.

sdk_newMethodNotImplemented 

summary>'New' is not supported for this child object type.

sdk_newNotSupported 

summary>Term count : %1%

fp_termCountCaption 

summary>Terms cannot contain whitespace, ':' or ','

fp_termsHaveWhitespace 

summary>Weights must be a positive integer value

fp_weightMustBeInteger 

summary>The value of the weight is out of range

fp_weightValueTooLarge 

summary>No clauses available on which to apply the 'not' operator.

sdk_noClauseForNot 

summary>Internal SDK error. No R_TRIM% dataset is connected.

sdk_noDatasetConnected 

summary>No default Dataset is available.

sdk_NoDefaultDatabaseAvailable 

summary>The value of this property cannot be changed - it is now read only.

sdk_noLongerCanPut 

summary>This list does not have a refine search capability.

sdk_noRefineSearch 

summary>The specified item is not an email address.

sdk_notEmail 

summary>This document is not an external store item.

sdk_notExternalStoreItem 

summary>An external transaction is not executing at the moment.

sdk_notInTransaction 

summary>Function not supported for this type of input document.

sdk_notSupportedThisDocumentType 

summary>This document is not a draft document within bs_offlineRecord%.

sdk_notTopDrawerDraft 

summary>User interface calls are unavailable from within a service.

sdk_noUIFromServices 

summary>Waiting %1% seconds for threads to finish ...

trm_reindexToolWaitingForThreads 

summary>Waiting for threads to finish (%1% seconds have elapsed)

trm_reindexToolElapsedTime 

summary>No statistics were generated because no documents were found. To train the AutoClassification system, document(s) with textual data must be available in the classifications being trained on.

trm_autoClassNoStatisticsAvailable 

summary>Cancelled

trm_reindexToolCancelled 

summary>AutoClassification training did not complete. In order for AutoClassification statistics to be produced and AutoClassification to work, training must run through to completion.

trm_autoClassTrainingFailedToComplete 

summary>The operation was cancelled.

trm_elasticReindexOperationCancelled 

summary>Object was not found.

sdk_objectNotFound 

summary>'Get' or 'Set' of this property is no longer supported.

sdk_obsoletePropertyCall 

summary>Please specify a filename for stream.

sdk_PleaseSpecifyFilenameForStream 

summary>Document '%1' has been successfully checked in but insufficient security prevents you from accessing the b_record%. Draft document in bs_offlineRecord% will not be deleted. However you may delete it yourself.

sdk_recordCreatedButSecurityPreventsAccess 

summary>The search does not contain any method clauses.

sdk_searchHasNoClause 

summary>Clause stack underflow - insufficient methods available for operator.

sdk_searchUnderflow 

summary>This selection type is not available for objects of this type.

sdk_selTypeNotAvailable 

summary>You cannot use a 'new' object for this method. In this case you should use 'SetIsUsedForRecord' or 'SetIsUsedForLocation'.

sdk_setUsedForParamInvalid 

summary>The supplied b_keyword% object is invalid.

sdk_suppliedKeywordInvalid 

summary>The supplied b_location% object is invalid.

sdk_suppliedLocInvalid 

summary>The supplied b_record% object is invalid.

sdk_suppliedRecordInvalid 

summary>The supplied b_space% object is invalid.

sdk_suppliedSpaceInvalid 

summary>This b_locEAddress% is not an image.

sdk_thisElecItemIsNotAnImage 

summary>Error in locking Database object.

sdk_topDrawerBadDb 

summary>Invalid bs_offlineRecord% draft document identifier.

sdk_topDrawerDraftIdInvalid 

summary>An external transaction is executing. This transaction needs to be committed or rolled back before shutting down the dataset.

sdk_transactionNotCommitted 

summary>A valid parent window must be supplied to execute a command.

sdk_uiParamInvalid 

summary>Unknown object type.

sdk_unknownObjectType 

summary>Web Server working directory invalid or not available.

sdk_WebServerWorkingDirectoryInvalid 

summary>The specified user-defined field is not relevant to this object.

sdknet_fieldNotRelevant 

summary>The parameter '%1' is either null or invalid.

sdknet_invalidObjectParameter 

summary>This child object is no longer available. It may have been deleted by another user or process.

sdknet_noBobChildAvailable 

summary>Internal Error. Unmanaged child object list not available. This may have been caused by attempting to use an object that has already been finalized.

sdknet_noBobChildListAvailable 

summary>Internal Error. Unmanaged object list not available. This may have been caused by attempting to use an object that has already been finalized.

sdknet_noBobListAvailable 

summary>Objects of type '%1' can not have user-defined fields.

sdknet_objectDoesNotHaveFields 

summary>Objects of type '%1' do not have notes attached.

sdknet_objectHasNoNotes 

summary>This collection is not based on an object that is hierarchical and therefore does not support this method.

sdknet_objectIsNotHierarchical 

summary>Internal Error. An object of type '%1' is not creatable.

sdknet_objectTypeNotCreatable 

summary>Could not find the %1% matching the value '%2'. Either no such object exists or the %1% has recently been deleted.

sdknet_objectWithNameDoesNotExist 

summary>Could not find the %1% with a unique row identifier of %2%. Possible causes are: no %1% exists with the identifier supplied; the %1% has recently been deleted; access to the specified %1% is restricted.

sdknet_objectWithUriDoesNotExist 

summary>The property %1% is read only and cannot be modified.

sdknet_propertyIsReadOnly 

summary>Error communicating with email SMTP Server '%1'. %2%

smtp_commError 

summary>Error communicating with email SMTP Server '%1'. %2% (%3%)

smtp_commErrorWithNum 

summary>Reindex BS_record%

trm_elasticReindexRecords 

summary>AutoClassification Training Complete

trm_autoClassTrainingComplete 

summary>Finding Users

trm_elasticReindexFindingUsers 

summary>Reindex Complete.

trm_elasticReindexComplete 

summary>Reindex Users

trm_elasticReindexUsers 

summary>AutoClassification Training

trm_autoClassTraining 

summary>Finding BS_classification%

trm_autoClassFindingClassifications 

summary>Finding BS_record%

trm_elasticReindexFindingRecords 

summary>No SMTP reply address has been defined.

smtp_noFromAddress 

summary>No email recipients specified.

smtp_noRecipientsDefined 

summary>No SMTP server has been defined.

smtp_noServerName 

summary>Add lower b_space% levels

spm_addLowerLevelsTitle 

summary>Calculating advanced b_space% data ...

spm_advancedCalculationPrompt 

summary>Dataset concurrency error. The b_space% '%1' already exists.

spm_alreadyExists 

summary>The selected bs_record% are already in the bay.

spm_alreadyInBay 

summary>The selected bs_record% are already in this b_space%.

spm_alreadyInSpace 

summary>There are already %1% bs_record% in this b_space%.

spm_alreadyRecordsThere 

summary>And possibly more ...

spm_andPossiblyMore 

summary>BS_record% allocated to holding bay: %1%

spm_bayTotalLine 

summary>Space control number not allocated - creation of spaces not available using this method.

spm_cannotCreateSpace 

summary>Cannot remove b_space% '%1' because there are bs_record% within the holding bay.

spm_cantRemoveHB 

summary>Cannot remove b_space% '%1' because there are bs_record% within it.

spm_cantRemoveR 

summary>Please enter a value greater than 0 for the capacity of this b_space%.

spm_cap_gt0 

summary>Setting capacity failed. You can only set the capacity for lowest level bs_space%.

spm_capacityLowerLevel 

summary>Capacity of each %1%:

spm_capacityOfEach 

summary>The capacity (number of bs_record%) of bs_space% to be created must not exceed %1%.

spm_capacityOutOfRange 

summary>An error occurred whilst updating space totals. %1%

spm_comUpdateError 

summary>Confirm b_space% transfer

spm_confirmTransferTitle 

summary>Contiguous lower level b_space% capacity exhausted.

spm_contigExhausted 

summary>The selected contiguous lower level bs_space% are no longer available.

spm_contigSpacesNotAvailable 

summary>Counting bs_record% in b_space% ...

spm_countingRecords 

summary>An error occurred whilst calculating available capacity. %1%

spm_countingSQLError 

summary>%1% lower level bs_space%

spm_createLowerLevels 

summary>B_space% management task canceled - not all lower levels were created.

spm_createLowerLevelsCancelled 

summary>B_space% '%1' has been allocated this search key.

spm_duplicateSearchKey 

summary>From

spm_from 

summary>Output b_space% is full.

spm_full 

summary>An error occurred when allocating next available p_spmNumber%. %1%

spm_getNextNumberError 

summary>This b_space% has bs_record% in its holding bay. Please move these bs_record% before removing the holding bay.

spm_holdingBayInUse 

summary>Only a higher level b_space% can have a holding bay.

spm_holdingBayOnlyForHigherLevels 

summary>P_recHomeLocation% set to b_space% '%1'

spm_homeLocationSet 

summary>Internal Error. Invalid b_space% pointer.

spm_internalError 

summary>The supplied level number is invalid - it must be greater than %1%.

spm_invalidLevelNumber 

summary>The largest amount of contiguous capacity in the selected b_space% allows for %1% bs_record%

spm_lastContiguousSpaceIs 

summary>B_space% is locked, waiting...

spm_lockedAndWaiting 

summary>Total transferred:%1% errors:%2%

spm_logStats 

summary>Transfer was canceled on %1%.

spm_logTransferCancelled 

summary>Transfer was completed on %1%.

spm_logTransferCompleted 

summary>**** Transfer error : %1% **** was terminated on %2%.

spm_logTransferError 

summary>Search type not suitable for a lowest level b_space%.

spm_lowestLevelInvalidForSearchType 

summary>The maximum number of levels supported in the space system is %1%.

spm_maxLevelsExceeded 

summary>Must create at least one b_space%.

spm_mustCreate1 

summary>This function requires a valid b_space% - you should save any new b_space% before calling createLowerLevels.

spm_mustHaveSpaceForCreateLowerLevels 

summary>Must select a lowest level b_space% for this search type.

spm_mustSelect 

summary>There is no capacity available in the selected b_space% for the required transfer.

spm_noCapacityFortheRequestedTransfer 

summary>There is only capacity for %1% bs_record% within the selected b_space%.

spm_noCapacityLeft 

summary>No more unused lower level bs_space% are available.

spm_noMoreAvail 

summary>The selected b_space% has no bs_record% to transfer

spm_noRecordsToTransfer 

summary>=3CN/A=3E

spm_notApplicable 

summary>This task is not available for lowest level bs_space%.

spm_notAtHigherLevel 

summary>This task is only available for lowest level bs_space%.

spm_notAtLowestLevel 

summary>B_space% management module is not licensed.

spm_notLicensed 

summary>The b_space% you have selected is not at the lowest level and does not have a Holding Bay. Select a lower level b_space%.

spm_notLowestLevel 

summary>The selected b_space% is not a lowest level space. Please select a different b_space% or a different allocation method.

spm_notLowestLevelSpace 

summary>The b_space% management system is limited to a certain number of levels. New lower level bs_space% cannot be created beneath this level.

spm_numberLevelsLimit 

summary>The maximum number of bs_space% at any one level is %1%.

spm_numberToCreateOutOfRange 

summary>Do you want to view the log file?

spm_okToViewLog 

summary>(Out on loan)

spm_outOnLoan 

summary>AutoClassification has not initialized (no training data?)

evt_autoClassNotInitialized 

summary>AutoClassification error during call getPendingRecords() : %1%

evt_autoClassErrorDuringCall 

summary>AutoClassification : Failed to get the last-modified time for the training data - %1%

evt_autoClassFailedGettingLastModified 

summary>Recalculating b_record% total values for holding bays ...

spm_recalcBayTotals 

summary>Cascading b_record% totals to higher level bs_space% ...

spm_recalcCascade 

summary>Cascading holding bay totals to higher level bs_space% ...

spm_recalcCascadeBays 

summary>B_space% total and capacity calculations complete.

spm_recalcComplete 

summary>Recalculating higher level capacity total values ...

spm_recalcHigherCapacity 

summary>Initializing capacity total values ...

spm_recalcInitCapacity 

summary>Initializing b_record% total values ...

spm_recalcInitRecordTotals 

summary>Could not lock every b_space% - one or more bs_space% are in use.

spm_recalcLockAllFailed 

summary>Could not lock every b_space% - one or more bs_space% are in use. Press OK to continue (ignoring any current activity) or CANCEL to try again later.

spm_recalcLockAllFailedOk 

summary>Locking all bs_space% to prevent any updates while recalculation is in progress ...

spm_recalcLocking 

summary>Recalculating b_record% total values for lowest level bs_space% ...

spm_recalcLowestTotals 

summary>Setting up for space recalculation...

spm_recalcStart 

summary>Recalculation complete. Unlocking all bs_space% ...

spm_recalcUnlocking 

summary>Warning: The recalculation of the b_space% system may take a long time depending on the number of bs_space% in your dataset.

spm_recalcWarning 

summary>B_record% already in this b_space%

spm_recAlreadyInSpace 

summary>Do you also wish to reclaim bs_space% that are occupied by bs_record% that have been destroyed?

spm_reclaimDestroyed 

summary>BS_record% allocated to this b_space%:

spm_recordsCurrentAllocated 

summary>BS_record% assigned to the Holding Bay:

spm_recordsInHoldingBay 

summary>BS_record% allocated to lower level bs_space%:

spm_recordsInLowerLevels 

summary>B_recordType% cannot be stored in the b_space% management system.

spm_recTypeCantBeInSPAM 

summary>%1%
you wish to continue with remaining bs_record%?

spm_resolveToContinue 

summary>Search key cannot start with a number.

spm_searchKeyCannotStartWithNumber 

summary>Windows authentication (Kerberos or NTLM) is not supported by this R_workgroup%.

bob_wgsUnsupportedWindowsAuth 

summary>Refer to Lower Levels

spm_seeLowerLevel 

summary>Please select a b_record% selection style

spm_selectRecordSelectionStyle 

summary>Please select a transfer allocation style

spm_selectTAS 

summary>Setting up b_record% transfer ...

spm_setingUpTransferPrompt 

summary>The b_space% '%1' is not a lowest level space and does not have a holding bay. bs_record% cannot be located directly into this b_space%.

spm_spaceCannotHaveRecords 

summary>Cannot create bs_space% because allocated numbers would conflict with the following bs_space%:

%1%

spm_spaceCreateConflicts 

summary>B_space% '%1' was created.

spm_spaceCreated 

summary>About to create %1% bs_space% at the '%2' level. The total capacity will be %3% bs_record% within b_space% '%4'. lowest level bs_space% will have the control numbers in the range:
: %5%
: %6%

spm_spaceCreateSummary 

summary>B_space% is a lower level b_space% and has no Holding Bay.

spm_spaceHasNoHoldingBay 

summary>The b_space% '%1' has available capacity of %2% which is not enough for your request.

spm_spaceHasNoRoom 

summary>The holding bay for b_space% '%1' has available capacity of %2% which is not enough for your request.

spm_spaceHasNoRoomInBay 

summary>The b_space% '%1' is being used by %2% on machine %3%. Please try again later.

spm_spaceInUse 

summary>The requested authentication mechanism '%1' is not supported by this R_workgroup%.

bob_wgsUnsupportedAuthMechanism 

summary>The selected b_space% could not be found - it may have been removed.

spm_spaceNotFound 

summary>Error processing b_space% transfer. %1%

spm_spaceTransferFailed 

summary>Please specify the capacity (number of bs_record%) for the bs_space% that will be created.

spm_specifyCapacity 

summary>Please specify a starting number for the b_space% you want to create.

spm_specifyNumberFrom 

summary>To create bs_space% at a level lower than the immediately lower level of this b_space% you need to specify a starting b_space% number.

spm_specifyNumberFromSDK 

summary>Please specify the number of bs_space% to create.

spm_specifyNumberToCreate 

summary>An error occurred whilst calculating b_space% data. %1%

spm_sqlErrorInCalculation 

summary>Using a starting number of %1% and creating %2% bs_space% would exceed the maximum number of bs_space% that can exist at any one level (%3%).

spm_startNumberingFromInvalid 

summary>=3Ctagged bs_record%=3E

spm_taggedRecords 

summary>To

spm_to 

summary>=3CTop Level b_space%=3E

spm_topLevelSpace 

summary>B_space% transfer terminated. %1% bs_record% were transferred.

spm_transferCancelled 

summary>B_space% transfer completed. %1% bs_record% were transferred.

spm_transferComplete 

summary>R_TRIM% b_space% Transfer Complete

spm_transferCompleteHeading 

summary>Transfer items from b_space% - %1%

spm_transferFromTitle 

summary>You have selected %1% bs_record% to be transferred.
you continue as many bs_record% as possible will be transferred. The remainder will stay in their current b_location%.

spm_transferLesserWarning 

summary>Transferring b_record% '%1' from %2% ...

spm_transferringPrompt 

summary>from b_space% '%1' to b_location% '%2'

spm_transferToLocationDetails 

summary>from b_space% '%1' to b_space% '%2'

spm_transferToSpaceDetails 

summary>B_space% usage
Capacity: %1%
Capacity Available: %2%
bs_record% Allocated: %3%

spm_usageDescription2 

summary>Can only use simple allocation method for lowest level bs_space%.

spm_useSimple 

summary>Checking for available space ...

spmCheckingForAvailableSpace 

summary>B_space% Management Log - %1% %2% %3%

spmTransferLogHeading 

summary>Invalid document type found for Elasticsearch index : %1%

elastic_invalidDocType 

summary>Failed to query the Elasticsearch version which is required for setting the document type

elastic_failedToQueryVersion 

summary>Failed script update to index : %1% (ID,field,value) [%2%,%3%,%4%]

elastic_failedScriptUpdate 

summary>Removed %1% associated part(s) for b_record% %2%

elastic_removedParts 

summary>Are you sure you want to start composing your search over again?

srp_areYouSure 

summary>The b_savedSearch% is corrupted. Please remove or correct it.

srp_badSearch 

summary>The b_savedSearch% contains a bad search method. Please remove or correct it.

srp_badSRPMethod 

summary>BS_classification% used for training: (URI, B_classification% Number, Title)

trm_autoClassClassificationsUsed 

summary>Training:

trm_autoClassTrainingThreadStatus 

summary>Holding Bay : '%1'

trm_autoClassHoldingBay 

summary>The following BS_classification% will NOT be used: (Reason : Title)

trm_autoClassClassificationsNotUsed 

summary>No suitable bs_classification% found for AutoClassification Training.

trm_autoClassNoSuitableClassifications 

summary>Cannot attach BS_record% : '%1'

trm_autoClassCannotAttach 

summary>Not configured for AutoClassification : '%1'

trm_autoClassNotConfigured 

summary>— AutoClassification Training —

trm_autoClassTrainingHeader 

summary>Brackets in a search are mismatched or the position of the brackets does not make sense.

srp_illegalBracketRequest 

summary>Search expression too complex - a maximum of %1% words can be specified.

srp_maxWordsInSearchExceeded 

summary>You must select at least one b_record% Class.

srp_mustPickAtLeastOneClassFilter 

summary>You must select at least one of the finalized filters.

srp_mustPickAtLeastOneFinalFilter 

summary>You must select at least one b_record% p_recDisposition%.

srp_mustPickAtLeatOneDispFilter 

summary>You must select at least one bs_recordType% filter.

srp_mustPickAtLeastOneRecordTypeFilter 

summary>The Term is a non preferred Term. Please select a preferred Term.

srp_termIsForbidden 

summary>'to' must be greater than 'from'.

srp_toNeedsToBeGreaterThanFrom 

summary>Please enter a value for this field.

srp_valueIsMandatory 

summary>The archiving event property '%1' is not relevant for events that have an occurrence type of '%2'.

sch_fieldNotValidForOccurrenceType 

summary>You cannot modify the one off occurrence date for an archiving event if the event has already been associated with a b_schedule%.

sch_cannotModifyOneOffDate 

summary>Serialisation for allocation of b_securityCaveat% ID failed (no zero URI row on TSCENSUS - please run Schema Repair).

sth_allocIdSerialiseFailed 

summary>Internal Error. Invalid array index encountered.

sth_badIndex 

summary>The content index '%1' does not exist, or the content index mappings have not been correctly configured.

sth_elasticIndexError 

summary>R_TRIMCONTEXT% supports a maximum of %1% bs_securityCaveat%.

sth_caveatLimitExceeded 

summary>The content index manager encountered an unexpected error trying to retrieve the bs_stopWord%. %1%

sth_contentMgrErc 

summary>The content query '%1' is not a valid query. %2%

sth_contentSearchInvalid 

summary>R_TRIM% dataset error. R_TRIM% failed to create the 'UriClaim' row for table %1% - possibly your database has not been initialized correctly. Please use the Schema Repair function in R_enterpriseStudio%.

sth_couldNotCreateClaim 

summary>The executable '%1' could not be stopped immediately because the thread '%2' was busy inside the function '%3'. attempts will be made to stop the thread.

sth_couldntCloseThreadsService 

summary>The executable '%1' was stopped. The thread %2% was busy inside the function '%3'. corruption of data may have resulted.

sth_couldntCloseThreadsServiceDeath 

summary>The executable '%1' could not be stopped because the thread '%2' was busy inside the function '%3'. you like to retry stopping the threads?

sth_couldntCloseThreadsUI 

summary>An error occurred with the R_TRIM% document content indexing log file '%1'. %2%

sth_dciCouldNotOpenLogFile 

summary>Are you sure you want to delete '%1'?

core_confirmDelete 

summary>Allocating new URI claim

sth_getNextUriMutex 

summary>Internal Error. An invalid table name was passed to allocate URI function (%1%).

sth_invalidTableForUriAllocation 

summary>Error: %1%: %2% id: %3% Name: %4%

sth_LogError 

summary>%1% running on %2% reported the following message:
%3%

sth_mailError 

summary>Service '%1' on '%2'

sth_mailSubject 

summary>R_TRIM% dataset error. R_TRIM% failed to access/initialize the 'UriClaim' locking row - possibly your database has not been initialized correctly.

sth_missingUriClaimLockingRow 

summary>Attached document is empty

sth_elasticAttachedDocIsEmpty 

summary>Contained file: %1%

sth_elasticContainedFile 

summary>Adding terms for Notes associated with %1%

sth_elasticAddingNoteTerms 

summary>%1% bs_record% found in %2%

sth_autoClassTrainRecordsFound 

summary>getDocumentText() returned no results

sth_autoClassTrainNoResults 

summary>b_classification% or text was empty

sth_autoClassTrainEmptyValue 

summary>Updated bs_statistics%

sth_autoClassUpdatedStats 

summary>Log opened on %1% at %2%

sth_traceHdr 

summary>Cannot view this document
%1% click on it to open and view.

td_cannotView 

summary>BS_offlineRecord% dataset check failed. %1%

td_checkDbComError 

summary>Check in failed for '%1'. document is in use within an application. You will need to close this document before proceeding.

td_CheckinFileInUse 

summary>Are you sure you want to delete '%1'?

td_deleteDoc 

summary>Documents

td_DocumentView 

summary>Draft

td_draft 

summary>Error accessing bs_offlineRecord%. %1%

td_errorMessage 

summary>Modified

td_modified 

summary>Original

td_original 

summary>Name

td_PropName 

summary>BS_offlineRecord% was unable to check the status of the dataset.

td_unknownCheckFailure 

summary>%1%: Adding referential integrity constraint %2% failed - a value of the column %3% is this table references a nonexistent URI in table %4%.

tem_addConstraintFailed 

summary>R_TRIM% Administrator

tem_adminUser 

summary>There are %1% active servers using this dataset.
%2% ensure that all activity is halted before running this function. you want to proceed?

tem_alertwgsActiveforDBMaintenance 

summary>All events are handled for all datasets.

tem_allEventsHandled 

summary>R_enterpriseStudio% is already running.

tem_alreadyRunning 

summary>Analysing statistics.

tem_AnalysingStatistics 

summary>Email Sent: %1% email was sent to %2% on %3% from server %4%.

tem_mailSentLogMsg 

summary>Last analysis: %1%

tem_analysisResult 

summary>Analyse statistics

tem_analysisStatistics 

summary>Analysing statistics for table '%1'

tem_analysisStatus 

summary>An analysis tool is being run against this dataset. Connections will be available when the activity has been completed.

tem_anAnalysisToolIsCurrentlyBeingRun 

summary>Closed

tem_availabilityClosed 

summary>Offline

tem_availabilityOffline 

summary>R_TRIM% background process

tem_backgroundProcess 

summary>Could not get the CLSID from the ProgID '%1'.

tem_badProgID 

summary>You are about to stop dataset processing before it is complete. Are you sure?

tem_cancelDBProcessing 

summary>R_TRIM% dataset tool

tem_cancelDBProcessingTitle 

summary>Cannot create an in-process workgroup service.

tem_CannotCreateInProcessWorkgroupWervice 

summary>Can not find an activity in old activity table.

tem_CannotFindActivityInOldActivityTable 

summary>Can only run this tool on a new dataset.

tem_canOnlyRunOnNewDatabase 

summary>An error was detected during the checking of the content index. %1%

tem_checkIndexError 

summary>Checking the validity of the content index for database '%1'.

tem_checkingContentDatabase 

summary>Checking database stored procedure %1%.

tem_checkingProc 

summary>Checking status of user account %1%. Type of account: %2%.

tem_checkingUserAccount 

summary>Checking database view %1%.

tem_checkingView 

summary>Check or restore user account for %1% (%2%).

tem_checkUserMsg 

summary>%1%: Some column check constraints were corrected. See log for details.

tem_columnCheckConstraintsFixed 

summary>Completing conversion

tem_completingConversion 

summary>Completing dataset creation

tem_completingDatasetCreation 

summary>R_TRIM% configuration files

tem_configFiles 

summary>The configuration file is too large. It should be less than %1% bytes.

tem_configFileTooLarge 

summary>Do you want to save the changes to %1%?

tem_configModified 

summary>The current configuration has been modified and needs to be saved before it can be deployed. Do you want to save changes to '%1' and then deploy it?

tem_configModifiedForDeploy 

summary>NOTE: This change to document R_workgroup% caching will be implemented immediately Please Save and Deploy workgroup server to make these changes effective?

tem_confirmCachingChangesToSaveAndDeploy 

summary>Configure cache settings on '%1'

tem_ConfigureCacheSettings 

summary>NOTE: This change to document R_workgroup% caching will be implemented immediately but will not take effect until the servers are restarted. Do you want to proceed?

tem_confirmCachingChanges 

summary>#

tem_connectionsCap 

summary>Use the KwikSelect button to setup a connection string

tem_connectionString 

summary>Connect string

tem_ConnectString 

summary>Please enter the server machine name.

tem_connectStringHasNoServer 

summary>%1%: Constraint %2% defined using the incorrect column/foreign table - constraint recreated.

tem_constraintHasIncorrectData 

summary>%1%: Constraint %2% is not used in this schema and has been removed.

tem_constraintIsRedundant 

summary>Unable to display a property page for this dialog: %1%

tem_contentChainComErr 

summary>Check content index database validity

tem_contentIndexCheckTitle 

summary>Optimize content index database

tem_contentIndexOptimizeTitle 

summary>Would you like to continue to convert old bs_workflow% and bs_workflowTemplate%?

tem_convertWorkflowQuery 

summary>%1%: An error occurred adding column constraints. See log for details.

tem_couldNotAddColumnCheckConstraints 

summary>Could not identify column constraints for table %1%. Column constraint check ignored.

tem_couldNotIdentifyColumnConstraints 

summary>Could not identify the foreign key (referential integrity) indexes for table '%1'. Referential constraint checking may report some errors.

tem_couldNotIdentifyForeignKeys 

summary>Could not identify indexes for table '%1'. Index checking may report some errors.

tem_couldNotIdentifyIndexes 

summary>Could not open log file.

tem_couldNotOpenLogFile 

summary>Create content index

tem_createContentIndex 

summary>Warning. This tool is powerful and quite sensitive to different dataset models. commands may take considerable time to execute. It is advisable to close applications before running.

tem_createDBWarning 

summary>Warning. This tool is powerful and quite sensitive to different dataset models. commands may take considerable time to execute. It is advisable to close applications before running. check any known limitations before proceeding.
limitations:
%1%

tem_createDBWarningLimits 

summary>Create new dataset

tem_createNewDS 

summary>Create dataset tables.

tem_creatingDatabaseTables 

summary>Creating default login user.

tem_creatingDefaultLogin 

summary>Initializing default bs_recordType%.

tem_creatingDefaultRecordTypes 

summary>Initializing default b_electronicStore%.

tem_creatingDefaultStore 

summary>Creating custom type '%1'.

tem_creatingCustomTypeHiddenMsg 

summary>Creating stored procedure '%1'.

tem_creatingStoredProcHiddenMsg 

summary>Creating function '%1'.

tem_creatingFunctionHiddenMsg 

summary>Current Step

tem_currentStep 

summary>The Microsoft data link component was not found 'MSDASC.DLL'.

tem_dataLink 

summary>Dataset availability

tem_datasetAvailabilitySheet 

summary>Dataset '%1' has this ID.

tem_datasetHasThisID 

summary>A dataset maintenance activity is in progress. New connections to this dataset are unavailable until it has completed.

tem_datasetMaintenance 

summary>Data source

tem_DataSource 

summary>A DatabaseConnectionPool instance has already been created in this program.

api_oneConnectionPoolOnly 

summary>This dataset is at the schema version %1%. This is the latest version so no upgrade is required.

tem_dbidVersion 

summary>Checking dataset structure integrity.

tem_dbIntegrityCheck 

summary>%1%, processing complete. Errors were detected. Please check the log file: %2%

tem_dbIntErrors 

summary>%1%, processing complete. Errors were detected and corrected. Please check the log file: %2%

tem_dbIntErrorsFixed 

summary>You need to upgrade the schema of this Dataset before you can execute this task.

tem_DBolder 

summary>A schema upgrade is available for this dataset. It is recommended that you upgrade before you proceed.

tem_DBolderWarning 

summary>Checking stored procedures.

tem_dbRepairCheckStoredProcs 

summary>Checking structure of database tables.

tem_dbRepairCheckTables 

summary>Checking referential integrity of database tables.

tem_dbRepairCheckTablesRI 

summary>Checking standard user accounts.

tem_dbRepairCheckUserAccounts 

summary>Checking database views.

tem_dbRepairCheckViews 

summary>Updating summary and saving settings.

tem_dbRepairFinalise 

summary>Examining database schema information.

tem_dbRepairInitialise 

summary>Defaults for unspecified file types

tem_DefaultsForUnspecifiedFileTypes 

summary>Do you want to deploy the configuration %1% to all running R_workgroup%?

tem_deploy 

summary>Server Deployment

tem_deployDialog 

summary>Deployed

tem_deployed 

summary>Not deployed

tem_deployedNot 

summary>Refused

tem_deploymentRefused 

summary>Deployment started

tem_deploymentStarted 

summary>Updating details of content indexing dataset

tem_docContentUpdate 

summary>Fix dates

tem_ds_tsk_fixdates 

summary>Please enter list of document types to restrict caching to (e.g. *.doc;*.xls;*.pdf)

tem_enterCacheExtensions 

summary>Please enter a number of hours to run pre-emptive caching.

tem_enterCacheHoursToRun 

summary>Please enter the size limit (in MB) for the cache.

tem_enterCacheSizeLimit 

summary>Please enter age of documents to clear from cache.

tem_enterModDaysLimit 

summary>%1%
details can be found in:
%2%

tem_erMoreDetails 

summary>Error:

tem_error 

summary>An error occurred saving cache date for database %2%. %1%

tem_errorDuringCacheSave 

summary>Error extracting workflow definition from b_electronicStore% hyperlink. %1%

tem_ErrorExtractingWorkflowFromStoreHyperlink 

summary>An error occurred loading caching information. %1%

tem_errorLoadingCacheData 

summary>Errors

tem_errors 

summary>The license you are entering has expired.

tem_expiryDateExpired 

summary>The license you are entering is about to expire.

tem_expiryDateTodayTomorrow 

summary>Failed to start up subsequent step: %1%.

tem_failStep 

summary>File could not be loaded.

tem_FileCouldNotBeLoaded 

summary>File type

tem_FileType 

summary>Could not determine the connection string for this dataset. %1%

tem_getConnectStringFailed 

summary>You cannot enter your own username as the guest login during the creation of the dataset. so would remove your administration rights in R_TRIM%.

tem_guestAdminUserError 

summary>R_TRIM% guest account

tem_guestUser 

summary>For all dataset tables.

tem_icForAllTables 

summary>For dataset table '%1%.

tem_icForDatasetTable 

summary>Primary

tem_index_primary 

summary>Document indexes are up to date.

tem_indexesUpToDate 

summary>%1%: Index %2% could not be created as a unique index. It has been created as a duplicate index, but corrective action should be undertaken.

tem_indexFailedUniqueness 

summary>%1%: Index %2% defined using incorrect columns - index recreated.

tem_indexHasIncorrectColumns 

summary>%1%: Index %2% is obsolete and has been removed.

tem_indexIsRedundant 

summary>%1%: Index %2% should be duplicate, was created unique - index recreated.

tem_indexShouldBeDuplicate 

summary>%1%: Index %2% should be unique, was created duplicate - index recreated.

tem_indexShouldBeUnique 

summary>Initialization failed. %1%

tem_initFailed 

summary>Initialization

tem_initialisation 

summary>Initialization - setting up to restart at stage %1%.

tem_initialisationRestart 

summary>Initializing

tem_initialising 

summary>Initialization complete. Press start to begin.

tem_initSucceeded 

summary>Guest

tem_isGuestCap 

summary>Last error event details

tem_lastErrorEventDetails 

summary>This repair utility was last run on : %1%

tem_lastRepair 

summary>This repair utility has not been run previously.

tem_lastRepairNoAv 

summary>Last %1% transactions:

tem_lastXTrans 

summary>The license key is invalid or has expired.

tem_licenseKeyExpired 

summary>Extension

tem_licExtension 

summary>New File Type

tem_licNewFileType 

summary>Properties of file type: %1%

tem_licPropOfFileType 

summary>Login time

tem_loginTimeCap 

summary>Machine name

tem_machineNameCap 

summary>Your email configuration functions correctly.

tem_mailTestPassed 

summary>IDOL Content Index Properties

tem_manageIDOLContentIndex 

summary>Warning. Max alpha string is lower than the normal default.

tem_maxAlphaString 

summary>Maximum string value

tem_maximumStringValue 

summary>Elasticsearch Content Index Properties

tem_manageESContentIndex 

summary>The message has been broadcast to all users connected to this R_TRIM% dataset.

tem_messageSentNotification 

summary>An error occurred running the bulk load command line utility:
%2%
%1%

sth_couldntCreateBulkLoad 

summary>%1%: Constraint %2% is missing and needs to be recreated.

tem_missingConstraintRecreated 

summary>%1%: Index %2% was missing and has been recreated.

tem_missingIndexRecreated 

summary>Word indexing : missing case statement in R_enterpriseStudio%.

tem_missingSwitchCase 

summary>A dataset with this name has already been defined.

tem_nameAlreadyDefined 

summary>No configuration file found. Would you like to try creating a new configuration file based on the existing settings in the registry?

tem_noConfigTryRegistry 

summary>no data available

tem_noData 

summary>No errors were detected.

tem_noRepairActionRequired 

summary>Turning off all security is not advised. Are you sure you want to continue?

tem_noSecurityAreYouSure 

summary>=3Cnot replicated=3E

tem_notReplicated 

summary>Not a text-indexable format.

tem_notTextIndexable 

summary>An error was detected during the optimization of the content index. %1%

tem_optimizeIndexError 

summary>Optimizing the content index for database '%1'.

tem_optimizingContentDatabase 

summary>This dataset has been partially upgraded and is no longer usable. Please restore a backup before continuing.

tem_partially 

summary>Processing canceled after processing of item '%1'

tem_procCancelled 

summary>Processing canceled during step '%1' after processing of item '%2'

tem_procCancelledStep 

summary>Processing complete.

tem_proccessingComplete 

summary>Processing completed on %1%. No problems were detected.

tem_procCompleteNoErcs 

summary>Processing completed on %1%. The number of tables with errors was %2%.

tem_procCompleteTablesWithErcs 

summary>Processing completed on %1%. %2% errors were detected and fixed.

tem_procCompleteWithErcs 

summary>Processor

tem_process 

summary>Processed

tem_processed 

summary>Processing VMBX emails

tem_processVMBX 

summary>Queued

tem_queued 

summary>Processing date values

tem_processDateValues 

summary>Please supply an estimate of the number of bs_record% in this dataset.

tem_recordsEstimate 

summary>%1%: Stored procedure was missing and has been recreated.

tem_recreateMissingProc 

summary>%1%: View was missing and has been recreated.

tem_recreateMissingView 

summary>Some anomalies were detected with the column constraints. Removing existing constraints and adding any appropriate constraints.

tem_recreatingColumnConstraints 

summary>It is highly recommended that you run the schema repair tool and allow it to check referential integrity. Some constraints may have been removed as part of the upgrade process and need to be recreated.

tem_refRecommend 

summary>Registering dataset

tem_registeringDatabase 

summary>Remove content index

tem_removeContentIndex 

summary>Are you sure you wish to remove content indexing from this dataset?

tem_removeDocContentCheck 

summary>Remove the specification for this file type. Are you sure?

tem_RemoveTheSpecificationForThisFileType 

summary>Removing obsolete tables

tem_removingObsoleteTables 

summary>%1%: Stored procedure is obsolete and has been removed.

tem_removingRedundantProc 

summary>%1%: View is obsolete and has been removed.

tem_removingRedundantView 

summary>Creating foreign key child indexes.

tem_creatingFKIndexes 

summary>Repair action stopped for table %1% due to invalid column state.

tem_repairForTableHalted 

summary>Schema Repair: Processing summary.

tem_repairSummaryHeading 

summary>Replication of %1% on %2%

tem_replicationOf 

summary>You must deploy to every R_WORKGROUP% before permitting connections to this dataset

tem_restartWandM 

summary>Would you like to try restoring from the last good backup?

tem_restoreFromBackup 

summary>Restructuring columns and indexes for table '%1' (%2%)

tem_restructuringTable 

summary>Checking referential integrity

tem_riCheck 

summary>Removing referential integrity

tem_riRemove 

summary>Setting referential integrity

tem_riSet 

summary>Run

tem_run 

summary>Saving content index changes to dataset '%1'

tem_saveDocContentChanges 

summary>Saving maintenance settings for the dataset '%1'.

tem_saveMaintenceSettings 

summary>Saving cache changes ...

tem_savingCacheChanges 

summary>Saving changes to dataset

tem_savingChanges 

summary>Saving other changes to the dataset.

tem_savingOtherChanges 

summary>The R_workgroup% is unable to retrieve details for the dataset '%1'.

tem_schemaNotAvailable 

summary>The schema of this dataset is '%1' and is not supported by this R_workgroup%. You will need to upgrade your database schema before you can use it.

tem_schemaNotSupported 

summary>R_TRIM% services user account

tem_servicesUser 

summary>Setting initial default data

tem_settingDefaultData 

summary>Setting referential integrity constraints

tem_settingReferentialIntegrity 

summary>Setting referential integrity constraints for '%1'

tem_settingRefIntegrityFor 

summary>This is a test email attachment.

tem_smtpTestAttachment 

summary>Sorting ...

tem_sorting 

summary>ID

tem_idolID 

summary>Host

tem_idolHost 

summary>Port

tem_idolPort 

summary>Type

tem_idolType 

summary>Server

tem_idolServer 

summary>started on

tem_startedOn 

summary>Starting service '%1' on '%2'

tem_StartingSvc 

summary>Status

tem_status 

summary>Start

tem_idolStatusStart 

summary>Step %1%

tem_step 

summary>Stage %1%: canceled on %2%

tem_stepStageCancelled 

summary>Stage %1%: Completed on %2%

tem_stepStageCompleted 

summary>Stage %1%: Failed on %2%

tem_stepStageFailed 

summary>Stopping service '%1' on '%2'

tem_StoppingSvc 

summary>B_electronicStore% name

tem_storeName 

summary>Succeeded

tem_succeeded 

summary>Starting...

tem_svcStarting 

summary>%1%: No zero URI row present. Row added.

tem_tableHasNoZeroUriRow 

summary>The R_workgroup% configuration file 'TrimConfig.tcfg' is missing. Use the deploy function in R_enterpriseStudio% on another R_workgroup%, copy the configuration file manually or recreate the file.

tem_tcfgFileMissing 

summary>Testing connection ...

tem_testConnect 

summary>This email is to confirm that email configuration for the event named %1% succeeded.

tem_testEmailBody 

summary>This email is to confirm that email configuration for the named %1% succeeded.

tem_testEmailBodyGeneral 

summary>R_TRIMCONTEXT% email test

tem_testEmailSubject 

summary>This file type has already been registered.

tem_ThisFileTypeHasAlreadyBeenRegistered 

summary>The username and password fields must be populated if SMTP authentication is enabled.

tem_email_badAuthValues 

summary>Adding any specific column check constraints for table %1% ...

tem_tool_addCheckConstraints 

summary>Creating referential integrity constraints for table %1% ...

tem_tool_addIntegrityConstraints 

summary>This dataset is unavailable for logins. Do you wish to bring it back online?

tem_tool_bringDBOnline 

summary>Checking referential integrity for table %1% ...

tem_tool_checkingRITableLogMessage 

summary>Checking table %1% ...

tem_tool_checkingTableLogMessage 

summary>%1%: Column %2% has incorrect format. Is %3% but expected %4%.

tem_tool_columnHasIncorrectFormat 

summary>Continue

tem_tool_continueBtn 

summary>%1% : This is an obsolete table that could not be removed.

tem_tool_couldNotDropTable 

summary>%1%: Could not obtain format data for column %2%. No column format checking done.

tem_tool_couldNotObtainColumnData 

summary>%1%: Could not obtain a list of columns, no column checking was done.

tem_tool_couldNotObtainColumnList 

summary>%1%: Could not obtain data for constraint %2%. Constraint is assumed to be correct.

tem_tool_couldNotObtainConstraintData 

summary>%1%: Could not obtain column data for index %2%. Index is assumed to be correct.

tem_tool_couldNotObtainIndexData 

summary>Internal Error. It was not possible to obtain a list of procedures for this dataset.

tem_tool_couldNotObtainProcedureList 

summary>Internal Error. It was not possible to obtain a list of tables for this dataset.

tem_tool_couldNotObtainTableList 

summary>Internal Error. It was not possible to obtain a list of views for this dataset.

tem_tool_couldNotObtainViewList 

summary>Creating indexes for '%1' ...

tem_tool_createIndexes 

summary>Creating table %1%

tem_tool_creatingTable 

summary>Creating missing table %1% ...

tem_tool_creatingTableLogMessage 

summary>Done

tem_tool_doneBtn 

summary>Removing obsolete table %1%

tem_tool_droppingObsoleteTable 

summary>Creating zero URI row for table '%1' ...

tem_tool_initTable 

summary>%1% : This table was missing and has been recreated.

tem_tool_missingTableCreated 

summary>Some additional notes are available relating to the process that has just been completed. notes are stored in file: %1%
you wish to read these notes now?

tem_tool_notesAvailable 

summary>%1% : This is an obsolete table and has been removed.

tem_tool_obsoleteTableDropped 

summary>Obtaining list of R_TRIM% procedures in this database ...

tem_tool_obtainingProcedureList 

summary>Obtaining list of R_TRIM% tables in this database ...

tem_tool_obtainingTableList 

summary>Obtaining list of R_TRIM% views in this database ...

tem_tool_obtainingViewList 

summary>%1% of %2%: %3% (major)

tem_tool_rowMajor 

summary>%1% of %2%: %3% (minor)

tem_tool_rowMinor 

summary>#%1% (failed). %2%

tem_tool_sqlBad 

summary>SQL Failed: failure ignored.

tem_tool_sqlBadIgnored 

summary>SQL Failed: %1%

tem_tool_sqlFailed 

summary>%1% - processing completed successfully with some errors.
errors may have prevented the operation from completing successfully.
the log file carefully.
logged to the file '%2'. Would you like to view it?

tem_tool_stageDoneErc 

summary>%1% - processing completed successfully.
has been logged to the file '%2'. Would you like to view it?

tem_tool_stageDoneLoggedOk 

summary>%1% - processing completed successfully.

tem_tool_stageDoneOk 

summary>Start

tem_tool_startBtn 

summary># Dataset tool started: %1%

tem_tool_started 

summary>%1%: Column %2% has incorrect length. Length truncated from %3% to %4%.

tem_tool_stringColumnLong 

summary>%1%: Column %2% has incorrect length. Length increased from %3% to %4%.

tem_tool_stringColumnShort 

summary>%1%: Table has incorrectly ordered columns. (%2%).

tem_tool_tableHasMisplacedColumns 

summary>%1%: Table has missing columns. (%2%).

tem_tool_tableHasMissingColumns 

summary>%1%: Table had the following unwanted columns removed: %2%.

tem_tool_tableHasObsoleteColumns 

summary>A server '%1' has been defined with the same port as another server on the same machine.

tem_twoServersOnSamePort 

summary>Ignoring unauthenticated deploy call from %1%.

tem_unauthenticatedDeployment 

summary>A repair tool is being run against this dataset.

tem_underRepair1 

summary>Connections will be available when the activity has been completed.

tem_underRepair2 

summary>Updating data introduced in schema %3% for table %1% (%2%).

tem_updatingTableData 

summary>Upgrade is not possible. Please cancel the upgrade wizard.

tem_upgradeNotPossible 

summary>Schema Upgrade - %1%

tem_upgradeVersion 

summary>Updating incremental dataset changes

tem_upgradingIncremental 

summary>Updating dataset schema version

tem_upgradingSchemaNbr 

summary>Update dataset table structures

tem_upgradingTables 

summary>User name

tem_usernameCap 

summary>Need to specify a valid dataset for maintenance settings.

tem_validDBmaint 

summary>Need to specify a valid dataset for property pages.

tem_validDBprop 

summary>Need to specify a valid dataset for referential integrity update.

tem_validDBref 

summary>Need to specify a valid dataset for upgrade.

tem_validDBupgrade 

summary>Documents processed: %1%.

tem_VMBXdocos 

summary>Some errors were detected while setting mail attachment flags - please check the log file : %1%

tem_vmbxHadErrors 

summary>You need to run the 'index document types' utility before you can execute this function.

tem_VMBXneedsDocTypeIndexFirst 

summary>There is no workflow data to convert. Either this is a new dataset with no old workflow data or the data has already been converted.

tem_wfUpgradeNothingToDo 

summary>Not enabled

tem_wgsStatus_Disabled 

summary>Logging

tem_wgsStatus_logging 

summary>Service not started

tem_wgsStatus_ServiceNotStarted 

summary>Machine unavailable

tem_wgsStatus_Unavailable 

summary>Working...

tem_wkg 

summary>Word Reindexing Tool

tem_WordReindexingTool 

summary>The R_WORKGROUP% '%1' has already been defined for this machine.

tem_workgroupAlready 

summary>%2% on %1%

tem_WorkgroupService 

summary>The selected b_Keyword% '%1' is already attached. another b_Keyword%.

th_alreadyAttached 

summary>B_Keyword% selected is already in the list of attached descriptors.

th_alreadyInList 

summary>Adding this relation would violate a Thesaurus rule.
requested relationship has not been created.

th_badRelation 

summary>You cannot add node labels in descriptor titling.

th_canNotAddANodeLabel 

summary>Are you sure you want to remove this relationship:

%1%

th_confirmDelete 

summary>Cannot merge a term with itself.

th_mergeWithSelf 

summary>At least a Top b_Keyword% must be selected for the p_recTitle%.

th_mustHavePrimaryTerm 

summary>Thesaurus Rule violated. Terms cannot be narrower bs_Keyword%.

th_narrowTermIsKeyord 

summary>Inserted text cannot contain square brackets.

th_noBracketsAllowed 

summary>This task is not valid for a forbidden b_keyword%.

th_noGoodForForbidden 

summary>Inserted text cannot contain hyphens surrounded by spaces.

th_noHyphensAllowed 

summary>B_keyword% : %1% cannot be merged with %2% as they are related in some way.

th_noMergeAllowed 

summary>You have not selected an appropriate number of bs_keyword%. You will need to specify at least %1% bs_keyword%.

th_notEnoughTerms 

summary>The selected Term '%1' is NOT a narrower Term of '%2'. Term cannot be added.

th_notNarrowerTerm 

summary>Access Error : b_keyword% : %1%

%2%

th_noViewAccessToTerm 

summary>You have only chosen one term, which is a node label. This is not allowed. Please correct before trying to save.

th_onlyNodeLabelSelected 

summary>A prompt term can only have one left square bracket '['.

th_onlyOneLBracket 

summary>A prompt term can only have one right square bracket ']' and it must be the last character.

th_onlyOneRBracket 

summary>A prompt term must have a '[' and a ']' as delimiters.

th_promptMustHaveBrackets 

summary>Thesaurus rule violated. relationship between these terms prevents this new relationship from being created.

th_relationExists 

summary>Thesaurus rule violated. to use a non-preferred term in a relationship.

th_relationToNonPreferredTerm 

summary>Thesaurus rule violated. to relate a b_keyword% to itself.

th_relationToSelf 

summary>Do you wish to remove the relationship between bs_keyword% '%1' and '%2'?

th_removeRelationship 

summary>The selected b_keyword% has bs_record% that reference it. you change the existing bs_record% they will not be found in future b_keyword% searches that use this b_keyword%.

th_selectedUseForHasRecs 

summary>B_keyword% cannot contain a hyphen.

th_termContainsHypen 

summary>This b_keyword% cannot be a top term as it has broader terms.

th_termHasNarrow 

summary>The b_Keyword% : '%1' is a 'forbidden' b_Keyword% and a 'preferred' b_Keyword% is required.

th_termIsForbidden 

summary>You need to enter a top term first when creating your p_recTitle%.

th_termIsNotATopterm 

summary>Prompt terms are intended for thesaurus titling. You are not allowed to enter any prompt text. you sure you want to attach '%1' to this b_record%?

th_termIsPrompt 

summary>A non-prompt b_keyword% is not allowed to contain '[' or ']'.

th_termMustBePrompt 

summary>The b_Keyword% : '%1' is not active and cannot be used.

th_termNotActive 

summary>B_keyword% cannot be deleted. Some bs_record% are using the b_keyword% either as part of the p_recTitle% or as an attached b_keyword%.

th_termUsedByRecords 

summary>A b_record% p_recTitle% must start with a b_keyword% that is a top term.

th_titleMustStartWithTopTerm 

summary>A top term cannot be a node label as well.

th_topTermCannotBeNodeLabel 

summary>You are about to change the name of this b_keyword%
BS_record% that have been titled using this b_keyword% will have the p_recTitle% corrected.
: This could take a long time if there are many bs_record% to correct.

th_updateRecs 

summary>Content index

tnt_contentIndex 

summary>Datasets

tnt_databases 

summary>Event processing

tnt_eventService 

summary>Family name

tnt_familyName 

summary>File types

tnt_fileTypes 

summary>General

tnt_general 

summary>License

tnt_license 

summary>Email server

tnt_mailConfig 

summary>Root

tnt_master 

summary>Miscellaneous

tnt_miscellaneous 

summary>User

tnt_user 

summary>Users

tnt_users 

summary>Workgroup Server

tnt_workgroup 

summary>Workgroup Servers

tnt_workgroups 

summary>The rendering components are already running.

trimRender_alreadyRunning 

summary>Provides PDF and TIF rendering services.

trimRender_serviceDescription 

summary>B_actionDef% completed for b_record% '%1'

trm_actionCompleted 

summary>B_actionDef% for reassignment set.

trm_actionForReassignSet 

summary>Added %1% ...

trm_addingQueueItemProgress 

summary>The file %1% does not contain the =26key= entry to allow for insertion of the Google license key. Would you like to open the file to review?

trm_noKeyInGoogleHtmlFile 

summary>The file '%1' has been successfully saved into R_TRIM%.

trm_gisHtmlFileSaved 

summary>Unable to checkout the selected document. %1%
you like to edit a supercopy?

trm_askAboutSupercopyMsg 

summary>Assignee changed to '%1'.

trm_assigneeChanged 

summary>'%1' attached to b_record% '%2'.

trm_attachedMsg 

summary>'%1' attached to b_record% '%2' as a new b_recRendition%.

trm_attachedRendMsg 

summary>R_TRIMCONTEXT% has detected that the time on your machine is incorrect.

time is set to: %1%
R_TRIM% Enterprise time is set to: %2%
that any updates will be done using the R_TRIM% Enterprise time.

trm_badClock 

summary>Barcode belongs to a different dataset.

trm_barcodeFromDiffDB 

summary>Barcode label skipped.

trm_barcodeLabelSkipped 

summary>Barcode Processing completed on %1%.

trm_barcodeProcessingCompleted 

summary>Barcode Processing started on %1%.

trm_barcodeProcessingStarted 

summary>'%1' was successfully added to R_TRIMCONTEXT%.

trm_bobCreatedSuccessfully 

summary>An error occurred with the b_barcodeScanner%.
: %1%
Flags : %2% Code : %3%

trm_bpScanError 

summary>Cannot access document. %1%
document will be removed from the processing queue.

trm_cannotAccessDocument 

summary>You do not have permission to create new bs_record% in this dataset. The only files that can be dropped are R_TRIM% reference files.

trm_cannotDropFiles 

summary>R_TRIM% references cannot not be resolved when in offline mode.

trm_cannotResolveReferenceOffline 

summary>Cannot remove dataset.

trm_cantRemoveDB 

summary>Check In document

trm_checkInDocumentTitle 

summary>After processing each document:

trm_checkInForDocumentsCaption 

summary>After processing each email message:

trm_checkInForEmailCaption 

summary>Checking in document '%1' ...

trm_checkingInDocumentProgress 

summary>Processing completed on %1%. file will be opened for you to review.

trm_irmCleanDoneWithLog 

summary>You are about to delete data according to the following settings:

%1%

trm_cleanAsk 

summary>Processing canceled on %1%

trm_cleanCancelled 

summary>Deleting all active audit events ...

trm_cleanDelAudit 

summary>Deleting specified active audit events (Batch %1% of %2%) ...

trm_cleanDelAuditBeforeDate 

summary>Deleting active audit events of nominated type(s) (Batch %1% of %2%) ...

trm_cleanDelAuditOfType 

summary>Removing content indexes from bs_record% that were registered before %1% ...

trm_cleanDocContentBeforeDate 

summary>Processing completed on %1%.

trm_cleanDone 

summary>Removing all active audit events of type '%1'.

trm_cleanEventsOfType 

summary>Removing all active audit events older than %1%.

trm_cleanEventsOlder 

summary>Cleanup run by %1% on %2%
parameters:
%3%

trm_cleanHdr 

summary>Cleanup in progress...

trm_cleanInProgress 

summary>Setting a maximum of %1% active audit events per item.

trm_cleanMaxEvents 

summary>Specifying a value of zero for maximum active audit events will delete all active audit events.
you sure you want to do this?

trm_cleanNbrWarning 

summary>Removing previous revisions from all bs_record% created before %1%.

trm_cleanPrevRev 

summary>Reducing active audit events to %1% per item ...

trm_cleanReduceAudit 

summary>Removing previous revisions on bs_record% that have been finalized.

trm_cleanRemovePrevFinalRevs 

summary>Removing previous revisions on bs_record% registered before %1%.

trm_cleanRemovePrevRevs 

summary>Collecting all documents in the b_DocumentQueue%...

trm_collectingTaggedDocuments 

summary>P_recContainer% selected

trm_containerSelected 

summary>R_TRIMCONTEXT% options

trm_contextOptionsSheet 

summary>Converting structured title for b_record% '%1' ...

trm_convRecordInProgress 

summary>Selecting bs_record% to be processed ...

trm_convSelectingTitles 

summary>Correct structured titles

trm_correctThesaurusTitles 

summary>%1% : could not resolve shortcut.

trm_couldNotResolveShortcut 

summary>Creating a b_record% for document '%1' ...

trm_creatingDoc 

summary>Creating new b_recRendition% for b_record% '%1' with document '%2' ...

trm_creatingNewRenditionForRecord 

summary>P_recCurrentAction% (%1%) for b_record% '%2' reassigned.

trm_currActionReassigned 

summary>P_recCurrentAction% (%1%) signed off.

trm_currActionSignedOff 

summary>Currency can contain at most 5 decimal places.

trm_currencyDecimalsInvalid 

summary>Modifying the desktop integration component '%3' failed. R_TRIM% could not create/access the registry key 'HKEY_CURRENT_USER%2'. %1%

trm_currentUserKeyFailed 

summary>Customize ...

trm_customize 

summary>R_TRIM% data cleanup

trm_dataCleanTitle 

summary>You must be connected to a dataset before you can edit system options.

trm_datasetRequiredForSysOpt 

summary>An unrecoverable error occurred opening the selected database.

%1%

trm_dbConnectionFailed 

summary>Do you wish to remove all tagged files from the document queue?

trm_DCQConfirm 

summary>Decimal separator and grouping separator must be different.

trm_decimalSepMustDifferFromGrouping 

summary>Warning. The default p_recClassification% defined for this operation (%1%: %2%) is not suitable for this document.
: %3%
document will be created without a p_recClassification%.

trm_defaultClassificationNotSuitable 

summary>Warning. The default p_recContainer% defined for this operation (%1%: %2%) is not suitable for this document.
: %3%
document will be created without a p_recContainer%.

trm_defaultNotSuitable 

summary>'%1': b_record% not updated, any changes in '%2' were ignored.

trm_discardedMsg 

summary>B_record% '%1' created with document '%2'

trm_docCreated 

summary>This b_record% needs to have an existing electronic document before a b_recRendition% can be attached

trm_docNeededBeforeRendition 

summary>Unable to checkout the selected document. %1%
, you are unable to take a supercopy. %2%

trm_dontAskAboutSupercopyMsg 

summary>Contain new b_record% within b_classification% '%1'

trm_doWithinClassificationMsg 

summary>Contain new b_record% within container %1%: %2%

trm_doWithinContainerMsg 

summary>Attaching document '%1' to b_record% '%2' ...

trm_dropAttachProgress 

summary>B_record% '%2' : Discarding any changes contained in document '%1'...

trm_dropDiscardProgress 

summary>Select email items

trm_droppedEmailItems 

summary>Selected files

trm_droppedFileItems 

summary>Edit calendar

trm_editCalendarHdg 

summary>Enabling shredder delete may cause delays when viewing or removing large documents. Do you wish to enable this?

trm_enableShredderDelete 

summary>'%1' does not appear to be a valid WWW internet address prefix. UNC and file system paths are not permitted.

trm_enterUrl 

summary>Errors in barcode download. Please check activity window.

trm_errorBarcodeDownLoad 

summary>Error: no b_adfStep% selected.

trm_errorNoActionStep 

summary>Error: no b_location% selected.

trm_errorNoLocationSelected 

summary>Error: no b_record% selected.

trm_errorNoRecordSelected 

summary>Error: no b_schedule% selected.

trm_errorNoRetentionSchedSel 

summary>An error occurred reading the origin configuration xml file. %1%

trm_errorReadingConfigFile 

summary>An error occurred saving the origin configuration xml file. %1%

trm_errorSavingConfigFile 

summary>External links

trm_externalLinksCmdBarTitle 

summary>%1% : file or folder does not exist or is not accessible.

trm_fileOrFolderNotAccessible 

summary>Folder

trm_folderCap 

summary>Are you sure you want to change your Settings to the global version?

trm_getGlobalConfirmMsg 

summary>Currency grouping format must be 0, 2 or 3.

trm_groupingFormatInvalid 

summary>Grouping symbol cannot contain numbers or a hyphen (-).

trm_groupingSymbolInvalid 

summary>P_recHomeLocation% changed to '%1'.

trm_homeLocationChanged 

summary>P_recHomeLocation% Set.

trm_homeLocationSet 

summary>%1%: Final stage - submitting index request for item %2%

trm_indexing 

summary>Invalid barcode label.

trm_invalidBarcodeLabel 

summary>Invalid date encountered - ignored.

trm_invalidDateOnPen 

summary>You haven't requested all the rows for this disconnected row set, it has more than %1% rows.

db_disconnectedRowsetHasMore 

summary>Invalid type of queue specified in command line parameter: (%1%)

trm_invalidQueueTypeDropped 

summary>The b_record% corresponding to this barcode label does not exist.

trm_invalidRecordLabel 

summary>The b_schedule% corresponding to this barcode label does not exist.

trm_invalidScheduleLabel 

summary>Invalid time encountered - ignored.

trm_invalidTimeOnPen 

summary>Item '%1' not processed. Item was not accessible.

trm_ItemNotAccessible 

summary>Item '%1' processed. '%1' was permanently removed.

trm_ItemPermanentlyRemoved 

summary>Item '%1' not processed. Item processing was canceled by the user.

trm_ItemProcessingCancelled 

summary>Item '%1' not processed. %2%

trm_ItemProcessingError 

summary>Modifying the desktop integration component '%3' failed. R_TRIM% could not create/access the registry key 'HKEY_LOCAL_MACHINE%2'. %1%

trm_localMachineKeyFailed 

summary>Login failed for '%1' because the b_location% is inactive.

trm_loginNotActive 

summary>Login failed for '%1' because it uses the profile associated with an inactive b_location%.

trm_loginOtherLocNotActive 

summary>Barcode label out of sequence.

trm_modeRequiresNoLabel 

summary>Modified, Checked Out

trm_modifiedCheckedOut 

summary>Modified, Checked Out To '%1'

trm_modifiedCheckedOutTo 

summary>Modified, Not Checked Out

trm_modifiedNotCheckedOut 

summary>P_recAssignee% Set.

trm_movementLocationSet 

summary>BS_todoItem%

trm_myTodoItems 

summary>Please make a selection for this task.

trm_needSelectedRowForNew 

summary>Negative number format fails to verify, please simplify. : %1%

trm_negativeFailedVerify 

summary>Please select the '%1' from the valid options.

trm_negFormatNotGood 

summary>New processing mode set.

trm_newProcessModeSet 

summary>B_schedule% '%1' attached.

trm_newRetSchedAttched 

summary>No data specified for processing.

trm_noDataToCleanup 

summary>No suitable documents available. Folder is empty or no files match your defaults.

trm_noDocumentsAvailable 

summary>No suitable email items available. The email folder is empty or no email messages within the folder are suitable.

trm_noEmailAvailable 

summary>You haven't selected any event types. Do you want to select events now?

trm_noEventsSelected 

summary>The Windows system file '%1' is required to support ODMA applications. ODMA will not work correctly in this environment.

trm_noODMADLL 

summary>No b_recordType% supplied and no default b_recordType% available.

trm_noRecTypeSelected 

summary>Do you want to continue with the remaining files?

trm_okToDoRemainingMsg 

summary>Only lower level user types were reset.

trm_onlyLowerUsersSet 

summary>Only lower level user types were set to the JITC settings.

trm_onlyLowerUsersSetJITC 

summary>Original, cannot be updated

trm_originalCannotBeUpdated 

summary>Original, checked out

trm_originalCheckedOut 

summary>Original, checked out to '%1'

trm_originalCheckedOutTo 

summary>Original, not checked out

trm_originalNotCheckedOut 

summary>Other

trm_otherObj 

summary>Barcode date and time set to '%1'.

trm_penDateTimeSet 

summary>BS_activity% Processed

trm_penLogActivitiesDoneSubHdg 

summary>Barcodes read

trm_penLogBarcodesReadSubHdg 

summary>B_actionDef%

trm_penLogCapAction 

summary>BS_actionDef% Processed

trm_penLogCapActionsProcessed 

summary>Control

trm_penLogCapControl 

summary>Date/Time

trm_penLogCapDateTime 

summary>P_recDisposition% Changes

trm_penLogCapDispositionChanges 

summary>Invalid/out of sequence

trm_penLogCapInvalidOutOfSequence 

summary>B_location%

trm_penLogCapLocation 

summary>Movements

trm_penLogCapMovements 

summary>B_record%

trm_penLogCapRecord 

summary>BS_record% into container

trm_penLogCapRecordsIntoContainers 

summary>Redundant movements

trm_penLogCapRedundantMovements 

summary>B_schedule%

trm_penLogCapSchedule 

summary>BS_schedule% attached

trm_penLogCapSchedulesAttached 

summary>Skipped

trm_penLogCapSkipped 

summary>Total

trm_penLogCapTotal 

summary>Barcode processing summary

trm_penLogSummaryHdg 

summary>Note. Changes to user type permissions will not affect any logged in users until after they log out and log back in to R_TRIM%.

trm_permissionChangesNeedLogin 

summary>Permissions

trm_permissionsCap 

summary>Please specify a minimum of one field in the input file.

trm_pleaseMapAtLeastOneField 

summary>Positive number format fails to verify, please simplify. : %1%

trm_positiveFailedVerify 

summary>No longer used

trm_processNotAllowedOnOutlookFolder 

summary>Process b_documentQueue% %1% (%2%)

trm_processQueue 

summary>Process %1%

trm_processQueueItems 

summary>Documents in folder - %1%

trm_processSelectedDocuments 

summary>Email in folder - %1%

trm_processSelectedEmail 

summary>Cannot access this Windows folder. %1% should either create the folder or restrict usage of this b_documentQueue% to the machine that can access it.

trm_qCannotAccessFolder 

summary>You cannot change the type of a b_documentQueue% once it has been created.

trm_qCannotAlterType 

summary>Please enter the name of the windows folder for this b_documentQueue%.

trm_qEnterFolderName 

summary>Please enter the name of the mail folder for this b_documentQueue%.

trm_qEnterMailFolder 

summary>Please enter the MAPI profile name for this b_documentQueue%.

trm_qEnterMapiProfile 

summary>%1%
is not recommended. Are you sure?

trm_qInUse 

summary>You have specified an invalid type of b_documentQueue%.

trm_qInvalidType 

summary>Cannot verify the location of this b_documentQueue% as it can only be accessed from a different machine.

trm_qLocationWarning 

summary>This b_documentQueue% is in use by %1% on the computer '%2' and has been since %3%.

trm_qLocked 

summary>This b_documentQueue% is in use by another program on this computer and has been since %1%.

trm_qLockedbyAnotherProcess 

summary>This b_documentQueue% no longer exists. It must have been removed.

trm_qNoLongerExists 

summary>Setting a b_documentQueue% Item as a b_recRendition% is not supported for this type of b_documentQueue%.

trm_queueAsRenditionNotSupported 

summary>A queue that is used for automatic process must either delete the items after registration or keep them checked out.

trm_queueAutoProcessInvalid 

summary>B_documentQueue% '%1' was disabled at %2%.

trm_queueDisabled 

summary>B_documentQueue% '%1' was enabled at %2%.

trm_queueEnabled 

summary>An email queue that is used for automatic process must either delete the emails or update with an 'In R_TRIM' indicator.

trm_queueEmailAutoProcessInvalid 

summary>An item provider could not be constructed for this type of b_documentQueue%.

trm_QueueNoProvider 

summary>This b_documentQueue% contains no valid items to process.

trm_QueueNoTempFiles 

summary>B_documentQueue% '%1' is not designated as suitable for automatic processing.

trm_QueueNotForAutoProcess 

summary>B_documentQueue% Options

trm_queueOptions 

summary>B_documentQueue% processing was advised to stop at %1%.

trm_queuePreparingToStop 

summary>B_documentQueue% processing was started at %1%.

trm_queueProcessingStarted 

summary>B_documentQueue% processing was stopped at %1%.

trm_queueProcessingStopped 

summary>Do you want to start processing active bs_documentQueue% now?

trm_queueProcessNow 

summary>Item '%1' discarded. No changes were made to b_record% '%2'.

trm_QueueRecordDiscarded 

summary>Item '%1' processed. A new version of b_record% '%2' was created.

trm_QueueRecordNewVersion 

summary>Item '%1' processed. A new b_recRendition% was created for b_record% '%2'.

trm_QueueRecordRendition 

summary>Item '%1' processed. The latest version of b_record% '%2' was replaced.

trm_QueueRecordVersionReplaced 

summary>Status

trm_queueStatus 

summary>Idle

trm_queueStatusIdle 

summary>Preparing to Exit...

trm_queueStatusPreparingToExit 

summary>Preparing to Stop...

trm_queueStatusPreparingToStop 

summary>Processing

trm_queueStatusProcessing 

summary>Stopped

trm_queueStatusStopped 

summary>Paused

trm_queueStatusPaused 

summary>Documents can only be checked out to bs_documentQueue% of type 'Windows Folder'.

trm_qWinOnlyCheckout 

summary>This b_documentQueue% can only be processed from computer '%1'.

trm_qWrongComputer 

summary>Property is read only and cannot be modified.

trm_readOnlyProperty 

summary>P_recDisposition% for b_record% and its contents set to %1%.

trm_recDispSetTo 

summary>B_record% '%1' has no p_recContainer% - cannot enclose.

trm_recHasNoContainerForEnclose 

summary>B_record% has special titling or numbering requirements and cannot be created automatically.

trm_recHasSpecialTitling 

summary>B_record% placed in p_recContainer% '%1'.

trm_recInContainer 

summary>moved to p_recHomeLocation% : %1%

trm_recMovedToHome 

summary>Please configure your pen's date correctly then delete the scanning session and redo barcoding.

trm_reconfigureDateofPen 

summary>You have changed a setting which will change the way R_TRIM% constructs the p_locSortName% for bs_location%. Do you wish to reformat existing values to match the new setting?

trm_reconstructNameSortKeys 

summary>The b_record% associated with this b_recordAction% could not be found due to security or some other more severe internal problem. Please contact your system administrator.

trm_recordNotFound 

summary>Redundant movement request.

trm_redundantMovementRqst 

summary>Reference refers to a different Dataset.

trm_referenceForWrongDatabase 

summary>%1%: Setting up for reindexing run...

trm_reindexStartup 

summary>%1%: Step 1 - Removing existing indexes ...

trm_removeIndexesFor 

summary>Do you wish to permanently remove the mail message: '%1'

trm_removeMailMessage 

summary>Do you wish to remove the file '%1' from the hard drive?

trm_removeQueueItemFromDrive 

summary>%1%: Step 2 - Removing existing words ...

trm_removeWordsFor 

summary>A b_recRendition% of this type has already been attached. Do you wish to overwrite it?

trm_renditionAlready 

summary>The B_record% is checked out. Proceed to request a b_recRendition% anyway?

trm_renditionOfCheckedOut 

summary>The B_record% is checked out to '%1'. Proceed to request a b_recRendition% anyway?

trm_renditionOfCheckedOutTo 

summary>Can only reset values for lower level user types.

trm_resetLowerlevel 

summary>B_schedule% selected.

trm_retentionSchedSelected 

summary>Retrieving items for R_QueueProcessor% ...

trm_retrievingQueueItems 

summary>Modifying the desktop integration component '%3' failed. R_TRIM% could not create/access the registry key 'HKEY_CLASSES_ROOT%2'. %1%

trm_rootKeyFailed 

summary>Saving global settings.
wait...

trm_savingGlobal 

summary>(Report Only)

trm_scanReportOnly 

summary>Please select at least one index type.

trm_select1indexType 

summary>You must select a b_record%.

trm_selectARecord 

summary>Selected b_actionDef% '%1' for b_record% '%2' reassigned.

trm_selectedActionReassigned 

summary>%1%: Selecting data for reindex requests ...

trm_selectingIndexesFor 

summary>Select Windows folder

trm_selectWindowsFolder 

summary>BS_activity% due

trm_shortCutActivityTray 

summary>Documents checked out

trm_shortCutDocsTray 

summary>E_tt_due%

trm_shortCutDueTray 

summary>E_tt_documents%

trm_shortCutFavDocuments 

summary>E_tt_favorites%

trm_shortcutFavPage 

summary>E_tt_dueOrIn%

trm_shortCutInDueTray 

summary>E_tt_in%

trm_shortCutInTray 

summary>E_tt_containers%

trm_shortCutMyContainers 

summary>Recent

trm_shortcutRecentPage 

summary>Shortcuts

trm_shortcuts 

summary>BS_scheduledTask% Due

trm_shortCutTaskTray 

summary>Trays

trm_shortcutTrayPage 

summary>E_tt_worktray%

trm_shortCutWorkTray 

summary>Skipping original document %1% ...

trm_skippingOriginalProgress 

summary>Skipping to next valid control barcode.

trm_skipToOkControl 

summary>Skipping to next valid b_location%.

trm_skipToOkLocation 

summary>Some errors were encountered during processing.

trm_someErrorsOccurred 

summary>B_space% barcode label is only valid when setting a p_recHomeLocation%

trm_spaceLabelOnlyForHomeLoc 

summary>When using classified security please specify a default declassification period of at least one year.

trm_spcifyDeclassifyYears 

summary>Start of working day must be before end of working day.

trm_startMustBeBeforeEnd 

summary>Open the exported file '%1'?

trm_stat_viewFile 

summary>The statistics have not been generated. To continue the statistics must be generated.

trm_statsNeedGenning 

summary>The statistics are out of date. Do you want to regenerate the statistics before proceeding?

trm_statsOutOfDate 

summary>System Options

trm_systemOptionsSheet 

summary>Edit

trm_tbar_edit 

summary>System Options Defaults

bob_infoDefaulSysOptions 

summary>Search

trm_tbar_search 

summary>Standard

trm_tbar_std 

summary>Did you know ...

trm_tipDidYouKnow 

summary>Your tips file is missing or inaccessible.

trm_tipsMissing 

summary>The period combined with the type of period will generate an Excel sheet that has more than 250 columns. This means that this b_statistics% will not be generated in tabular form. To ensure a tabular form reduce the date range or choose a different period type.

trm_tooManyExcelCols 

summary>Initializing R_TRIMCONTEXT% dataset

trm_trimInitDb 

summary>Initializing R_TRIMCONTEXT% hotkeys

trm_trimInitHk 

summary>Initializing R_TRIMCONTEXT% log file

trm_trimInitLg 

summary>Initializing R_TRIMCONTEXT% status bar

trm_trimInitSb 

summary>Initializing R_TRIMCONTEXT% shortcut bar

trm_trimInitSh 

summary>Initializing R_TRIMCONTEXT% ribbons

trm_trimInitTb 

summary>Initializing R_TRIMCONTEXT% user settings

trm_trimInitUs 

summary>Updating b_recRendition% of b_record% '%1' with document '%2' ...

trm_updatingRenditionOfRecord 

summary>You do not have permission to create new objects.

trm_userHasNoCreateRights 

summary>The calendar file '%1' cannot be opened for writing. %2%

trm_writeFailed 

summary>Checking b_record% %1% of %2% ...

%3% %4%

trmCheckingRecord1Of2_3_4 

summary>Do you wish to delete all tagged files from the folder?

trmDCQDeleteFiles 

summary>There are more items waiting to be processed. Do you want to continue?

trmQueueContinueProcessing 

summary>Your R_TRIM% environment is not available because R_TRIM% could not access your working application data directory.
%1%

R_TRIM% will now exit.

trr_badEnvironment 

summary>The application '%1' could not be started.

trr_couldNotStartProduct 

summary>'%1' could not be viewed with a Web Browser. Would you like to view with '%2' instead?

trr_couldNotViewWithBrowser 

summary>There were errors detected:

%1%

trr_errorsDuringProcessing 

summary>A new copy of '%1' was started but failed to accept reference files.

trr_newCopyCouldNotHandleRefFiles 

summary>'%1' does not contain a web address. Would you like to view with '%2' instead?

trr_noUrlInReference 

summary>Agenda issue date must be before the date of the b_meeting%.

uty_agendaIssueAfterStartOfMeeting 

summary>This b_agendaItemType% can not be removed. bs_agendaItem%, standing items or pending items exist for %1%.

uty_agendaItem2PreventsDelete 

summary>Only %1% can approve this b_agendaItem%.

uty_agendaItemNotApprover 

summary>This b_agendaItem% is not valid for moving to another b_meeting% - you can only move top level bs_agendaItem% associated with an existing b_meeting%.

uty_agendaItemNotValidToMove 

summary>This b_meetingType% can not be removed. bs_agendaItemType% exist for %1%

uty_agendaItemPreventsDelete 

summary>This b_alert% has not been suspended.

uty_alertNotSuspended 

summary>When %1% contents have been added

uty_aprContentLimitDesc 

summary>%1% %2% after %3%

uty_aprDateDesc 

summary>On or after %1%

uty_aprFixedDateDesc 

summary>P_aprFixedDate% must be after today's date.

uty_autoFixedDateBad 

summary>This b_autoPartRule% has no effect. You must select a trigger based either on a date or on reaching the maximum number of a contained bs_record%.

uty_autoPartHasNoEffect 

summary>You need to upgrade the dataset schema to version 111 to use bs_autoPartRule%.

uty_autoPartNeedSchemaUpgrade 

summary>This b_autoPartRule% has been used. Removing this b_autoPartRule% will remove all references to it.
you sure you wish to continue?

uty_autoPartUsed 

summary>This p_aprName% has been used. Please enter a different p_aprName%.

uty_autPartNameDuplicate 

summary>'%1' contains a bad b_securitycaveat%.

uty_badCaveat 

summary>'%1' does not contain a valid b_securityLevel%.

uty_badSecurityLevel 

summary>%1% : b_electronicStore% reference missing or invalid.

uty_badStoreId 

summary>This numbering pattern is not capable of producing unique numbers. Try adding an alpha or numeric component.

uty_cannotProduceUniqueNum 

summary>Cannot replace an item with itself

uty_cantReplaceWithItself 

summary>This b_lookupSet% '%1' cannot be deleted because it is used by the following bs_fieldDefinition%:

%2%

uty_codeSetInUseByField 

summary>This will cancel the processing of this b_electronicStore%. Are you sure?

uty_confirmCancelStoreMsg 

summary>Confirm number

uty_confirmNumber 

summary>The D(ay) component of a pattern can be either 'DD' or 'dd'.

uty_dayIncorrect 

summary>%1% : incorrect file size for reference '%2'.

uty_documentBadFileSize 

summary>%1% : b_electronicStore% reference '%2' does not exist.

uty_documentNotFound 

summary>Daily

uty_everyDay 

summary>Monthly

uty_everyMonth 

summary>Every %1% %2%

uty_everyNPeriods 

summary>Weekly

uty_everyWeek 

summary>Annually

uty_everyYear 

summary>The file is not yet in the b_electronicStore%. It is still being transferred. Please try again later.

uty_FileIsStillTransferring 

summary>Global p_dtbDefaultStore%

uty_globalDefaultCap 

summary>Integrity check for b_electronicStore% '%1' completed at %2%.

uty_integrityCheckComplete 

summary>A fatal error occurred during processing. %1%

uty_integrityCheckFatalError 

summary>Integrity Check for b_electronicStore% '%1'

uty_integrityCheckHeading 

summary>Integrity Check for b_electronicStore% '%1', started at %2%.

uty_integrityCheckLogHeading 

summary>%1% %2% before the start of the b_meeting%.

uty_intervalPriorDesc 

summary>Agenda issue interval time is not valid.

uty_invalidAgendaIssueTime 

summary>Numbering pattern for agenda items is not a valid numbering pattern.

uty_invalidAgendaItemTypePattern 

summary>Submission cutoff interval time is not valid.

uty_invalidCutoffTime 

summary>Please specify a valid meeting frequency amount.

uty_invalidFrequencyAmount 

summary>The meeting time specified is invalid.

uty_invalidMeetingTime 

summary>Please enter a number of bs_meeting% to schedule between %1% and %2%.

uty_invalidNumberOfMeetings 

summary>Documents

dp_TemplateDocuments 

summary>Start Conditions

dp_ActivityStartConditions 

summary>Please select which week within the month.

uty_invalidSnapDayType 

summary>This b_agendaItem% was approved on %1%. Do you want to make it unapproved?

uty_itemAlreadyApproved 

summary>This process may take a long time. Do you still wish to proceed?

uty_lengthyProcessStillProceed 

summary>%1% has already been invited to this b_meeting%.

uty_locationAlreadyInvited 

summary>%1% bs_location% have been invited.

uty_locsInvitedMessage 

summary>There was an error extracting an email attachment for the email message '%1'. The attachment has been replaced with a text file containing an error message.

uty_mailAttachmentFailed 

summary>Are you sure you want to schedule a b_meeting% in the past?

uty_meetingInPastWarning 

summary>A b_meeting% with the same name and date name has already been defined in the database.

uty_meetingNameDuplicate 

summary>Only one b_mtgInvitation% of type '%1' is allowed for a b_meeting%.

uty_meetingOnlyOneInviteOfThisType 

summary>This b_meetingType% can not be removed. bs_meeting% exist for %1%.

uty_meetingPreventsDelete 

summary>%1% bs_meeting% have been scheduled.

uty_meetingScheduledMsg 

summary>In first week of month

uty_meetingSnapFirstWeek 

summary>on the first %1% of the month

uty_meetingSnapFirstWeekOnDay 

summary>In fourth last week of month

uty_meetingSnapFourthLastWeek 

summary>on the fourth last %1% of the month

uty_meetingSnapFourthLastWeekOnDay 

summary>In fourth week of month

uty_meetingSnapFourthWeek 

summary>on the fourth %1% of the month

uty_meetingSnapFourthWeekOnDay 

summary>In last week of month

uty_meetingSnapLastWeek 

summary>on the last %1% of the month

uty_meetingSnapLastWeekOnDay 

summary>In second last week of month

uty_meetingSnapSecondLastWeek 

summary>on the second last %1% of the month

uty_meetingSnapSecondLastWeekOnDay 

summary>In second week of month

uty_meetingSnapSecondWeek 

summary>on the second %1% of the month

uty_meetingSnapSecondWeekOnDay 

summary>In third last week of month

uty_meetingSnapThirdLastWeek 

summary>on the third last %1% of the month

uty_meetingSnapThirdLastWeekOnDay 

summary>In third week of month

uty_meetingSnapThirdWeek 

summary>on the third %1% of the month

uty_meetingSnapThirdWeekOnDay 

summary>This property can only be modified for bs_minuteItem% that are motions.

uty_minuteItemPropertyForMotionOnly 

summary>The name '%1' has been used by another b_agendaItemType%.

uty_mm_agendaItemTypeExists 

summary>The name '%1' has been used by another b_minuteItemType%.

uty_mm_minuteItemTypeExists 

summary>Subordinate bs_agendaItem% cannot be carried forward separately - the parent b_agendaItem% must be carried forward.

uty_mmCannotCarryForwardChildren 

summary>Pending bs_agendaItem% cannot be carried forward - they should be rescheduled.

uty_mmCannotCarryForwardPending 

summary>Standing bs_agendaItem% cannot be carried forward

uty_mmCannotCarryForwardStanding 

summary>Attempt to allocate number failed because at least 100 duplicate numbers exist. Please check your numbering pattern for this type of b_agendaItemType%.

uty_mmDuplicateItemNumber 

summary>Please specify the type of R_TRIM% object for this b_agiAttachment%.

uty_mmSpecifyObjectTypeToAttach 

summary>The M(onth) component of a pattern must be 'MM' or 'mm'.

uty_monthIncorrect 

summary>Motion

uty_motionCaption 

summary>This b_agendaItem% requires a %1% to be provided. Please check existing attachments and select an appropriate item.

uty_mtgAgendaAttachmentNotSupplied 

summary>The agenda for this meeting has been issued - no changes can be made to any bs_agendaItem%.

uty_mtgAgendaIssued 

summary>This function is not available as the agenda issue date for this b_meeting% has passed.

uty_mtgAgendaPastIssue 

summary>One or more of the bs_agiAttachment% has a blank description.

uty_mtgBlankAttachmentDesc 

summary>A specific R_TRIM% object has been attached more than once.

uty_mtgDuplicateAttachment 

summary>This attachment has been defined as a part of the b_agendaItemType% for this b_agendaItem% and therefore cannot be removed.

uty_mtgItemAttachmentCannotBeRemoved 

summary>The selected b_meeting% has already been held - you cannot add new bs_agendaItem%.

uty_mtgMeetingIsOver 

summary>The closing date for submissions for the selected b_meeting% has expired. No new bs_agendaItem% can be submitted.

uty_mtgMeetingSubmissionsClosed 

summary>You need to be a meeting administrator to take minutes for this b_meeting%.

uty_mtgNeedsAdminIfNoEditMinutesACL 

summary>For bs_agendaItem% the numbering pattern must enable numbers to be generated automatically. Manual numbering components are not suitable.

uty_mtgNeedsAutogeneratedPattern 

summary>There is no document available for viewing.

uty_mtgNoDocumentAvailableToView 

summary>Minutes cannot be taken prior to the start of the b_meeting%.

uty_mtgNotStarted 

summary>Pending bs_agendaItem% queue.

uty_mtgPendingItemsQueue 

summary>Enter details for the %1% that will be associated with any bs_agendaItem% based on this template.

uty_mtgPlaceholderTypeCaption 

summary>Please select one or more bs_meetingType% for the search.

uty_mtgSelectOneMeetingType 

summary>For bs_agendaItem% it is recommended that the numbering pattern contains a constant element (i.e. 'KK') to ensure that different bs_agendaItemType% do not generate duplicate numbers.

uty_mtgShouldHaveConstant 

summary>The p_mtgSubmissionsCutoffDate% has passed. No further bs_agendaItem% can be added to this b_meeting%.

uty_mtgSubmissionCutoff 

summary>This R_TRIM% object has already been attached.

uty_mtgTryingToAddDuplicateAttachment 

summary>Please specify a b_location% for this invitation.

uty_mustSpecifyLocationForInvite 

summary>Please specify proxy b_location%.

uty_mustSpecifyLocationForProxy 

summary>Please specify a b_record% to attach to this meeting.

uty_mustSpecifyRecordToAttach 

summary>Only bs_agendaItem% that have been allocated to a specific b_meeting% can be approved.

uty_needMeetingToApproveItems 

summary>A b_todoItem% needs to be attached to this minute action.

uty_needToAttachTodoItem 

summary>Next number needs a b_classification% p_plnIdNumber%.

uty_nextNumNeedsRecPlanNum 

summary>Next number needs b_classification% or p_recContainer% substitution value.

uty_nextNumReqSubstValue 

summary>The b_securityLevel% abbreviation has not been set.

uty_noSecAbbrevSet 

summary>The b_securityLevel% name has not been set.

uty_noSecNameSet 

summary>No default b_electronicStore% has been configured for use with %1%.

uty_noStoreAvailable 

summary>Cannot identify number type.

uty_notIdentifyNumType 

summary>This numbering pattern is too long. The maximum length for this number pattern is %1% digits.

uty_numberPatternTooLong 

summary>This numbering pattern is too long. The maximum length of the pattern is 27 - this makes an allowance for a possible E_rgi_part% number suffix.

uty_numberPatternTooLongPart 

summary>This numbering pattern is too long. The maximum length of a p_recLongNumber% is 30. This limit also includes any b_classification% inserted.

uty_numberPatternTooLongPlan 

summary>The 'G' or 'N' (numeric) sequence within a pattern cannot be longer than 9 digits.

uty_numberTooLong 

summary>The number pattern for this b_recordType% includes a p_recContainer% component. The selected p_recContainer% '%1' would result in a number that is more than the maximum allowable length of 30 characters. reducing the length of the number pattern associated with this b_recordType%.

uty_numberTooLongContainer 

summary>The number pattern for this b_recordType% includes a b_classification% component. The selected b_classification% '%1' would result in a number that is more than the maximum allowable length of 30 characters. reducing the length of the number pattern associated with this b_recordType%.

uty_numberTooLongPlan 

summary>Number %1% does not match the supplied pattern %2%.

uty_numNotMatchPattern 

summary>The selected b_location% has been invited.

uty_oneLocInvitedMessage 

summary>The selected b_record% has been attached.

uty_oneRecordAttachedMessage 

summary>The selected b_record% has been referenced.

uty_oneRecordReferencedMessage 

summary>Only the assignee of the b_todoItem% can complete or reassign.

uty_onlyAssigneeCanReassign 

summary>Only the creator of the b_todoItem% can modify the property %1%.

uty_onlyCreatorCanModify 

summary>This b_todoItem% can only be deleted by its creator.

uty_onlyCreatorCanRemoveTodo 

summary>Only one of 'P', 'p', 'S', or 's' can be used in the pattern.

uty_onlyOneRecordPlan 

summary>on a %1%

uty_onParticularDay 

summary>Pattern '%1' cannot contain trailing spaces.

uty_patternCantContainTrailingSpaces 

summary>The numbering pattern cannot be left blank.

uty_patternEmpty 

summary>Please specify a proposer for this motion.

uty_pleaseEnterProposer 

summary>A person cannot be both the proposer and a seconder of a motion.

uty_proposerAndSeconderAreSame 

summary>%1% has already been attached.

uty_recordAlreadyAttached 

summary>%1% has already been referenced for this b_todoItem%.

uty_recordAlreadyReferenced 

summary>The b_record% : %1% does not have an electronic document. Are you sure you want to add '%1' as a b_agendaItem% Attachment?

uty_recordAttachHasNoDocument 

summary>This b_meeting% document has already been associated with a b_record%.

uty_recordCannotBeChanged 

summary>The item to be emailed (%1%) has not yet been created.

uty_recordNotAvailableForMailout 

summary>%1% bs_record% have been attached.

uty_recordsAttachedMessage 

summary>%1% bs_record% have been referenced.

uty_recordsReferencedMessage 

summary>Ranking must be between %1% and %2% inclusive for bs_securityLevel%.

uty_secLevOutOfRange 

summary>WARNING: Every b_record% in R_TRIM% will be checked and some changed. process WILL take a long time and you should consult with your System Administrator before proceeding.
NOT proceed without a recent, verified backup.

uty_secNbrChange 

summary>The destination b_electronicStore% you have selected is the same as the source b_electronicStore%.

uty_selectDifferentStore 

summary>The selected b_electronicStore% is not suitable as it set to be read only.

uty_selectedStoreReadOnly 

summary>You need to select a specific b_fieldDefinition% of type date.

uty_selectUDF 

summary>%1% of the %2% bs_location% have been invited. The following bs_location% were not added to the list:

%3%.

uty_someLocsNotInvited 

summary>%1% of the %2% bs_record% have been attached. The following bs_record% were not added to the list:

%3%.

uty_someRecordsNotAttached 

summary>%1% of the %2% bs_record% have been referenced. The following bs_record% were not added to the list:

%3%.

uty_someRecordsNotReferenced 

summary>Cannot have two consecutive special characters ('.', '/', '-' etc.) in a pattern.

uty_specialTooLong 

summary>This word is being used for retrieval. Do you wish to remove all indexes for this word?

uty_stopWordInUse 

summary>Further details can be found in the log file (%1%).

uty_storeCheckLog 

summary>This b_electronicStore% is configured as a default for use by %1%. You will need to update the usage configuration before continuing.

uty_storeDefaultFor 

summary>Operation canceled as too many errors were detected.

uty_storeHadTooManyErrors 

summary>The document with the p_recEstoreId% '%1' is no longer used but could not be removed. %2%

uty_storeIdNoLongerUsed 

summary>This b_electronicStore% is configured as the global default. You will need to update the usage configuration before continuing.

uty_storeIsGlobalDefault 

summary>B_electronicStore% '%1' - all tests were completed successfully.

uty_storeIsRunning 

summary>Number of documents not found:%1%, Corrected:%2%

uty_storeItemsMissing 

summary>Total documents processed:%1%

uty_storeItemsProcessed 

summary>Transfer of documents from b_electronicStore% '%1' to %2% completed at %3% after limit of %4% MB reached.

uty_storeLimitedTransferComplete 

summary>Number of mail messages not found:%1%

uty_storeMailItemsMissing 

summary>The b_electronicStore% '%1' is not available. %2%

uty_storeNotAvailable 

summary>Operation was canceled by user.

uty_storeOperationCancelled 

summary>Number with other errors:%1%, Corrected:%2%

uty_storeOtherErrors 

summary>Processing %1% ...

uty_storeProgressMsg 

summary>Transfer of documents from b_electronicStore% '%1' to %2% completed at %3%.

uty_storeTransferComplete 

summary>Transfer of documents from b_electronicStore% '%1' to %2%

uty_storeTransferHeading 

summary>Transfer of documents from b_electronicStore% '%1' to %2%, started at %3%

uty_storeTransferLogHeading 

summary>Total documents transferred:%1%, total bytes:%2%

uty_storeTransferTotals 

summary>Number of corrupted documents with incorrect size or hash value :%1%. Corrected:%2%

uty_storeCorruptedFiles 

summary>Number of documents with incorrect size:%1%. Corrected:%2%

uty_storeWrongSize 

summary>This empty document was created after a b_electronicStore% integrity check error was detected.

uty_stubDocumentText 

summary>Submission cutoff date must be before the date of the b_meeting%.

uty_submissionsAfterStartOfMeeting 

summary>%1_Agenda

uty_suggestedAgendaTemplateName 

summary>%1_Minutes

uty_suggestedMinutesTemplateName 

summary>The value for p_asbSuspendedUntil% must be after today. Set both dates to blank if you wish to remove the suspension.

uty_suspendDatePassed 

summary>Connecting to b_electronicStore% '%1' ...

uty_testingOperational 

summary>%1%, assigned to %2%, due for completion by %3%

uty_todoDescCurrent 

summary>%1%, assigned to %2%, completed on %3%

uty_todoDescDone 

summary>%1% (Overdue), assigned to %2%, due for completion by %3%

uty_todoDescOverdue 

summary>This b_todoItem% has already been completed.

uty_todoItemAlreadyComplete 

summary>This b_todoItem% was completed on %1%. Do you want to make it incomplete?

uty_todoItemAlreadyCompleted 

summary>This b_todoItem% has not been completed.

uty_todoItemNotComplete 

summary>B_electronicStore% totals: %1% documents, %2% bytes.

uty_totalsOnCompletions 

summary>Transfer of documents from b_electronicStore% '%1' to %2% completed at %3%.
that some errors were detected and therefore not all documents were transferred.

uty_transferCompleteWithErrors 

summary>Please enter a valid number of megabytes to limit transfers to.

uty_transferLimitError 

summary>The pattern contains a character which has no meaning.

uty_unknownPatternChar 

summary>The Y(ear) component of a pattern must be YY, yy, YYYY or yyyy.

uty_yearIncorrect 

summary>This combination of p_zipCity% and p_zipPostcode% already exists in the list of bs_zipCode%.

uty_zipUsed 

summary>An error occurred in the action event:

vb_AscOCX_ActionEventError 

summary>Addressee contact set to '%1'

vb_AscOCX_AddressContactSetto 

summary>An error occurred setting the application:

vb_AscOCX_ApplicationError 

summary>Apply this b_RecordType% for each b_Record%

vb_ascOcx_ApplyRTforEachRecord 

summary>An error occurred attaching a contact to the b_Record%: %1%

vb_AscOCX_AttachContactError 

summary>Attached b_actionDef%: '%1'

vb_AscOCX_AttachedAction 

summary>Author contact set to '%1'

vb_AscOCX_AuthorContactSetTo 

summary>An error occurred changing the b_RecordType%:

vb_AscOCX_ChangeRecTypeError 

summary>Checking the document class and queue

vb_AscOCX_ChkingDocClassAndQ 

summary>Checking for 'TRIM_' index field type usage.

vb_AscOCX_ChkingTRIM_usage 

summary>B_Classification% set to '%1'

vb_AscOCX_ClassificationSet 

summary>Client contact set to '%1'

vb_AscOCX_ClientContactSetTo 

summary>You must create a R_TRIM% b_Record% before closing this document.

vb_ascocx_ClosingDocMustRecCreateNow 

summary>You are closing a document with no R_TRIM% b_record%. you want to create a b_Record% now?

vb_ascocx_ClosingDocNoRecCreateNow 

summary>Connection status

vb_ascOcx_ConnectionStatus 

summary>Could not find the b_actionDef% '%1'.

vb_AscOCX_CouldNotFindAction 

summary>Could not find the b_classification% '%1'.

vb_AscOCX_CouldntFindClassification 

summary>Could not find the contact '%1'.

vb_AscOCX_CouldntFindContact 

summary>Could not find the b_Record% '%1'.

vb_AscOCX_CouldntFindContrRec 

summary>Could not find the b_Location% '%1'.

vb_AscOCX_CouldntFindLoc 

summary>Created R_TRIM% b_Record% '%1'.

vb_AscOCX_CreatedTRIMRec 

summary>Create b_Record%...

vb_ascOcx_CreateRecordDOTDOTDOT 

summary>An error occurred in function CreateTRIMRecord.

vb_AscOCX_CreateTrimRecerror 

summary>Creating a new b_Record% object

vb_AscOCX_CreatingRecObj 

summary>R_TRIM% Dataset

vb_ascOcx_DataSet 

summary>Displaying b_Record% creation form...

vb_AscOCX_DisplayRecEntryForm 

summary>Document %1% closing

vb_AscOCX_DocumentClosing 

summary>Document %1% opened

vb_AscOCX_DocumentOpened 

summary>Error setting user property %1% to %2% : %3%

vb_Ascocx_ErrorSettingUserProp 

summary>Event monitor

vb_ascOcx_EventMonitor 

summary>Failed to attach the b_actionDef% '%1'. %2%

vb_AscOCX_FailedAttachAction 

summary>Failed to get the b_Record% class : %1%

vb_AscOCX_FailedtoGetClass 

summary>Failed to get the b_Record% P_recDisposition% : %1%

vb_AscOCX_FailedToGetDisposition 

summary>Failed to set the b_Record% class : %1%

vb_AscOCX_FailedtoSetClass 

summary>Failed to set the b_Classification%: %1%

vb_AscOCX_FailedtoSetClassification 

summary>Failed to set the b_Record% P_recDisposition% : %1%

vb_AscOCX_FailedToSetDisposition 

summary>Failed to set the index field %1% to value %2%.

vb_AscOCX_FailedtoSetFieldValue 

summary>Failed to set the retention schedule: %1%

vb_AscOCX_FailedToSetRetSchedule 

summary>Failed to get the b_Location%: %1%

vb_ascOCX_GetLocationFailed 

summary>An error occurred in the function 'GetSetRecordProperty'.

vb_AscOCX_GetSetRecError 

summary>%1% set to %2%

vb_AscOCX_IDsettoField 

summary>Failed to set ID of %1% to value %2%. %3%

vb_AscOCX_IDsetToFieldError 

summary>Index field not found: %1%

vb_AscOCX_idxFieldNotFound 

summary>Initializing control panel values

vb_AscOCX_InitCtrlPanelValues 

summary>An error occurred initializing the batch:

vb_AscOCX_InitialiseBatchError 

summary>Invoking automatic b_Record% creation.

vb_AscOCX_InvokingAutoCreate 

summary>Loading the R_TRIM% SDK. Please wait...

vb_AscOCX_LoadingSDK 

summary>Logged out

vb_AscOCX_LoggedOut 

summary>=3CNone=3E

vb_AscOCX_NoneBlankRecordID 

summary>A b_Record% has not been created - checking b_Record% policy: %1%

vb_AscOCX_NorecordChkPolicy 

summary>P_recNumber%

vb_ascOcx_Number 

summary>Other contact set to '%1'

vb_AscOCX_OtherContactSetTo 

summary>(Primary Contact)

vb_AscOCX_PrimaryContact 

summary>The b_Record% was not created because an error occurred: %1%

vb_AscOCX_RecNotCreated 

summary>... %1% Selected

vb_ascOcx_RecTypeSelected 

summary>Representative contact set to '%1'

vb_AscOCX_RepContactSetTo 

summary>Retention schedule set to '%1'

vb_AscOCX_RetScheduleSetTo 

summary>An error occurred saving the document details:

vb_AscOCX_SaveDocDtlsError 

summary>Saving document details to the links fields.

vb_AscOCX_SavingDocDtlsToLinks 

summary>...Selection canceled

vb_ascocx_SelectCancelled 

summary>Select b_RecordType%...

vb_ascocx_SelectRecordTypeDOTDOTDOT 

summary>Set the p_recAssignee% to: %1%

vb_AscOCX_SetAssigneeTo 

summary>Set the p_recContainer% b_Record% to %1%

vb_AscOCX_SetContainer 

summary>Failed to set the p_recContainer%: %1%

vb_AscOCX_SetContainerFailed 

summary>Set the p_recHomeLocation% to: %1%

vb_AscOCX_SetHomeTo 

summary>Failed to set the b_Location%: %1%

vb_ascOCX_SetLocationFailed 

summary>Set the p_recOwnerLocation% to: %1%

vb_AscOCX_SetOwnerTo 

summary>An error occurred in the function TransferIndexFields.

vb_AscOCX_TransferIdxFldsError 

summary>Transferring R_TRIM% index field values

vb_AscOCX_TransferringIndexValues 

summary>R_TRIM% control panel

vb_ascOcx_TRIMControlPanel 

summary>R_TRIM%/Kofax integration

vb_ascocx_TRIMKofaxIntegration 

summary>B_RecordType%

vb_ascOcx_Type 

summary>Current user

vb_ascOcx_User 

summary>An error occurred validating the b_RecordType%:

vb_AscOCX_ValidateRTerror 

summary>Validating the R_TRIM% b_RecordType%.

vb_AscOCX_ValidatingRT 

summary>R_TRIM% version

vb_ascOcx_Version 

summary>Allow user to selectively create bs_record%

vb_ascrel_ALLOWCreateSELECTIVE 

summary>Allow user to change

vb_ascrel_ALLOWRECTYPECHANGE 

summary>Automatically invoke b_record% creation

vb_AscRel_AUTORecCreate 

summary>The R_TRIM% dataset is invalid. Press the selector button to choose a dataset.

vb_AscRel_DatabaseInvalidPressSel 

summary>Default b_recordType%

vb_AscRel_DEFAULT_RECTYPE 

summary>Document attached by R_KOFAX% export connector.

vb_ascrel_DocAttached 

summary>Disable

vb_AscRel_EVENTS_DISABLE 

summary>Hide

vb_AscRel_EVENTS_HIDE 

summary>Show

vb_ascrel_EVENTS_SHOW 

summary>Setting the OCR text file as a new b_recRendition% has failed.

vb_AscRel_failedToSetOCRText 

summary>Image type

vb_ascrel_IMAGETYPE 

summary>The Export folder is not valid.

vb_AscRel_InvalidTempStoragefldr 

summary>Invalid R_TRIM% b_recordType%.

vb_AscRel_InvalidTRIMRecType 

summary>Export folder:

vb_AscRel_LBL_RELEASE_FOLDER 

summary>R_TRIM% does not support multiple image files per b_record%. Please use multipage TIFF format.

vb_ascrel_multiImagesNotSupported 

summary>No R_TRIM% dataset selected.

vb_ascrel_NoTRIMDBSelected 

summary>PDF enabled

vb_ascrel_PDFEnabled 

summary>Validation

vb_ascrel_QUEUE_VALIDATION 

summary>Verification

vb_AscRel_QUEUE_VERIFICATION 

summary>The b_record% identifier is invalid

vb_AscRel_RecordIdentifierInvalid 

summary>BS_record% Policy

vb_AscRel_RecsPOLICY 

summary>Export OCR full text

vb_ascrel_RelOCRFullText 

summary>Require a b_record% for every document

vb_AscRel_REQUIREDRECCreate 

summary>Unable to retrieve the released image.

vb_ascrel_RetrieveFailed 

summary>Would you like to select again?

vb_AscRel_SelectAgain 

summary>Would you like to select a R_TRIM% dataset?

vb_AscRel_SelectTRIMDB 

summary>The 'SetDocument' method has failed

vb_ascrel_SetDocFailed 

summary>Show integration control panel

vb_AscRel_SHOW_PANEL 

summary>Skip first page

vb_AscRel_SKIP_FIRST_PAGE 

summary>R_TRIM%

vb_ascrel_TRIM 

summary>An unknown event has been received in the class 'clsCapTrmSetup'

vb_AscRel_UnrecognisedEventRecvd 

summary>Use R_TRIM% index fields

vb_AscRel_USE_TRIM_FIELDS 

summary>Warn if b_record% is not created

vb_AscRel_WARNNOTCREATED 

summary>Back

vb_nts_Back 

summary>Cancel

vb_nts_Cancel 

summary>Next

vb_nts_Next 

summary>SAP component application version

vb_sap_Component_App_Ver 

summary>SAP component archiving date/time

vb_sap_Component_Arc_Date_Time 

summary>SAP component archive link version

vb_sap_Component_Arc_Link_Ver 

summary>SAP component character set

vb_sap_Component_Char_Set 

summary>SAP component content type

vb_sap_Component_Cont_Type 

summary>SAP component ID

vb_sap_Component_Id 

summary>SAP component Modification date/time

vb_sap_Component_Mod_Date_Time 

summary>SAP customer

vb_sap_CustomerName 

summary>SAP customer number

vb_sap_CustomerNumber 

summary>SAP document archiving date/time

vb_sap_Doc_Arc_Date_Time 

summary>SAP document archive link version

vb_sap_Doc_Arc_Link_Ver 

summary>SAP document creator

vb_sap_Doc_Creatorusername 

summary>SAP document type

vb_sap_Doc_DocumentType 

summary>SAP Document ID

vb_sap_Doc_Id 

summary>SAP document modification date/time

vb_sap_Doc_Mod_Date_Time 

summary>SAP document protection

vb_sap_Doc_Prot 

summary>Clear Backlog

vb_tio_clearBacklog 

summary>Clear All Backlogs

vb_tio_clearAllBacklogs 

summary>Waiting for Outlook to collate new folder items...

vb_tio_waitingForCollation 

summary>=26About

vb_tio_About 

summary>Add b_record% details to message body

vb_tio_AddRecordDetailsToMessageBody 

summary>Item %1%
already checked in.

vb_tio_AlreadyCatalogued 

summary>%1% is already linked.

vb_tio_AlreadyLinked 

summary>Unable to check in from the Sent Items folder because this option has been disabled by an Administrator.

vb_tio_manualSentItemsPrevented 

summary>Attach electronic document

vb_tio_AttachElectronicDocument 

summary>Attachment List

vb_tio_AttachmentList 

summary>Attach R_TRIM% B_record% link

vb_tio_AttachTRIMrecordReference 

summary>Attach R_TRIM% bs_record%

vb_tio_AttachTRIMrecords 

summary>=26Attach bs_record%...

vb_tio_AttchRecsDOTDOTDOT 

summary>Cancel

vb_tio_Cancel 

summary>Cancel this operation. you sure?

vb_tio_CancelOperationSure 

summary>Check in =26all linked folders

vb_tio_CatalogAllLinkedFolders 

summary>=26Check in...

vb_tio_CatalogDOTDOTDOT 

summary>=26Check in linked folder

vb_tio_CatalogLinkedFolder 

summary>Clear =26backlog

vb_tio_ClearBac 

summary>Clear =26backlogs

vb_tio_ClearBacs 

summary>Clear list

vb_tio_ClearList 

summary>=26Close

vb_tio_Close 

summary>Clos=26e

vb_tio_CloseMENU 

summary>Use Web Client

ofc_useWebClient 

summary>B_Database%

ofc_database 

summary>Options cannot be modified while items are being checked into R_TRIM%. Please wait until all items are checked in.

ofc_noOptionWhileProcessing 

summary>- Configuration not imported at users request.

vb_tio_ConfigNotImported 

summary>=26Configuration

vb_tio_Configuration 

summary>The p_recContainer% is not valid. the KwikSelect to choose a b_record%.

vb_tio_ContainerInvalid 

summary>P_recContainer% must have a higher p_recContainer% level than the b_recordType%. assign a new p_recContainer% with a level greater than %1%.

vb_tio_ContainerLevelErr 

summary>R_WORKGROUP% Name

vb_tio_workgroupServerName 

summary>R_WORKGROUP% Port

vb_tio_workgroupServerPort 

summary>=26Contents

vb_tio_Contents 

summary>=26Create link...

vb_tio_CreateLinkDOTDOTDOT 

summary>Check in =26attachment(s) only...

vb_tio_CtlgAttchsOnly 

summary>Checking in items from '%1'

vb_tio_CtlgingItemsFromFolder 

summary>Checking in selection from folder '%1'

vb_tio_CtlgingSelectionFromFolder 

summary>Current =26folder: %1%

vb_tio_CurrentFolder 

summary>Dataset name

vb_tio_DatabaseN 

summary>The default folder Sent Items can not be linked to R_TRIMCONTEXT%.

vb_tio_DefaultSentItemsNotLinked 

summary>The default folder Outbox can not be linked to R_TRIMCONTEXT%.

vb_tio_DefaultOutBxNotLinked 

summary>Defaults

vb_tio_Defaults 

summary>Delete?

vb_tio_Delete 

summary>Delete messages =26when checked in to R_TRIM%

vb_tio_DeleteMessagesWhenCtlgd 

summary>Display data =26entry form when checking in messages

vb_tio_DisplayDataEntryForm 

summary>Error

vb_tio_Error 

summary>=26Export

vb_tio_Export 

summary>E=26xport...

vb_tio_ExportDOTDOTDOT 

summary>Export R_OUTLOOK% links

vb_tio_ExportLinks 

summary>Export successful. The export email with configuration file attachment has been saved in the 'Drafts' folder.

vb_tio_ExportSuccess 

summary>Find

vb_tio_Find 

summary>Help

vb_tio_Help 

summary>Help file not found:

vb_tio_Helpfile 

summary>=26Help

vb_tio_HelpMENU 

summary>=26Import

vb_tio_Import 

summary>Importing the configuration has failed.
%1%

vb_tio_ImportCnfgFailed 

summary>The import is complete. See log file for details.

vb_tio_ImportComplete 

summary>Import complete for R_TRIM% dataset '%1'

vb_TIO_ImportCompleteForDB 

summary>=26Import configuration...

vb_tio_ImportConfigDOTDOTDOT 

summary>Import R_OUTLOOK% Links

vb_tio_ImportLinks 

summary>%1% successfully imported.

vb_tio_ImportSuccess 

summary>Initializing...

vb_tio_InitDOTDOTDOT 

summary>'%1' item not checked in.

vb_tio_ItemNotCtlgd 

summary>Configuration for =26Dataset:

vb_tio_LABELConfigurationforDataset 

summary>=26P_recContainer%:

vb_tio_LABELcontainer 

summary>R_TRIM% Dataset:

vb_tio_LABELDatabase 

summary>=26Log file location:

vb_tio_LABELLogFileLocation 

summary>=26B_recordType%:

vb_tio_LABELRecordType 

summary>Linked =26Folder: %1%

vb_tio_LinkedFolder 

summary>Log file

vb_tio_LogFile 

summary>Mail =26items

vb_tio_MailItem 

summary>=26Manage...

vb_tio_Manage 

summary>Manage R_TRIM% linked folders for %1%

vb_tio_ManageLinksFor 

summary>Message Format

vb_tio_MessageFormat 

summary>~~~~ Metadata for: '%1' ~~~~
%2%

vb_tio_MetaData 

summary>=26New linked folder

vb_tio_NewLinkedFolder 

summary>You do not have 'E_dx_addContents' access to b_record% : %1%

vb_tio_noAccessToContainer 

summary>A valid p_recContainer% must be selected.

vb_tio_NoContnrRec 

summary>=3CNo Default=3E

vb_tio_NoDefault 

summary>None of the selected messages have been checked in to a valid R_TRIM% dataset.

vb_tio_NoneCatalogued 

summary>A valid b_recordType% must be selected.

vb_tio_NoRecordType 

summary>The default item type for this folder is not an email message and cannot be linked to R_TRIM%. you like to select another folder?

vb_tio_NotDefaultMailType 

summary>OK

vb_tio_OK 

summary>=26Open p_recContainer% '%1' in R_TRIM%...

vb_tio_OpenContainer 

summary>Open dataset...

vb_tio_OpenDataset 

summary>=26Open log file

vb_tio_OpenLogFile 

summary>=26Open b_record% '%1' in R_TRIM%

vb_tio_OpenRecord 

summary>=26Open bs_record%

vb_tio_OpenRecords 

summary>Op=26en bs_offlineRecord%

vb_tio_OpenTD 

summary>Outlook folder

vb_tio_OutlookFldr 

summary>Outlook folder

vb_tio_OutlookFolder 

summary>Processing item %1%

vb_tio_Processing 

summary>Processing folder '%1'...

vb_tio_ProcessingFolder 

summary>Processing %1% item.

vb_tio_ProcessingItem 

summary>Processing item %1%...

vb_tio_ProcessingItemDOTDOTDOT 

summary>Processing %1% items.

vb_tio_ProcessingItems 

summary>=26Check in on send

vb_tio_PROPctlgOnSend 

summary>=26Properties...

vb_tio_Propertie 

summary>Name

vb_tio_Name 

summary>b_fieldDefinition%

vb_tio_AdditionalField 

summary>Type

vb_tio_Type 

summary>Properties

vb_tio_PropertiesMENU 

summary>=26Properties

vb_tio_PropertiesMENU2 

summary>Property

vb_tio_Property 

summary>Property List

vb_tio_PropertyList 

summary>P_recNumber%

vb_tio_PROPrecordNumber 

summary>Show dialog

vb_tio_PROPshowDialogue 

summary>=26Check in...

vb_tio_ReCatalog 

summary>B_record% Metadata

vb_TIO_RecordMetaData 

summary>B_record% Title

vb_tio_RecordTitle 

summary>P_recNumber%

vb_tio_RecordNumber 

summary>B_record% search

vb_tio_RecordSearch 

summary>The b_recordType% is not valid. the KwikSelect to choose a b_recordType%.

vb_tio_RecordTypeInvalidUseQS 

summary>=26Remove link

vb_tio_RemoveLink 

summary>Remove b_record%

vb_tio_RemoveRecord 

summary>Remove R_TRIM% link

vb_TIO_REMOVETRIMLINK 

summary>Saving message %1%...

vb_tio_SavingMsg 

summary>Send a=26ttachment(s) to bs_offlineRecord%...

vb_tio_SendToTD 

summary>=26Settings...

vb_tio_SettingsDOTDOTDOT 

summary>Settings for '%1' - successfully imported.

vb_tio_SettingsImported 

summary>Show =26all properties

vb_tio_ShowAllProperties 

summary>Show default properties =26only

vb_tio_ShowDefaultPropertiesOnly 

summary>Tag all

vb_tio_TagAll 

summary>Select R_OUTLOOK% import file (.tio)

vb_tio_TIOImportFile 

summary>R_TRIM% p_recContainer%

vb_tio_TRIMContainer 

summary>R_TRIM% folder properties

vb_tio_TRIMFolderProperties 

summary>R_OUTLOOK% configuration for R_TRIM% dataset '%1'

vb_tio_TRIMInOuCnfg 

summary>R_OUTLOOK%

vb_tio_TRIMinOutlook 

summary>R_OUTLOOK% Settings

vb_tio_TRIMInOutlookSettings 

summary>R_TRIM% lin=26ks

vb_tio_TRIMLinks 

summary>R_TRIM% b_recordType%

vb_tio_TRIMRecordType 

summary>Untag all

vb_tio_UntagAll 

summary>Untitled message

vb_tio_UntitledM 

summary>User canceled.

vb_tio_UserCancelled 

summary>=26View log

vb_tio_ViewLog 

summary>Yes

vb_TIO_Yes 

summary>Cannot create file: %1%

vb_tp_CantCreateFile 

summary>=26Cancel

vb_tp_CapCancel 

summary>=26P_recOwnerLocation%

vb_tp_CapOwnerLoc 

summary>Use the following document to start off the new version

web_useAttachmentNewVersionRecordActions 

summary>Confirm rejection

web_confirmRejection 

summary>Cancel rejection

web_cancelRejection 

summary>Latest

web_revisionLatest_caption 

summary>Show the current Revision

web_revisionCurrent_tooltip 

summary>Caveat(s)

vb_tp_Col_Caveats 

summary>About to delete Revision {0}

web_revisionDelete_caption 

summary>About to promote Revision {0}

web_revisionPromote_caption 

summary>Revisions

web_revisions 

summary>Delete the selected Revision

web_revisionDelete_tooltip 

summary>Promote the selected Revision

web_revisionPromote_tooltip 

summary>Show the previous Revisions for this B_record%

web_showThePreviousRevisions 

summary>Show BS_actionDef%/Procedures

web_showRecordActions 

summary>Attached BS_actionDef%/Procedures

web_attachedRecordActions 

summary>There are no BS_actionDef%/Procedures attached to this record. Click on 'New' to attach BS_actionDef%/Procedures

web_noAttachedRecordActions 

summary>Attach B_actionDef%

web_attachActionTitle 

summary>B_actionDef% to Attach

web_actionToAttach 

summary>Responsible B_location%

web_responsibleLocation 

summary>Assign only if no default b_location%

web_assignOnlyIfNoDefault 

summary>Assign to this and subordinate bs_actionDef%

web_assignToThisAndSubordinate 

summary>Schedule b_actionDef%

web_scheduleAction 

summary>Are you sure?

web_areYouSure 

summary>On a specific date

web_scheduleActionSpecificDate 

summary>Before existing bs_actionDef%

web_scheduleActionBeforeAll 

summary>After existing bs_actionDef%

web_scheduleActionAfterAll 

summary>Before specified b_actionDef%

web_scheduleActionBeforeSpecific 

summary>After specified b_actionDef%

web_scheduleActionAfterSpecific 

summary>Existing b_actionDef%

web_scheduleActionExisting 

summary>And

web_searchAnd 

summary>Or

web_searchOr 

summary>Negate part

web_searchNegatePart 

summary>Negate group

web_searchNegateGroup 

summary>Select Item

web_searchSelectItem 

summary>Select List

web_searchSelectList 

summary>Sub query

web_searchSubQuery 

summary>Items in a group must be in the same level

web_searchGroupMustHaveSameParent 

summary>Select a start and end part to make a group

web_searchSelectStartAndEndOfGroup 

summary>Update Group

web_searchUpdateGroup 

summary>Add new search clause to group

web_searchAddToGroup 

summary>Add new search clause

web_searchAdd 

summary>Update search clause

web_searchUpdate 

summary>Not

web_searchNot 

summary>Build Query

web_searchBuildQuery 

summary>Search Editor

web_searchEditor 

summary>Update query

web_searchUpdateQuery 

summary>Build group

web_searchBuildGroup 

summary>Create group

web_searchCreateGroup 

summary>Select Method

web_searchSelectMethod 

summary>Select a method to use or select a part to modify

web_searchSelectMethodOrUpdate 

summary>Run current search

web_searchRunCurrentSearch 

summary>Finish updating search part

web_searchFinishUpdatingPart 

summary>Unknown search clause. This string will be applied to the default search method instead.

web_searchUnknownClause 

summary>Compose sub search

web_searchComposeSubSearch 

summary>All items matching the following search

web_searchSubSearchLabel 

summary>Initiating B_record%

web_initiatingRecord 

summary>Initiating B_record% behavior

web_initiatingRecordBehaviour 

summary>Please enter a time

web_pleaseEnterTime 

summary>Make Inactive

web_makeInActive 

summary>Add/Remove

web_addRemove 

summary>Make Final

web_final 

summary>Record has been finalized

web_finaliseSuccessMessage 

summary>Record has been made inactive

web_makeInactiveSuccessMessage 

summary>Add a search method

web_searchAddSearchMethod 

summary>Alphabetical

web_searchAlphabetical 

summary>Category

web_searchByCategory 

summary>Security/Access

web_showSecurityAccess 

summary>Active Audit Events

web_showActiveAuditEvents 

summary>Update Cost

web_updateCost 

summary>Complete All

web_completeAll 

summary>Delete All

web_deleteAll 

summary>Select the beginning and end search parts to build a group.

web_searchBuildGroupHelp 

summary>Group search parts together to allow them to be combined with other search parts or negated using the not operator.

web_searchBuildGroupExtendedHelp 

summary>Recursive

web_searchRecursive 

summary>Date range

web_searchDateRange 

summary>Floating range

web_searchDateFloatingRange 

summary>String format

web_searchDateStringFormat 

summary>Select a single item

web_searchSelectSingleItem 

summary>Select all items that match a search

web_searchSelectItemFromSearch 

summary>Select a method to add to the group

web_searchSelectToAddToGroup 

summary>New B_recordAction%

web_newRecordAction 

summary>B_recordAction% Name

web_recordActionName 

summary>Are you sure you want to remove the B_recordAction% %1%?

web_sonfirmRemoveAction 

summary>Remove B_recordAction%

web_removeAction 

summary>Latest Version

web_latestVersion 

summary>Contained BS_record%

web_containedRecords 

summary>Contained BS_record% (+Alternative)

web_containedRecordsAlt 

summary>Container BS_record%

web_containerRecords 

summary>Container BS_record% (+Alternative)

web_containerRecordsAlt 

summary>BS_record% with the same Contacts

web_recordsWithSameContacts 

summary>Client Matters

web_clientMatters 

summary>Add to Recent Documents

web_addToRecentRecords 

summary>Add to My Containers

web_addToMyContainers 

summary>Add to BS_record% Work Tray

web_addToRecordsWorkTray 

summary>Remove from Recent Documents

web_removeFromRecentRecords 

summary>Remove from My Containers

web_removeFromMyContainers 

summary>Remove from BS_record% Work Tray

web_removeFromRecordsWorkTray 

summary>Date range

web_dateRange 

summary>Floating range

web_floatingRange 

summary>Check out and edit with {0}

web_checkOutEditTitle 

summary>Unable to edit document. Check that you have an application capable of editing this type of document.

web_editDocFailedNoApp 

summary>Remove all BS_actionDef%

web_removeAllActions 

summary>The next B_activity% {0} does not have an assignee set.

web_assignNextActivity 

summary>Results saved

web_activityResultsSaved 

summary>Build Search Query

web_searchBuildSearchQuery 

summary>My Containers

web_myContainers 

summary>Select the BS_location% to grant access.

web_selectAccessLocations 

summary>Set GPS B_location%

web_setGPSLocation 

summary>GPS B_location%

web_GPSLocation 

summary>Within

web_GPSWithin 

summary>GPS

web_GPS 

summary>Draft/Working document

web_draftWorkingDocument 

summary>New User Label created

web_userLabelCreated 

summary>Point

web_GPSPoint 

summary>Kilometres

web_GPSKilometres 

summary>Miles

web_GPSMiles 

summary>Metres

web_GPSMetres 

summary>Yards

web_GPSYards 

summary>of

web_GPSof 

summary>New cost

web_newCost 

summary>Error loading map. There is no key set for your mapping service. Please contact your administrator.

web_GPSNoKey 

summary>Group words as a phrase

web_groupWordForSearchClause 

summary>Invalid owner for this b_savedSearch%. Please select a valid b_location% or leave blank to create a public b_savedSearch%.

web_invalidSavedSearchOwner 

summary>Enter number of days

web_numberOfDays 

summary>No GIS Provider has been set up. Please contact your CM administrator.

web_GPSErrorNoKey 

summary>Set GPS

web_setGPS 

summary>GPS B_location% Browser

web_GPSlocationBrowser 

summary>Make Active

web_makeActive 

summary>Make Active succeeded

web_makeActiveSuccessMessage 

summary>Edit with {0}

web_editOnlineTitle 

summary>Enter a list of file types separated by a comma ( , )

web_recordFileTypeFilterField 

summary>Disposition filter

web_recordDispositionFilter 

summary>B_record% Class

web_recordClassFilter 

summary>File Types

web_recordExtensionFilter 

summary>B_savedSearch%

web_recordSavedSearchFilter 

summary>BS_record% with date registered within:

web_recordDateRegisteredFilter 

summary>Finalized status

web_recordFinalisedFilter 

summary>Filter completed items

web_todoCompleteFilter 

summary>Select Priority Types to be filtered for

web_todoPriorityFilter 

summary>Select Location Types to be filtered for

web_locationTypeFilter 

summary>Active

web_locationActiveFilter 

summary>Active

web_locationActiveFilterActive 

summary>InActive

web_locationActiveFilterInactive 

summary>Internal

web_locationInternalFilter 

summary>External

web_locationInternalFilterExternal 

summary>Internal

web_locationInternalFilterInternal 

summary>Only locations without 'can use' access

web_locationCanUseFilter 

summary>Remove from BS_record% Work Tray

web_removeFromRecordWorkTray 

summary>Global Settings

web_globalSettings 

summary>Top Level

web_topLevel 

summary>Disposition filter

web_dispositionFilter 

summary>Send to BS_record% Work Tray

web_sendToRecordWorkTray 

summary>Show BS_location%

web_showLocations 

summary>Parent Level

web_navigateToParentUserLabel 

summary>Sub Level

web_navigateToSubUserLabel 

summary>Filter completed items

web_filterCompletedItems 

summary>Show Completed BS_activity%

web_showCompletedActivities 

summary>Select Priority Types to be filtered for

web_selectPriorityTypesToBeFiltered 

summary>All Search Forms

web_allSearchForms 

summary>Select B_location% Types to be filtered for

web_selectLocationTypesToBeFiltered 

summary>Show without 'Can Use'

web_showWothoutCanUse 

summary>Not Finalized

web_notFinalized 

summary>Exclude bs_workflow% that have been completed or skipped

web_excludeCompletedOrSkippedWorkflows 

summary>Exclude bs_activity% that have been completed or skipped

web_excludeCompletedOrSkippedActivities 

summary>Exclude bs_activity% that are not ready to start

web_excludeNotReadyStartActivities 

summary>Exclude parent bs_activity%

web_excludeParentActivities 

summary>Exclude child bs_activity%

web_excludeChildActivities 

summary>more

web_moreItemsToShow 

summary>More results

web_moreItemsToShowNoCount 

summary>Show all

web_moreItemShowAll 

summary>Expand

web_Expand 

summary>Collapse

web_Collapse 

summary>Processing the current operation

web_ProcessingOperation 

summary>Warning

web_warning 

summary>Continue processing remaining items?

web_shouldContinue 

summary>Continue after all errors

web_continueAfterAllErrors 

summary>Warnings

web_warnings 

summary>warnings during processing

web_warningsDuringProcessing 

summary>could not be processed

web_couldNotBeProcessed 

summary>No to all

web_noToAll 

summary>Do you want to ignore this warning?

web_shouldIgnoreWarning 

summary>Yes to all warnings of this type

web_yesToAllWarnings 

summary>No to all warnings of this type

web_noToAllWarnings 

summary>Copy to clipboard

web_copyToClipboard 

summary>Cut

web_cut 

summary>Copy

web_copy 

summary>Paste

web_paste 

summary>Errors

web_errors 

summary>You have one or more warnings. Do you wish to proceed?

web_oneOrMoreWarnings 

summary>Resolve Issues

web_resolveConsigmentIssues 

summary>Remove b_record% from b_consignment%

web_resolveByRemove 

summary>Bs_consignment% to be approved

web_consignmentsTobeApproved 

summary>This b_consignment% is unable to be approved from the web client

web_consignmentNotAbleToBeProcessedFromWeb 

summary>Show bs_consignmentRejection%

web_showConsignmentRejections 

summary>Latest Part

web_latestPart 

summary>All Parts

web_allParts 

summary>All Versions

web_allVersions 

summary>Current Version

web_currentVersion 

summary>Linked Documents

web_linkedDocuments 

summary>Document Link Of

web_documentLinkOf 

summary>Client Records for Contacts

web_clientRecordsForContacts 

summary>Records in Email Conversation

web_recordsInEmailConversation 

summary>Series Record

web_seriesRecord 

summary>Records within Series

web_recordsWithinSeries 

summary>All Redactions

web_allRedactions 

summary>Redacted From

web_redactedFrom 

summary>Derivations

web_derivations 

summary>Enclose the b_record% now

web_encloseRecordOption 

summary>Note: Unchecking this box will not 'unenclose' any b_record%. To 'unenclose' bs_record% 'set assignee'.

web_encloseRecordWarning 

summary>Error promoting revision

web_webErrorPromotingRevision 

summary>Error preserving revision

web_webErrorPreservingRevision 

summary>Error deleting revision

web_webErrorDeletetingRevision 

summary>The following fields are blank. Do you wish to continue?

web_formFieldsBlank 

summary>There are no BS_actionDef%/Procedures attached to this record.

web_noAttachedActionRecordActions 

summary>checkedOutBy:

web_checkedOutView 

summary>favorite

web_favoritesView 

summary>myDocuments

web_recentsView 

summary>creator:

web_createdView 

summary>No Security Level

web_securityDefaultvalue 

summary>Click method to select

web_selectionCaption 

summary>already exists. If you wish to use it for this record you will first need to renumber or remove record

web_renumberRecord 

summary>Enter Formatted Number

web_enterFormattedNumber 

summary>All tabs

web_allTabs 

summary>B_record% has been successfully created but insufficient security prevents you from accessing it.

web_recordCreatedButAccessDenied 

summary>B_record% has been successfully updated but insufficient security prevents you from accessing it.

web_recordUpdatedButAccessDenied 

summary>B_keyword%

web_keyword 

summary>'{0}' is not a valid date.

web_badDateValue 

summary>You need to specify a due date that is in future.

web_documentReviewDueDateInThePast 

summary>Change p_recContainer%

vb_tp_PrmRecChangeCont 

summary>Attach Contacts

vb_tp_PrmRecContacts 

summary>Set p_recContainer%

vb_tp_PrmRecSetCont 

summary>Saving...

vb_tp_Saving 

summary>Associated Application

vwr_assocApplication 

summary>Internet Explorer Plugin

vwr_browserPlugin 

summary>R_TRIM% Document Viewer

vwr_caption 

summary>File Type

vwr_fileType 

summary>View

vwr_tbar_view 

summary>Could not view or launch the file %1%.

vwr_viewFailed 

summary>View With

vwr_viewWith 

summary>An unexpected error occurred reading data for an b_offlineRecord%. %1%

watcher_offlineRecordComError 

summary>TRIMWatcher was unable to update its log settings. %1%

watcher_reloadLogSettings 

summary>Internal Error. Offline Database not correctly initialized.

watcher_unitialized 

summary>An error occurred during shut down of %1%. %2%

wgs_aboutToTerminate 

summary>Moving a file from %1% to %2% failed while adding a document. %3%

wgs_AddDocumentError 

summary>An [%1%] object was terminated due to disconnection from a client.

wgs_aStatefulTimeoutOccurred 

summary>This and any other file in '%1' will be automatically transferred to the b_electronicStore% as soon as the destination b_electronicStore% is made accessible again.

wgs_asynchTransferToEstoreFSError 

summary>Download URL contains non-ANSI characters.

wgs_downloadURLhasnonANSI 

summary>View action returned an XML response, not the binary document contents.

wgs_binaryContentsNotReturned 

summary>Accessing global configuration file

wgs_avoidSimultaneousAccessToTheConfigFile 

summary>The R_WORKGROUP% Configuration file %1% could not be loaded. %2%

wgs_badStorageFile 

summary>Unexpected error reading connector stream.

wgs_connectStreamReadErr 

summary>Unexpected error writing extraction file.

wgs_writingExtractionFileErr 

summary>Call to function 'scanStoresAndPopulateCache' failed. %1%

wgs_COMerror_preemptive 

summary>Failed to create content index add event. %1% (B_record% URI = %2%)

wgs_couldNotCreateContentIndexEvent 

summary>Failed to create content index remove event. %1% (B_record% URI = %2%)

wgs_couldNotCreateContentIndexRemoveEvent 

summary>Stream interface could not be allocated. %1%

wgs_couldNotQIStream 

summary>Could not get the server cache configuration. %1%

wgs_CouldntGetCacheConfig 

summary>Could not increment the p_recNumber% with the pattern '%1'.

wgs_couldntIncrementRecordNumber 

summary>The R_TRIM% dataset has an invalid schema - an unknown column type was detected. Column name: %1%, Column index: %2%, Column type: %3%, SQL: %4%

wgs_datasetHasInvalidColumns 

summary>The R_TRIM% dataset has an invalid schema - an unknown object type was detected. Column name: %1%, Column index: %2%, Column type: %3%, Object type: %4% SQL: %5%

wgs_datasetHasInvalidObject 

summary>A problem was encountered while starting %2%. %1%

wgs_detailedErrorDuringStartup 

summary>Could not extract '%1' from the b_electronicStore% '%2' to server temp file '%3'. %4%

wgs_doExtractError 

summary>B_electronicStore% operation failed because the b_electronicStore% has insufficient capacity.

wgs_estoreHasNoRoom 

summary>A required b_electronicStore% identifier for this object was not supplied.

wgs_estoreIdNotSpecified 

summary>Explicit client logout call is no longer supported.

wgs_explicitLogout 

summary>[CENTERA:FPPool_GetCapability(%1%)]: required capability not available, this b_electronicStore% not available.

centera_noCapability 

summary>External Stores need a R_TRIM% generated b_electronicStore% ID.

wgs_externalStoresNeedsaTRIMStoreID 

summary>ICAS component has not been installed correctly, details: %1%.

wgs_ICSnotConfigured 

summary>Unexpected error writing extraction file.

wgs_estoreUnknownError 

summary>EMC Centera failed to open on connection: %1%, details: %2%.

wgs_EMCCenteraOpenError 

summary>External store ID mapping (TSStoreMap) has wrong structure at this schema version - please contact your system administrator. It is necessary to upgrade your database schema to version 133 or later.

wgs_extStoreMapWrongStructure 

summary>EMC Centera component has not been installed correctly, details: %1%.

wgs_EMCCenteraNotInstalled 

summary>Could not publish to clients. %1%

wgs_failedToPublishToClients 

summary>Could not publish to other servers. %1%

wgs_failedToPublishToOtherWorkgroups 

summary>Could not write new config file. Stopping server.

wgs_failToWriteConfigFile 

summary>Internal Error. Call to file system add must have a b_electronicStore% ID allocated.

wgs_fileSystemAddParamsIncorrect 

summary>An item already exists in this b_electronicStore% with the nominated b_electronicStore% ID '%1'.

wgs_fileSystemAlreadyHasStoreItem 

summary>First attempt to write new config file failed.

wgs_firstFailToWriteConfigFile 

summary>Fully Cached Tables notification failed. %1%

wgs_fullyCachedNotificationFailed 

summary>The R_WORKGROUP% is in a read only state.

wgs_isReadOnly 

summary>The file %1% in the 'documents pending' folder does not conform to the correct naming standards. It should be manually removed from this folder.

wgs_NameOfFileDoesntConform 

summary>There are no datasets available on this server.

wgs_noDatasets 

summary>Non-SSPI authentication failed.

wgs_nonSspiLoginFail 

summary>Non-SSPI authentication succeeded.

wgs_nonSspiLoginOk 

summary>An attempt to deploy a R_enterpriseStudio% configuration to this R_WORKGROUP%, from %1% ( user %3%) was not successful. The configuration was rejected because it is inconsistent with the current configuration. You may need to manually deploy the file, by copying the file from '%1' to this '%2'.

wgs_nonTrustedDeployment 

summary>The function refreshCachedTable in %1% failed.

wgs_refreshCachedTable 

summary>'MoveNext' returned a non-zero HRESULT (%1%) in 'serialiseRows'.

wgs_RSserialisationError 

summary>Second attempt to write new configuration file failed.

wgs_secondFailToWriteConfigFile 

summary>Pre-emptive caching: The size of the file '%1' in the b_electronicStore% was different from the cache %2%. This may not be a serious error - it could simply indicate that some other process was busy writing into the cache at the time.

wgs_sizeOfFileInStoreDiffersFromCache 

summary>Windows user authentication failure.

wgs_SSPIImpersonationFailed 

summary>Kerberos authentication to '%1' failed.

wgs_sspiKerberosLoginFail 

summary>Kerberos authentication to '%1' succeeded. %2%

wgs_sspiKerberosLoginOk 

summary>NTLM authentication failed.

wgs_sspiNtlmLoginFail 

summary>NTLM authentication succeeded. %2%

wgs_sspiNtlmLoginOk 

summary>Could not write to file '%1' (AddDocument_Write). %2%

wgs_stateFulObjectCouldntWrite 

summary>The session information for the document '%1' is no longer valid.

wgs_stateFulObjectDocAdd 

summary>The session information for the document you are trying to extract is no longer valid.

wgs_stateFulObjectDocExtract 

summary>The results you have requested are no longer available. Please reissue the query. Recordset handle: %1%.

wgs_stateFulObjectRS 

summary>The mail event type '%1' is not suitable for the activity email list.

wrk_badMailType 

summary>This b_activity% is already assigned to you.

wrk_actAlreadyAssignedToYou 

summary>The b_activity% is not ready to start.

wrk_activityNotReadyToStart 

summary>Rejected.: %1%

wrk_activityRejectedMessage 

summary>Internal Error. R_TRIM% workflow activity state is no longer consistent.

wrk_activityStateError 

summary>This b_activity% is suspended.

wrk_activitySuspended 

summary>This b_activity% has not been completed.

wrk_actNotCompletedYet 

summary>The Result name already exists.

wrk_addDuplicatedResult 

summary>The current level is already the top level.

wrk_alreadyAtTopLevel 

summary>This is a mandatory start condition line.

wrk_ANDline 

summary>This b_activity% has a working document '%1' that has not been associated with a b_record%. CANCEL to associate a b_record% before completing this b_activity% or press OK to proceed.

wrk_associateDocumentWarning 

summary>You must select at least one result.

wrk_atLeaseOneResultToBeReached 

summary>Authorized

wrk_authorised 

summary>Authorized on behalf of %1%.

wrk_authorisedOnBehalfOf 

summary>This authorization already exists.

wrk_authorizationAlreadyExists 

summary>This b_activity% is designed to be completed automatically. It cannot have more than a single result type.

wrk_autoCompleteCannotHaveMoreThanOneResult 

summary>The action you are trying to perform does not apply to a completed b_activity%.

wrk_badActionOnCompletedActivity 

summary>The action you are trying to perform does not apply to a started b_activity%.

wrk_badActionOnStartedActivity 

summary>Loading b_workflow% or b_workflowTemplate% failed. The storage file or other parameters may be invalid.

wrk_badStorageFile 

summary>Do you want to cancel all the remaining assignments?

wrk_cancelAssigments 

summary>You cannot bring forward the due date of a b_workflow% more than the duration of the b_workflow% (%1%).

wrk_cannotAccelerateMoreThanDuration 

summary>Action is not allowed. This b_activity% is suspended.

wrk_cannotActionASuspendedActivity 

summary>You cannot add a new %1% to a compound b_activity%.

wrk_cannotAddToCompoundActivity 

summary>Auto complete is not suitable for this b_activity% as there is more than one possible result.

wrk_cannotAutocompleteWithManyResults 

summary>Activity '%1' is the last sub-activity. You cannot have a b_wacStartCondition% based on the last sub-activity.

wrk_cannotChangeLastSubActivity 

summary>You cannot rollback to a skipped b_activity%. Please select a different result.

wrk_cannotRollbackToSkippedActivity 

summary>You cannot specify a completion time prior to the time the workflow was registered (%1%).

wrk_cannotCompleteBeforeRegistered 

summary>You cannot delete the last sub-activity.

wrk_cannotDelLastSubActivity 

summary>Excluding both parent bs_activity% and child bs_activity% does not make sense.

wrk_cannotExcludeParentAndChild 

summary>Can not find an b_activity% with the supplied URI/ID among dependent bs_activity%.

wrk_cannotFindActWithinPredecessors 

summary>You cannot specify two start conditions based on the same b_activity%.

wrk_cannotHave2StartConditionsForSameAct 

summary>Reference documents always have a b_record% attached.

wrk_cannotLinkOrUnlinkWorkflowDoc 

summary>Cannot remove the initiating b_record% placeholder - change the template initRecordBehavior property.

wrk_cannotRemoveInitiatingRecord 

summary>This b_activity% has not been suspended. It cannot be resumed.

wrk_cannotResumeUnsuspendedActivity 

summary>You cannot select more than one rollback result.

wrk_cannotSelectMoreThanOneRollbackResult 

summary>You cannot select a rollback result as well as a non-rollback result.

wrk_cannotSelectRollbackAndNoRollback 

summary>You can not set a predecessor result if a result does not have a predecessor activity.

wrk_cannotSetResultIfNoPredecessor 

summary>This b_activity% has already been started.

wrk_cannotStartAStartedActivity 

summary>You cannot uncomplete any b_activity% that hasn't been completed.

wrk_cannotUncompleteIncompleteActivity 

summary>The selected item is not locked.

wrk_cannotUnlockItemNotLocked 

summary>This b_activity% has not been started.

wrk_cannotUnstartAnUnstartedActivity 

summary>This property can only be modified by an administrator once the b_activity% has been completed.

wrk_canOnlyUpdateCompletedDate 

summary>You can not acquire this b_activity% because it is assigned to a E_lc_person%.

wrk_cantAcquireActAssignedToPerson 

summary>You can not acquire this b_activity% because you are not the member of its assignee and you do not have right to reassign.

wrk_cantAcquireActYouAreNotMember 

summary>You can not acquire this b_activity% because it has not been assigned.

wrk_cantAcquireUnassignedAct 

summary>You cannot relinquish this b_activity% as you are not a member of the original b_location% assigned to this b_activity%.

wrk_cantRelinquishNonMember 

summary>You can not relinquish this b_activity% because it does not have an original assignee.

wrk_cantRelinquishNoOriginAct 

summary>You can not relinquish this b_activity% because it is not assigned to you and you do not have right to reassign.

wrk_cantRelinquishOthersAct 

summary>You can not relinquish this b_activity% because it has not been assigned.

wrk_cantRelinquishUnassignedAct 

summary>This command is not available for this type of b_workflow% object.

wrk_commandNotForThisObject 

summary>Completable Compound b_activity%: %1%

wrk_completableParentActivityXX 

summary>Completed b_activity%: %1%

wrk_completedActivityXX 

summary>Completed On %1% at %2%

wrk_completedOnXXatXX 

summary>Completed with any result

wrk_completedWithAnyResult 

summary>R_TRIMCONTEXT% b_workflow% XML file

wrk_ContextWorkflowXMLfile 

summary>Cost: %1%. Duration: %2%

wrk_costAndDurationInfo 

summary>The current Cost and Duration Route

wrk_costAndDurationRoute 

summary>The current Cost Route

wrk_costRoute 

summary>Do you want to create a 'Rollback' result to return to %1%?

wrk_createRollbackConfirm 

summary>Start and Complete date/time must be equal to or earlier than the current date/time.

wrk_datetimeLaterThanCurrent 

summary>A decision is required. Please tag at least one result.

wrk_decisionRequired 

summary>Rollback_%1%

wrk_defaultRollbackResultXX 

summary>Are you sure you want to delete b_activity%: %1%? %2%.

wrk_deleteActivityConfirm 

summary>Are you sure you want to delete the Start Condition of %1%?

wrk_deleteConditionConfirm 

summary>This will also delete all the Start Conditions which are based on this b_activity%

wrk_deleteRelatedConditionsConfirm 

summary>Dependent suspended

wrk_dependdentSuspended 

summary>(Depends on a suspended b_activity%)

wrk_dependentOnSuspended 

summary>%1% depends on the completion of %2% with any result.

wrk_dependsOnXXwithAnyResult 

summary>%1% depends on the completion of %2% with the result of %3%.

wrk_dependsOnXXwithResultXX 

summary>Discarded Changes.

wrk_discardedChanges 

summary>The selected document has already been associated with this b_activity%.

wrk_documentAlreadyAttachedToActivity 

summary>The working document '%1' is checked out and should be checked in before the activity is completed.

wrk_documentIsCurrentlyCheckedOut 

summary>A document list of b_workflow%/B_workflowTemplate% must have a parent.

wrk_documentListMustHaveParent 

summary>The working document '%1' must have a b_record% attached before the activity can be completed.

wrk_documentNeedsARecordAttached 

summary>Internal Error. R_TRIM% workflow document state is no longer consistent.

wrk_documentStateError 

summary>You cannot specify a due date before the date the b_workflow% was registered (%1%).

wrk_dueCannotBeBeforeRegistered 

summary>The maximum duration allowed for this item is %1%.

wrk_durationLimitExceeded 

summary>The current Duration Route

wrk_durationRoute 

summary>An escalation has already been defined for the period %1%.

wrk_escalateForDurationAlreadyDefined 

summary>An escalation has already been defined for %1%.

wrk_escalateForLocAlreadyDefined 

summary>To %1%, if overdue after %2%

wrk_escalationDesc 

summary>Estimated Duration : %1%

wrk_estimatedDurationIsXX 

summary>Exclude bs_workflow% that have been completed

wrk_excludeCompletedWorkflows 

summary>The maximum value for this field is %1%

wrk_fieldMaxValueIsXX 

summary>An error occurred accessing a workflow component. %1%

wrk_generalComError 

summary>Insert Activities From Another b_workflow% or b_workflowTemplate%

wrk_importActivities 

summary>Insert: =3CAll Activities=3E

wrk_importAllActivities 

summary>Insert b_activity%: %1%

wrk_importOneActivity 

summary>Your workflow design is invalid. The most likely cause is having more than one starting or ending bs_activity%.

wrk_invalidDesign 

summary>Your workflow design is invalid. The most likely cause is having more than one starting or ending bs_activity%. Do you wish to automatically correct the workflow?

wrk_invalidDesignAutoFix 

summary>Invalid predecessor. There should be only one start condition between any two bs_activity%.

wrk_invalidPredecessor 

summary>Invalid Predecessor b_activity% ID.

wrk_invalidPredecessorActivityId 

summary>An invalid b_record% object was provided for the new reference document.

wrk_invalidRecordParameterForDoc 

summary>Invalid Rollback Result.

wrk_invalidRollbackResult 

summary>Invalid Rollback To b_activity% ID.

wrk_invalidRollbackToActivityId 

summary>Invalid b_workflowTemplate%.

wrk_invalidWorkflowTemplate 

summary>This is the last b_activity%. The last b_activity% can not be deleted.

wrk_lastActivityCannotBeDelete 

summary>Locked by %1% on %2%

wrk_locked 

summary>Lock operation failed - object no longer exists.

wrk_lockObjectNoLongerExists 

summary>You are trying to set the successor for one b_activity% to be its predecessor. This would create a loop dependency.

wrk_loopError 

summary>This method is invalid for a compound b_activity%.

wrk_methodInvalidForCompoundAct 

summary>This method is invalid for a b_workflowTemplate%.

wrk_methodInvalidForTemplate 

summary>This b_activity% requires authorization before it can be completed. There is no supervisor defined for this activity, or the workflow, and no authorizations are defined.

wrk_mustCreateDefaultAuthorization 

summary>The b_activity% needs to be ready to start before this property can be modified.

wrk_needReadyToStartForProperty 

summary>Placeholder for Initiating B_record%

wrk_newInitiatingRecordTitle 

summary>Newly Created

wrk_newlyCreated 

summary>%1% Job:%2%

wrk_newWithJobNumber 

summary>%1% Job:%2% For %3% (%4%)

wrk_newWithJobNumberAndRecord 

summary>Pick or select a current object first.

wrk_noCurrentObject 

summary>You do not have the modification permissions. Please refer to the Help file for assistance.

wrk_noPermissionToModify 

summary>There are no suitable predecessor bs_activity% to create a new start condition.

wrk_noSuitablePredecessors 

summary>Not assigned

wrk_notAssigned 

summary>The Result you tried to set does not exist or is a rollback type result.

wrk_notExistOrDclnResult 

summary>You are not assigned to work on this b_activity%.

wrk_notInActivityWorkerList 

summary>You are not in the list of bs_location% that are yet to authorize this b_activity%.

wrk_notInOustandingAuthorisers 

summary>Not Locked

wrk_notLocked 

summary>Not Ready to Start

wrk_notReadyToStart 

summary>Function not available within b_workflowTemplate% definition.

wrk_notValidForTemplate 

summary>Lock operation failed - the selected item was locked by %1% at %2%.

wrk_objectLockedBySomeoneElse 

summary>Function only relevant for b_activity% working documents.

wrk_onlyForActivityWorkingDocument 

summary>Only a supervisor of this b_activity% is permitted to authorize it.

wrk_onlySupervisorCanAuthorise 

summary>This is an optional start condition line.

wrk_ORline 

summary>OVERDUE

wrk_overdue 

summary>This will overwrite the current b_workflow%/B_workflowTemplate%.

wrk_overWriteWorkflowConfirm 

summary>Please enter a value for the duration field.

wrk_pleaseEnterDuration 

summary>Please select one of the bs_activity% displayed.

wrk_pleaseSelectAnActivity 

summary>Invalid selection. Please select a reference/review document.

wrk_pleaseSelectRefDocument 

summary>Please select a valid b_activity% to rollback to.

wrk_pleaseSelectRollbackActivity 

summary>Immediate Predecessor bs_activity%

wrk_predecessorActivities 

summary>The selected item was locked by %1% at %2% - you are not permitted to cancel this lock.

wrk_preemptLockFailed 

summary>Warning. The selected item was locked by %1% at %2%. Are you sure you wish to overwrite this lock?

wrk_preemptLockWarning 

summary>This property is invalid for a compound b_activity%.

wrk_propertyInvalidForCompoundAct 

summary>Pseudo First b_activity%

wrk_pseudoFirstActivityName 

summary>Pseudo Last b_activity%

wrk_pseudoLastActivityName 

summary>A b_record% has already been linked to this document.

wrk_recordAlreadyLinked 

summary>Determined by the selected b_workflowTemplate%

wrk_recordHandledByTemplate 

summary>No b_record% has been linked to this document.

wrk_recordNotLinked 

summary>No Initiating b_record% supplied

wrk_recordNotSupplied 

summary>Invalid document ID - a workflow document with the specified ID could not be found.

wrk_refDocumentNotFound 

summary>This b_activity% has been started. Relinquish will clear its started state. Do you still want to continue?

wrk_relinquishStartedConfirm 

summary>This will reset all color settings to the default values.

wrk_resetColorConfirm 

summary>This result has been used as a start condition for one or more successor bs_activity%.

wrk_resultInUse 

summary>Rollback result selected for b_activity% '%1'. selected was '%2'.

wrk_resultRollbackReason 

summary>You have selected a rollback result which will rollback processing to b_activity% '%1'. Are you sure?

wrk_rollbackAreYouSure 

summary>Rollback to a previously completed b_activity% '%1'.

wrk_rollbackDescription 

summary>This is a rollback line.

wrk_rollbackLine 

summary>You cannot rollback an b_activity% that has no preceding bs_activity%.

wrk_rollbackNeedsPredecessor 

summary>Rollback to %1%

wrk_rollbackToXX 

summary>Rolled back to: %1%: %2%

wrk_rolledBackNote 

summary>The input route information contains an invalid or conflicting b_activity% '%1'.

wrk_routeInfoHasBadActIdXX 

summary>You cannot choose this %1% because it conflicts with %2%.

wrk_selectConflict 

summary>Please specify how the initiating b_record% should be used.

wrk_selectInitiatingBehaviour 

summary>Set to 'not complete'.

wrk_setToIncompleted 

summary>Set to 'not started'.

wrk_setToUnstarted 

summary>According to the design of this b_activity% this document should be created by supercopying b_record% %1%: %2%. Would you prefer to create the supercopy instead?

wrk_shouldBeSuperCopying 

summary>Skipped b_activity%: %1%

wrk_skippedXX 

summary>Startable b_activity%: %1%

wrk_startableXX 

summary>You cannot specify a starting date before the date the b_workflow% was registered (%1%).

wrk_startCannotBeBeforeRegistered 

summary>Complete date time cannot be earlier than Start date time and Start date time cannot be earlier than EarliestStartDate.

wrk_startCompleteDateTimeError 

summary>Started b_activity%: %1%

wrk_startedActivityXX 

summary>Started but incompletable compound b_activity% : %1%

wrk_startedIncompletableXX 

summary>Started On %1% at %2%

wrk_startedOnXXatXX 

summary>The state of this %1% has been changed. Please use 'Refresh' to work with up to date information.

wrk_stateChangedandRefresh 

summary>You can not uncomplete this b_activity% because its successors have been started.

wrk_successorPreventUncomplete 

summary>Supervisor

wrk_supervisor 

summary>Suspended

wrk_suspended 

summary>Suspension cleared because set to 'not completed'.

wrk_suspensionCleared 

summary>Suspension duration can not be zero.

wrk_suspensionDurationCantBeZero 

summary>Resumed from suspension. suspended: %1%

wrk_suspensionResumedMessage 

summary>The selected template requires an initiating b_record% before it can be used to start a new b_workflow%.

wrk_templateNeedsRecord 

summary>The action you are trying to perform is invalid for a b_workflowTemplate%.

wrk_templatePreventTheAction 

summary>This b_workflowTemplate% cannot be deleted because it is associated with the bs_recordType% '%1'.

wrk_templateUseForRecordTypes 

summary>This b_activity% is already completed.

wrk_theActAlreadyCompleted 

summary>This b_activity% is not ready to complete.

wrk_theActNotCompletable 

summary>The b_activity% '%1' is assigned to

wrk_thisActIsAssignedTo 

summary>This b_activity% has been skipped

wrk_trimMailActionSkipped 

summary>Because b_activity% '%1' was uncompleted.

wrk_uncompleteBecauseOther 

summary>Because b_activity% '%1' was rejected.

wrk_uncompleteBecauseRejected 

summary>Because b_activity% '%1' was rolled back.

wrk_uncompleteBecauseRollback 

summary>Set to 'Not Complete'. Reason: %1%

wrk_uncompleted 

summary>Non startable b_activity%: %1%.

wrk_unstartableXX 

summary>Because %1% was set to 'Not Started'.

wrk_unstartedBecauseOf 

summary>Until: %1%

wrk_until 

summary>This property needs a value which is equal to or greater than zero.

wrk_valueMustEqualOrGreaterThanZero 

summary>The b_workflow% '%1' has been deleted by another user. The b_workflow% editor will now close.

wrk_windowClosingDueToWorkflowDelete 

summary>You are the supervisor of the first b_activity% of the base b_workflowTemplate%. After creation you will become the assignee and not the supervisor of the first b_activity% of the newly created b_workflow%. Are you sure you want to go ahead?

wrk_wkfCreationSupervisorRemoveConfm 

summary>B_workflow% name can not be blank.

wrk_wkfNameCannotBlank 

summary>A b_workflow% with this job number has already been created.

wrk_workflowJobNumberDuplicate 

summary>A b_workflow% with this name has already been created.

wrk_workflowNameDuplicate 

summary>The b_workflow% destruction date must be after the final due date.

wrk_workflowRetentionDateMustBeAfterDueDate 

summary>The b_workflow% retention period cannot exceed %1% years and 11 months.

wrk_workflowRetentionPeriodExceeded 

summary>A b_workflowTemplate% with this name has already been created.

wrk_workflowTemplateNameDuplicate 

summary>R_TRIM% b_workflow%

wrk_workflowTitle 

summary>%1% - '%2' Level

wrk_XXatXXLevel 

summary>Do you want to save the changes you made to this %1%?

wrk_XXsaveChangeConfirm 

summary>%1% - Top Level

wrk_XXtopLevel 

summary>Complete bs_activity%

wrkCompleteActivities 

summary>Warning: there are bs_workflow% associated with this b_workflowTemplate%. Deleting this b_workflowTemplate% will remove the association.

wrkDeleteTemplateWhenWorkflowExists 

summary>The layout '%1' is designed to create files of type '%2'. Would you like to change the file extension to '%2'?

www_extensionsDiffer 

summary>The function 'makeStoredProcedureParameters' was called incorrectly.

core_storedprocError 

summary>The size of the XML storage exceeds an internal storage limit (%1% bytes).

bob_xmlDataLimitExceeeded 

summary>Limit exceeded. %3% %1% already exist. You can only have a maximum of %2% %1%.

bob_childLimitExceeded 

summary> more...

bob_manyChildsMsg 

summary>An error occurred reading or writing an XML document. %1%

core_xmlException 

summary>A required XML class was NULL.

core_xmlElementNull 

summary>The certificate may not exist, is untrusted, or store name may be incorrect. %1%

rdr_invalidCertificate 

summary>This form item does not support limiting the number of characters entered.

rty_formItemNotLimitable 

summary>This form item cannot have more than %1% characters.

rty_formItemLimitBeyondMax 

summary>%1% errors occurred. You should correct and rerun the Workgroup Conversion utility.

grm_logWCErrors 

summary>An error occurred. You should correct and rerun the Workgroup Conversion utility.

grm_logWCError 

summary>Error(s) were detected. Please look at the log file.

grm_logWCErrorsDetected 

summary>Organizational Structure Conversion complete.

grm_logWCDone 

summary>%1% workgroups were updated.

grm_logWCWgUpdated 

summary>%1% is not a Workgroup.

grm_locNotWorkgroup 

summary>You can not import from %1% to %2%

grm_cannotImportToWkg 

summary>The chosen destination Workgroup needs a Unique Name.

grm_wkgNeedsUniqueName 

summary>Line Manager field has been corrupted. Please fix Destination Workgroup.

grm_corruptLM 

summary>Line Manager in the destination Workgroup is either invalid or blank.

grm_invalidLM 

summary>You are not a member of the destination Workgroup.

grm_youAreNotAMember 

summary>Record Focal Point field has been corrupted. Please fix Destination Workgroup.

grm_corruptRFP 

summary>Record Focal Point in the destination Workgroup is either invalid or blank.

grm_invalidRFP 

summary>You have not tagged any bs_classification% to import. Please tag those you wish to import.

grm_noFPSTaggedforImport 

summary>You have not tagged any bs_classification% to relocate. Please tag those you wish to relocate.

grm_noFPSTaggedforRelocate 

summary>No Model File Plan Record Types to import.

grm_noFPtoImport 

summary>No Model File Plan Record Types to relocate.

grm_noFPtoRelocate 

summary>Drop detected on unsupported object.

grm_droppedOnUnsupported 

summary>B_classification% : %1% does not have an associated b_recordType%.

grm_fpDoesNotHaveRty 

summary>The %1% for b_classification% : %2% is 'Most Confidential'.
You cannot declare 'Most Confidential' bs_record% in this Dataset.
If your b_record% is 'Most Confidential' then please switch to use SENIORMANAGEMENT R_TRIM%.
Press OK to create this b_record% or CANCEL to stop this process.

grm_wrongSecClass 

summary>%1% : b_electronicStore% reference '%2' does not exist. A copy of this document was found in the backup store folder. Would you like to restore it?

uty_documentNotFoundCopyAvailable 

summary>%1% : incorrect file size for reference '%2'. A copy of this document with the correct size was found in the backup store folder. Would you like to restore it?

uty_documentBadFileSizeCopyAvailable 

summary>Please select target b_classification%.

grm_chooseTargetFP 

summary>Relocate bs_record% function can only support relocating bs_record% from 1 bs_classification% .

grm_relocateFrom1FP 

summary>You cannot relocate bs_record% to the same bs_classification%
( %1% ).

grm_cannotRelocateToSameFP 

summary>The source and target bs_classification% must have the same Retention Code value.

grm_mustHaveSameRentionCode 

summary>You have not tagged any bs_record% to relocate. Please tag those you wish to relocate.

grm_noRecsTaggedforRelocate 

summary>No bs_record% to relocate.

grm_noRecsToRelocate 

summary>Workgroup name can not be left blank.

grm_wkgNameBlank 

summary>Workgroup unique name can not be left blank.

grm_wkgUniqueNameBlank 

summary>Business / Function field can not be left blank.

grm_busFunBkank 

summary>You must choose a E_lc_organization% for Business Function.

grm_BusFunNotUnit 

summary>Record Focal Point can not be left blank or invalid.

grm_blankRFPInNewWkg 

summary>Record Focal Point must be a E_lc_person%.

grm_RFPNotPerson 

summary>%1% must have E_prm_classificationAdmin% permission to be a Record focal Point.

grm_MustHaveAdminFPToBeRFP 

summary>Line Manager can not be left blank or invalid.

grm_blankLM 

summary>Line Manager must be a E_lc_person%.

grm_LMNotPerson 

summary>%1% must have E_prm_approveClassification% permission to be a Line Manager.

grm_mustHaveApproveFPToBeLM 

summary>Business Record Manager can not be left blank or invalid.

grm_blankBRM 

summary>Business Record Manager must be a E_lc_person%.

grm_BRMNotPerson 

summary>Reviewer is invalid.

grm_blankReviewer 

summary>Reviewer must be a E_lc_person%.

grm_ReviewerNotPerson 

summary>Name field cannot be left blank.

grm_newFPNameBlank 

summary>Workgroup field cannot be left blank or it is invalid.

grm_newFPWkgBlank 

summary>%1% is not a Workgroup. Please select a Workgroup.

grm_newFPNotWkg 

summary>Metadata Template field cannot be left blank or it is invalid.

grm_newFPMetaTemplateBlank 

summary>Failed to read configuration file: %1%

tem_failToReadConfig 

summary>Search Clause - %1% of %2%

bob_capSearchClause 

summary>Search Clauses

bob_searchClausesHdr 

summary>Search Clause

bob_searchClauseHdr 

summary>Internal Error. Print function call not supported in this environment.

ocx_printNotAvailable 

summary>This search method requires more information.

bob_searchParameterRequired 

summary>Rename

ocx_ribbonCustomizeRenameCaption 

summary>Properties

ocx_ribbonCustomizePropertiesCaption 

summary>Hyperlink

bob_emailTemplateHyperlink 

summary>The date value specified for this search method is invalid.

bob_searchDateParameterInvalid 

summary>The search method %1% is not relevant for %2%.

core_searchClauseIdNotRelevant 

summary>Selects %1% %2%

core_searchSelects 

summary>Selects %1% based on a value for %2%.

core_searchSelectsProperty 

summary>Selects %1% based on the %2% index.

core_searchSelectsWordType 

summary>Selects %1% with an associated %2% having selected property values.

core_searchSelectsChildType 

summary>Selects %1% based on the contents of an associated electronic document.

core_searchSelectsFreetext 

summary>A simple string value: reef list of string values separated by a comma: reef,barrier,manatee string using '*' as a wildcard: ma*tee string using '?' as a wildcard: ma?atee a string containing a space within double quotes.

core_searchStringTooltip 

summary>A simple number: 27 list of numbers separated by a comma: 27,44,-27 number range: 27 to 44 list of numbers or number ranges: 27,33 to 37,55,-3 to -1

core_searchNumberTooltip 

summary>No parameters are required for this search method. 'not' if you wish to search for false values.

core_searchBooleanTooltip 

summary>A date in your regional format: 27/12/2005 date range in your regional format: 27/12/2005 - 29/12/2005 month (uses this year), a year, or a month an year: June or June 2005 or just 2005 financial year: FY2016 time periods(week,month,year): last week specified time period(days,weeks,months,years): last 7 days time periods(week,month,year): next month specified time period(days,weeks,months,years): next 2 weeks

core_searchDateTooltip 

summary>A simple number: 27.44 list of numbers separated by a comma: 27,1.44,-27.9 number range: 27.1 to 44.56 list of numbers or number ranges: 27,33.3 to 37.5,55.555,-3.1416 to -1

core_searchDecimalTooltip 

summary>A simple number: $27.44 list of numbers separated by a comma: 27,$1.44,$27.91 number range: $27.11 to $44.56 list of numbers or number ranges: 27,$33.33 to $37.55,$55.55

core_searchCurrencyTooltip 

summary>Based on the list '%1': simple value: %2% list of values: %3% numerical equivalent value: 2 list of numerical equivalent values: 2,4 following values are supported:
(%4%)

core_searchEnumTooltip 

summary>Search based on a %1% having a %2%: a specific unique identifier: 277 a list of unique identifiers: 27,99,204 matches a search : [method:parameters and method:parameters] search methods for %3% are:
(%4%)

core_searchChildTooltip 

summary>Search based on an associated %1%: a specific unique identifier: 277 a list of unique identifiers: 27,99,204 matches a search : [method:parameters and method:parameters] search methods for %2% are:
(%3%)

core_searchObjectTooltip 

summary>Sorts the results by %1%. a '-' if you wish to sort from highest to lowest, eg. %2%.

core_searchSortBy 

summary>Near to a geographical point: within 5 kilometers of POINT(95.732 -33.0143) to a b_record% that has a GPS location: within 10 metres of record 34578 to a location that has a GPS location: within 15 yards of location 737 a specified geographical area: POLYGON((10.4 0.57,20.8 0.57,20.8 13.66,10.4 13.66,10.4 0.57))

core_searchGeographyTooltip 

summary>BS_userLabel% attached to %1%: %2%

bob_labelsAttachedTo 

summary>No suitable %1% available. Either the current item is invalid or it does not have a parent to jump to.

bob_nowhereToJump 

summary>You cannot assign an b_actionDef% to be a substep of itself.

act_cannotAssignSelf 

summary>This b_actionDef% is already a step of this procedure - you cannot have two steps with the same b_actionDef%.

act_stepAlreadyExists 

summary>The selected b_actionDef% already appears as a higher level step of this procedure.

act_stepIsAncestor 

summary>Cannot specify a wildcard expression in a string range or a list of values.

bob_srchNoWildcardsInRange 

summary>Cannot combine a range expression and a set of values for this type of search.

bob_srchNotRangeAndList 

summary>This parameter type is unsuitable for this search method.

bob_srchInvalidParameterType 

summary>Expecting a subquery or a unique object identifier.

bob_srchNeedSubQueryOrUri 

summary>Cannot combine a unique object identifier list with a subquery.

bob_srchNotSubQueryAndUris 

summary>The values specified for this search clause is not one of the valid values available.

bob_srchEnumValueInvalid 

summary>A problem occurred while updating the b_electronicStore% totals information.

dbw_updateTSElecStoreThread 

summary>The specified subquery is invalid - it is for an object of type '%1' but it needs to be for an object of type '%2'.

bob_srchSubqueryTypeInvalid 

summary>BS_location% of type 'Unknown' cannot have bs_fieldDefinition% attached.

loc_unknownCannotHaveFields 

summary>The Windows API function %1% failed. %2%

core_win32ApiError 

summary>%1% is not a valid parameter. Use -register or -RegServerPerUser to install, -Unregister or -UnregisterPerUser to uninstall.

td_invalidParameter 

summary>You must select a draft document in this context.

rec_offlineSelectionNeedsToBeDraft 

summary>For a subquery you must specify an appropriate search method.

bob_srchSubqueryNotForObject 

summary>A subquery can only follow the name of the search method it will be used for.

bob_srchSubqueryMustFollowName 

summary>A subquery can only be used for methods which are based on related R_TRIM% objects.

bob_srchSubqueryOnlyForTrimObject 

summary>You have specified an unknown search method '%1'. Refer to R_TRIM% documentation for a list of valid search methods.

bob_srchUnknownSearchMethod 

summary>No sort method specified for descending. The - sign should follow a valid sort method.

bob_srchNoSortMethod 

summary>You have specified an unknown sort method '%1'. Refer to R_TRIM% documentation for a list of valid search methods.

bob_srchUnknownSortMethod 

summary>This method is not available for sorting. Use the helper function to display a list of available sort methods.

bob_srchMethodNotForSort 

summary>Literal expression is not correctly terminated. You need to add in a closing double quote somewhere.

bob_srchUnbalancedLiteral 

summary>A rightNode parenthesis had no matching leftNode parenthesis.

bob_srchNoLeftParenthesis 

summary>Subquery expression is not correctly terminated. You need a closing square bracket.

bob_srchUnterminatedSubquery 

summary>Found a left parenthesis without a corresponding right parenthesis.

bob_srchNoRightParenthesis 

summary>There is no default search method available for this query value.

bob_srchNoDefaultMethod 

summary>The 'and' expression is not used in a filter string.

bob_srchNoAndAllowed 

summary>The 'not' expression needs to immediate precede a valid search criteria or a left bracket.

bob_srchNotNeedsSearchCriteria 

summary>The 'or' expression is not used in a filter string.

bob_srchNoOrAllowed 

summary>Brackets cannot be used in a filter string.

bob_srchNoBracketsAllowed 

summary>Searching by '%1' requires a value. enter the string value to search for.

bob_srchMethodNeedsParameters 

summary>The recursive search indicator must follow a valid query value.

bob_srchRecursiveMustBeForQueryValue 

summary>The Asynchronous File transfer failed to update the RecElec table. This means that the document and the b_record% are not linked.
b_record% URI is '%1' and the b_electronicStore% ID of the document is '%2'. Please press RETRY to attempt to link the b_record% and the document correctly.
this problem persists please report this to your Administrator.

bob_asyncFileRecElecFail 

summary>Please enter the number of bs_record% that you would like find a contiguous space for.

spm_enterRecordsRequired 

summary>Searching for the first suitable contiguous b_space% ...

spm_searchingForSpace 

summary>No suitable b_space% found.

spm_foundNoSpace 

summary>No suitable b_space% was found. Press OK to change your settings and try again, else CANCEL.

spm_foundNoSpaceTryAgain 

summary>A suitable contiguous space of %1% bs_record% was found. point:%2% point: %3%.

spm_foundSpace 

summary>A suitable set of contiguous bs_space% was found. Would you like select this group of bs_space%?

spm_foundSpaceWhatToDo 

summary>You have the following uncompleted optional one or more predecessor bs_activity%. Do you still want to complete your b_activity%?

wrk_optionalPredActRemind 

summary>Unable to create the b_lookupSet% because the 'Use Authority Style' property is required and has not been supplied.

dp_err_cannotCreateLookUpsetWithoutAuthStyle 

summary>This b_todoItem% has been attached to a b_minuteItem% and cannot be removed.

tdo_todoItemAttachedToMinute 

summary>Action cannot be performed because the 'Use Authority Style' property has an invalid value.

dp_err_authStyleInvalid 

summary>Do Word and Content Indexing

dp_cap_createIndices 

summary>Please check and confirm whether the ORACLE_HOME environment variable is added and set correctly.

db_oracleHomeNotSet 

summary>Your R_TRIM% dataset is offline. This operation is not permitted.

db_databaseNotConnected 

summary>Network request failed.
R_WORKGROUP% '%1' has been set to an off-line state.

bob_wgsCallFailedOffline 

summary>The email message contains non ANSI characters. Simple MAPI is in use at your site and does not allow any non-ANSI characters.

mpx_containsNonANSIcharacter 

summary>An external bs_location% cannot be the owner of a b_userLabel%.

loc_noLabelsForExternal 

summary>You must be a member of a b_location% to maintain the bs_userLabel% owned by that b_location%.

loc_noAccessForMaintainLabels 

summary>BS_location% of type '%1' cannot be an owner of bs_userLabel%.

loc_typeCannotOwnLabels 

summary>An external bs_location% cannot be the owner of a b_checkinStyle%.

loc_noCheckinStylesForExternal 

summary>You must be a member of a b_location% to maintain the bs_checkinStyle% owned by that b_location%.

loc_noAccessForMaintainCheckinStyles 

summary>BS_location% of type '%1' cannot be an owner of bs_checkinStyle%.

loc_typeCannotOwnCheckinStyles 

summary>You cannot change the owner of a matter template/subfolder b_checkinStyle% once it has been created.

uty_cannotChangeOwnerOfMatterStyles 

summary>This document has been digitally signed however the creation of a suitable b_recRendition% for viewing/printing has not yet completed. In accordance with US FDA 21 CFR 11 your request cannot be processed at this time.

rec_signedRenditionNotAvailable 

summary>Please enter the Server Name.

tem_invalidHostParameters 

summary>The server name cannot be a IP number or a loopback address.

tem_invalidHostName 

summary>Please select a replacement R_workgroup% from the list.

tem_selectReplacementWorkgroup 

summary>The processor '%1' can only run on one R_workgroup%. Please select the R_workgroup%.

tem_processorNeedsWorkgroup 

summary>No processors are runnable for the dataset '%1'.

evt_noProcessorsRunning 

summary>An undefined processor type encountered in the R_TRIM% configuration file.

evt_unknownProcessorTypeInConfig 

summary>An attempt was made to run multiple instance of the same event processing module using the same RCF port.

evt_attemptToRunMultipleInstances 

summary>Dataset, R_workgroup% port and parentWorkgroupId must be specified (use –dbid and –wgsPort and –wgsId command line options).

evt_cmdLineError 

summary>An unexpected exception has caused the event processor to terminate. %1%

evt_terminatingDueToException 

summary>Error connecting to database '%1' for processor '%2'. %3%

evt_couldNotConnectToDB 

summary>Time-based event processing error occurred on database '%1' for processor '%2'. %3%

evt_errorCaughtInTimerProcessing 

summary>Error processing event on database '%1' for processor '%2'. Event details: %3%. Error details: %4%

evt_errorCaughtInEventProcessing 

summary>Please select a status value for the processor: %1%.

tem_pleaseSelectEventStatus 

summary>You have specified an unsupported search method. Use the helper function to display a list of available search methods.

bob_unsupportedSearchMethod 

summary>%1%: Column %2% has incorrect character format. Changed to support Unicode.

tem_tool_stringColumnNotUnicode 

summary>%1%: Column %2% has incorrect character format. Changed to remove Unicode support.

tem_tool_stringColumnNotAnsi 

summary>You can only specify one value when searching by %1%.

bob_searchEnumIsSingletonOnly 

summary>Failed to create cache mapped file %1%.

wgs_failedToCreateCacheMappedFile 

summary>This dataset needs to be upgraded before you can configure event processing.

tem_databaseNeedsUpgradeForConfiguringEvents 

summary>Configure Event Processing for Dataset: %1%

tem_configureEventProcessing 

summary>None

tem_notOnSharePointFarm 

summary>Farm %1%

tem_onSharePointFarmNbr 

summary>Please select an authentication method for this R_WORKGROUP%.

tem_pleaseSelectAuthentication 

summary>Generic Property - %1%

bob_capPropGeneric 

summary>Generic Search Clause - %1%

bob_capSearchClauseGeneric 

summary>Generic Items

bob_genericHdr 

summary>The search stack object supplied is either invalid or is not for %1%.

sdknet_invalidSearchStack 

summary>This search clause is in an invalid state.

sdknet_searchStateInvalid 

summary>This report contains %1% items and could take a very long time to print. Do you want to continue?

rp_warningLargeReport 

summary>An error occurred while attempting to print the report. The report is too large.

rp_errorReportTooLarge 

summary>This search clause does not support this parameter format.

sdknet_wrongParameterFormat 

summary>The column %2% on table %1% is being reformatted - this requires any dependent object to be dropped temporarily.

tem_removingColumnDependencies 

summary>The index %2% on table %1% is being temporarily dropped due to a reformatting operation on one of the columns on the table.

tem_removingDependencyIndex 

summary>You have selected an option to expand all character-based columns to support Unicode characters. Are you sure you want to make this change?

tem_addUnicodeToDB 

summary>You have selected an option to change all character-based columns from Unicode to ANSI. Some data may be lost in this process. Are you sure you want to make this change?

tem_removeUnicodeFromDB 

summary>A b_minuteItem% for this b_agendaItem% has already been created. Would you like to continue and create a new b_minuteItem% for this b_agendaItem%?
'No' will take you to the existing b_minuteItem%.

mm_minuteItemAlreadyCreated 

summary>An error occurred attempting to obtain the schema version number for database %2%. %1%

sth_cannotQueryDBForVersion 

summary>Unable to launch child process '%1'. %2%

wgs_failedToLaunchChildProcess 

summary>Open Form Search

web_openFormSearch 

summary>Your default time zone has not been set. Please set your time zone.

web_selectTimeZone 

summary>{0} Form Search

web_formSearch 

summary>Add search clause

web_addSearchClause 

summary>Remove

web_remove 

summary>Don't show warnings when checking in duplicate messages

vb_tio_LABELDontWarnDuplicates 

summary>Insert

web_insert 

summary>%1% search builder

web_searchBuilder 

summary>=3C Enter Search Query =3E

web_enterSearchQuery 

summary>Or

web_changeToOr 

summary>And

web_changeToAnd 

summary>Add Not

web_addNot 

summary>Remove Not

web_removeNot 

summary>Preview - %1%

web_previewTitle 

summary>Browse

web_browse 

summary>Not

web_Not 

summary>Insert User Stamp

web_insertStamp 

summary>Properties and Fields Selector

web_trimPropSelector 

summary>Available Properties or Fields

web_availableProps 

summary>Selected Properties or Fields

web_selectedProps 

summary>Unable to get all Properties

web_unableToGetProps 

summary>Error

web_error 

summary>Unable to update %1%

web_unableToUpdate 

summary>P_recNotes%

web_notes 

summary>Data Entry

web_dataEntry 

summary>Editing - %1%

web_editing 

summary>Close Other Tabs

web_closeOtherTabs 

summary>Unable to fetch %1% list

web_unableToFetchList 

summary>Unable to get %1%.

web_unableToGet 

summary>Data Entry Error.

web_dataEntryError 

summary>Set p_recNotes%

web_setNotes 

summary>Set Property [Security]

web_setProperty 

summary>Request for grid columns failed. Please try again.

web_gridcolumnRequestFailed 

summary>Format Columns

web_formatColumns 

summary>Error Customizing View Pane

web_errorCustomisingViewPane 

summary>Customize View Pane

web_customiseViewPane 

summary>Please select a row to customize

web_pleaseSelectARow 

summary>Displaying result {0} - {1} of {2}

web_displayingResult 

summary>{0} - {1} - Filtered - No {2} found.=3Cbr /=3EThere may be matching {2} that are prevented from being displayed because of filtering or security reasons.

web_noTopicsFiltered 

summary>Settings

web_setting 

summary>Page Size

web_pagesize 

summary>Request for context menu failed. Please try again.

web_contextMenuRequestFailed 

summary>Request for properties and fields was unsuccessful. This could be because the web service was not configured correctly or the request was timeout.

web_pofdRequestFailed 

summary>Please specify searchString

web_pleaseSpecifySearchString 

summary>Test Grid

web_testGrid 

summary>OK

web_ok 

summary>Name

web_name 

summary>New - %1%

web_newTitle 

summary>Tooltip

web_tooltip 

summary>Parameter format

web_paramFormat 

summary>Sorting

web_sorting 

summary>New-%1%:%2%

web_newtitle2 

summary>Select %1%

web_selectTitle 

summary>Initiate B_workflow% from B_workflowTemplate%

web_initiateWorkFlow 

summary>The feature is not implemented.

web_notImplemented 

summary>Unable to set Client time zone on the server

web_unableToSetTimeZone 

summary>Close Tab

web_closeTab 

summary>columns

web_columns 

summary>Page

web_gridPage 

summary>Settings for all custom event processing add-ins

tem_configCustomEventProcs 

summary>R_TRIM% supports a maximum of %1% custom event processing add-ins.

tem_eventProcAddInLimitReached 

summary>Name

tem_customEventProcColName 

summary>COM, ProgID: %1%

tem_customEventProcDetailsCOM 

summary>.Net, %1%.%2%

tem_customEventProcDetailsNet 

summary>Main

web_main 

summary>Sort

web_sort 

summary>Filter

web_filter 

summary>New Event Processing Add-In

tem_newCustomProcessorTitle 

summary>Event Processing Add-In Properties (%1%)

tem_modifyCustomProcessor 

summary>The event processing add-in was loaded successfully.

tem_addinLoadedOk 

summary>To

web_To_Date 

summary>From

web_From_Date 

summary>An event processing add-in with this name has already been registered.

tem_addInDuplicate 

summary>Sort Clause

web_sortClause 

summary>Direction

web_direction 

summary>ASC

web_asc 

summary>DESC

web_desc 

summary>to

web_to 

summary>Removing all referential integrity constraints to allow primary indexes to be recreated. The constraints will be restored later on in the process.

tem_tool_droppingAllRefConstraints 

summary>Removing referential integrity constraints for table %1% ...

tem_tool_droppingRITableLogMessage 

summary>Preparing a report of schema objects.

tem_dbSchemaReport 

summary>All Tables

tem_schemaReportAllTables 

summary>All Views

tem_schemaReportAllViews 

summary>All Stored Procedures

tem_schemaReportAllProcs 

summary>Columns For Table %1%

tem_schemaReportColumns 

summary>Primary Index For Table %1%

tem_schemaReportPrimaryIndex 

summary>Unique Indexes For Table %1%

tem_schemaReportUniqueIndex 

summary>Non-unique Indexes For Table %1%

tem_schemaReportDuplicateIndex 

summary>Foreign Key Constraints For Table %1%

tem_schemaReportForeignKeys 

summary>This search method requires the first parameter to be a valid R_TRIM% object name - could not find an object with the name '%1'.

bob_srchCannotMatchObjectType 

summary>Specify the name of a valid R_TRIM% object followed by a valid search string for that object. For example: (record[87/1234]).

bob_srchMainObjectTooltip 

summary>This search method needs a R_TRIM% object type to be specified as part of the parameters.

bob_srchQueryNeedsObjectType 

summary>Objects of type '%1' do not have labels attached.

bob_srchObjectDoesNotHaveLabels 

summary>Objects of type '%1' cannot be used with this search method.

bob_srchObjectInvalidForMethod 

summary>Internal Error. R_TRIM% failed to load menu resource ID '%2'. %1%

core_failedToLoadMenu 

summary>{0} has been removed from {1} {2}

web_userLabelRemoved 

summary>{0} has been added to {1} {2}

web_userLabelAdded 

summary>Do you wish to remove the %1%: '%2'?

web_confirmDelete 

summary>Not Processing Events

evm_workgroupNotDoingEvents 

summary>Call In Progress

evm_workgroupCallInProgress 

summary>Not Running

evm_workgroupNotRunning 

summary>Call Failed

evm_workgroupNotContactable 

summary>Not In Use

evm_processorNotConfigured 

summary>Suspended

evm_processorSuspended 

summary>Blocked By Error

evm_processorBlockedByError 

summary>Running

evm_processorRunning 

summary>Refreshing information...

evm_refreshingDetails 

summary>Checking for redundant events for process '%1' (this process is no longer required) ...

evm_checkingRedundantEvents 

summary>The workgroup '%1' assigned for process '%2' - is not valid - this R_workgroup% does not process events. Your configuration needs to be updated.

evm_singletonInvalidFor 

summary>Could not find a workgroup for process '%1' - it appears there are no available workgroups for processing events. Your configuration needs to be updated.

evm_allWorkgroupsInvalidFor 

summary>Could not find a workgroup for SharePoint event processing - it appears there are no workgroups allocated to a SharePoint server farm. Your configuration needs to be updated.

evm_allSPWorkgroupsInvalidFor 

summary>Checking workgroups assigned to process events for '%1' ...

evm_checkingNoWorkgroupEvents 

summary>Selecting invalid events for process '%1' failed. %2%

evm_repairCountFailed 

summary>There are %1% redundant events for process '%2'. It is recommended that you delete these events. Press OK to proceed.

evm_confirmDeleteEvents 

summary>Deleting redundant events for process '%2' failed. %2%

evm_deleteEventsFailed 

summary>There are %1% events for process '%2' that have been assigned to an incorrect R_workgroup%. Press OK to reallocated these events to R_workgroup% '%3'.

evm_confirmAllocateWorkgroup 

summary>Reassigning events for process '%1' to machine '%2' failed. %2%

evm_reallocateEventsFailed 

summary>Checking for events left over from 6.2 schema (they are not allocated to a process) ...

evm_checkingFor62Events 

summary>An error occurred converting a 6.2 schema event. %1%

evm_errorProcessing62events 

summary>Checking for any events allocated to undefined processes...

evm_cleaningUpInvalidProcessData 

summary>An error occurred identifying events allocated to undefined processes. %1%

evm_errorCountingRemainingEvents 

summary>There are %1% events that have been allocated to undefined processes. Continuing will delete these events.

evm_confirmDeleteRemainingEvents 

summary>An error occurred deleting events allocated to undefined processes. %1%

evm_deleteRemainingEventsFailed 

summary>Event repair function complete. %1% events were deleted, %2% events were allocated to a different R_workgroup%, %3% events were converted from 6.2 schema format.

evm_repairComplete 

summary>Select a Workgroup Server to replace %1%

tem_findReplacementFor 

summary>Select Workgroup Server to transfer events to

tem_findNewEventWorkgroup 

summary>Do you want to delete the R_workgroup% '%1'?

tem_deleteWorkgroup 

summary>Do you want to transfer all events for process '%3' from R_workgroup% '%1' to R_workgroup% '%2'?

tem_reallocateEventsFromTo 

summary>Do you want to resume process '%1' on R_workgroup% '%2'?

tem_resumeEventProcessing 

summary>all workgroups

evm_allWorkgroups 

summary>configured workgroups

evm_configuredWorkgroups 

summary>selected workgroups

evm_selectedWorkgroups 

summary>all processors

evm_allProcesses 

summary>configured processors

evm_configuredProcessess 

summary>selected processors

evm_selectedProcesses 

summary>Monitor Event Processing (%1%)

evm_monitorEvents 

summary>Timer Events

tem_timersProcessed 

summary>Timer Errors

tem_timerErrors 

summary>Do you want to remove all events for process '%2' from R_workgroup% '%1'?

tem_removeEvents 

summary>Untitled

core_untitled 

summary>Initializing. Please wait...

evm_initializingPleaseWait 

summary>Please tag at least one R_workgroup% for monitoring.

evm_mustSelectAtLeastOneWorkgroup 

summary>Please tag at least one type of process for monitoring.

evm_mustSelectAtLeastOneProcess 

summary>To convert old schema format events each event needs to be passed to a R_workgroup% for reprocessing. Press OK to select a R_workgroup%, or CANCEL if you don't want to convert these old events at this stage.

evm_needToSelectAWorkgroupForOldEvents 

summary>Select Workgroup For Old Schema Events

evm_selectWorkgroupForConvertingEvents 

summary>An error occurred selecting old schema events for conversion. %1%

evm_convertCountFailed 

summary>Resuming process '%1' on R_workgroup% '%2' failed. %3%

evm_resumeProcessingFailed 

summary>Quick Search

web_quickSearchBtn 

summary>Advanced Search

web_advancedSearchBtn 

summary>Failed to set printer driver text overlay options.

rdr_failedToSetOverlay 

summary>An enum qualifier parameter was passed to a search method that doesn't require an extra qualifier.

bob_srch_invalidAclParameter 

summary>This search method requires you to specify an extra parameter value as the first parameter to specify %1%.

bob_srch_methodRequiresAclParameter 

summary>The value passed for the extra parameter value to specify %1% is not one of the valid values.

bob_srch_methodHasInvalidAclParameter 

summary>Recent

web_recent 

summary>The property '%1' is only available for b_record% representing a SharePoint Site or a SharePoint List.

rec_spFieldOnlyForListOrSite 

summary>The property '%1' is only available for b_record% representing a SharePoint Site.

rec_spFieldOnlyForSite 

summary>The property '%1' is only available for b_record% representing a SharePoint List.

rec_spFieldOnlyForList 

summary>Internal Error. Index to SharePoint list item b_record% is out of range.

rec_spItemOutOfRange 

summary>Cannot create a list item for a b_record% that is a SharePoint Site.

rec_spItemInvalidForSite 

summary>Cannot create a list item for a b_record% that is a SharePoint List.

rec_spItemInvalidForList 

summary>Please specify a valid ID for the SharePoint List Item.

rec_spItemInvalidId 

summary>The b_record% specified as the SharePoint List does not represent a SharePoint List.

rec_spItemInvalidListRecord 

summary>Please specify a valid URL for the SharePoint List Item.

rec_spItemInvalidUrl 

summary>This b_savedSearch% is not appropriate for %1%.

bob_searchNotCorrectType 

summary>Access Denied. You must either be the owner of this b_savedSearch%, a member of the group that owns this b_savedSearch%, or the b_savedSearch% must be public.

bob_searchNotOwnedByYou 

summary>This b_savedSearch% is a group heading and cannot be executed.

bob_searchCannotBeAGroup 

summary>This b_savedSearch% is not a group heading - only a group heading can be a parent of a b_savedSearch%.

bob_searchNeedToSelectAGroupForParent 

summary>Invalid Start Date/Time

wrk_invalidStartDate 

summary>Invalid Activity ID

wrk_invalidActivityId 

summary>An error was encountered during the duration recalculation.

wrk_durationScalingError 

summary>Invalid predecessor result

wrk_InvalidPredecessorResult 

summary>Access Denied. You do not have the permission to create a public b_savedSearch%.

bob_srhCannotCreatePublicSearch 

summary>Access Denied. You do not have permission to create a b_savedSearch% for this b_location%.

bob_srhCannotCreateSearchForThisGroup 

summary>The owner of this b_savedSearch% must be the same as the owner of its parent group (%1%).

bob_srhParentMustHaveSameOwner 

summary>A b_savedSearch% with this name and owner already exists. Do you wish to overwrite it with the current search?

pp_searchAlreadyExistsWarning 

summary>A b_savedSearch% with this name and owner already exists. You do not have permission to change it - please select a different search name.

pp_searchAlreadyExistsError 

summary>A b_savedSearch% with this name and owner already exists.

bob_srhSavedSearchAlreadyExists 

summary>You do not have permission to make changes to public bs_savedSearch%.

bob_srhNoPermissionForPublicSearch 

summary>The user '%1' does not have permission to make changes to public bs_savedSearch%.

bob_srhUserHasNoPermissionForPublicSearch 

summary>You do not have permission to make changes to bs_savedSearch% owned by %1%.

bob_srhNoPermissionForGroupSearch 

summary>The user '%1' does not have permission to make changes to bs_savedSearch% owned by %2%.

bob_srhUserHasNoPermissionForGroupSearch 

summary>Mine

web_showMine 

summary>Public

web_showPublic 

summary>The b_savedSearch% group '%1' does not exist for the nominated owner. Do you wish to create a new search group?

pp_searchGroupNotFoundDoCreate 

summary>ADO COM component does not seem to be properly configured. Unable to create ADO connection objects.

wgs_unableToCreateAdoConnection 

summary>A field search clause in the XML string is invalid.

bob_searchInvalidFieldSearchXML 

summary>Oracle OCI component does not seem to be properly configured. Unable to create OCI connection objects.

wgs_unableToCreateOciConnection 

summary>An operator definition in the XML string is invalid.

bob_searchInvalidOperatorXML 

summary>A sort item in the XML string is invalid.

bob_searchInvalidSortXML 

summary>An error occurred reading the XML version identifier of search definition.

bob_searchErrorReadingXMLVersion 

summary>An unspecified error occurred reading the XML search definition.

bob_searchErrorReadingXML 

summary>The search operator (%1%) is misplaced - it does not apply to any preceding method..

bob_srchMisplacedOperator 

summary>The search contains a trailing combining operator (and/or).

bob_srchTrailingOperator 

summary>The search contains a misplaced right parenthesis - please check.

bob_srchMisplacedRightBracket 

summary>People in (%1%)

bob_aclPeopleIn 

summary>and who are also in (%1% (see %2% '%3'))

bob_aclAndAlsoPeopleIn 

summary>People in (%1% (see %2% '%3'))

bob_aclPeopleInRef 

summary>or %1%

bob_aclOrIn 

summary>%1% (see %2% '%3')

bob_aclPersonRef 

summary>and who are %1% (see %2% '%3'))

bob_aclAndAlsoPerson 

summary>from

web_from 

summary>You do not have permission to modify the property '%1'.

core_cannotModifyProperty 

summary>ODBC is not installed or configured properly. Unable to create ODBC connection objects.

wgs_unableToCreateOdbcConnection 

summary>You do not have permission to view the property '%1'.

core_cannotViewProperty 

summary>This document is hosted in SharePoint and is not available for previewing.

web_docInSharePointNotPreviewable 

summary>Please enter data in 'Caption' field.

bob_capEditorOnlyShortSingular 

summary>Please enter data in 'Caption - When Plural Form Required' field.

bob_capEditorOnlyShortPlural 

summary>Internal Error. Could not obtain file version info for R_TRIM% module '%2'. %1%

core_couldNotGetFileVersion 

summary>Internal Error. The object provided to this bulk loader process is invalid. It is either null or not a new object.

sdknet_bulkLoaderObjectInvalid 

summary>SAPALINK component failed to initialize. No entry found for Database.Id in registry. refer to SAP Archive Link install documentation.

sap_noDbId 

summary>SAPALINK component failed to initialize. Invalid work path: '%1' %2%.

sap_badPWorkPath 

summary>Maximum DMS handle count has been reached, please wait for existing handle to be freed.

sap_maxDMSreached 

summary>DMS handle: %1% is currently running function '%2' on thread: %3%.

sap_DMSalreadyRunning 

summary>DMS handle error: %1% being requested for starting function %2%. Internal error, function already started.

sap_functionAlreadyStarted 

summary>DMS handle error: %1% being requested for starting function %2% is not currently registered.

sap_functionNotRegistered 

summary>DMS handle error: %1% being requested for completing function %2% but is currently running function: %3%.

sap_functionNotRunning 

summary>Unable to start TRIMSAP.exe. Error: %1%.

sap_unableToStartTRIMSAP 

summary>Unspecified error in SAP component.

sap_unspecifiedError 

summary>Invalid document Id handle.

sap_badDocumenntId 

summary>Customize B_jurisdiction%

web_customizeJurisdiction 

summary>Filter:

web_filterColon 

summary>Include a person's position

web_includePersonPosition 

summary>Organization

web_locTypeOrganisation 

summary>Group

web_locTypeGroup 

summary>Position

web_locTypePosition 

summary>Person

web_locTypePerson 

summary>Project Team

web_locTypeProjectTeam 

summary>Committee

web_locTypeCommittee 

summary>Venue

web_locTypeVenue 

summary>Workgroup

web_locTypeWorkgroup 

summary>Substitution

web_substitution 

summary>The b_fieldDefinition% '%1' may be used by a b_savedSearch%. If so, removing the b_fieldDefinition% will invalidate that b_savedSearch%.

bob_fieldMayBeUsedBySearch 

summary>Display as list

web_showAsList 

summary>Display as tree

web_showAsTree 

summary>This b_fieldDefinition% can only be an internal b_location%.

bob_fldLocationMustBeInternal 

summary>This b_fieldDefinition% can only be an external b_location%.

bob_fldLocationMustBeExternal 

summary>This b_fieldDefinition% must be a b_location% of type %1%.

bob_fldLocationWrongTypeSingle 

summary>This b_fieldDefinition% must be a b_location% with a type matching one of: %1%.

bob_fldLocationWrongTypeMultiple 

summary>Link

web_link 

summary>Feed

web_feed 

summary>R_TRIM% {0} {1}

web_feedTitle 

summary>{0} search using criteria search: '{1}'{2}{3}.

web_feedDescSearch 

summary>, sort: '{0}'

web_feedDescSort 

summary>, filter: '{0}'

web_feedDescFilter 

summary>User Option Sets

bob_capOptionSetHeader 

summary>User Option Set - %1%

bob_capOptionSet 

summary>Failed to validate this email configuration.

tem_mailTestFailed 

summary>%1%: an error occurred saving your preferences. %2%

bob_userOptionsSaveError 

summary>The value for '%1' is not with the allowable range of values. Please enter a value between %2% and %3%.

bob_propertyNotInRange 

summary>The document cache is using %1% of a maximum allocation of %2%. Please note, only documents that have been in the cache for more than 30 minutes will be cleared automatically when making room for new documents.

trm_clientDocumentCacheStatus 

summary>The document cache is not configured for use with this dataset. Refer to settings in 'System Options'.

trm_notUsingClientDocumentCache 

summary>You need to specify a search method - use the KwikSelect button to choose from available search methods.

ppg_pleaseEnterRecordSearch 

summary>You haven't supplied any search criteria for this search. Would you like to select all the available items?

ppg_pleaseEnterSearchOrAll 

summary>Private

web_private 

summary>Custom

web_custom 

summary>Container

web_container 

summary>Authority

bob_useAuthorityStyleCaption 

summary>Authority Items

bob_authorityItemsPageCaptions 

summary>%1%: Removing default value constraint for column %2%: %3%.

tem_removingDefaultValueConstraint 

summary>This search method does not allow a list of values to be specified.

bob_srchMethodCannotBeAList 

summary>When searching using a list of values, the values cannot contain any wildcard expressions.

bob_srchNoWildcardsInList 

summary>The search criteria contains too many levels.

bob_srchContainsTooManyLevels 

summary>This search method does not support searching by a range of values.

bob_srchMethodCannotBeARange 

summary>Column Preferences

web_columnsPreferences 

summary>Related Number

web_relatedNumber 

summary>Remove from Container

web_removeFromContainer 

summary>Electronic Document

web_electronicDocument 

summary>This SharePoint site contains some SharePoint list definitions and therefore cannot be deleted.

rec_sharePointSiteHasLists 

summary>This SharePoint List contains one or more list items corresponding to R_TRIM% bs_record%. You must delete all the R_TRIM% linked items before you can delete the SharePoint List.

rec_sharePointListHasListItems 

summary>Browse via B_Userlabel%

web_browseViaUserLabel 

summary>Browse via B_classification%

web_browseViaClassification 

summary>B_record% using b_classification% Browser

web_newFilePlan 

summary>Show BS_record%

web_showRecords 

summary>This b_record% is a Portable Document Format (PDF) document. The planned transfer includes this and possibly more PDF documents. Please ensure all PDF documents include the embedded fonts used in their formatting (include embedded fonts).

rec_jitcTransferWarning 

summary>You have changed the default period for declassifying bs_record%. All bs_record% using this period will be adjusted - press OK to continue or cancel.

trm_dbRescheduleDeclassification 

summary>Updating declassification schedule for b_record%: %1% ...

trm_dbUpdatingDeclassifyPrompt 

summary>The R_TRIM% ODMA module '%1' is required to support ODMA applications. ODMA will not work correctly in this environment.

trm_noPluginDLL 

summary>You must specify either a p_recClassification% or a p_recContainer% for this b_record%.

rec_jitcRecordNeedsClassOrContainer 

summary>Format

ppg_format 

summary>To apply your change to the preferred language you will need to restart R_TRIM%. Do you wish to exit R_TRIM% now?

trm_languageChangedOkToExit 

summary>Previously: %1%

rec_previously 

summary>Save as Default Sort Fields

web_saveAsDefaultSort 

summary>Save as Default Filter

web_saveAsDefaultFilter 

summary>%1% seems to be corrupt.

core_attachmentCorrupt 

summary>Save as default filter for record search

web_saveAsRecordTypeDefaultFilter 

summary>The specified object does not have a context menu.

sdknet_objectHasNoMenu 

summary>Could not load the menu resource for the context menu.

sdknet_couldNotLoadMenu 

summary>Internal Error. Saving of text data failed due to incorrect parameters.

db_invalidTextParameters 

summary>Failed to read entire input stream.

core_inputReadFailed 

summary>Failed to write to output stream.

core_outputWriteFailed 

summary>An error occurred saving configuration data. %1%

core_configKeySaveFailed 

summary>Invalid add document call. A document with this ODMA ID has already been opened.

odma_openStateError 

summary>No files are available in the Clipboard for this operation.

ocx_noFilesDropped 

summary>OLE Error. An OLE document function '%1' failed.

ocx_oleOperationFailed 

summary>Error occurred saving config file '%1'. %2%.

sth_cannotSaveConfig 

summary>Invalid R_workgroup% IDs detected - please use R_enterpriseStudio% to save and deploy your configuration file.

wgs_invalidWorkgroupIds 

summary>The b_electronicStore% update thread encountered a dataset with an invalid schema version '%1'. Transfers require dataset to be at schema version '118' or greater.

wgsTransferInvalidSchema 

summary>Internal Error. Function should only be used when generating new estoreID.

wgsInvalidWorkgroupPtr 

summary>B_classification% Commands

bcg_fpCommands 

summary>B_keyword% Commands

bcg_thesCommands 

summary>B_location% Commands

bcg_locCommands 

summary>B_schedule% Commands

bcg_schCommands 

summary>B_recordAction% Commands

bcg_racCommands 

summary>B_offlineRecord% Commands

bcg_offlineRecCommands 

summary>B_activity% Commands

bcg_wacCommands 

summary>canceled by user

grm_cancelledByUser 

summary>Could not find 'Component' metadata template

grm_noDataTemplate 

summary>No Schedule could be obtained for this document

grm_noSchedule 

summary>Error in call to GetFileAttributes

grm_errorInGetFileAttributes 

summary>Cannot create mail as a b_recRendition%.

trm_queueCannotCreateEmailAsRendition 

summary>Email address cannot be longer than %1% characters.

loc_smtpMailAddressToLong 

summary>Tab

bcg_tab 

summary>Document content searching is not configured for this R_TRIM% dataset.

core_contentSearchUnavailable 

summary>Commands on Tabs

bcg_allCommands 

summary>All Tabs

bcg_allTabs 

summary>Search based on an associated %1%: a specific unique identifier: 277 a specific unique identifier, recursive: 277+ a list of unique identifiers: 27,99,204,577+ matches a search : [method:parameters and method:parameters] matches a search, recursive : [method:parameters and method:parameters]+ search methods for %2% are:
(%3%)

core_searchObjectTooltipRecursive 

summary>A simple number: 27 list of numbers separated by a comma: 27,44,199

core_searchUriTooltip 

summary>A simple number: 27 simple number, recursive: 27+ list of numbers separated by a comma: 27,44,199 list of numbers separated by a comma, one or more recursive: 27+,44,199+

core_searchUriTooltipRecursive 

summary>Testing integration component: %1% ...

trm_integrationTestingApp 

summary>Testing of integration components complete. Errors were detected:

trm_integrationTestFinishedWithErrors 

summary>Testing of integration components canceled. Errors were detected prior to cancellation:

trm_integrationTestCancelledWithErrors 

summary>Testing of integration components complete. No errors were detected.

trm_integrationTestFinishedNoErrors 

summary>Testing of integration components canceled. No errors were detected prior to cancellation.

trm_integrationTestCancelledNoErrors 

summary>Warning. %1% has not been registered correctly. %2%

core_appNotRegisteredCorrectly 

summary>ODMA FullName registration entry for %1% is invalid.

core_odmaFullNameIncorrect 

summary>%1%: Attempt to register this component failed. %2%

core_appRegisteredFailed 

summary>Suspension Reason: %1%

wrk_suspensionReason 

summary>Checking status of %2% failed. %1%

core_checkAddInFailed 

summary>Registering %2% failed. %1%

core_registerAddInFailed 

summary>Activating %2% failed. %1%

core_activateAddInFailed 

summary>B_todoItem%

web_todoItem 

summary>BS_todoItem%

web_todoItems 

summary>View, add, or update your BS_todoItem%.

web_todoItemDescription 

summary>My BS_todoItem%

web_myTodoItems 

summary>All BS_todoItem%

web_allTodoItems 

summary>Due

web_todoItemDue 

summary>Complete

web_complete 

summary>Incomplete

web_incomplete 

summary>Update B_todoItem%

web_updateTodoITem 

summary>Person responsible

web_todoItemOwner 

summary>Description of task to be performed

web_todoDescriptionOfTask 

summary>Send notifications by email

web_sendNotificationsByEmail 

summary>B_todoItem% Reference List

web_todoItemChildReference 

summary>List of References for the selected B_todoItem%

web_todoItemChildReferenceDescription 

summary>References

web_todoItemReferences 

summary>Reference documents

web_todoItemReferenceDocuments 

summary>Return to B_todoItem%

web_returnToTodoItem 

summary>Go to B_record%

web_goToRecord 

summary>Please make a valid selection.

web_makeValidSelection 

summary>Add B_todoItem% Reference

web_addTodoItemReference 

summary>Error adding reference item.

web_errorAddingReferenceItem 

summary>Return to {0}

web_returnToObject 

summary>Create new {0}

web_createNewObject 

summary>Showing {0} for {1}: {2}

web_showingChildObjectsForObjectTypeAndTitle 

summary>View, add or remove {0} for the selected {1}

web_viewAddOrRemoveChildObjectForObjectType 

summary>{0} creation failed.

web_objectCreationFailed 

summary>A value must be entered for the field '{0}'.

web_mandatoryFieldNeedsValue 

summary>Log out

web_logout 

summary>R_TRIM% on the web

web_HPWebsite 

summary>Work Lists

web_workLists 

summary>No value selected

web_noSelection 

summary>Search B_classification% for BS_record%

web_searchEmailLinkClassification 

summary>Reference type

web_todoItemReferenceType 

summary>Reference B_record%

web_todoItemReferenceRecord 

summary>Uncomplete B_todoItem%

web_todoItemUncompleteToolTip 

summary>Complete B_todoItem%

web_todoItemCompleteToolTip 

summary>You must select at least one of the finalized filters

web_finalizedFilters 

summary>Show

web_locationShowCaption 

summary>Show related items

web_locationShowToolTip 

summary>Navigate to linked B_record%

web_navigateToLinkedRecord 

summary>View referenced document

web_viewReferencedDocument 

summary>Contact BS_record%

web_locationContactRecords 

summary>Assigned BS_record%

web_locationAssignedRecords 

summary>Created BS_record%

web_locationCreatedRecords 

summary>Owned BS_record%

web_locationOwnedRecords 

summary>Checked out BS_record%

web_locationCheckedOutRecords 

summary>BS_request% for

web_locationRequestsFor 

summary>BS_request% by

web_locationRequestsBy 

summary>Date range

web_locationDateRange 

summary>Set active date range

web_locationDateRangeToolTip 

summary>Active To

web_activedateTo 

summary>This type is not supported.

web_unsupportedType 

summary>You must select at least one of the record class filters

web_mustPickAtLeatOneRecordClassFilter 

summary>You must select at least one of the disposition filters

web_mustPickAtLeatOneDispFilter 

summary>Update B_location%

web_updateLocationCaption 

summary>All BS_recordType%

web_allRecordTypes 

summary>The following fields are invalid:

web_invalidFields 

summary>BS_savedSearch% with old formats are not supported. Please update the B_savedSearch% to the latest format.

web_oldFormatSavedSearchNotSupported 

summary>BS_userLabel%

web_userLabel 

summary>BS_userLabel%

web_userLabelToolTip 

summary>Select B_userLabel%

web_selectUserLabel 

summary>Add to B_userLabel%

web_addToUserLabel 

summary>Add to B_userLabel%

web_addToUserLabelToolTip 

summary>Successfully added to B_userLabel%.

web_addToUserLabelSuccess 

summary>Remove from B_userLabel%

web_removeUserLabel 

summary>Remove from B_userLabel%

web_removeUserLabelToolTip 

summary>Successfully removed B_userLabel%.

web_removeUserLabelSuccess 

summary>Create a new B_record% in this container

web_createRecordInContainerToolTip 

summary>New Part

web_newRecordPart 

summary>Create a new Part for this B_record%

web_newRecordPartToolTip 

summary>New Version

web_newRecordVersion 

summary>Create a new Version of this B_record%

web_newRecordVersionToolTip 

summary>This folder is not the latest part.

web_folderNotLatestPart 

summary>BS_location%

web_recordLocations 

summary>Add Contact

web_addContact 

summary>Show Contacts

web_showContacts 

summary>Effective from

web_effectiveFrom 

summary>New Assignee

web_newAssignee 

summary>Cancel selection

web_clearSelections 

summary>Select / deselect all on current page

web_selectDeselectAllByPage 

summary>An error occurred performing the selected operation.

web_errorPerformingOperation 

summary>An error has occurred processing the selected items.

web_progressErrorHeading 

summary>Set as B_space%

web_setHomeAsSpace 

summary>Also set Assignee to be the new Home

web_setHomeAndAssignee 

summary>Select all results

web_bulkSelection 

summary>All results of this search are selected

web_bulkItemsSelected 

summary>Remove Contacts

web_removeContactLabel 

summary>No B_record% contacts found

web_noChildLocations 

summary>B_savedSearch% was created but there was an error adding it to your favorites.

web_savedSearchCreatedButNotFavorited 

summary>Retrieve - Temporary

web_requestRetrieveTemporary 

summary>Retrieve - Permanent

web_requestRetrievePermanent 

summary>Retrieve - Recurring

web_requestRetrieveRecurring 

summary>Pick up - New

web_requestRetrievePickupNew 

summary>Pick up - Return

web_requestRetrievePickupReturn 

summary>My BS_request% not yet actioned

web_myRecordRequestsNotYetActioned 

summary>Navigate to parent B_classification%

web_navigateToParentClassification 

summary>Navigate to child BS_classification%

web_navigateToSubClassifications 

summary>Add to B_checkinStyle%

web_addToCheckinStyle 

summary>Move Down

mm_rmbMoveDown 

summary>Move Up

mm_rmbMoveUp 

summary>Date interval

web_dateInterval 

summary>Every

web_every 

summary>Recurring request

web_recurringRequest 

summary>Date required

web_dateRequired 

summary>Delete

web_delete 

summary>Until

web_until 

summary>Show BS_request%

web_showRequests 

summary>Search for error items

web_viewErrors 

summary>Contact removed

web_contactRemoved 

summary>B_record% requires a B_request% to be assigned to earliest requester

web_errorEarliestRequestorMustExist 

summary>Update successful

web_udpatedSuccessfully 

summary>Insert the new notes with a user stamp

web_insertNotesAddStamp 

summary>At the Start

web_NotesAtTheStart 

summary>At the End

web_NotesAtTheEnd 

summary>warning

mm_warningText 

summary>{0} has been removed from {1} favorites.

web_favoriteRemoved 

summary>Could not connect to R_WORKGROUP% on port %1%.

evt_couldNotConnectToWGS 

summary>DocuSign settings are not valid

dsg_settingBad 

summary>DocuSign request failed because the record uri was bad.

dsg_badUri 

summary>DocuSign request did not return a valid envelope id.

dsg_noEnvelopeId 

summary>Save

mm_mnuSave 

summary>Internal Error. User options are not available.

sdk_optionsNotAvailable 

summary>Options

web_options 

summary>This will copy your current user options to replace the existing global default. Are you sure?

trm_setGlobalConfirmMsg 

summary>Select Global Options To Download

trm_getGlobalSelectTitle 

summary>Select Options To Transfer To Global

trm_setGlobalSelectTitle 

summary>Tag the options that you wish to download from the global settings. Note that this will overwrite existing personal settings for the items selected.

trm_getGlobalSelectCaption 

summary>Tag the options that you wish to upload from your personal settings to the global settings.

trm_setGlobalSelectCaption 

summary>Internal Error. A COM error occurred saving user settings to XML format (%1%).

bob_comErrorSavingUserSetting 

summary>Internal Error. A COM error occurred reading user settings from XML format (%1%).

bob_comErrorReadingUserSetting 

summary>Schema upgrade required (%1%)

tem_schemaUpgradeNeeded 

summary>B_activity% Dates

web_ActivityDates 

summary>All

web_All 

summary>Top

web_Top 

summary>There may be matching {0} that are prevented from being displayed because of filtering or security reasons.

web_noMathingTopics 

summary>No {0} found.

web_noMatchTopicsFound 

summary>The R_TRIM% application did not permit being started.

trr_couldNotPermitStartProduct 

summary>Object type: {0}

web_objectType 

summary>Date needed

web_dateNeeded 

summary>Relationship type

web_releationshipType 

summary>Checking out

web_checkingOut 

summary>Upload

web_upload 

summary>Uploading

web_uploading 

summary>File to upload

web_fileToUpload 

summary>File {0} has been successfully uploaded.

web_uploaded 

summary>Uploading file to the server failed. Please try again.

web_uploadFailed 

summary>New Related b_Record%

web_newRecordRelationship 

summary>Based on container

web_basedOnContainer 

summary>{0} has been removed from {1} Work Tray.

web_worktrayRemoved 

summary>Set Home

web_setHome 

summary>Set Container

web_setContainer 

summary>Set to Location

web_setToLocation 

summary>Set to Home Location

web_setToHomeLocation 

summary>Set as Missing

web_SetAsMissing 

summary>Set Container To

web_setContainerTo 

summary>Due for Return By

web_dueForReturnBy 

summary>Set P_recAssignee%

web_setAssignee 

summary>The R_WEBCLIENT% does not support creating bs_record% using keyword titling methods.

rty_noKeywordTitlingOnWeb 

summary>This application has already been initialized as either a Windows Service or a Web Service.

sdk_setServiceTypeAlreadyDone 

summary>Set as Web Service failed. A work path was not supplied and no default was found in the Windows Registry.

sdk_webPathNotSupplied 

summary>Set as Web Service failed. The work path '%1' could not be accessed. %2%

sdk_webPathNotValid 

summary>The server is doing detailed logging. Do you wish to turn off detailed logging?

tem_loggingOnSetOff 

summary>The server is not doing detailed logging. Do you wish to turn it on?

tem_loggingOffSetOn 

summary>This request to change the logging state of the server will stay in effect until the server is restarted or deployment occurs.

tem_loggingChangeMessage 

summary>R_TRIMCONTEXT% Desktop Add-Ins

trm_desktopAddinOptionsSheet 

summary>Set P_recOwnerLocation%

web_setOwner 

summary>New P_recHomeLocation%

web_newHomeLocation 

summary>Requested by

web_requestedBy 

summary>— Schema data for table: %1% —

tem_reportTableSeperatorHeader 

summary>Next Month (Control+Right)

web_dp_nextText 

summary>Previous Month (Control+Left)

web_db_prevText 

summary>Choose a month (Control+Up/Down to move years)

web_dp_monthYearText 

summary>OK

web_dp_okText 

summary>Cancel

web_dp_cancelText 

summary>The date in this field must be equal to or after {0}

web_dp_minText 

summary>The date in this field must be equal to or before {0}

web_dp_maxText 

summary>Your session has expired. Please refresh your web browser then try again.

web_sessionExpired 

summary>{0} (In container)

web_inContainer 

summary>'{0}' is not a valid date - it must be in the format {1}

web_dp_invalidText 

summary>You will lose unsaved data in all other tabs. Are you sure?

web_tabsLose 

summary>Click to view XML data

bob_clickToDisplayXML 

summary>A query suitable for the R_TRIM% content search engine. contain and, or, brackets and not, together with special proximity search statements. to the R_TRIM% Help File for further information.

core_searchContentTooltip 

summary>A simple word: reef list of words: reef barrier manatee list of one or more words using '*' and/or '?' as a wildcards: ma*tee barr?er phrase enclosed in quotes: 'Great barrier reef'.

core_searchTitleWordTooltip 

summary>A simple word: reef list of words: reef barrier manatee list of one or more words using '*' and/or '?' as a wildcards: ma*tee barr?er

core_searchWordTooltip 

summary>The global toolbar and menu settings have been designed for an end-user with few administrative privileges. Are you sure you wish to continue?

trm_getGlobalFrameWarningMsg 

summary>Make Primary Contact

web_makePrimaryContact 

summary>Displaying {0} - {1} of {2}

web_pgt_displayMsg 

summary>No data to display'

web_pgt_emptyMsg 

summary>Page

web_pgt_beforePageText 

summary>of {0}

web_pgt_afterPageText 

summary>First Page

web_pgt_firstText 

summary>Previous Page

web_pgt_prevText 

summary>Next Page

web_pgt_nextText 

summary>Last Page

web_pgt_lastText 

summary>Refresh

web_pgt_refreshText 

summary>Invalid initialization object for a new %1%. This form of constructor must be provided with a valid, non-NULL TrimObject.

sdknet_initObjectCannotBeNull 

summary>Set active date range for {0}

web_activedateRangeTitle 

summary>Active From

web_activedateFrom 

summary>{0} has been removed from {1} recent documents.

web_recentDocRemoved 

summary>{0} has been removed from {1} my containers.

web_myContainerRemoved 

summary>Contact Type

web_contactType 

summary>Warning: Dataset %1% cannot be accessed. You may wish to disable it to avoid further messages of this sort. The error message was: %2%.

tem_dbIsUnreachable 

summary>Dataset cannot be accessed

tem_dbIsUnreachableTitle 

summary>Contact Name

web_contactName 

summary>Enabled

tem_dbIsEnabled 

summary>Not in service

tem_dbNotInService 

summary>Could not find a valid b_keyword% to match '%1'.

th_couldNotFindTermMatching 

summary>'%1' must be a narrower b_keyword% of '%2' for this titling method.

th_termMustBeNarrowerTermOfForISO 

summary>=3CAny=3E

tem_anyWorkgroup 

summary>Remove Contact - {0}

web_removeContact 

summary>{0} - {1} - No {2} found.=3Cbr /=3EThere may be matching {2} that are prevented from being displayed because of filtering or security reasons.

web_noTopics 

summary>This form of the IsEnabled function cannot take a child object. Command: %1%, object: %2%.

sdknet_cannotUseChildObjectTypeForIsEnabled 

summary>Please select a valid object for command: %1%.

sdknet_needsObjectForIsEnabled 

summary>Fields marked with an asterisk(*) are mandatory.

web_fieldsAreMandatory 

summary>Location Types

web_locationTypes 

summary>The search string is not valid for this object type. Either change the search string or choose a different object type.=3Cbr /=3E Parser message: {0}

web_parserError 

summary>Note that components developed in Visual Basic 6 may not run correctly in a multi-threaded environment.

bob_link_warningForMTASafe 

summary>Final and remove any previous Revisions

web_finalCheckBoxMesssage 

summary>Select OK to check out the document from R_TRIM% and download to your computer. Remember to take note of where you save the document so that you can check in modifications later.

web_checkOut 

summary>Check out Document {0}

web_checkOutTitle 

summary>Supercopy Document {0}

web_superCopyTitle 

summary>Select OK to save document locally.

web_superCopy 

summary>Check In - {0}

web_checkInTitle 

summary>Local File

web_localFile 

summary>Browse...

web_fileBrowse 

summary>{0} View Pane

web_customiseViewPaneTitle 

summary>{0} View Pane - {1}

web_customiseRecViewPaneTitle 

summary>Replace the current revision

web_replaceCurrentRevision 

summary>Discard any modifications made

web_discardMods 

summary>Return type

web_returnType 

summary>You must select one item in this group

web_radioBlank 

summary>You are not allowed to use a '-' in the b_savedSearch% name.

bob_searchHasBadCharacter 

summary>Type

web_type 

summary>This R_WORKGROUP% is not yet configured - try again later.

dbw_wgsNotConfigured 

summary>{0} - {1}

web_ssDesc 

summary>{0} - {1} - Filtered

web_ssDescfiltered 

summary>Option not selected

tem_optionNotSelected 

summary>Search Clause: {0}

web_searchClauseHelp 

summary>{0} or {1}

web_dateOr 

summary>Click here to select a value for '{0}'

web_triggerAlt 

summary>Click here to select a date for '{0}'

web_dateAlt 

summary>Search Field

web_searchFldTitle 

summary>Search Type

web_searchTypeTitle 

summary>Object Type

web_objectTypeTitle 

summary>The page size value is invalid, resetting to the previous value

web_invalidPageSize 

summary>Converting event %1% of %2% ...

evm_convertingOldEvent 

summary>Database connection has been restored

tem_dbConnectionRestored 

summary>Administered By

web_srchLbl_administeredBy 

summary>Authorized By

web_srchLbl_authorisedBy 

summary>{0} has been added to favorites.

web_favoriteAdded 

summary>Sort Name

web_srchLbl_sortName 

summary>A b_recRendition% has been requested for this b_Record% and is awaiting processing.

web_renditionRequested 

summary>Setting custom for multiple access control items is not supported.

web_customAccessControlNotSupported 

summary>Delete Related B_record%.

web_deleteRelatedRecord 

summary>You can not have more than {0} columns in the current browser.

web_canNotHaveMoreThanXColumnsIE7 

summary>Unable to load context menu.

web_unableToLoadContextMenu 

summary>Please select a Workflow template

web_selectWorkflowTemplate 

summary>Please enter a Workflow name.

web_enterWorkflowName 

summary>Cannot find Workflow Template with URI: %1%

web_cannotFindTemplateUri 

summary>When composing and sending email, R_TRIM% allows you to attach b_record% details, registered electronic documents and references.

vb_tio_AttachRecordsSuperTip 

summary>When composing email, R_TRIM% allows you to check in the email when it is sent.

vb_tio_CatalogueOnSendSuperTip 

summary>Send this email's attachments to Offline Records.

vb_tio_AttmntsToOfflineRecsSuperTip 

summary>Check in this email's attachments into R_TRIM%.

vb_tio_AttmntsOnlySuperTip 

summary>Check in this email into R_TRIM%.

vb_tio_CtlgMsgSuperTip 

summary>Preview is not available because of audit log settings.

bob_previewWouldCollapse 

summary>Non-factory index definition found for table %1% referencing column %2%. This index will be dropped.

tem_foundBespokeIndexesReferencingColumn 

summary>Non-factory index definition found for table %1% referencing column %2%. The index %3% is being dropped.

tem_removingBespokeIndexesReferencingColumn 

summary>Form Search

web_formSearchMenu 

summary>WARNING: This operation will modify the database. Non-factory objects will be removed. ensure that you have read the documentation for this operation. ensure that a recent, tested backup of your database and schema definition are available in the event of an unforeseen problem.
Ok to proceed with the modifications. Cancel to go back and review your selected options.

tem_dbRepairLastWarning 

summary>Cannot use the selected search group for this search. It would create a cyclic loop in the b_savedSearch% hierarchy.

srh_parentWouldCauseLoop 

summary>Error converting to a decimal or currency value: %1%

core_decimalOrCurrencyConversionError 

summary>Error converting '%1' to a decimal or currency value. It may contain invalid characters or it is not within the range of acceptable values.

core_badDecimalOrCurrencyString 

summary>Value is outside the limit of allowable decimal or currency values.

core_decimalLimitError 

summary>Please select the R_TRIM% dataset that you wish to migrate data from.

tem_pleaseSelectMigrateFrom 

summary>Migrating data from dataset: %1%

tem_migratingDataFrom 

summary>The dataset you wish to migrate data from is an old version. It will need to be upgraded before it can be used for migrating.

tem_migrateDBOldVersion 

summary>Export Tables to Bulk Loader Format

tem_export 

summary>Exporting table %1% (%2% of %3%)

tem_exportingTable 

summary>%1%: Removing statistics for column %2%: %3%.

tem_removingStatisticsReferencingColumn 

summary>Extracting document from server. Could not create local temp file '%1'. %2%

bob_extractDocumentCreateFile 

summary>Extracting document from server. Could not write to local temp file '%1'. %2%

bob_extractDocumentWriteFile 

summary>Extracting document from server. Could not open source file on server '%1'. %2%

wgs_extractDocumentCreateFile 

summary>Extracting document from server. Could not read from source file on server '%1'. %2%

wgs_extractDocumentReadFile 

summary>Microsoft Office Integration Component does not support the '%1' command.

office_unsupportedCmd 

summary>Microsoft Office Integration Component does not handle the '%1' button.

office_unsupportedBtn 

summary>Upgrade b_workflow%

tem_upgradeWorkflow 

summary>Internal Error. List of b_record% bs_jurisdiction% unavailable.

rec_internalError_jurisdictions 

summary>B_record% '%1' has no bs_jurisdiction% attached.

rec_recordHasNoJurisdictions 

summary>The next b_activity% is due to start. select an Assignee.

wkf_mustAssignSuccessorActivities 

summary>Changing the title of this B_classification% has caused an error with a child B_classification%:

fp_childError 

summary>Assign only if B_actionDef% has no default responsible B_location%

web_insertActionAssignIfNoLoc 

summary>Assign to this B_actionDef% and any subordinate B_recordAction%

web_insertActionAssignToActionAndSubordinate 

summary>On a specific date

web_insertActionOnASpecificDate 

summary>Before any existing bs_recordAction% for this B_record%

web_insertActionInsertAtBegining 

summary>After any existing bs_recordAction% for this B_record%

web_insertActionInsertAtEnd 

summary>Before the nominated B_actionDef% below

web_insertActionInsertBeforeNominatedAct 

summary>After the nominated B_actionDef% below

web_insertActionInsertAfterNominatedAct 

summary>Responsible B_location%

web_responsibleLoc 

summary>New B_actionDef% starts

web_insertActionNewActionStart 

summary>This selected B_record% has one or more contained bs_record% and cannot be deleted.

rec_recordHasContents 

summary>=3C Enter city or postcode or use search assistant =3E

web_enterAddressSearchQuery 

summary>Click to sort

web_clickToSort 

summary>Select column menu

web_selectColMenu 

summary>Add

web_Add 

summary>Expand / Collapse

web_ExpandCollapse 

summary>There are too many search results to sort this column. Please refine the search so there are fewer than {0} results.

web_postSortMax 

summary>The property '%1' is not supported for bs_recRendition% of type '%2'.

rec_propertyNotSupportedForRenditionType 

summary>Dispatch call error: %1%

office_dispatchError 

summary>Add-In not initialized correctly. An assembly name or class name is invalid.

sdknet_addinHasBadAssemblyOrClass 

summary>Add-In initialization failed. The R_TRIM% dataset is not in a valid connection state.

sdknet_addinHasBadDBEnvironment 

summary>Add-In Menu item not enabled.

sdknet_addinDefaultEnabledError 

summary>Internal Error. Invalid menu item index supplied for an external link Add-In.

sdknet_addinInvalidMenuItem 

summary>Add-In has canceled the object Save function.

sdknet_addinDefaultSaveCancelled 

summary>Add-In has canceled the object Delete function.

sdknet_addinDefaultDeleteCancelled 

summary>Add-In has failed verification of this Field Value (no details supplied).

sdknet_addinDefaultFieldError 

summary>Do you want to save the changes to '%1'?

office_saveDocumentQn 

summary>No b_record% search criteria has been associated with this b_hold%.

cse_noSearchAvailable 

summary>Complete P_recCurrentAction%

web_completeCurrentAction 

summary>Your session is going to expire in %1% minutes at %2%. Please save any incomplete data entry form and refresh the page to continue.

web_sessionAboutToExpire 

summary>An incorrect log type was specified to the extract document process. You must use one of the electronic document transaction types.

rec_invalidExtractLogType 

summary>Completion Date/Time

web_completionDateTime 

summary>Complete all previous incomplete b_record% actions.

web_completeAllPreviousIncompleteRecordActions 

summary>The data source you have selected does not appear to be an existing R_TRIM% dataset. One of the key tables required in a R_TRIM% dataset was not found. (%1%)

tem_notATrimDataset 

summary>An error occurred accessing database '%1'. This database will not be supported. %2%

wgs_couldNotServiceDatabase 

summary>Collapse All

web_collapseALL 

summary>Expand All

web_expandAll 

summary>Complete Current b_actionDef% for b_record% '%1'?

web_confirmCompleteCurrentAction 

summary>A memory leak was detected in the function '%1' of the add-in '%2'. It is highly recommended that the developer of this add-in be contacted for a resolution to this problem.

bob_addInHasMemoryLeak 

summary>Additional Fields

web_additional_Fields 

summary>Method Name

core_methodName 

summary>Abbreviation

core_abbreviation 

summary>Caption

core_caption 

summary>Child Object

core_childObject 

summary>Save or close any modified projects before exiting %1%

office_saveOrClosePrompt 

summary>No search has been associated with this b_hold% and you do not have the permissions to specify one.

sch_noSearchAvailableForHold 

summary>The document queue type '%1' is not supported on this machine.

trm_queueTypeNotSupported 

summary>Event processing requests have been submitted.

trm_eventsHaveBeenQueued 

summary>Removing tagged %1% ...

bob_removingTaggedChildItems 

summary>Invalid value for parameter 'Minimum number of threads serving clients'. Please enter a number between %1% and %2%.

tem_invalidInitialNumberThreadsInPool 

summary>Invalid value for parameter 'Maximum number of threads serving clients'. Please enter a number between %1% and %2%.

tem_invalidMaxThreadsInPool 

summary>Invalid value for parameter 'Time a client-serving thread can be idle'. Please enter a number between %1% and %2%.

tem_invalidThreadIdleTimeoutMs 

summary>Invalid value for parameter 'Interval at which the server pings the client'. Please enter a number between %1% and %2%.

tem_invalidPingBackIntervalMs 

summary>Invalid value for parameter 'Maximum size of any individual message sent from client to server'. Please enter a number between %1% and %2%.

tem_invalidMaxServerMessageLength 

summary>Invalid value for parameter 'Maximum number of incoming TCP connections allowed by the server'. Please enter a number between %1% and %2%.

tem_invalidMaxServerTcpConnections 

summary>Invalid value for parameter 'Time a client TCP connection can be idle '. Please enter a number between %1% and %2%.

tem_invalidConnectionIdleTimeoutMs 

summary>Invalid value for parameter 'Interval at which the server will scan for idle client TCP connections'. Please enter a number between %1% and %2%.

tem_invalidConnectionReapingIntervalMs 

summary>Register New Dataset

tem_registerNewDS 

summary>This type of search method does not support the comparison operator '%1'.

bob_searchUnsupportedComparisonOperator 

summary>You cannot use a comparison operator (%1%) with a comma-separated value list or a range.

bob_rangeOrListInvalidWithComparisonOperator 

summary>A comparison operator (%1%) occurred out of sequence.

bob_operatorOutOfSequence 

summary>Error while polling printer driver. %1%

rdr_printerPolling 

summary>Error while printing document. %1%

rdr_printerError 

summary>Print job canceled.

rdr_printerCanceled 

summary>Print job did not update within the expected time interval (%1% s).

rdr_printerProgressTimeout 

summary>Print job did not start within the expected time interval (%1% s).

rdr_printerTimeout 

summary>Print job aborted by the rendering engine. Error: %1%

rdr_printerAborted 

summary>Printer API error. Function: %1%. Error: %2%.

rdr_printerAPIError 

summary>Render thread already running.

rdr_threadRunning 

summary>Canceling current rendering operation.

rdr_cancelingThread 

summary>Could not find printer driver output file. File: %1%

rdr_noPrtDriverFile 

summary>This b_jurisdiction% can not be removed because it is used by bs_record%.

fp_juriUsedAsByRec 

summary>This b_jurisdiction% can not be removed because it is the default b_jurisdiction% for one or more b_record% bs_classification%.

fp_juriUsedAsByClass 

summary>This b_jurisdiction% can not be removed because it is the default b_jurisdiction% for one or more bs_recordType%.

fp_juriUsedAsByRecType 

summary>This b_jurisdiction% can not be removed because it is the default b_jurisdiction% for one or more bs_location%.

fp_juriUsedAsByLocation 

summary>This b_jurisdiction% can not be removed because it is the b_jurisdiction% for one or more bs_schTrigger%.

fp_juriUsedAsByTrigger 

summary>There is an existing b_wacStartCondition% applied to this b_activity%. Would you like both bs_wacStartCondition% to be set as optional conditions?

wkf_conditionCreatingWarning 

summary>A number range was not specified correctly. It is missing the starting or ending value.

bob_rangeNotSpecifiedCorrectly 

summary>Failed to duplicate thread impersonation token. %1%

bob_duplicateTokenFailed 

summary>Email Folder

mpx_mailFolderHdg 

summary>When using a comparison operator (%1%) you cannot specify a list of values, a range of values, or use a wildcard expression.

bob_srchNotRangeOrListOrWildcardWithOperator 

summary>There was an error calling the MAPI system function '%2'. %1%

mpx_errorAccessingMAPIFunction 

summary>Ascending

web_ascending 

summary>Descending

web_descending 

summary>The rendering engine has not been configured. Please run the R_ENTERPRISESTUDIO% monitor to configure rendering.

rdr_serviceNotConfigured 

summary>The automation component for Lotus Notes does not appear to have been registered on this machine. Please check your Lotus Notes installation.

trm_lotusNotesAPINotRegistered 

summary>The Lotus Notes database could not be opened. %1%

core_notesOpenDatabaseFailed 

summary>The linked Lotus Notes Message cannot be found. It may have been deleted.

core_lotusNotesMessageNotFound 

summary>Select Lotus Notes Folder

trm_selectNotesFolder 

summary>%3% in database %2% on server %1%

trm_lotusNotesLocationDesc 

summary>Lotus Notes queue has an invalid location (%1%)

trm_lotusNotesLocationInvalid 

summary>Creation of Lotus native mail files is not supported in 64 bit builds.

trm_lotusNotesNo64bitSupport 

summary>Failed to open Lotus Notes database (%1%)

trm_lotusNotesCouldNotOpenDatabase 

summary>Could not find Lotus Notes folder (%1%)

trm_lotusNotesCouldNotFindFolder 

summary>Could not submit job to OCR server

rdr_couldNotSubmitOcrRequest 

summary>OCR server job timeout. Request timeout(s): %1%.

rdr_ocrRequestTimeout 

summary>Cannot process OCR requests because the Image Server has not been configured.

rdr_OcrImageServerNotConfigured 

summary>No Lotus Notes folder with a name of %1% could be found in database %2% on server %3%.

trm_lotusNotesFindFolderFailed 

summary>Select Lotus Notes Database

trm_lotusNotesSelectDatabase 

summary>There are no suitable Lotus Notes databases available on server %1%.

trm_lotusNotesNoDatabases 

summary>There are no suitable folders in Lotus Notes database %1% on server %1%.

trm_lotusNotesNoFolders 

summary>Select From Available Items

bob_defaultSelectStringTitle 

summary>There are no suitable items available for you to select from.

bob_defaultNoItemsAvailableMsg 

summary>Please highlight the item you wish to select.

bob_pleaseSelectAnItem 

summary>Could not link to the database that this Lotus Notes message resides in.

trm_lotusNotesCouldNotLocateParentDatabase 

summary>No Lotus Notes database with a path of %1% could be found on the server %2%

trm_lotusNotesFindDatabaseFailed 

summary>A call to the Lotus Notes automation library failed. %1%

trm_notesCallFailed 

summary>Impersonated logon failed. The account %1% is not trusted to impersonate other R_TRIM% users.

wgs_impersonatedLogonFailed 

summary>Are you sure you want to delete all %1%?

web_removeAllConfirmation 

summary>The user name must have a domain name. Use the format 'domainName\accountName'.

tem_userNameNeedsDomain 

summary>Some of the tagged items could not be removed - see the Activity Log for further details.

bob_someChildrenNotRemoved 

summary>The cell contents must be confirmed by selecting a different cell before this document can be saved.

office_ExcelCellConfirm 

summary>File limit setting must be between %1% and %2%.

tem_invalidFileSizeEdit 

summary>Your R_TRIMCONTEXT% dataset is the correct schema version.

tem_TRIMSoftwareIsUptodate 

summary>Invalid document store.

est_badStore 

summary>Store is encrypted.

est_storeEncrypted 

summary>Store item is encrypted.

est_storeItemEncrypted 

summary>Store item is compressed.

est_storeItemCompressed 

summary>Workgroup server not '%1' or '%2'.

est_wgsNotLocal 

summary>Bonaire, Sint Eustatius and Saba

core_countryBes 

summary>Curaçao

core_countryCuracao 

summary>Guernsey

core_countryGuernsey 

summary>Isle of Man

core_countryIsleMan 

summary>Bailiwick of Jerssey

core_countryJersey 

summary>Montenegro

core_countryMontenegro 

summary>Saint Barthélemy

core_countrySaintBarthelemy 

summary>Saint Martin

core_countrySaintMartin 

summary>Serbia

core_countrySerbia 

summary>Sint Maarten

core_countrySintMaarten 

summary>South Sudan

core_countrySouthSudan 

summary>Please enter a valid number for the byte count.

pp_pleaseEnterByteCount 

summary>You need to set a limit on the b_electronicStore% capacity to specify an alert level or a close threshold.

est_capacityNotSet 

summary>In b_electronicStore% Pool

est_partOfPool 

summary>Processing complete, performing final cleanup

tem_terminating 

summary>Restoring referential integrity constraints for %1%

tem_restoringIntegrity 

summary>Truncating data in table %1%

tem_truncatingIndexTable 

summary>Sorting index words

tem_reindexSortingNewWords 

summary>Reindexing %1%: %2% of %3%

tem_reindexGeneralProgress 

summary>Reindexing b_record% text field definition %1%: %2% of %3%

tem_reindexUserTextProgress 

summary>Reindexing b_record% notes: %1% of %2%

tem_reindexNotesProgress 

summary>Initializing indexing process for %1%

tem_reindexStageStarting 

summary>Preparing index for loading %1%

tem_preparing_word_indexes 

summary>Bulk loading new index and word table rows

tem_bulkLoadingIndexTables 

summary>Temporarily disabling connections to this database ...

tem_stoppingConnections 

summary>Attempt to broadcast the following message failed:

%1%

%2%

tem_broadcastMessageFailed 

summary>Completed BULK INSERT for %1%, %2% word sort rows created.

tem_bulkInsertingNewWords 

summary>Completed reading input data for %1%, %2% rows processed.

tem_readIndexData 

summary>Selected and sorted index data for %1%.

tem_sortedNewWordRows 

summary>Processed sorted indexing data for %1%, ready for bulk loading.

tem_createdBulkLoaderInput 

summary>Bulk loading of new index words for %1% completed.

tem_newIndexWordsLoaded 

summary>Bulk loading of index intersection table for %1% complete.

tem_newObjectIndexRowsLoaded 

summary>Step %1% Completed

tem_stepComplete 

summary>Invalid event processing batch size, please enter a value between %1% and %2%

tem_invalidBufferSize 

summary>Invalid event queue polling interval, please enter a number of seconds value between %1% and %2%

tem_invalidBufferTimeout 

summary>Invalid serialisation lock timeout, please enter a number of seconds between %1% and %2%

tem_invalidLockTimeout 

summary>The BULK INSERT work path needs to be accessible by all workgroups (and also the SQL Server instance if you are using a SQL Server database). It is strongly recommended that it be a UNC path.

tem_bulkInsertPathNotUNCWarning 

summary>The attempt to do an IDOL optimize failed. %1%

idol_optimizeFailed 

summary>The attempt to do an IDOL delete all failed. %1%

idol_deleteAllFailed 

summary>The attempt to do create an IDOL database failed. %1%

idol_createDbaseFailed 

summary>The attempt to do an IDOL delete failed. %1%

idol_deleteDocumentFailed 

summary>The attempted IDOL request %1% failed. %2%

idol_requestError 

summary>The attempt top create a new subfolder failed - there are too many

wgs_tooManySubfolders 

summary>There was an error connecting to the IDOL server. %1%

idol_connectionError 

summary>Processor: %1% - failed to acquire serialisation lock after waiting for %2% seconds. Will try again later.

evt_cannotAcquireSerialisationLock 

summary>BS_location% of type '%1' cannot be used for statistical aggregations.

loc_typeCannotBeUsedForStats 

summary>Save To R_TRIM% (%1%)

office_saveAsDialogTitle 

summary>Waiting on serialisation lock for %1%, %2% seconds elapsed ...

db_waitingForProcessLock 

summary>%1% cannot be larger than 8,388,607 Terabytes.

pp_sizeExceedsMaxInt64 

summary>The directory %1% does not have write permission enabled for this process.

sdknet_bulkLoader_setDoc_dir_not_writeable 

summary>Failed to create the subdirectory %1%.

sdknet_bulkLoader_create_dir_failed 

summary>Please specify a valid authority type for this records authority.

rty_specifyAuthorityType 

summary>Only bs_recordType% with records authority behavior can have a value for '%1'.

rty_cannotSpecifyAuthorityBehaviour 

summary>A Records Authority b_recordType% is not suitable in this context.

rty_purposeNotSuitableForAuthority 

summary>This b_recordType% is being used for records authority audit logging for b_recordType% '%1'.

rty_inUseByAuthority 

summary>This b_record% is being used for records authority audit log folder for b_record% '%1'.

rec_usedAsRecordAuthorityAudit 

summary>This b_record% is being used for records authority audit log default folder for b_recordType% '%1'.

rec_usedAsRecordAuthorityAuditDefault 

summary>Invalid handle specified while uploading document to server.

bob_addDocumentInvalidHandle 

summary>You have entered a future date.
you wish to continue?

evt_statsInvalidFutureDate 

summary>No stores are available in the b_electronicStore% Pool.

est_noPooledStoreAvailable 

summary>There are no bs_jurisdiction%.

web_thereIsNoJurisdiction 

summary>A b_jurisdiction% of type 'single' cannot have member bs_jurisdiction%.

sch_singleJurisdictionCannotHaveMembers 

summary>This b_jurisdiction% has members. They will be removed if you change it to a 'single' type of b_jurisdiction%.

sch_removingJurisdictionMembers 

summary>B_jurisdiction% '%1' has no member bs_jurisdiction% attached.

sch_jurisdictionHasNoMembers 

summary>BS_jurisdiction% members attached to b_jurisdiction% '%1'

sch_currentJurisdictions 

summary>Enter the text file containing the data

trm_originSourceFileCaption 

summary>Enter the path to the Windows folder to be processed

trm_originWindowsFolderCaption 

summary>Please make a selection from the list of %1%.

ocx_selectEnumValue 

summary>Warning - you are about to remove a customized caption. Some data in R_TRIM% may already be depending on this value and therefore may no longer be valid. Are you sure you want to continue?

bob_removingCustomCaptionWarning 

summary>The value provided for a CommandId is not valid.

sdk_invalidTaskId 

summary>The following bs_jurisdiction% could not be resolved: %1%

sch_badJurisdictions 

summary>The following bs_jurisdiction% had multiple matches: %1%

sch_ambiguousJurisdictions 

summary>Unable to create file VEO for container '%1' while creating b_record% VEO for b_record% '%2'.

rdr_versFileVeoError 

summary>Printer driver API error. Call to %1% failed. Error: %2% - %3%.

rdr_printOnstreamApiError 

summary>Tag any of the %1% listed below that you want to add

web_tagToAdd 

summary>Tag any of the %1% listed below that you want to remove

web_tagToRemove 

summary>Home Location

web_homeLocationLabel 

summary>When should the Assignee be changed to the new Home Location?

web_homeLocationChangeAssignee 

summary>Always

web_homeLocationAlwaysOption 

summary>Never

web_homeLocationNeverOption 

summary>Change when the Assignee is the current Home Location

web_homeLocationChangeAssigneesOption 

summary>External record authority identifier is in an invalid format.

rec_invalidRecordAuthorityFormat 

summary>Web Service, %1%.%2%

tem_customEventProcDetailsWebService 

summary>Access controls apply together with any b_recordType% references

web_aclApplyTogetherWithAnyRtyReferences 

summary>Access controls bypass any B_recordType% references

web_aclBypassWithAnyRtyReferences 

summary>There are no Requests for this b_record%.

web_noRequests 

summary>Set to Earliest Requester

web_setToEarliestRequester 

summary>You cannot attach an external record authority to a container b_record%.

rec_cannotAttachAuthorityToContainer 

summary>Date Range

trm_statsDateRangeHeading 

summary>Time Zone

trm_statsTimeZoneHeading 

summary>The 'TRIM_GRM_Administrator' user could not be found. Please create this user.

grm_AdminUserNotFound_error 

summary>{0} has been added to Recent Documents.

web_recentDocumentsAdded 

summary>Invalid grouping selection.
and Location grouping cannot both be none.

trm_statsNoGroupSelection 

summary>Generic .NET add-in

bob_genericDotNetAddinSheetTitle 

summary>%1% by %2%

trm_statsLocationPrimaryHeader 

summary>R_TRIM% was not able to load a dictionary for the current language. Please check that the dictionary files are installed correctly.

core_spellNoLex 

summary>You cannot remove a b_record% from a Container that is on hold (%1%)

rec_cannotRemoveFromContainerOnHold 

summary>This b_record% is on hold and a policy has been set to prevent contained items from having individual holds. (%1%)

rec_cannotSetContainerOfARecordOnHold 

summary>You cannot add new contents to a Container that is on hold (%1%)

rec_cannotAddContentsToAContainerOnHold 

summary>Browse

toa_group_browse 

summary>Tools

toa_group_tools 

summary>B_record% Properties

toa_btn_Record 

summary>Open the R_TRIM% b_record% properties for this document

toa_btn_Record_tt 

summary>Make Final

toa_btn_MakeFinal 

summary>Make the associated R_TRIM% b_record% final when the document is checked in

toa_btn_MakeFinal_tt 

summary>R_TRIM% integration with %1% version %2% is not supported

toa_err_OfficeVersionNotSupported 

summary>The active document does not have an associated R_TRIM% b_record%. If it was opened for viewing from within R_TRIM% you will need to use R_TRIM% to see the b_record% properties for this document.

toa_msg_DocHasNoRecord 

summary>B_classification% Title

trm_statsClassificationTitle 

summary>B_classification% Number

trm_statsClassificationNumber 

summary>B_jurisdiction% Name

trm_statsJurisdictionName 

summary>B_jurisdiction% Description

trm_statsJurisdictionDescription 

summary>B_recordType% Name

trm_statsRecordTypeName 

summary>B_schedule% Title

trm_statsScheduleTitle 

summary>R_TRIM% B_record% Creation Statistics

trm_statsRecordTitle 

summary>Date Executed

trm_statsDateExecuted 

summary>B_location% Set

trm_statsLocationSet 

summary>Statistically Significant

trm_statsStatisticallySignificantSet 

summary>All

trm_statsAllRecordSet 

summary>BS_record% Created

trm_statsRecordsCreated 

summary>Expand all

trm_statsExpandAll 

summary>Collapse all

trm_statsCollapseAll 

summary>[Other]

trm_statsOtherColumn 

summary>Processed %1% bs_record% in %2% seconds

trm_statsHtmlFooter 

summary>The Physical b_recordType% does not match the Template in the File Plan b_recordType%. b_record% cannot be created.

grm_physicalRTYMismatchError 

summary>This b_schedule% cannot have any destroy triggers as it is marked as Retain Permanent or contains a global default trigger for Archive.

sch_cannotHaveDestroyTriggersRPD 

summary>This b_schedule% has conflicts between Destroy and Archive/Keep Forever for the bs_jurisdiction% '%1'.

sch_conflictedJurisdictions 

summary>Behavior with respect to b_Recordtype% access control references

web_behaviourWithRespectRtyReferences 

summary>Set Access For

web_setAccessFor 

summary>To apply an authorization step to the Record Authority delete process you need to also specify a b_location% to be responsible for the authorization.

rec_authorityNeedsAuthoriser 

summary>You do not have this document checked out testing the checkin status found a problem. %1%

rec_notBookedOutAndCannotCheckout 

summary>You do not have this document checked out and therefore there are no changes to discard.

rec_notBookedOutDiscard 

summary>The b_recordType% for this type of b_origin% needs to implement the 'Records Authority' behavior.

rty_needsToHaveRecordAuthorityBehaviour 

summary>B_location% '%1' does not have the 'Record Archivist' permission. This is needed to be able to authorize 'Delete by Authority' jobs.

loc_mustHaveArchivePermissionToAuthoriseDeletes 

summary>A title substitution string is required to work with this origin.

ogn_titleNeedsSubstitionString 

summary>BS_origin% of type: Records Authority - must have a default b_recordType%.

ogn_mustSpecifyDefaultRecordType 

summary>Please specify a number of days for the rollover of the Authority b_record%.

ogn_pleaseSpecifyDaysForRollover 

summary>Please specify a number of items for the rollover of the Authority b_record%.

ogn_pleaseSpecifyItemsForRollover 

summary>The specified b_record% is not an Authority b_record% - it must implement the Record Authority behavior.

rec_notAnAuthorityRecord 

summary>The selected Authority b_record% has a different authorization style than that specified for the b_origin%.

ogn_nonMatchingAuthorisationStyles 

summary>{0} has been added to b_record% Work Tray.

web_worktrayAdded 

summary>{0} has been added to My Containers.

web_myContainersAdded 

summary>BS_jurisdiction% are required for this type of b_record%.

rec_jurisdictionsAreRequired 

summary>Ribbon Command Status

bob_info_mainMenuDetails 

summary>Command is reserved for future use.

bob_menuItemForDebugOnly 

summary>Command requires a connection to a R_TRIM% dataset.

bob_menuItemNotAvailableOffline 

summary>Command requires the following executable to be installed in the R_TRIM% installation folder: %1%

bob_menuItemRequiresExecutable 

summary>This command is not available when running within a document authoring application.

bob_menuItemNotAvailableInsideAuthoringApp 

summary>This command is only available within the R_webClient%.

bob_menuItemOnlyAvailableForWebClient 

summary>This command is only available when R_TRIM% is offline.

bob_menuItemOnlyAvailableOffline 

summary>Total BS_record% Created

trm_statsTotalRecordsCreated 

summary>Notes %1_theCount%

dp_cap_SplitNotesN 

summary>Source Notes Field Count

dp_cap_MultipleNotes 

summary>'ConvertToText' failed for b_record% '%1'.

dci_textConversionFailed 

summary>%1% Settings

dp_msg_GroupeName_NonGeneric 

summary>Unable to set To Do Item Reference Record because the Record with number '%1' was not found.

dp_msg_ToDoItemRefFailedNotFound 

summary>Unable to set To Do Item Reference Record because the reference type %1% that was supplied is invalid.

dp_msg_ToDoItemRefFailedInvalidType 

summary>Unable to set %1% because the object referred to by %2% could not be found.

dp_msg_UnableToSetPropertyObjectNotFound 

summary>Deindexed b_record%, buffer size = %1%.

dci_deindexingRecord 

summary>Append Notes

dp_cap_AppendNotes 

summary>There are no bs_record% matching the specified criteria for removal. Total bs_record% attached to this b_hold%: %1%.

cse_noRecordsRemovedFromHold 

summary>%1% bs_record% were removed from this b_hold%. Total bs_record% remaining for this b_hold%: %2%.

cse_someRecordsRemovedFromHold 

summary>%1% bs_record% were removed from this b_hold%. There are no more bs_record% associated with this b_hold%.

cse_allRecordsRemovedFromHold 

summary>There are no bs_record% matching the specified criteria for adding to the b_hold%. Total bs_record% attached to this b_hold%: %1%.

cse_noRecordsAddedToHold 

summary>%1% bs_record% were added to this b_hold%. Total bs_record% now associated with this b_hold%: %2%.

cse_someRecordsAddedHold 

summary>%1% selected %2% from within the specified search.

bob_allTaggedItems 

summary>%2% matching the search criteria, excluding %1% items.

bob_allItemsExcept 

summary>All %1% matching the search criteria.

bob_allItemsInSearch 

summary>Notes Separator

dp_cap_NotesSeparator 

summary>Cannot reschedule b_recordAction% to before b_record% p_recDateRegistered%

act_errRescheduleDate 

summary>The attempt to do an IDOL 'getXMLString' failed. %1%

idol_getXMLStringFailed 

summary>Content Index server %1%:%2% is unreachable.

dci_dciServerUnreachable 

summary>%1% does not seem to be installed.

core_integrationApplicationNotInstalled 

summary>You have turned off all processing for '%1'. This will permanently delete any events in the queue for this type of process as well as preventing any new events being created for this process. Are you sure you wish to continue?

tem_clearAllEventsForIgnoredProcess 

summary>You have specified that from now on all events for '%1' should be processed by R_workgroup% '%2'. If you continue, any existing events in the queue will be switched to use the new R_workgroup%. Are you sure you wish to continue?

tem_moveAllEventsForProcessTo 

summary>You must select a R_workgroup% that has been configured to process events.

tem_workgroupMustBeAbleToProcessEvents 

summary>%1% is the only R_workgroup% configured for the process '%2'. Use the Event Processing - Configure option if you wish to change the R_workgroup% for this process type.

tem_pleaseConfigureAnAlternateWGS 

summary>The %1% was successfully registered.

core_registrationOk 

summary>This is a reminder the b_actionDef% '%1' has been assigned to you and is due to start on %2%.

evt_trimMailActionStartReminder 

summary>This is a reminder the b_actionDef% '%1' has been assigned to you and is due to be completed by %2%.

evt_trimMailActionReminder 

summary>%1% is not in the range %2% to %3%.

edi_numberOutOfRange 

summary>The R_ENTERPRISESTUDIO% configuration file is invalid.

tem_invalidConfiguration 

summary>Fixing NULL columns for table: %1%

tem_fixNullsForTable 

summary>Fixing NULL columns for table: %1%, Column: %2%

tem_fixNullsForColumn 

summary>Failed to deploy R_ENTERPRISESTUDIO% configuration file to R_WORKGROUP% %1%:%2%. %3%

tem_deployFailed 

summary>Press OK to browse from available bs_jurisdiction%.

sch_doBrowseOption 

summary>An error was found when checking the b_record%. The b_record% will be displayed so you can correct any errors.
:%1%

rec_errorDetectedCheckingRecord 

summary>An attempt to access the registry key '%1' failed. %2%

core_registryFail 

summary>Check the User Access Control (UAC) settings on your computer.

core_checkUACSettings 

summary>%1% (Event allocations)

tem_deployDBEventCheck 

summary>Checked

tem_deployStatusChecked 

summary>Connection string is not created.

tem_connectionStringIsEmpty 

summary>The attempt to do an IDOL 'addDocument' was refused by the IDOL server. %1%

idol_addDocumentRefused 

summary>The date mapping property %1% of archive system %2% is invalid and cannot be used to satisfy a R_TRIM% archive delete request.

evt_invalidArchiveDateMapping 

summary>The date property %1% used by archive system %2% cannot be used to satisfy a R_TRIM% archive delete request. No corresponding search method exists.

evt_invalidArchiveDateProperty 

summary>%1%
has completed successfully.

tem_commandComplete 

summary>There are more items waiting to be checked in.
you want to continue?

vb_tio_itemsWaitingToCatalog 

summary>Manages all your electronic and paper documents.

trm_TRIMSendToDescription 

summary>Manages all your desktop electronic documents.

trm_TRIMDesktopSendToDescription 

summary>The %1% you are adding matches one that has already been created for this %2%.

bob_duplicateChildRow 

summary>Attempt to add the same %1% more than once to this %2%.

bob_duplicateChildrenAdded 

summary>The changes made to a %1% for this %2% would cause a duplicate.

bob_childModificationMakesDuplicate 

summary>Invalid value for parameter '%1'. Please enter a number between %2% and %3%.

tem_invalidEstoreTransferParm 

summary>R_TRIM% could not open an attachment in the mail message. %1%

mpx_failedToOpenAttachment 

summary>The R_TRIM% Office add-in is set to operate in Offline Mode. b_record% properties function is not available.
you like to go to Online mode?

office_addinInOfflineMode 

summary>Submenu has no items or is not a POPUP

sdknet_subMenuCorrupt 

summary>Error converting document: %1% - %2%.

rec_convertTrapezeError 

summary>Unknown error converting document: %1%.

rec_convertTrapezeUnknownError 

summary>Error scanning document: %1% - %2%.

rec_scanTrapezeError 

summary>Unknown error scanning document: %1%.

rec_scanTrapezeUnknownError 

summary>Primary R_WORKGROUP%

bob_PrimaryWgServer 

summary>Backup R_WORKGROUP%

bob_BackupWgServer 

summary>Primary R_WORKGROUP% port number

bob_PrimaryWgServerPort 

summary>Backup R_WORKGROUP% port number

bob_BackupWgServerPort 

summary>Default user

bob_defaultUser 

summary>default application

web_defaultApplication 

summary>DLL or shared library not found.

core_keyview_DLLorsharedlibrarynotfound 

summary>memory allocation failure.

core_keyview_memoryallocationfailure 

summary>fpContinue() returns FALSE.

core_keyview_fpContinuereturnsFALSE 

summary>Invalid/corrupt input stream.

core_keyview_Invalidcorruptinputstream 

summary>Invalid output type requested.

core_keyview_Invalidoutputtyperequested 

summary>General error.

core_keyview_Generalerror 

summary>Format not supported.

core_keyview_Formatnotsupported 

summary>File is Password Protected.

core_keyview_FileisPasswordProtected 

summary>Adobe Document Server not found.

core_keyview_AdobeDocumentServernotfound 

summary>Autodetect error.

core_keyview_Autodetecterror 

summary>Unable to detect file format.

core_keyview_Unabletodetectfileformat 

summary>Error initializing the reader.

core_keyview_Errorinitializingthereader 

summary>No reader available for this format.

core_keyview_NoReaderAvailable 

summary>Unable to create output file.

core_keyview_Unabletocreateoutputfile 

summary>Unable to create temp file.

core_keyview_Unabletocreatetempfile 

summary>Error writing to output file.

core_keyview_Errorwritingtooutputfile 

summary>Error creating a child process.

core_keyview_Errorcreatingachildprocess 

summary>Wait for child process failed.

core_keyview_Waitforchildprocessfailed 

summary>Child process hung / timed out.

core_keyview_Childprocesshungtimedout 

summary>Attempt to extract nonexistent file.

core_keyview_nonExistentFile 

summary>Fatal error processing archive - should abort.

core_keyview_FatalErrorArchive 

summary>KVOpen stream failure.

core_keyview_KVOpenstreamfailure 

summary>Interface function not found.

core_keyview_Interfacefunctionnotfound 

summary>Can't find input file.

core_keyview_Cantfindinputfile 

summary>Can't open output file.

core_keyview_Cantopenoutputfile 

summary>Memory leak.

core_keyview_Memoryleak 

summary>Memory overwrite.

core_keyview_Memoryoverwrite 

summary>Exception.

core_keyview_Exception 

summary>Core dump file is generated in child process.

core_keyview_CoreDumpChild 

summary>Container file exceeds nested file limit.

core_keyview_NestedFileLimit 

summary>Access failed on PST files.

core_keyview_AccessfailedonPSTfiles 

summary>Password is required to access the file.

core_keyview_PasswordRequired 

summary>The input argument/structure is invalid.

core_keyview_StructureInvalid 

summary>License Key denies permission of using Reader.

core_keyview_PermissionDenied 

summary>This happens when config buffer data was incomplete.

core_keyview_BufferIncomplete 

summary>This happens when read/write to/from pipe fails.

core_keyview_ReadWriteFail 

summary>This happens when pipe was closed prior to read/write.

core_keyview_PipeClosed 

summary>This happens when pipe/socket times out on poll/select.

core_keyview_SocketTimeout 

summary>This happens when client sent a request to oopserver but context driver does not exist on the oopserver side.

core_keyview_ContextDriverNonexistant 

summary>This happens when client sent a request to service that does not exist.

core_keyview_ServiceNonexistant 

summary>This happens when the input file is empty or zero bytes.

core_keyview_InputFileEmpty 

summary>File or subfile is compressed with unsupported method.

core_keyview_UnsupportedMethod 

summary>An unknown error has occurred in a KeyView function. %1%

core_keyview_Unknown 

summary>Error in a KeyView Text Access function '%1'. %2%

core_keyview_TextAccess 

summary>An unknown error occurred.

ocx_kvUnknownError 

summary>Document format is unknown.

ocx_kvUnknownFormat 

summary>No viewer for this document type in the KeyView library.

ocx_kvNoViewer 

summary>The Document is password protected.

ocx_kvPswdProtected 

summary>KeyView is not properly initialized.

ocx_kvNotInitialised 

summary>The Document has no pages.

ocx_kvNoPages 

summary>The document is not available.

ocx_kvFileNotAvailable 

summary>KeyView License could not be found.

ocx_kvNoLicence 

summary>Your KeyView license has expired.

ocx_kvExpiredLicense 

summary>The document name has Unicode characters or the document is corrupt.

ocx_kvBadInputFile 

summary>The attempt to do an IDOL 'addDocumentStart' on thread %2% failed. %1%

idol_addDocumentStartFailed 

summary>Failed to determine the index ID of the IDOL indexing response. The IDOL indexing response was: %1%

idol_failedToParseIndexId 

summary>The attempt to do an IDOL synchronize failed. The error was: %1%

idol_syncFailed 

summary>Waiting for IDOL index requests to complete. Requests remaining: %1%. %2%

idol_requestsRemaining 

summary>Date User Hierarchy Modified

bob_userKeysUpdated 

summary>Document(s) could not be printed. %1%

ocx_kvPrintFailed 

summary>The supplied property not supported for a location search.

bld_invalidLocationSearchProperty 

summary>The file %1% is being excluded from the index. Reason: %2%

core_keyview_FileNotIndexed 

summary>The file is larger than the threshold.

core_keyview_FileToBig 

summary>The file type has been excluded from indexing.

core_keyview_FileTypeSuppressed 

summary>The transaction file size is too large to transmit to the IDOL servers.

core_keyview_TransactionFileTooBig 

summary>This folder contains %1% documents.

rec_folderIsLarge 

summary>Failed to convert '%1' to html. %3% Details: %2%

core_keyview_HtmlExport 

summary>IDOL Status Error %1%: %2%

dci_idolStatusError 

summary>This function is not available while the R_TRIM% Office add-in is set to operate in Offline Mode.
you like to go to Online mode?

office_addinInOffline 

summary>'%1' is read-only. To save a copy, click OK then give the workbook a new name in the 'Save As' dialog box.

office_xlsIsReadOnly 

summary>The format for POINT is incorrect. Format is POINT(lng lat). lng is the longitude expressed as a number (eg. 149.822727) and lat is the latitude.

core_gisbadPointFmt 

summary>The format for LINESTRING is incorrect. Format is LINESTRING(lng lat, lng lat). lng is the longitude expressed as a number (eg. 149.822727) and lat is the latitude. linestring can contain either 2 or 3 points.

core_gisbadLineFmt 

summary>The format for POLYGON is incorrect. Format is POLYGON((lng lat, lng lat, lng lat, lng lat...)). lng is the longitude expressed as a number (eg. 149.822727) and lat is the latitude. polygon can contain any number of points. starting point and the end point must match.

core_gisbadPolygonFmt 

summary>Longitude values must be between -15069 and 15069 degrees.

core_gisLongitudeOutRange 

summary>Latitude values must be between -90 and 90 degrees.

core_gisLatitudeOutRange 

summary>No 'FileTypes' node in the file '%1'.

core_fileTypesNotFound 

summary>Unable to construct net path '%1'.

lotus_netPathBad 

summary>Unable to find database '%1'. Lotus Error: %2%.

lotus_findDatabaseErr 

summary>Unable to open database '%1'. Lotus Error: %2%.

lotus_openDatabaseErr 

summary>This workgroup cannot allocate unique row identifiers (uris). (%1%).

sth_wgsAllocateUrisError 

summary>JSON parsing failed: %1%.

sth_elasticJsonParseFail 

summary>Failed to retrieve index settings for index '%1'. : %2%

sth_elasticRetreiveIndexSettingErr 

summary>Failed to check the status of index '%1'. : %2%

sth_elasticIndexCheckErr 

summary>Fault code: %1% String: %2%
SOAP error: %3%

icas_error 

summary>Date IDOL schema modified

bob_idolSchemaUpdated 

summary>The URN format is invalid.

bob_invalidURNFormat 

summary>The supplied URN is for a different R_TRIM% dataset.

bob_urnForWrongDatabase 

summary>The supplied URN refers to an undefined R_TRIM% object type.

bob_urnForUndefinedObjectType 

summary>The supplied URN refers to an unsupported R_TRIM% child object.

bob_urnForChildObjectType 

summary>This method is only supported for fields of format: 'R_TRIM% object'.

bob_udfnotObject 

summary>An error occurred adding notifications to the IDOL CFS indexing queue. %1%
following events were lost:
%2%

sth_cfsEventAddError 

summary>Queued notifications:

uty_notificationRange 

summary>Remove CFS indexing notifications that have been in the queue for more than %1% days.

trm_purgeNotifications 

summary>Removing item CFS indexing notification %1% of %2%.

trm_purgingNotification 

summary>Incorrect format for RGB value for setting the %1% color. Allowed range of values is 000000 - FFFFFF.

core_keyview_badRGBvalueForHighlight 

summary>You appear to have a 32 bit version of Microsoft Outlook installed. This is not compatible with your 64 bit version of R_TRIM%.

mpx_no64bitMAPIAvailable 

summary>You appear to have a 64 bit version of Microsoft Outlook installed. This is not compatible with your 32 bit version of R_TRIM%.

mpx_no32bitMAPIAvailable 

summary>Cannot write to log file '%1'. %2%

trm_cannotWriteToLogFile 

summary>The port number for the IDOL server is invalid.

tem_invalidServerPort 

summary>The index port number for the IDOL server is invalid.

tem_invalidServerIndexPort 

summary>Please enter the name of the R_TRIM% index instance within the IDOL index at the specified IDOL server.

tem_invalidIdolTrimInstance 

summary>Please enter the name of the log file.

trm_logFileNameIsBlank 

summary>The R_TRIM% IDOL database instance '%1' could not be accessed from the IDOL service '%2'.

trm_cannotFindTrimInstanceInIdol 

summary>Please enter the URL for the CFS Service.

trm_pleaseEnterCFSServerName 

summary>Please enter the port number for accessing the CFS Service.

trm_pleaseEnterCFSPortNumber 

summary>Please enter the search criteria for the %1% that are to be indexed.

trm_pleaseEnterReindexSelection 

summary>IDOL reindex run started at %1%

trm_idolReindexLogStarted 

summary>Internal Error. Thread state invalid.

trm_invalidThreadState 

summary>Document does not exist, is 0 bytes in length or hasn't arrived in the document store yet.

trm_documentNotAvailableForIndexing 

summary>Please enter transaction queue size between %1% and %2%.

tem_invalidIdolTransactionQueueSize 

summary>Number of threads must be between %1% and %2%.

trm_nbrThreadsNotInValidRange 

summary>Cancelling ...

trm_reindexStateCancelling 

summary>Cancelled

trm_reindexStateCancelled 

summary>Pausing ...

trm_reindexStatePausing 

summary>Paused

trm_reindexStatePaused 

summary>Stopping ...

trm_reindexStateStopping 

summary>Complete

trm_reindexStateComplete 

summary>Are you sure you want to cancel the re-indexing process?

trm_confirmCancelIndexing 

summary>Indexing b_record% failed: %1%

sth_failedToIndexRecord 

summary>B_record% content has been queued for indexing in the next sync, buffer size = %1%

sth_recordIndexed 

summary>Indexing b_record% metadata failed: %1%

sth_failedToUpdateRecordMetadata 

summary>B_record% metadata updated, buffer size = %1%

sth_recordMetadataUpdated 

summary>User profile update failed: %1%

sth_failedToIndexUser 

summary>User profile updated, buffer size = %1%

sth_userProfileUpdated 

summary>User profile removal failed: %1%

sth_failedToDeindexUser 

summary>User profile removed, buffer size = %1%

sth_userProfileRemoved 

summary>Flushing %1% transactions from queue: %2%

sth_flushingIdolTransactions 

summary>re-index

sth_idolIndexQueueReindex 

summary>de-index

sth_idolIndexQueueDeindex 

summary>Waiting on %1% threads ...

trm_reindexThreadWaitingOn 

summary>update user profile

sth_idolIndexQueueIndexUser 

summary>remove user profile

sth_idolIndexQueueDeindexUser 

summary>Thread

trm_idolIndexColThread 

summary>Buffered

trm_idolIndexColBuffered 

summary>Errors

trm_idolIndexColErrors 

summary>Current Item

trm_idolIndexColCurrentItem 

summary>Thread %1% has stopped

trm_reindexThreadEnded 

summary>Pausing threads ...

trm_reindexThreadsPausing 

summary>Restarting threads ...

trm_reindexThreadsRestarting 

summary>Killing threads ...

trm_reindexThreadsKilling 

summary>Stopping threads ...

trm_reindexThreadsStopping 

summary>All threads stopped.

trm_reindexThreadsAllStopped 

summary>Force threads to stop [Y], or wait for them to finish their current job [N] ?

trm_reindexCancelPrompt 

summary>R_TRIM% was unable to read the email file '%2'. %1%

mpx_unableToGetIMessage 

summary>WARNING
database had an error trying to insert %1%.
is possibly due to unsupported characters. error occurred while indexing words in the following %2% URI list
'%3'

%4%

bob_indexWordInsertFailed 

summary>File

toa_group_file 

summary>Open

toa_btn_file_open 

summary>Save

toa_btn_file_save 

summary>Save As

toa_ben_file_SaveAs 

summary>Select a file to open from within R_TRIM%

toa_btn_file_open_tt 

summary>Save the changes on an existing file or initiate a 'Save As' on a new file

toa_btn_file_save_tt 

summary>Failed

trm_reindexStateFailed 

summary>Warnings

trm_idolIndexColWarnings 

summary>Please enter a timeout value between %1% and %2%.

tem_invalidIdolTimeoutLength 

summary>Please make a selection from one of the listed %1%

sui_pleaseSelectValidEnumValue 

summary>Please select a valid quantity for the number of time intervals in this range.

sui_pleaseValidFloatingQuantity 

summary>Please make a selection from one of the listed date search types.

sui_pleaseSelectDateSearchType 

summary>Incorrect tag filter specification - must start with either %1% (including tagged) or %2% (excluding tagged)

bob_search_tagFilterFormatInvalid 

summary>with tag filter

bob_search_tagFilterTitle 

summary>An individual %1%

sui_individualObjectMsg 

summary>A list of %1%

sui_objectListMsg 

summary>A selection of %1%

sui_objectSubQueryMsg 

summary>Press 'Add Tag Filter' to refine your search using Tag/Untag

sui_pressButtonToSetTagFilter 

summary>Select search style for %1%

sui_selectObjectTypeSearch 

summary>Enter the %1% to search by

sui_selectObjectSingleSearch 

summary>Enter the %1% to search by and press Add to add to the list

sui_selectObjectListSearch 

summary>Enter a valid search string for selecting %1%

sui_selectObjectSearchString 

summary>Please select a valid %1% search type

sui_selectObjectSubSearchType 

summary>Please type or use KwikSelect button to enter a %1%.

sui_selectValidObject 

summary>Please select the type of R_TRIM% object that you want to find labels attached to

sui_pleaseSelectValidObject 

summary>Matching

sui_comparisonMatching 

summary>Equal To

sui_comparisonEQ 

summary>Not Equal To

sui_comparisonNE 

summary>Less Than

sui_comparisonLT 

summary>Less Or Equal To

sui_comparisonLE 

summary>Greater Than

sui_comparisonGT 

summary>Greater Or Equal To

sui_comparisonGE 

summary>Before

sui_comparisonLTDate 

summary>On Or Before

sui_comparisonLEDate 

summary>After

sui_comparisonGTDate 

summary>On Or After

sui_comparisonGEDate 

summary>The boolean search requires no parameters.

sui_booleanHasNoParameters 

summary>Please enter a valid search string for selecting %1%

sui_childListSelectPrompt 

summary>Please enter a valid date for this search.

sui_enterValidDate 

summary>Choose operator and enter number value to search for

sui_threeWaySingleValue 

summary>Enter a number value for start and end of range

sui_threeWayRange 

summary>Enter a number value or range and press Add to add to the value list

sui_threeWayList 

summary>Enter the %1% of the %2% you wish to search by

sui_selectObjectNameSearch 

summary>Please enter a search value for %1% %2%

sui_pleaseEnterObjectName 

summary>Choose operator and enter string value to search for

sui_threeWaySingleValueString 

summary>Enter a string value for start and end of range

sui_threeWayRangeString 

summary>Enter a string value or range and press Add to add to the value list

sui_threeWayListString 

summary>Please enter a valid URI value - a number greater than 0

sui_enterValidUri 

summary>Please enter a valid search string

sui_searchStringIsBlank 

summary>The selected search uses a format that has not yet been implemented. Please choose an alternative method.

sui_methodNotImplemented 

summary>Please select a valid search method using the search method selector control.

sui_selectSearchMethod 

summary>This search method cannot be parameterized.

sui_methodCannotHaveParameterCaption 

summary>Please enter value for %1%.

sui_suggestedParameterCaption 

summary>Please enter a caption to parameterize this method.

sui_enterParameterCaption 

summary>The specified parameter caption has already been used for a different method (%1%).

sui_parameterCaptionAlreadyUsed 

summary>No suggestions available.

sui_noBrowserSupport 

summary>A single number value with a comparison operator, e.g. =3E 77

sui_threeWaySingleDescNumber 

summary>A number range, e.g. between 7 and 11

sui_threeWayRangeDescNumber 

summary>A list of numbers or ranges, e.g. 4, 8, 14 to 17

sui_threeWayListDescNumber 

summary>A single string, possibly using wildcards or comparison operator, e.g. =3E=red, invo*

sui_threeWaySingleDescString 

summary>A range of string values, e.g. between 07/0123 and 07/0133

sui_threeWayRangeDescString 

summary>A list of string values, e.g. red, blue, yellow

sui_threeWayListDescString 

summary>%1%.
R_TRIM% will use the default Windows temporary path :

core_appdataPathNotAvailable 

summary>Meeting Date will me moved to %1% as the Submission Cutoff needs %2% days.

mm_shiftDateBecauseofCutoff 

summary>Program Error. A method call was made passing a NULL value for one of the interface parameters. A non-NULL interface was required.

com_sdk_nullInterfacePtr 

summary>Your authentication is soon to expire, would you like to re-authenticate?

web_authenticateAboutToExpire 

summary>Your authentication has expired, you must re-authenticate to continue.

web_authenticationExpired 

summary>Program Error. A property get call failed on a passed interface. %1%

com_sdk_propertyGetMethodCallFailed 

summary>Program Error. The object provided as a parameter to this method has an invalid URI value. (Possibly the object has not been saved).

com_sdk_objectHasInvalidUri 

summary>Program Error. Attempt to query a collection class for the IBaseObjects interface failed. %1%

com_sdk_queryListInterfaceFailed 

summary>Program Error. The value supplied for the search contact type is not supported with this search method.

com_sdk_unknownSearchContactType 

summary>Program Error. The value supplied for the p_recDisposition% type is not supported with this search method.

com_sdk_unknownDispositionType 

summary>Term

fp_trainingTermsTerm 

summary>Generated Weight

fp_trainingTermsGenWeight 

summary>Custom Weight

fp_trainingTermsWeight 

summary>Program Error. Parsing of the extensions search string failed - no valid extensions were found in the list.

com_sdk_extensionsInvalid 

summary>Program Error. The value specified for the location search type is not supported.

com_sdk_unknownLocationSearchType 

summary>Program Error. The value specified for the relationship search type is not supported.

com_sdk_unknownRelationshipType 

summary>Program Error. The supplied user-defined field is an unsupported format for searching.

com_sdk_unknownFieldFormat 

summary>The navigation task is not relevant for %1%.

bob_navigationTaskNotRelevant 

summary>The navigation task needs an item to be selected.

bob_navigationTaskNeedsObject 

summary>%1% users

tem_users 

summary>A b_record% can only be set for automatic check-in if it is checked out to bs_offlineRecord%.

sdk_cannotSetAutoCheck 

summary>Initializing Open Documents Window

trm_initialisingOpenDocuments 

summary>Documents Being Edited

bob_openDocumentsPane 

summary>There are no documents waiting for check-in confirmation.

trm_openDocumentsNothingToCheckIn 

summary>The following documents may have been closed in the authoring application. Please make sure this is correct before continuing. If you proceed then all tagged documents will be checked in.

trm_openDocumentsDocumentsReadyForCheckin 

summary>Could not obtain information regarding documents open for editing. %1%

trm_openDocumentsDetailsError 

summary>You have one or more documents open for editing. A background process will check in any documents you currently are editing when you finish and exit from the authoring application. You can check if any documents are still checked out using the bs_offlineRecord% tray.

trm_someDocumentsAreOpen 

summary>The pending check-in reminder interval value must be between %1% and %2% seconds.

trm_enterReminderIntervalBetween 

summary>The Open Documents Pane refresh value must be between %1% and %2% seconds.

trm_enterRefreshIntervalBetween 

summary>The automatic check-in delay value must be between %1% and %2% seconds.

trm_enterCheckinDelayBetween 

summary>The batch size must be a positive integer less than %1%. Set the value to 0 for no batching.

trm_originLaunchBulkLoaderInvalidBatchSize 

summary>The R_TRIM% dataset is not in a valid connection state.

bob_dbNotConnected 

summary>The user settings have been locked down by the R_TRIM% administrator.

bob_userSettingsLocked 

summary>Insert

toa_group_insert 

summary>Picture

toa_btn_insert_picture 

summary>Insert a picture from a file in R_TRIM%.

toa_btn_insert_picture_tt 

summary>Object

toa_btn_insert_object 

summary>Insert an embedded object created from a file in R_TRIM%. The contents of the file are inserted into your publication so that you can edit it later using the application which created the source file.

toa_btn_insert_object_tt 

summary>Text from File

toa_btn_insert_text 

summary>Insert the text from a file in R_TRIM% into your publication.

toa_btn_insert_text_tt 

summary>Invalid iterator operation. The list is either exhausted or hasn't been started.

sdk_invalidIteratorOperation 

summary>Keep document checked out after check in complete

web_keepCheckedOut 

summary>Comment

web_comment 

summary>Change date p_recDateCreated% to document date

web_changeDateToDocumentDate 

summary>View B_actionDef%

web_viewAction 

summary>View BS_actionDef%

web_viewActions 

summary>Leave as is

web_leaveAsIs 

summary>Set to p_recHomeLocation%

web_setToHome 

summary>Set to Next bs_actionDef% b_location%

web_setToNextActionsLocation 

summary>Set to Specified b_location%

web_setToSpecifiedLocation 

summary>Also apply p_recAssignee% change to the p_recContainer% of this b_record%

web_applyAssigneeToContainer 

summary>Declare this b_record% as final

web_declareRecordFinal 

summary>Remove all previous bs_recRevision% of this document

web_removePreviousRevisions 

summary>Upload progress to staging area

web_uploadProgress 

summary>Check In

web_checkIn 

summary>B_actionDef% Tracking

web_actionTracking 

summary>P_recAssignee%

web_assignee 

summary>Status

web_status 

summary>Access

web_access 

summary>Create new B_record%

web_createNewRecord 

summary>Attempt to deindex failed %1%

dci_failureDeindexingRecord 

summary>The maximum size of the message or thread identifier has been exceeded - a GUID is expected here.

core_messageOrThreadIdLengthExceeded 

summary>This b_record% has not been associated with an email conversation.

rec_hasIsNotPartOfEmailConversation 

summary>Could not move file '%1' to the cache '%2'. %3%

wgs_moveToCacheError 

summary>You cannot use a mixture of different tagged object types for this function. You have tagged %1% and %2%.

bob_cannotMixTaggedTypesHere 

summary>Selects %1% that are the parent(s) of the selected item(s)

core_searchSelectsParents 

summary>Do you wish to delete all address history associated with this b_location%?

trm_deleteAddressHistoryPrompt 

summary>A valid b_recordType% was not provided for the new b_record%

api_noRecordType 

summary>The file %1% contained in the zip file %2% is larger than the threshold set for content indexing and will be excluded.

core_keyview_FileInContainerTooLarge 

summary>KeyView Drawing Routines fails to initialize.

ocx_kvDrawingInitFailed 

summary>KeyView PRINTTOPD function failed.

ocx_kvPRINTTOPDFailed 

summary>This document cannot be printed by KeyView. Print using that original authoring application.

ocx_kvCannotPrintDoc 

summary>BS_record% Registered

trm_statsRecordsRegistered 

summary>Total BS_record% Registered

trm_statsTotalRecordsRegistered 

summary>The %1% that you are trying to remove is not current. It was updated by another user at %2%.

bob_removeItemNotCurrent 

summary>Failed to understand the response from the IDOL server. Reason was : %1%. Please check the IDOL services and IDOL log files.

idol_XML_parseFailed 

summary>This message has already been checked in as b_record% '%1'.

vb_tio_MessageAlreadyCatalogued 

summary>Your email will be linked to the existing b_record%.

vb_tio_WillLinkToExisting 

summary>with alternative container '%1'

vb_tio_CatalogueWithAltContainer 

summary>Your email will be checked in as a duplicate b_record%.

vb_tio_WillCreateDuplicate 

summary>Task disallowed because p_recContainer% '%1' is closed and the latest E_rgi_part% cannot be used. %2%

rec_containerClosedLatestError 

summary>This b_location% is still being used as the p_recOwnerLocation% or p_recHomeLocation% for at least one b_record%. Are you sure you want to disable this b_location%?

loc_deactivateWarning 

summary>Unexpected status response from the IDOL server. %1% Please check the IDOL services and IDOL log files. The status response was '%2'.

idol_unexpectedStatus 

summary>The Oracle server utility SQLLDR.exe is required for bulk loading, but it was not found on the system path. Please update the PATH environment variable to include the path to SQLLDR.exe.

wgs_bulkLoaderPathForOracleNotFound 

summary>The UNC path for bulk loading is blank - Bulk Loading is not supported for clients connected to this server. Use R_enterpriseStudio% to specify a path.

wgs_bulkLoaderPathBlank 

summary>Bulk Loading is supported for clients connected to this server using the folder %1%

wgs_bulkLoaderPathAccessible 

summary>Bulk Loading is not supported for clients connected to this server. The folder %1% is not accessible

wgs_bulkLoaderPathNotAccessible 

summary>Bulk Loading had a partial failure. Not all rows were loaded.

tem_bulkLoadPartialFailure 

summary>Bulk Loading had a total failure. An OS error or a command line error occurred.

tem_bulkLoadTotalFailure 

summary>=26Open p_recContainer%

vb_tio_OpenCntnrShort 

summary>=26Open b_record%

vb_tio_OpenRecShort 

summary>Failed to load .NET runtime. %1% failed. %2%

api_loadNetRuntime 

summary>Failed to start .NET runtime. ICLRRuntimeHost::Start() failed. %1%

api_startNetRuntime 

summary>Failed to get default app domain for .NET runtime. ICorRuntimeHost::GetDefaultDomain() failed. %1%

api_getAppDomain 

summary>add-in class %1% does not derive from the SDK class %2% in the HP.HPTRIM.SDK.DLL assembly.

api_addinNotDerivedFrom 

summary>The bulk loader path should be a UNC path. is to ensure that each R_WORKGROUP% can access the bulk loader temporary files correctly.

tem_bulkLoaderPathInputError 

summary>R_TRIM% cannot handle dropped mail items when they are both emails and files in the selection.

trm_dropMailAndFiles 

summary>DB Schema upgrade in progress

tem_schemaUpgradeInProgress 

summary>You cannot have more than %1% decimal places.

core_decimalMaxDecimalPlacesError 

summary>Current User Registry Key %1% does not exist.

core_hkcuRegKeyNotFound 

summary>Local Machine Registry Key %1% was found and should not exist.

core_hklmRegKeyFoundErr 

summary>Document Content Server

bob_documentContentServer 

summary>Please enter the name for the Query Server

tem_pleaseEnterQueryServer 

summary>Unable to locate .NET 4.0 runtime. %1% failed. .NET runtime version was '%2'. %3%

api_dotNet4RuntimeNotFound 

summary>Error transferring file to R_WORKGROUP%. File size mismatch. File size should have been: %1%. Received file size was: %2%.

wgs_addDocumentFileSizeMismatch 

summary>This property can no longer be supported - it is now managed by activating the corresponding product feature.

dtb_propertyNowProductFeature 

summary>Capacity Limited To

bob_infoParamSizeLimit 

summary>%1% bs_record%

bob_licenseSizeRecords 

summary>Unable to load CLR runtime host interface. %1%

api_loadClrHostInterface 

summary>Seat Type Allocations

bob_infoParamSeatBreakdown 

summary>Seats Limited To

bob_infoParamSeatLimit 

summary>Unable to load HP.HPTRIM.SDK.dll assembly. %1% failed. %2%

api_loadSdkAssembly 

summary>%1% seats in total

bob_totalSeats 

summary>Unlimited

bob_infoParamNoLimit 

summary>Seats

bob_info_licenceSeatsHdg 

summary>Capacity

bob_info_licenceCapacityHdg 

summary>Seats Used

bob_infoCurrentSeatUsage 

summary>Double Click Here To Count Seats In Use

bob_infoClickForCurrentSeatCounts 

summary>Capacity Used

bob_infoCurrentSizeUsage 

summary>Double Click Here To Calculate Capacity Used

bob_infoClickForCurrentSizeCount 

summary>Processing b_location% %1% of %2% ...

bob_userCountInProgress 

summary>(%1% licensed, %2% above limit)

bob_infoCountInBreach 

summary>(%1% licensed, %2% available)

bob_infoCountOK 

summary>Counting bs_record% ...

bob_recordCountInProgress 

summary>- allowance exceeded by %1%

bob_infoAllowanceExceeded 

summary>- %1% remaining

bob_infoSizeOk 

summary>Total bs_record%

bob_recordTotalRow 

summary>Expand row for details

bob_infoExpandForDetails 

summary>The following items will not become available until you upgrade to the latest schema version:

%1%

trm_productFeaturesNeedUpgrade 

summary>Available Items

dp_cap_availableItems 

summary>Map Pair

dp_cap_btn_addPair 

summary>Cancel

dp_cap_btn_cancel 

summary>Clear All Mapped Items

dp_cap_btn_removeAll 

summary>Clear Mapped Item

dp_cap_btn_removeOne 

summary>Set Default

dp_cap_btn_setDefault 

summary>Map All Matching Pairs

dp_cap_btnaddPairs 

summary>Project Name

dp_cap_ConfigName 

summary>Project Information

dp_cap_ConfigurationInfo 

summary>New

dp_cap_CreateNewConfig 

summary>R_TRIM% Dataset

dp_cap_Database 

summary>Data Direction

dp_cap_DataDirection 

summary>Date Format

dp_cap_DateFormat 

summary>Description

dp_cap_Description 

summary>Show Progress Window

dp_cap_DisplayProgressWindow 

summary>Electronic Document Directory

dp_cap_EdocDir 

summary>Default Values

dp_cap_fieldMap_defaultValues 

summary>Source Fields

dp_cap_fieldMap_sourceFields 

summary>Target Properties

dp_cap_fieldMap_trimProperties 

summary>File Format

dp_cap_FileFormat 

summary>Import File Path

dp_cap_FilePathSource 

summary>Export File Path

dp_cap_FilePathTarget 

summary>B_location% Addresses

dp_cap_LocationAddresses 

summary>Mapped Items

dp_cap_mappedItems 

summary>New Project

dp_cap_newConfig 

summary>Exit

dp_cap_ni_Exit 

summary>Show Progress

dp_cap_ni_ShowProgress 

summary>Open

dp_cap_OpenExistingConfig 

summary>Overwrite Existing File

dp_cap_Overwrite 

summary>Process Information

dp_cap_ProcessInfo 

summary>Processing: %1%

dp_cap_ProgressForm 

summary>Property List

dp_cap_PropertyList 

summary>Execute

dp_cap_RunConfig 

summary>Save

dp_cap_SaveConfig 

summary>B_savedSearch%

dp_cap_SavedSearch 

summary>Estimated Time Remaining:

dp_cap_TimeRemaining 

summary>Elapsed Time:

dp_cap_TimeRunning 

summary>R_TRIM% Object Type

dp_cap_TRIMObjectType 

summary>Logs

dp_cap_ViewLogFile 

summary>A problem occurred loading R_DataPort%. : %1%

R_DataPort% will now close.

dp_err_CannotLoad 

summary>A problem occurred attempting to access the R_DataPort% project file. Error Detail: %1%.

dp_err_ConfigFileReadAccess 

summary>R_TRIM% dataset is not valid.

dp_err_DatabaseInvalid 

summary>Exception Source: %1%, - Exception Message: %2%

dp_err_Exception 

summary>The target file already exists and the 'Overwrite Existing Target' option was set to no. The target file could not be used. Target File: %1%

dp_err_ExportFileAlreadyExists 

summary>No project file specified. The R_DataPort% command line is blank. It must be the full path to a valid project file.

dp_err_InvalidCommandLineNoConfigPath 

summary>Translation error. Invalid message ID '%1'

dp_err_InvalidMessageID 

summary>Project file Name '%1' is invalid. %2%

dp_err_InvlaidConfig 

summary>R_DataPort% has stopped. %1%

dp_err_StopedProcess 

summary>Batch imported: %1% - Second pass processing started.

dp_msg_BatchImported 

summary>Cancel Pending

dp_msg_CancelPending 

summary>=3Cimport_note=3E imported title was longer than allowed. title from import source:
%1%
=3C/import_note=3E

dp_titleCutNoteMsg 

summary>... =3CFULL TITLE IN NOTES=3E

dp_titleCutMsg 

summary>R_DataPort% is still running in the System Tray.

dp_msg_DataPortStillOpen 

summary>The R_TRIM% dataset has not been selected.

dp_msg_DBIDNotSet 

summary>Exit Pending

dp_msg_ExitPending 

summary>R_DataPort% Version: %1%

dp_msg_ExportHeader 

summary>Final pass completed with errors for %1%: %2%

dp_msg_FinalPassCompleteErrors 

summary>Final pass completed successfully for %1%: %2%

dp_msg_FinalPassCompleteNoErrors 

summary>Final pass processing started: %1%

dp_msg_FinalPassStarted 

summary>Default Dates

dp_msg_GroupName_DefaultDates 

summary>Default bs_Location%

dp_msg_GroupName_DefaultLocations 

summary>Export Properties

dp_msg_GroupName_ExportProperties 

summary>Field Map

dp_msg_GroupName_FieldMap 

summary>General

dp_msg_GroupName_General 

summary>No

dp_msg_no 

summary>Object not found in R_TRIM%: %1% %2%

dp_msg_ObjectNotFound 

summary>Operation canceled by user.

dp_msg_OperationCancelled 

summary>Initializing Process...

dp_msg_prog_InitalizingProcess 

summary>Processing: Canceled

dp_msg_prog_ProcessingCanceled 

summary>Processing: Complete

dp_msg_prog_ProcessingComplete 

summary>Getting property values for %1%: %2%

dp_msg_progmain_GettingPropertyValues 

summary>Target file closed

dp_msg_progstep_ClosedTarfetFile 

summary>Closing target file: %1%

dp_msg_progstep_ClosingTargetFile 

summary>Establishing a connection to the R_TRIM% dataset with ID: %1%

dp_msg_progstep_ConectingToDB 

summary>Connection to database established. [%1% - %2%]

dp_msg_progstep_DatabaseConnected 

summary>Operation Canceled - Database connection issue. Detail: %1%

dp_msg_progstep_err_DatabaseConnection 

summary>Completed data export: %1%

dp_msg_progstep_ExportComplete 

summary>Retrieving suitable export properties for %1%

dp_msg_progstep_GettingExportProperties 

summary>Attempting to retrieve b_origin%

dp_msg_progstep_GettingOrigin 

summary>Completed data import: %1%

dp_msg_progstep_ImportComplete 

summary>R_DataPort% export process initialization completed successfully

dp_msg_progstep_InitializationComplete 

summary>Initializing BulkDataLoader engine for batch b_record% creation.

dp_msg_progstep_InitializingBulkLoader 

summary>Initializing process for converting R_TRIM% data to the selected format: %1%

dp_msg_progstep_InitializingFormatter 

summary>Initializing process for converting into R_TRIM% data from the selected format: %1%

dp_msg_progstep_InitializingImportFormatter 

summary>Initializing process: %1% %2%

dp_msg_progstep_InitializingProcess 

summary>Initializing target file for export data. Target File: %1%

dp_msg_progstep_InitializingTargetFile 

summary>Analyzing import data source

dp_msg_progstep_PreparePropertyLists 

summary>Number of items found for export: %1%

dp_msg_progstep_SearchCount 

summary>Searching database for %1%

dp_msg_progstep_SearchingForObjects 

summary>Starting data export: %1%

dp_msg_progstep_StartingDataExport 

summary>Exporting property: %1% Value: %2%

dp_msg_progsub_ExportingProperty 

summary>Import started

dp_msg_propgstep_ImportStarted 

summary>The current project has been modified.
you like to save the changes?

dp_msg_QuerySaveDirtyConfig 

summary>R_DataPort% is processing.
you sure you want to quit?

dp_msg_QuitMidProcessQuestion 

summary>Export

dp_msg_TransactionDirection_Export 

summary>Import

dp_msg_TransactionDirection_Import 

summary>Yes

dp_msg_yes 

summary>R_DataPort% Project Manager

dp_cap_configManager 

summary>Setting property or field has failed - Line: %1%: %2%:%3%

dp_err_SecondPassPropertyOrField 

summary>Related bs_keyword%

dp_cap_RelatedKeywords 

summary>The project contains an invalid b_savedsearch%

dp_err_invalidSavedSearch 

summary>Error exporting item property - Item: %1%, Property: %2%, Detail: %3%

dp_err_exportingProperty 

summary>Exporting item data - %1%: %2%

dp_msg_exportingItem 

summary>Exporting item data complete - %1%: %2%

dp_msg_exportingItemComplete 

summary>Error exporting R_TRIM% object - Detail: %1%

dp_err_exportingObject 

summary>Attempting to get a field value from an unsupported R_TRIM% object type

dp_err_fieldValFromWrongType 

summary>Error exporting field value, field definition not found - Name: %1%, URI: %2%

dp_err_fieldDefNotFound 

summary>B_savedsearch% cannot be found in the database. b_savedsearch% Name: %1%

dp_err_savedSearchNotFound 

summary>B_savedsearch% has not been set on the R_DataPort% project.

dp_err_invalidConfigNoSavedSearch 

summary>Error obtaining the Data Formatter

dp_err_gettingDataFormatter 

summary>More search options

sui_moreSearchOptions 

summary>%1% with matching text values for %2%

sui_objectTextMsg 

summary>Import item: %1% Error: invalid import data. This item will not be processed. The number of values doesn't match the header. Values expected: %2% Values received: %3%

dp_err_importDataNotMatchHeader 

summary>Import item: %1% Error: setting property failed %2%: %3%. Property: %4%

dp_err_importSettingPropertyFailed 

summary>Import item: %1% Error: invalid property or b_fieldDefinition%

dp_err_importInvalidPropertyOrField 

summary>Where %1% is not specified

sui_objectNullMsg 

summary>Import item: %1%. %2% could not be saved.

dp_err_importObjectCannotBeSaved 

summary>If possible, suppress data entry form.

web_suppressDataEntryForm 

summary>Import aborted. There was a problem encountered attempting to initialize required temporary file access.

dp_err_importFileAccess 

summary>The import items could not be processed as the parent object for them could not be found in the database. Import items not imported: %1%

dp_err_importChildPropertysNoParent 

summary>Unable to delete temporary pass file: %1%

dp_err_importCannotDeletePassFile 

summary>Setting properties on %1% failed. Bulk data loader error. %2%

dp_err_importBulkLoaderSettingProperties 

summary>Import batch: %1%
data load error: Processing accumulated data failed. No data from this batch will be processed.

dp_err_importBulkLoaderBatchFailed 

summary>Import Batch: %1%
pass processing failed.

dp_err_importSecondPassFailedOnBatch 

summary>Second Pass Processing: %1%%% attaching documents: %2%%%

dp_msg_importSecondPassProcessingUpdate 

summary>Unable to set property value: %1%

dp_err_importCannotSetPropertyValue 

summary>Processing accumulated data for Batch No: %1%

dp_msg_importProcessingAccumulatedData 

summary>Error attempting to open log directory '%1'. %2%

dp_err_OpenLogDirectory 

summary>R_DataPort%

dp_cap_DataPortProductName 

summary>Error received while loading registered data formatters

dp_err_loadingDataFormatters 

summary>Percent complete: %1%, Type: %2%, Message: %3%

dp_msg_processPercentComplete 

summary>Checking user permissions

dp_msg_checkingUserPermissions 

summary>The current user does not have the E_prm_importExport% permission which is required to import or export R_TRIM% objects. Current user: %1%

dp_err_noImportExportPermission 

summary>Help file not found: %1%

dp_err_noHelpfile 

summary>Map External Store ID

bob_wgsFuncMapExternalId 

summary>Manage in place references are only available for external bs_electronicStore%.

est_idsForExternalOnly 

summary>The supplied external store reference is not supported:
%1%
R_TRIM% supports a maximum of %2% characters in an external store reference.

est_invalidExternalId 

summary>This function is not supported by the connected R_workgroup%. You need to upgrade the R_workgroup% software.

db_needLaterWorkgroup 

summary>Please enter the maximum number of contained items.

ogn_enterContainerThreshold 

summary>R_TRIM% no longer supports Novell authentication.

wgs_novellNotSupported 

summary>The batch search string is invalid. It should be of the format 'batch of numberOfBatches'. For example '1 of 20'.

bob_invalidBatchSearchString 

summary>The batch search string is invalid. The batch number must be less than or equal to the total number of batches.

bob_invalidNumberBatchesValue 

summary>The batch search string is invalid. Batch numbers start at 1.

bob_invalidBatchNumberValue 

summary>Could not connect to IDOL server. Check that IDOL services are running.

idol_couldNotConnect 

summary>This email has already been registered as b_record% '%1'.
cannot register this email again.

trm_messageAlreadyCatalogued 

summary>This email has already been registered as b_record% '%1'.
you want to register this email again?

trm_warnDuplicate 

summary>Port number must be in the range 1 - 65535.

tem_badPortNumber 

summary>Error communicating with IDOL : %1%. Please check that R_TRIM% is configured for an OEM IDOL server.

idol_encryptionError 

summary>Update on duplicate

dp_cap_UpdateOnDuplicate 

summary>Replace bs_schTrigger%

dp_cap_ReplaceTriggers 

summary>Use bulk data loader b_record% numbering

dp_cap_UseBulkLoaderRecNumbering 

summary>B_Location% relationships

dp_cap_LocationRelationships 

summary>The database you are migrating from is GIS supported - you must create a GIS supported database.

tem_mustCreateGis 

summary>Data formatter

dp_cap_DataFormatter 

summary>No field names were returned from the import source: %1%

dp_err_NoFieldsInImportSource 

summary>Unable to create bs_Location%

dp_err_LocationCouldNotBeCreated 

summary>Unable to set b_fieldDefinition% '%1' because it is not used by the b_recordType% '%2'.

dp_err_SettingUserDefinedFieldFailedRec 

summary>Invalid format of b_lookupItem% import list. It needs to be: Abbreviation;Name and each item separated using a pipe '|' E.g. AO;Adults Only|PG;Parental Guidance

dp_err_InvalidLookupSetItemFormat 

summary>Duplicate found. An object matching the data from the import file was found to exist in the database. Item: %1%. ID: %2%. Value: %3%. Matching R_TRIM% object URI: %4%.

dp_err_DuplicateFound 

summary>The b_lookupSet% must be included in the import data to enable importing of bs_lookupItem%. The import cannot continue.

dp_err_ParentLookupSetNotInImport 

summary>The b_lookupSet% for this b_lookupItem% could not be found or created using property value: %1%

dp_err_LookupSetNotFound 

summary>Cannot find the identifying property for object type: %1%

dp_err_NamePropertyNotFound 

summary>Cannot find the Parent property for object type: %1%

dp_err_ParentPropertyNotFound 

summary>Cannot import %1%. Property required: %2%. Item index: %3%

dp_err_MissingEssentialProperty 

summary>Failed to create R_TRIM% object with the import data provided. Object type: %1%. Import item index: %2%

dp_err_ObjectCreationFailed 

summary>Verification of an import item failed with an error. Detail: %1%

dp_err_VerificationError 

summary>Verification of an import item failed with a warning. Detail: %1%

dp_err_VarificationWarning 

summary>Cannot be blank

dp_err_ProjectVerifyCannotBeBlank 

summary>Cannot connect

dp_err_ProjectVerifyCannotConnect 

summary>Cannot be found

dp_err_ProjectVerifyCannotBeFound 

summary>Is invalid

dp_err_ProjectVerifyProjectInvalid 

summary>Unknown project

dp_err_ProjectUnknown 

summary>The R_DataPort% project cannot be loaded as the specified file is not a valid R_DataPort% project file.

dp_err_ProjectFileNotValid 

summary>Importing item: %1% Source field: %2% value: %3%

dp_msg_ImportingItemFieldValue 

summary>Processing iteration: %1%

dp_msg_ProcessingIteration 

summary>Created:

dp_msg_CounterCreated 

summary>Error:

dp_msg_CounterError 

summary>Items exported:

dp_msg_CounterExported 

summary>Items processed:

dp_msg_CounterProcessed 

summary>Updated:

dp_msg_CounterUpdated 

summary>Warning:

dp_msg_CounterWarning 

summary>This R_DataPort% project file cannot be saved without valid information in the following fields:

%1%

dp_msg_ProjectFileCannotBeSaved 

summary>This R_DataPort% project file cannot be executed without valid information in the following fields:

%1%

dp_msg_ProjectFileCannotBeExecuted 

summary>This R_DataPort% project file contains invalid information in the following fields:

%1%

dp_msg_ProjectFileContainsInvlaidInformation 

summary>The database you are migrating from is Unicode - you must create a Unicode database.

tem_mustCreateUnicode 

summary>Schema is invalid

tem_schemaInvalid 

summary>Schema obsolete (%1%)

tem_schemaObsolete 

summary>Schema is for a later version of R_TRIM% (%1%)

tem_schemaForLaterVersion 

summary>The product feature '%1' is not activated.

prp_featureInactive 

summary>New b_record% has been created and is in p_recContainer% - %1%.
: %2%

rec_copyRecordContainerInfo 

summary>Rolling back previous insertions for table: %1%

db_rollingBackUpdates 

summary>The older version will be finalized. Purge the old revisions of this finalized version.

rec_confirmPurgeOldRevisions 

summary>If the previous version is finalized purge the old revisions of this finalized version.

rec_confirmPurgeOldRevisionsTagged 

summary>%1% was set to '%2'

bob_newValueSet 

summary>%1% was changed from '%2' to '%3'

bob_valueChangedTo 

summary>Database Connectivity Check

tem_databaseConnectivityCheck 

summary>The b_consignment% '%1' does not require approval. This task is not available.

rec_consignmentHasNoApprovers 

summary>This b_record% is not in a b_consignment%

recConNotInConsignment 

summary>B_consignment% '%1' has not been examined for issues.
you still want to complete the review?

rec_conNotExamined 

summary>Objects of type '%1' do not have online audit entries.

bob_srchObjectDoesNotHaveAuditEntries 

summary>There is no extra information associated with this b_history%.

bobNoExtraAuditInformation 

summary>Added:%1%

bob_addedItem 

summary>Removed:%1%

bob_removedItem 

summary>%1% was modified: %2%

bob_valueModified 

summary>%1%: '%2' added

bob_childListItemAdded 

summary>%1%: '%2' modified

bob_childListItemModified 

summary>%1%: '%2' removed

bob_childListItemRemoved 

summary>Audit read error.

bob_auditReadError 

summary>PostgreSQL Connection Settings

tem_postgreSQLConnectionSettings 

summary>Old value

bob_auditOldValueColumnHeading 

summary>New value

bob_auditNewValueColumnHeading 

summary>SQL Server Connection Settings

tem_sqlServerConnectionSettings 

summary>B_location% relationship added

bob_locationRelationshipAdded 

summary>B_location% relationship removed

bob_locationRelationshipRemoved 

summary>Try setting 'Use Simple MAPI to connect to your email client' option in Options - Email and repeat operation.

mpx_tryUsingSimpleMapi 

summary>Request ID

rdr_requestID 

summary>'%1' has a security profile determined by the b_location% '%2'.

loc_userHasReferencedSecurity 

summary>'%1' already has the b_securityCaveat% '%2' attached.

loc_alreadyHasCaveat 

summary>'%1' does not have the b_securityCaveat% '%2' attached.

loc_doesntHaveCaveat 

summary>%1% bs_location% updated, however some bs_location% failed.
%2%

bob_someLocationsNotUpdated 

summary>Processing complete. b_securityCaveat% '%2' has been added to %1% bs_location%.

bob_locationsHadCaveatAdded 

summary>Processing complete. b_securityCaveat% '%2' has been removed from %1% bs_location%.

bob_locationsHadCaveatRemoved 

summary>Access denied - you need to have the %1% permission to use this search method.

prp_userHasNoPermissionForSearch 

summary>1 occurrence of %1% found.

ocx_hitFound 

summary>%2% occurrences of %1% found.

ocx_hitsFound 

summary>R_TRIMCONTEXT% audit options

trm_auditOptionsSheet 

summary>You do not have permission to remove the document from a finalized b_record%.

rec_removingFinalDocument 

summary>Active Audit: Tag those Objects/Location Types for which there should be Active Audit entries created when items are created, modified or deleted.

trm_onlineCapabilityHeading 

summary>Create Auditing: tag those objects/location types for which there should be an entry added to the offline audit log whenever the item is created.

trm_offlineCreateHeading 

summary>Modify Auditing: tag those objects/location types for which there should be an entry added to the offline audit log whenever the item is modified.

trm_offlineModifyHeading 

summary>Delete Auditing: tag those objects/location types for which there should be an entry added to the offline audit log whenever the item is deleted.

trm_offlineDeleteHeading 

summary>Query expression too complex, results in unknown search criteria.

bob_srchUnknownCriteria 

summary>Query expression too complex, results in multiple search criteria or operators.

bob_srchMultipleCriteria 

summary>Please enter a comment regarding this update to display in the audit log.

mb_pleaseEnterReasonForUpdate 

summary>=3CEnter an update comment for the audit log=3E

mb_updateCommentCue 

summary>Audit update comments are limited to %1% characters. The comment has been truncated.

bob_updateCommentLimitedTo 

summary>This b_record% is used as the container for audit log files.

rec_recordUsedForAuditLogContainer 

summary>This b_recordType% is used for registering audit log files.

rty_recordTypeUsedForAuditLogCapture 

summary>Internal error. The viewer for the file type '%1' has been incorrectly implemented.

core_internalViewerNotFound 

summary>R_TRIM% audit log for database: %1%, created at %2% (%3%), events starting from %4%(%5%)

evt_auditLogHeader8 

summary>R_TRIM% audit log file - %1%

evt_autoCatalogLogTitleTemplate 

summary>Automatic registering of audit log file '%1' failed. %2%

evt_failedToAutoCatalogLogFile 

summary>R_TRIM% audit log file

core_trimAuditLogFile 

summary>Event

core_auditLogHeadingEvent 

summary>Database connectivity check has completed successfully.

tem_ociConnectionSuccessful 

summary>Done by

core_auditLogHeadingDoneBy 

summary>Item affected

core_auditLogHeadingItemAffected 

summary>On computer

core_auditLogHeadingOnComputer 

summary>User ID

core_auditLogHeadingUserID 

summary>Time (source)

core_auditLogHeadingTimeSource 

summary>Time (server)

core_auditLogHeadingTimeServer 

summary>Owner

core_auditLogHeadingOwner 

summary>Related item

core_auditLogHeadingRelatedItem 

summary>Update comment

core_auditLogHeadingUpdateComment 

summary>Database connectivity check failed.

tem_ociConnectionUnsuccessful 

summary>Error

core_auditLogHeadingError 

summary>Oracle Connection Settings

tem_ociConnectionSettings 

summary>Extra details

core_auditLogHeadingExtraDetails 

summary>%1% updated

bob_largeTextValueSet 

summary>Error occurred when creating an audit log entry for the data cleanup function. %1%

bob_cleanupFailedToLog 

summary>Data cleanup failed during step '%1'. %2%

trm_cleanupFailed 

summary>Starting data cleanup run

trm_cleanupStarting 

summary>Completing Data cleanup run

trm_cleanupFinishing 

summary>Data cleanup setting

bob_dataCleanupSetting 

summary>Data cleanup result

bob_dataCleanupResult 

summary>Audit setting added

bob_auditCapabilityAdded 

summary>Audit setting removed

bob_auditCapabilityRemoved 

summary>Delete tagged %1%?

bob_confirmDeleteTagged 

summary>Warning: you have chosen not to generate b_record% title and word index events, but have not selected IDOL for resolving these word searches. b_record% title and word searches will not work reliably with this arrangement.

trm_noWordIndexesAvailableWarning 

summary>Illegal search escape sequence. A backslash is used to escape single and double quotes and the backslash itself. If you wish to include a backslash as part of a search expression, use two backslashes together (\\).

bob_srchIllegalEscapeSequence 

summary>You have specified a blank search phrase.

bob_searchPhraseIsEmpty 

summary>parameter

bob_srch_parameter 

summary>Could not load the specified add-in. %1%
OK if you want to register this link anyway.

bob_link_cannotLoadAssemblyOrClass 

summary>Internal Error. Function '%1' for b_electronicStore% type '%2' has not been implemented.

sth_storeFunctionNotImplemented 

summary>The advanced IDOL query format is not supported - you need to be connected to a R_WORKGROUP% at version 8.0 or later and be using an IDOL indexing engine.

core_idolQueryNotSupported 

summary>Direct IDOL query not possible due to sorting requirements

bob_srch_notOptimisedDueToSort 

summary>Original query

bob_srch_originalQuery 

summary>Initializing any special system settings ...

tem_creatingDefaultSystemSettings 

summary>Invalid value for parameter 'User session timeout interval (seconds)'. Please enter a number between %1% and %2%.

tem_invalidSessionTimeoutMs 

summary>Invalid value for parameter 'Interval at which the server will scan for timed out user sessions'. Please enter a number between %1% and %2%.

tem_invalidSessionHarvestingIntervalMs 

summary>Authority delete jobs can only be created by the Records Authority event processor.

api_cannotCreateAuthorityDeleteJobs 

summary>Error occurred adding b_location% to -im-memory lookup table for '%1' %2%.

api_bulkLoaderLocationError 

summary>The destination b_electronicStore% for a storage transfer request is not suitable.

edm_destinationStoreInvalid 

summary>The PostGIS extension is not installed for this database. This extension is required to support GIS feature. Installe the PostGIS extension using command 'CREATE EXTENSION postgis;'.

tes_postGISextensionNotInstalled 

summary>Transfer storage

bob_wgsFuncTransferStorage 

summary>The schema name '%1' is not valid. Please note that the schema name is case sensitive.

tem_invalidPostgresSchemaName 

summary>done.

trm_currentItemDone 

summary>done, check log file for warning.

trm_currentItemDoneWarning 

summary>Extracting content and metadata text for indexing

evt_extractingIndexingDetails 

summary>Processing bs_record% imported from origin run: %1%

evt_processingOriginRecords 

summary>restarting from b_record% URI: %1%

evt_processingOriginRecordsRestart 

summary>Processing access control updates for container: %1%

evt_processingACLUpdates 

summary>Details: %1%

db_errorInSQLConnectionDetails 

summary>Queued: %1% (add), %2% (metadata), %3% (delete), %4% (add users), %5% (delete users), %6% (total)

evt_idolQueuedMsg 

summary>index b_record%

evt_styleIndexRecord 

summary>update b_record% metadata

evt_styleUpdateRecordMetadata 

summary>deindex b_record%

evt_styleDeindexRecord 

summary>index user

evt_styleIndexUser 

summary>deindex user

evt_styleDeindexUser 

summary>already in queue

evt_alreadyInQueue 

summary>removed from metadata update queue

evt_removedFromMetadataQueue 

summary>already in index queue

evt_alreadyInIndexQueue 

summary>removed from index queue

evt_removedFromIndexQueue 

summary>processing buffered content indexing events: %1%

evt_processingBufferedEvents 

summary>ignored event '%1'. Not used by content index processor.

evt_notAContentIndexingEvent 

summary>The R_WORKGROUP% that you are connected to does not support StorageTransfer requests. You will need to update your servers before you can use this function.

bob_wgsDoesNotSupportStorageTransfers 

summary>Old storage location - b_electronicStore% name:%1%; b_electronicStore% reference:%2%

evt_oldStorage 

summary>New storage location - b_electronicStore% name:%1%; b_electronicStore% reference:%2%

evt_newStorage 

summary>Details

bob_externalLinkColHeadingDetails 

summary>An unspecified error occurred during storage transfer processing - server failed to report the new storage location.

db_unspecifiedStorageTransferFailure 

summary>You need to specify a bulk loader work path to use the migrate utility (see Options page).

tem_needToSpecifyBulkLoaderPathForMigrate 

summary>The bulk loader path should be a UNC path. is to ensure that each R_WORKGROUP% can access the bulk loader temporary files correctly. The path also needs to be accessible by the SQL Server database instance that services this R_TRIM% dataset.

tem_bulkLoaderPathInputErrorSS 

summary>The document attached to %1%: %2% is already located within b_electronicStore% %3%

bob_documentAlreadyInDestinationStore 

summary>There is no document attached to %1%: %2%.

bob_noDocumentToTransfer 

summary>Connector based stores cannot guarantee a delete, so it is always added to the retry queue to guarantee removal.

est_connectorDeleteAlwaysNeedsRetry 

summary>There are %1% delete retry request(s) queued for this b_electronicStore%.

est_deleteRequestsAreQueued 

summary>You can only specify a value for '%1' when creating a recurring b_request%. You need to change the p_rcqRequestType% to 'recurring'.

rec_reqValueOnlyForRecurring 

summary>Not recorded, using default: %1%

est_accessDateNotRecorded 

summary>Access date recording not operating for b_electronicStore%: %1%.

est_notRecordingAccessDates 

summary>A batch number within a number of batches, e.g. 1 of 5

core_searchBatchTooltip 

summary>The Connector store configuration details are invalid. You need to enter a configuration string in the format hostname:port, for example http:

sth_store_connectorStoreConfigInvalid 

summary>The IDOL configuration has been modified. Are you sure you want to deploy these changes to all IDOL components?

tem_idolConfigModifiedForDeploy 

summary>Running process as b_Location%: %1%

dp_msg_RunningAs 

summary>Target: %1%

dp_msg_Target 

summary>Data source: %1%

dp_msg_DataSource 

summary>Second pass information for %1% has the wrong number of elements. Expected: %2% Received: %3%

dp_err_SecondPassItemCountFail 

summary>Setting property failed. Item Index: %1%, Property Caption: '%2', Value: %3%

dp_err_SetPropertyFail 

summary>No suitable b_Location% was found. bs_Location% found: %1%. b_Location% Match Type: %2%.

dp_err_LocationBadMatchType 

summary>Removing b_Record% from container to set p_recHomeLocation% to the b_Location% specified in the import data. b_Record%: %1%, Removed from p_recContainer%: %2%, New p_recHomeLocation% URI: %3%

dp_msg_SetHomeLocFromContainer 

summary>Update on duplicate was enabled but no unique identifier was mapped. Setting update on duplicate to false.

dp_msg_UpdateOnDupNotRelevant 

summary>Most likely the database server or the availability group listener or the failover cluster instance is not responding. %1%

odbc_GroupListenerNotResponding 

summary>Unable to decode the PostgreSQL EWKB formatted byte stream to retrieve the geographic location. It appears that the byte stream is not complete or invalid.

core_invalidPostgresEWKBByteStream 

summary>Starting second pass processing for batch: %1%

dp_msg_StartingSecondPassForBatch 

summary>Starting final pass processing

dp_msg_StartingFinalPassProcessing 

summary>Items found:

dp_msg_CounterItemsFound 

summary>Please enter a valid cut-off time.

loc_cutoffTimeNotValid 

summary>Warning - the specified cut-off time does not fall within the normal working hours of the day.

loc_cutoffTimeNotInWorkingDay 

summary>Please enter a valid time interval for requests at priority: %1%

loc_responseTimeInvalid 

summary>Please review the response time setting - it appears that a lower priority setting has a shorter response time than a higher priority setting.

loc_responseTimesNotSensible 

summary>Please supply a time value.

bob_pleaseEnterTime 

summary>Please enter a valid time value.

bob_pleaseEnterAValidTime 

summary>Most likely the ODBC driver is not installed. The diagnostic information returned from the driver: %1%

odbc_mostlikelyDriverNoInstalled 

summary>from %1% to %2% via %3%

req_fromToVia 

summary>from %1% to %2%

req_fromTo 

summary>A completed b_request% cannot be updated.

req_cannotModifyCompletedRequest 

summary>You can only specify a date for a b_request% with priority of E_rpi_low%

req_canOnlySetDateForLowPriorityRequests 

summary>This b_request% has a priority of E_rpi_low% and cannot be processed before %1%.

req_lowPriorityRequestCannotBeBefore 

summary>You cannot modify the priority of a b_request% that is has been partially processed.

req_cannotModifyRequestInProgress 

summary>The simple add request command is not available when using the advanced requests feature.

bob_menuItemNotUsedForAdvancedRequests 

summary>This b_request% is not awaiting approval. Please check the 'p_recHomeLocation' is a Storage Provider and has the appropriate option enabled.

req_requestNotWaitingApproval 

summary>The ODBC driver '%1' is not installed on this workgroup server.

odbc_driverNotInstalled 

summary>A storage provider location must have an administrator to process transfer requests.

loc_storageProviderMustHaveAnAdministrator 

summary>Failed to initialize the ODBC process to support connection pooling.

odbc_failedToSetConnectionPooling 

summary>Failed to create the ODBC environment.

odbc_failedToCreateEnvironmentHanle 

summary>If you specify a p_recContainer% for the E_lc_storageProvider% log files you also need to specify a b_recordType%.

loc_specifyRecordTypeForLog 

summary>This b_recordType% is used as a default for automatically registering activity logs from one or more E_lc_storageProvider% bs_location%.

rty_usedAsDefaultForStorageProviderLogs 

summary>This b_record% is used as a default p_recContainer% for automatically registering activity logs from one or more E_lc_storageProvider% bs_location%.

rec_usedAsContainerForStorageProviderLogs 

summary>The requestor b_location% cannot be modified for a pick up style request - it is always set to the p_recAssignee% of the b_record% being requested.

req_cannotModifyRequestorForPickupRequest 

summary>The requestor b_location% cannot be modified once a request has been created.

req_cannotModifyRequestorForExistingRequest 

summary>The new home for a b_record% can only be set when creating a E_rqt_pickupNew% request, it is determined by the home b_location% of the b_Record% for other request types.

req_canOnlyModifyHomeForPickupNewRequest 

summary>The new home b_location% cannot be modified once a request has been created.

req_cannotModifyHomeForExistingRequest 

summary>delivery from %1% to %2%

rec_requestDetails 

summary>Error executing SQL statement: %1%: %2% command: %3%

db_errorInSQL 

summary>Error with SQL Connection: %1%

db_errorInSQLConnection 

summary>The SQL transaction '%1' failed for user %2%: %3%: %4% command: %5%

db_errorInSQLTransaction 

summary>Use replacement b_location% for the private access control

web_useReplForACL 

summary>Use replacement b_location% for outstanding b_record% b_request%

web_useReplForRequests 

summary>Enter replacement b_location%

web_replaceLocationLabel 

summary>Delete b_location%

web_removeLocationDlgTitle 

summary>Move email addresses to replacement b_location%

web_moveEmailsToReplLocation 

summary>Copy associated bs_location% to replacement b_location%

web_moveAssociationsToReplLocation 

summary>Created as a copy of b_record%: %1%

rec_copiedFrom 

summary>Created as a new version of b_record%: %1%

rec_newVersionOf 

summary>Created as a redacted copy of b_record%: %1%

rec_redactedFrom 

summary>Your search is too complicated and cannot be processed by the SQL engine. Please simplify your query before trying again.

db_queryTooComplex 

summary>An update transaction failed due to a deadlock collision. It may be possible to try the update again later.

db_updateDeadlocked 

summary>An update transaction failed due to a referential integrity problem.

db_referentialIntegrityViolation 

summary>An update transaction failed because a non-unique value was provided for one of the properties involved.

db_uniqueConstraintError 

summary>Ignored

rdr_renderIgnored 

summary>Creation of the stored procedure or function '%1' failed.

tem_createStoredProcedureFailed 

summary>Invalid ODBC handle. The handle type is %1%

odbc_invalidHandle 

summary>A E_rqt_pickupNew% or E_rqt_pickupReturn% b_request% already exists for this b_record% - added by %1% on %2%.

rec_pickupRequestAlreadyExists 

summary>The administrator assigned to this E_lc_storageProvider% b_location% does not have a street address.

loc_storageAdminNeedsAddress 

summary>Please enter the user name that this b_location% logs in as.

loc_pleaseEnterUserName 

summary>The user name and domain name properties cannot contain a backslash.

loc_userOrDomainCannotContainDomainSeparator 

summary>A b_documentQueue% with a path of %1% %2% already exists.

trm_qAlreadyExists 

summary>Movement history

dp_cap_MovementHistory 

summary>Member bs_jurisdiction%

dp_cap_MemberJurisdictions 

summary>Active date range

dp_cap_ActiveDateRange 

summary>A b_request% must have a status of 'E_rqs_addedToVendor' before it can be confirmed as ready for pick up.

req_requestNotAddedToVendor 

summary>A b_location% needs to have the manage bs_request% permission to administer E_lc_storageProvider% bs_location%.

loc_needsRequestPermissionToAdministerStorage 

summary>'%1' files cannot be rendered using the rendering engine.

rdr_cannotrenderFileType 

summary>One or more of the IDOL content service engines are unavailable. Any configuration changes can not be applied to these engines. Do you wish to continue with the deploy?

tem_idolConfigDeployCSDown 

summary>This new content service conflicts with an already configured content service. Please edit the host name or port number.

tem_idolConfigDuplicateCS 

summary>Online

tem_idolCsStatusOnline 

summary>Unavailable

tem_idolCsStatusOffline 

summary>Config unreadable

tem_idolCsStatusUnreadable 

summary>Are you sure you want to remove content service %1%:%2% from the IDOL configuration?

tem_idolCsRemoveConfirmation 

summary>Error opening KeyView stream to file

core_keyview_pSteamIsNull 

summary>Indexing on computer %1% using %2% threads using selection: %3%

trm_idolReindexDetails 

summary>This document has already been registered in R_TRIM%. bs_record% are %1%. you want to register this document again?

est_duplicateDocYesNo 

summary>Cache Folder not found: %1%

est_noCachedFolder 

summary>This document has already been registered in R_TRIM% and cannot be registered again.
bs_record% are %1%.

est_duplicateDocError 

summary>First and previous E_rgi_part%

dp_cap_partInfoField 

summary>Related BS_Record%

dp_cap_relatedRecords 

summary>Hash verification failed for file transfer from R_TRIM% client to R_TRIM% server. File name: %1%. File size: %2%.

wgs_fileUploadHashFail 

summary>Length mismatch on file transfer from R_TRIM% client to R_TRIM% server. Expected length: %1%. Uploaded length: %2%.

wgs_fileUploadLengthFail 

summary>IDOL reindex run ended at %1%.

trm_idolReindexLogFinished 

summary>The b_electronicStore% '%1' is not suitable for a direct copy operation.

sdknet_bulkLoader_cannotCopyDirect 

summary>Allocate store for direct copy

bob_wgsFuncAllocateStoreForDirectCopy 

summary>Notify store copy complete

bob_wgsFuncNotifyStoreCopyComplete 

summary>'%1' must be positive and in the range 1-32767.

bob_badNumber 

summary>ODBC statement is still running.

odbc_statementIsStillRunning 

summary>Unable to save the configuration file '%1'. %2%

tem_configFileSave 

summary>Transaction file sent to IDOL - IDOL Index ID: %1%, File Size: %2%, time taken: %3% milliseconds

sth_transactionFileSent 

summary>Ready for next batch

trm_idolReindexAwaitingNextBatch 

summary>Recordset is no longer accessible due to a client/server recordset ID mismatch. Please reissue the query.

wgs_recordsetGuidMismatch 

summary>Check that R_WORKGROUP% service is started. %1%

bob_connectToWgs 

summary>Help

dp_cap_Help 

summary>You can only drop a single document on b_record% '%1'.

trm_canOnlyDrop1File 

summary>Restarting this batch [%1%]. Please manually reindex bs_record% with URIs in the range %2% to %3%.

trm_idolReindexRestarting 

summary>Reindexing - metadata only.

trm_idolReindexMetadataOnly 

summary>KeyView time (%%)

trm_idolIndexColPercKeyview 

summary>The last reindex did not complete successfully. Do you wish to resume?

trm_restartReindex 

summary>Resume last reindex

trm_restartReindexTitle 

summary>R_TRIM% has detected that your connection to Offline Records has been lost.
B_Record% '%1' remains checked out to you and a copy has been kept in your Offline Records folder. Your most recent changes may not have been saved. connection to Offline Records has been re-established. Please save your most recent changes before attempting to check this document back into R_TRIM% from Offline Records.

Details : %2%

rec_offlinePathNotAvailable 

summary>Importing %1% - ID: %2%

dp_msg_importing_object 

summary>Updating %1% - ID: %2%

dp_msg_updating_object 

summary>Error retrieving the next %1%. Reasons to follow:

dp_err_retrieving_object 

summary>Batch: %1% %2% - Loaded: %3% Created: %4% Updated: %5% Errors: %6%

dp_msg_batch_stats 

summary>Updating %1% - ID: %2% URI: %3%

dp_msg_updating_found_object 

summary>Loading %1% - ID: %2%

dp_msg_loading_new_object 

summary>Updated batch: items imported = %1%

dp_msg_updated_batch 

summary>Second pass processing started.

dp_msg_pass_processing_started 

summary>Second pass process for updated items failed.

dp_err_update_passprocessing_failed 

summary>Document batch: items collated = %1%

dp_msg_document_batch 

summary>Second pass process for document attachments failed.

dp_err_document_passprocessing_failed 

summary>batch

dp_cap_batch 

summary>update

dp_cap_update 

summary>electronic document attachment

dp_cap_eDoc_attach 

summary>Shutting down secondary process %1% of %2%

dp_msg_shutdownpassprocess 

summary>Initializing final pass process %1% of %2%

dp_msg_startfinalpass 

summary>Second pass process cannot locate object. Object Type: %1% URI: %2%

dp_err_passprocess_objectnotfound 

summary>Exporting %1% - URI: %2%

dp_msg_exporting_object 

summary>Filtering out any storage provider bs_Location% as they are not supported for import or export.

dp_msg_filteroutstorageprovider 

summary>Storage provider location type not supported when importing with BulkDataLoader

dp_err_storageprovidernotsupported 

summary>Electronic documents will not be exported. The DOS file property needs to be selected for export and the electronic document directory must be specified.

dp_err_eDocsNotExported 

summary>A b_schtrigger% could not be added to %1%. No b_schtrigger% type was specified in the import data.

dp_err_trigger_not_added 

summary>Exception message:

dp_err_exception_message 

summary>A negative number is not allowed for this item.

edi_negativeNotAllowed 

summary>Processing bs_documentQueue% is only available within R_TRIM%.

trm_processDocQueueNotAvailable 

summary>The selected IDOL instance for this reindex is not the IDOL instance configured for this dataset. The reindex will not be usable by this dataset. Are you sure you wish to use this different IDOL instance?

dci_wrongIdolInstanceWarning 

summary>The Trapeze printer driver package does not appear to be installed on this machine. Unable to open the printer '%1'. %2%

core_printerDriverNotInstalled 

summary>All objects in the object list must be of the same type.

sdknet_objectListBadType 

summary>The filename is blank or the file is 0 bytes in size. No view is possible.

trm_fileBlankORZero 

summary>Details

web_details 

summary>Create

web_create 

summary>convert

web_convert 

summary>Body

web_body 

summary>Back to search

web_backToSearch 

summary>Back to summary

web_backToSummary 

summary>...

web_blah 

summary>Date registered

web_dateRegistered 

summary>Download

web_download 

summary>Please enter a query

web_enterAQuery 

summary>Favorite BS_record%

web_favoriteRecords 

summary>Favorites

web_favorites 

summary>field

web_field 

summary>Footer

web_footer 

summary>Form

web_form 

summary>Form search

web_formSearchCap 

summary>Form search title

web_formSearchTitle 

summary>Get started

web_getStarted 

summary>Header

web_header 

summary>Home

web_home 

summary>Attach electronic document

web_attachElectronicDocument 

summary>Create a new electronic or physical b_record%

web_createElectronicOrPhysicalRecord 

summary>Access denied

web_accessDenied 

summary>Add to Favorites

web_addToFavorites 

summary>Added to favorites successfully

web_addedToFavorites 

summary>Advanced form based search

web_advancedFormBasedSearch 

summary>Category

web_category 

summary>Checked out

web_checkedOut 

summary>Checked Out BS_record%

web_checkedOutRecords 

summary>Classic

web_classic 

summary>Click to display

web_clickToDisplay 

summary>Construct a refined search using various data filters

web_constructRefinedSearchUsingFilters 

summary>For further assistance please contact your administrator.

web_contactAdministrator 

summary>Download the electronic attachment to your device

web_downloadElectronicAttachmentToYourDevice 

summary>Download the b_record% to view it in your local environment

web_downloadRecordToViewInYourEnvironment 

summary>In container:

web_incontainerColon 

summary>Incorrect object type

web_incorrectObjectType 

summary>Initiate your search

web_initiateYourSearch 

summary>Loading

web_loading 

summary>B_location%

web_location 

summary>Explore

web_explore 

summary>Explore your recent and favorite bs_record%

web_exploreRecentOrFavoriteRecords 

summary>Explore your bs_record%

web_exploreRecords 

summary>Fail to initialize form search panel

web_failToInitialiseFormSearchPanel 

summary>Edit the current b_record%

web_editCurrentRecord 

summary>Edit the information required for the b_record%. To complete the fields, you can either:

web_editInfoForRecordAndHowToComplete 

summary>Enter text

web_enterText 

summary>Please enter a title

web_enterTitle 

summary>Error adding to favorites

web_errorAddingToFavorites 

summary>Error removing from favorites

web_errorRemovingFromFavorites 

summary>An error occurred trying to save your search

web_errorTryingToSaveSearch 

summary>An error occurred uploading your file

web_errorUploadingYourFile 

summary>P_recLongNumber%

web_expandedRecordNumber 

summary>There may be matching bs_record% that are prevented from being displayed because of filtering, or for security reasons.

web_filterOrSecurityMayPreventedTheDisplayOfMatchRecords 

summary>Select a b_recordType% from the drop-down list to create a new b_record%. You can refine the list by typing the b_recordType% name, or part of it, into the selection field.

web_howToCreateNewRecord 

summary>type the full value into the input field, or

web_howToSearch1 

summary>search by typing part of the value into the input field and selecting from the resulting drop-down list

web_howToSearch2 

summary>The b_recordType% you've selected uses b_classification%. Select and navigate to the required b_classification% from the drop-down list. You can search for a Top level b_classification% by typing into the

web_howToSelectCategory 

summary>R_TRIM%

web_HPRM 

summary>a minimum of three characters is required for searching

web_minimum3LettersRequiredForSearch 

summary>Modify

web_modify 

summary>More options

web_moreOptions 

summary>needs to be selected

web_needToBeSelected 

summary>New B_record%

web_newRecord 

summary>No matches found

web_noMatchfound 

summary>No bs_record% found

web_noRecordsFound 

summary>No response received from the server

web_noResponseReceivedFromServer 

summary>No bs_savedSearch% available

web_noSavedSearchAvailable 

summary>The feature is not implemented.

web_notImplementedYet 

summary>Numbers

web_numbers 

summary>Open in classic mode

web_openInClassicMode 

summary>Open a new browser window in classic mode.

web_openNewbBowserWindowInClassicMode 

summary>Unknown ODBC error.

odbc_unknownODBCerror 

summary>Public

web_public 

summary>Ready searches

web_readySearches 

summary>Reason

web_reason 

summary>Recent Documents

web_recentRecords 

summary>B_record%

web_record 

summary>BS_record%

web_records 

summary>B_record% already in home location

web_recordAlreayInHomeLocation 

summary>B_record% creation failed:

web_recordCreationFailed 

summary>B_record% request created

web_recordRequestCreated 

summary>B_record% request outstanding

web_recordRequestOutstanding 

summary>B_record% returned to home location

web_recordReturnedToHomeLocation 

summary>The maximum length for the b_record% title field is 254 characters.

web_recordTitleMaximumLengthIs254 

summary>The b_record% title is a mandatory field. Please enter a title for the b_record%

web_recordTitleMustBeEntered 

summary>B_recordType%

web_recordType 

summary>B_record% update failed:

web_recordUpdateFailed 

summary>B_record% successfully updated

web_recordUpdateSucceeded 

summary>Remove from Favorites

web_removeFromFavorites 

summary>Removed from Favorites successfully

web_removedFromFavorites 

summary>Request this B_record%

web_requestThisRecord 

summary>Requesting B_record%

web_requestingRecord 

summary>Retrieving results

web_retrievingResults 

summary>Return

web_return 

summary>Returning B_record% to home location

web_returnRecordToHomeLoction 

summary>Return the B_record%

web_returnTheRecord 

summary>Search

web_search 

summary>Search contents

web_searchContents 

summary>Search for BS_record% across a dataset

web_searchForRecordsAcrossDataset 

summary>Search Containers for more BS_record%

web_searchThisContainerforMoreRecords 

summary>Search your BS_record%

web_searchYourRecords 

summary>Searching

web_searching 

summary>See more

web_seeMore 

summary>The selected file has not been uploaded to the server

web_selectedFileHasNotBeenUploadedToServer 

summary>Start typing to begin a new search

web_startTypingToBeginNewSearch 

summary>Submit

web_submit 

summary>This field is required

web_thisFieldRequired 

summary>This B_record% has already been requested

web_thisRecordHasBeenRequested 

summary>Unable to map data

web_unableMapData 

summary>Unable to return b_record% to home location

web_unableReturnRecordToHomeLocation 

summary>R_TRIM% web client is unable to establish a connection to the Web Service

web_unableToConnectToWebServices 

summary>Unable to display details at this time

web_unableToDisplayDetailsNow 

summary>Unable to download at this time. Try again later. URI:

web_unableToDownloadNowTryLater 

summary>Unable to request B_record%

web_unableToRequestRecord 

summary>Unable to view this B_recordType%

web_unableToViewRecordType 

summary>Update

web_update 

summary>Update the information for an existing B_record% in R_TRIM%

web_updateExistingRecordInfo 

summary>A valid B_classification% needs to be selected.

web_validCategoryNeedToBeSelected 

summary>View, add or modify bs_record%

web_viewAddOrModifyRecords 

summary>View all checked out BS_record%

web_viewAllCheckedOutRecords 

summary>View all Favorite BS_record%

web_viewAllFavouriteRecords 

summary>View all recent bs_record%

web_viewAllRecentRecords 

summary>Welcome to the B_record% creation wizard

web_welcomeToRecordCreationWizard 

summary>Enter search name:

web_enterSearchName 

summary>Search owner

web_searchSelectOwnerInputLabel 

summary>Query

web_searchQueryInputLabel 

summary>Enter search description:

web_enterSearchDescription 

summary>Check in B_record%

web_checkInRecord 

summary>Keep checked out

web_checkInKeepCheckedOut 

summary>Make a new revision

web_checkInMakeNewRevision 

summary>Comments

web_checkInComments 

summary>Additional request

web_additionalRequest 

summary>Or

web_or 

summary>Adding members to a location is not supported in this configuration. You will need to change the call around to look like member.AddRelatedLocation(parent, MemberOf);

loc_addingMembersNotSupported 

summary>Removing members from a location is not supported in this configuration. You will need to change the call around to look like member.RemoveRelatedLocation(parent, MemberOf);

loc_removingMembersNotSupported 

summary>The 'Always Highest' security setting can only be used for administrator bs_location%

bobHighestSecurityOnlyForLocations 

summary>%1% search form

bobSearchFormCaption 

summary>Search form group

trmSearchGroupTitle 

summary>No search methods have been included in the search group '%1'.

trm_noMethodsForGroup 

summary>You have not defined any search groups for the search form.

trm_noGroupsDefined 

summary>Available

dp_cap_Available 

summary>Selected

dp_cap_Selected 

summary>A b_record% title must start with a b_keyword% that is a top term. %1% is not a top term.

web_selectTopTerm 

summary>The account %1% was not found.
: %2%
you sure you still want to add this user to the list of trusted server accounts?

tem_accountLookupFailed 

summary>Setting default search form for user: %1%

uty_updateFormForLoc 

summary>B_location%: %1% does not have a login. Default search form has not been set.

uty_settingFormForInvalidLocation 

summary>Some errors were encountered setting the search form for one or more bs_location%. See the activity log for more details

uty_someFormsNotSetSeeLog 

summary>A b_location% needs to have a valid login for it to have a default search form.

loc_needsALoginForSearchForm 

summary>The b_fieldDefinition% name contain some characters that cannot be used if is to be indexed by IDOL. The list of unsupported characters is: %1%

bob_fieldContainsInvalidIdolCharacters 

summary>This dataset is not set up with the correct user privileges. The required privilege '%1' is missing.

tem_needUserPrivilege 

summary>An error occurred checking the database for a required privilege '%1'. %2%

tem_needUserPrivilegeError 

summary>Created BS_record%

web_createdRecords 

summary>A numbering pattern has not been defined for top level bs_classification%. Press OK to setup this numbering pattern now, otherwise CANCEL

fp_needToSetTopNumber 

summary>This search was created in an earlier version and cannot be executed in R_TRIM%

bob_searchCannotBeOldFormat 

summary>This search is in an old format which can no longer be used. Press OK if you wish to redefine the search criteria.

trm_searchNotConvertible 

summary>Cancel

web_cancel 

summary>Click Report to generate and open the HTML Report

web_clickReport 

summary>Close

web_close 

summary>Created

web_created 

summary>Create report

web_createReport 

summary>Create new b_location%:

web_createLocationFormTitle 

summary>Enter date (Short format of YYYY/MM/DD)

web_dateFieldTitle 

summary>Error checking b_record% in

web_errorCheckin 

summary>An error occurred creating the b_location%

web_errorCreatingLocation 

summary>Locate

web_locate 

summary>Manage

web_manage 

summary>Please upload a file

web_pleaseUploadFile 

summary>B_record% checked out

web_recordCheckedOut 

summary>B_record% checked in

web_recordCheckedIn 

summary>Report

web_report 

summary>Save

web_save 

summary>Save search

web_saveSearchMenu 

summary>Search for

web_searchQueryLabel 

summary>Select all

web_selectAll 

summary>Select / deselect all

web_selectDeselectAll 

summary>Select None

web_selectNone 

summary>Select the bs_record% to be included in the Report

web_selectRecordsForReport 

summary>Select a Report Template from the below list

web_selectTemplate 

summary>Show Report

web_showReport 

summary>Unknown b_recordType%

web_unknownRecordType 

summary>Unknown b_record% title

web_unknownRecordTitle 

summary>Unknown p_recNumber%

web_unknownRecordNumber 

summary>This search type is not supported. The default value will be used

web_unsupportedSearchType 

summary>Request BS_record%

web_additionalRequestRecord 

summary>Reset

web_resetButtonCaption 

summary>Requestor name

web_requestSelectRequestorInputLabel 

summary>Navigate back to the container

web_navigateBackToContainer 

summary>Send

web_sendRequestOnBehalfOfButtonCaption 

summary>Select properties

web_selectPropertiesCaption 

summary>New b_savedSearch%

web_newSavedSearch 

summary>Check out

web_checkOutTitleNoSubstitute 

summary>Query

web_query 

summary>More

web_more 

summary>Profile

web_profile 

summary>BS_savedSearch%

web_savedSearches 

summary>Search by method

web_parameterisedSavedSearch 

summary>Start over

web_parameterisedStartOver 

summary>Item(s)

web_items 

summary>Requested

web_requested 

summary>You requested the report

web_reportRequestedNotification 

summary>P_recNumber%

web_recordNumberCaption 

summary>%1% is using %2% on %3%

web_profileInformation 

summary>Showing %1% - %2% of %3%

web_pageInformation 

summary>End

web_pageEnd 

summary>Start typing to begin a new search or construct a refined search using various data filters

web_searchUsageInformation 

summary>View all

web_viewAll 

summary>Please wait, loading

web_loadingMask 

summary>The minimum supported version for R_TRIM% is %1%. Please upgrade to the latest version

web_minimumBrowserVersion 

summary>Cancel and return

web_cancelAndReturn 

summary>Item(s) selected

web_itemsSelected 

summary>Report

web_reportButtonCaption 

summary>Additional request

web_additionalRequestTooltip 

summary>Continue

web_continueButtonCaption 

summary>Correct

web_correctButtonCaption 

summary>Upload the selected file

web_uploadButtonCaption 

summary>Total Results

web_totalResults 

summary>Preview

web_previewAttachment 

summary>Properties

web_viewProperties 

summary>Showing Results %1% - %2%

web_showingResults 

summary>Save

web_newSaveSearchCaption 

summary>B_request%

web_request 

summary>Copy URL

web_copyURL 

summary>URL has been copied to clipboard.

web_urlCoppied 

summary>Not connected

web_mobile_dbNotConnected 

summary>actions

web_actionsPanelCaption 

summary>P_recNumber%: %1%
P_recTitle%: %2% b_record% has been assigned to you.

rec_recAssignedMailNotification 

summary>by method

web_searchByMethods 

summary>Active BS_securityCaveat%

web_securityCaveatCaption 

summary>Add or modify access controls

web_viewEditAccessControlCaption 

summary>The following field type is not supported

web_fieldTypeNotSupported 

summary>DataEntryForm: FormDefinition cannot be undefined

web_dataFormEntryBlankError 

summary>Electronic document checked in

web_documentCheckedIn 

summary>The OCR rendition staging path should be a UNC path. is to ensure that every R_WORKGROUP% and OCR Image server can access the work files.

tem_idolIndexStagingPathError 

summary>Bulk loader path

bob_infoParamBulkLoaderPath 

summary>IDOL index staging path

bob_infoParamIdolIndexStagingPath 

summary>You need to specify a path for the IDOL index staging to do OCR text processing (see E_prs_enterpriseStudio%)

trm_needIndexStagingPathForOCR 

summary>This b_record% is not of a suitable file type for OCR image processing.

rec_notAnOCRFileType 

summary>Selected BS_lookupItem%

web_selectedLookupItems 

summary>There are no matching results.

web_thereAreNoMatchingResults 

summary>This field is disabled because this b_record% does not have a container b_record%.

web_whyEnclosedFieldisIsDisabled 

summary>Bulk insert to temporary table is not supported for Azure.

tem_bulkInsertNotSupportedForAzure 

summary>Tools

vb_tio_group8 

summary>The following settings will be saved as Global Settings: Time Zone, Document Viewer, Dashboard Configuration, Search Result Page Size.

web_setGlobalSettingInfo 

summary>You are about to download the following global settings as defined by your Administrator: Time Zone, Search Result Page Size, Document Viewer and Dashboard Configuration settings. Are you sure you want to change your settings to the global version?

web_getGlobalSettingConfirmation 

summary>Set as Global Settings

web_setAsGlobalSettings 

summary>Please select a valid time zone for statistical calculations

trm_selectStatsTimeZone 

summary>Unknown data type in varTovariant function %1%

wgs_varTovariant 

summary>An invalid date range has been specified for the suspension of the b_alert%. Please check values supplied

uty_alertSuspendedRangeInvalid 

summary>This b_alert% is now being used by multiple subscribers. If you wish to change it choose 'unsubscribe' and create a new b_alert%

uty_unsubscribeAndCreateANewAlert 

summary>Notify subscribers of event %1% for %2%

uty_alertDescriptionBasic 

summary>Notify subscribers of event %1% for %2% where %3%

uty_alertDescriptionSearch 

summary>BS_alert% are not supported for the event '%1'

prp_alertNotSupportedForEvent 

summary>BS_alert% are not supported for the event '%1' occurring on object '%2'

prp_alertNotSupportedForEventAndObject 

summary>You are not subscribed to this b_alert%.

uty_notSubscribedToAlert 

summary>You are already subscribed to this b_alert%.

uty_alreadySubscribedToAlert 

summary>Please enter a valid date range for the suspension.

uty_enterSuspendDateRange 

summary>until %1%

uty_suspendUntil 

summary>from %1% until further notice

uty_suspendFrom 

summary>from %1% until %2%

uty_suspendRange 

summary>%1% must meet this search criteria

pp_alertCriteriaFor 

summary>No additional search criteria can be applied to this B_alert%.

pp_alertCriteriaNotRelevant 

summary>Revision %1% of the previous version

rec_firstRevisionFromRevision 

summary>%1% of %2%

bob_stdOf 

summary>Removing %1% %2% of %3% from %4%

bob_removeFromLabel 

summary>The SharePoint conversion function 'SetSpUniqueId' is not available once the E_prf_sharePointZF% product feature has been activated.

rec_cannotSetIdOnce365isActivated 

summary>The SharePoint Integration has been upgraded to the E_prf_sharePointZF% product feature. The earlier-style integration function is no longer available.

rec_oldStyleSPInotAvailable 

summary>Get Settings

web_getGlobalSettings 

summary>%1% Consumer thread processing complete, %2% items were processed by this thread.

bob_consumerThreadComplete 

summary>%1% Consumer thread processing stopped after %2% items were processed, **** failed with error: %3%

bob_consumerThreadFailed 

summary>%1% Processing complete, total items processed: %2%.

bob_producerThreadComplete 

summary>%1% Processing stopped after processing %2% items, **** failed with error: %3%

bob_producerThreadFailed 

summary>Processing item %1%: %2% : %3% (%4%)

bob_consumerThreadProgress 

summary>Could not serialize the server-side recordset. %1%

wgs_serialiseRecordset 

summary>You cannot specify a manual destruction date for a b_record% that has a b_schedule% attached. You need to specifically remove the b_schedule% from the b_record%.

rec_cannotSpecifyScheduleAndManualDate 

summary>Invalid borrowing limit. It cannot be more than %1%.

rty_invalidBorrowingLimit 

summary>Could not delete the file '%2'. Access denied. The file is in use by the following processes: %1%

core_couldNotDeleteFileInUse 

summary>P_recNumber%: %1%
P_recTitle%: %2% b_record% has been requested by %3% and is required by %4%

rec_requestMailNotification 

summary>%1% - transaction update limit exceeded. You can only add, remove or update a maximum of %2% %1% in any single transaction. You need to save the current transaction before continuing.

bob_childTransactionLimitExceeded 

summary>The selected container has been %1%. For bs_record% that have contained items, you need to make them %1% first, before you can place them inside a %1% container.

rec_useDispositionProcessingFunctionForContainers 

summary>You do not have access to the p_recContainer%.

rec_noAccessToContainer 

summary>Add a category to IDOL

sth_idolIndexQueueCreateCategory 

summary>The IDOL component required for this action is not available. Component: %1%, action: %2%

idol_componentNotAvailable 

summary>B_record% missing from index %1%.

trm_recordMissingFromIndex 

summary>Unable to dispose of the contained b_record% '%1'. %2%

rec_errorDisposingContent 

summary>B_record% has already been disposed (%1% on %2%).

rec_alreadyDisposed 

summary>B_record% '%1' is not scheduled for the selected disposal action '%2'. The specified disposal is %3%.

rec_hasDifferentDisposal 

summary>A container that has been %1% cannot contain bs_record% that have been %2%.

rec_containerHasDifferentDisposalType 

summary>The selected container is inactive. For bs_record% that have contained items you need to make them inactive before you can place them inside an inactive container.

rec_useInactiveProcessingFunctionForContainers 

summary>The selected container has been %1%. Placing this b_record% within this container will mean that the b_record% will also become %1%.

recAutomaticDisposalWillOccur 

summary>The selected container is inactive. Placing this b_record% within this container will mean that the b_record% will also become inactive.

recAutomaticInactiveWillOccur 

summary>You cannot perform document transactions on bs_record% that have been destroyed.

rec_cannotUpdateDestroyedRecord 

summary>SQL state and native error code are consecutively %1% , %2%

odbc_sqlState 

summary>This b_record% has not been disposed.

rec_recordNotDisposed 

summary>Invalid extension limit - it cannot be more than %1%.

rty_invalidExtensionLimit 

summary>No borrowing limits are in place.

rty_notImplementingBorrowingLimits 

summary>No extensions are allowed.

rty_noExtensionsAllowed 

summary>Extensions enabled but no borrowing limits are in place.

rty_extnSetButNotBorrow 

summary>Multiple extensions enabled but no borrowing limits are in place.

rty_multiExtnSetButNotBorrow 

summary>You can only book out this b_record% until %1%.

rec_cannotBookPastDate 

summary>You can only extend the booking on this b_record% until %1%.

rec_cannotExtendPastDate 

summary>P_recNumber%: %1%
P_recTitle%: %2% b_record% was due for return by %3% and is now overdue for return. Can you please return this b_record% or extend the booking by adjusting the 'due for return by' date on Assignee task.

rec_recReturnOverdueMailNotification 

summary>P_recDisposition%: %1% ( p_recHomeLocation%: %2%, Consignment: %3%, Closed: %4%, Last Action: %5%)

rec_doDisposalMsg 

summary>( Retention setting: %1%, Review date: %2% )

rec_doRetentionScheduleMsg 

summary>This b_record% is active.

rec_alreadyActive 

summary>The ODBC call completed successfully but couldn't retrieve the returned additional diagnostic information.

odbc_successWithInfomationBut 

summary>You cannot specify bs_jurisdiction% when using the retention option of %1%.

sch_cannotSpecifyJurisdictions 

summary>You must specify bs_jurisdiction% when using the retention option of %1%.

sch_mustSpecifyJurisdictions 

summary>You cannot have a destroy trigger with no b_jurisdiction% condition when using the retention option '%1'.

sch_cannotHaveDestroyAllJurisdictionsTrigger 

summary>You cannot have a destroy trigger for b_jurisdiction% '%2' when using the retention option '%1'.

sch_cannotHaveDestroyTriggerForJurisdiction 

summary>Message

vb_tio_group1and5 

summary>Attachments

vb_tio_group3and6 

summary>List in alphabetic order

web_UDFalphabeticOrderTooltips 

summary>One or more of the attached electronic documents for b_record% '%1' are large and could take a while to process during which time the client application will be unresponsive. Choose 'No' to omit processing all the electronic documents for this b_record% and to exclude them from the XML output file. Continue adding encoded electronic documents into the XML file?

bob_xmlEncodeWarnAboutLongProcess 

summary>On %1% you requested b_record%: %2% - %3%. b_record% was delivered to you on %4%. you please acknowledge that you received this b_record% by opening the attached tr5 file and confirming acknowledgement.

rec_requestAcknowledgeMailNotification 

summary>B_record%: %1% - p_recDisposition% processing error. %2% contained bs_record% reported errors:
%3%.

rec_notAllContentsProcessed 

summary>This will process the select %1% by clearing the disposal status and setting the p_recDisposition% back to inactive. It will also do the same for any contents of the selected %1%.

rec_archiveUndisposeWarning 

summary>This will process the select %1% by clearing the date inactive and setting the p_recDisposition% back to active. It will also do the same for any contents of the selected %1%.

rec_archiveActivateWarning 

summary>No databases were found in the IDOL status response.

idol_noDatabasesFound 

summary>You cannot activate a b_record% if its container is inactive or disposed. You will need to either activate its container or remove the b_record% from its container.

rec_containerNotActive 

summary>You cannot undispose a b_record% if its container has been disposed (%1% on %2%). You will need to either undispose the container or remove the b_record% from its container.

rec_containerDisposed 

summary>The b_record% '%1' must be enclosed in its container before it can be disposed.

rec_needEnclosedToDispose 

summary>This may be due to an unsupported text file encoding being used. Refer to the help file for further information about support for text file encoding.

dp_err_headerMismatchMaybeEncoding 

summary>The ImportField is null on a mapped item.

dp_err_importFieldIsNullOnMappedItem 

summary>The import field map in the configuration file refers to data that appears to be different to that being imported. ID: %1% Mapped to: '%2' Import data is: '%3'.

dp_err_invalidDataForConfig 

summary>Would you like to convert it?

dp_msg_queryConfigConversion 

summary>Convert configuration file?

dp_cap_queryConfigConversion 

summary>Conversion warnings

dp_cap_configConversionWarnings 

summary>The R_DataPort% configuration cannot be run because it is from an earlier version (%1%) to the supported version (%2%).

dp_msg_configPreviousVersion 

summary>Unable to open a R_DataPort% configuration file of version %1%. Only versions before %2% can be opened with this version of R_DataPort%.

dp_msg_configLaterVersion 

summary>At least one duplicate field name exists that could not be converted from version 1 to 2. All instances were removed from the field map. These include: %1%

dp_msg_duplicateFieldConversion 

summary>Data formatter error in '%1' (%2%)

dp_err_dataFormatterError 

summary>This b_record% is defined as the client b_record% for a number of other bs_record% and cannot be deleted.

rec_inUseAsClient 

summary>This b_record% is defined as the matter b_record% for a number of other bs_record% and cannot be deleted.

rec_inUseAsMatter 

summary>To use BulkDelete the user must have the highest security level.

rec_bulkDeleteAccessDenied 

summary>One or more of the selected bs_record% is on hold.

rec_bulkDeleteItemOnHold 

summary>One of more of the selected bs_record% is a client b_record% for other bs_record% that are not being deleted.

rec_bulkDeleteClientsBeingDeleted 

summary>One of more of the selected bs_record% is a matter b_record% for other bs_record% that are not being deleted.

rec_bulkDeleteMattersBeingDeleted 

summary>You can only specify the client b_record% for a b_record% that is a matter.

rec_onlySetClientForMatters 

summary>You cannot change the client b_record% property for an existing b_record%. See the 'ChangeClient' method.

rec_cannotChangeClientPropertyForExistingRecord 

summary>You can only specify the matter b_record% for a b_record% that belongs to a matter.

rec_onlySetMatterForRecordsThatBelong 

summary>You cannot change the matter b_record% property for an existing b_record%. See the 'ChangeMatter' method.

rec_cannotChangeMatterPropertyForExistingRecord 

summary>List according to their categories

web_UDFcategoryOrderTooltips 

summary>List in alphabetic section order

web_UDFalphabeticSectionOrderTooltips 

summary>Client and matter bs_record% cannot have a container.

rec_clientsAndMattersDontHaveContainers 

summary>Client and matter bs_record% cannot be used as a container.

rec_clientsAndMattersCantBeContainers 

summary>Client and matter bs_record% cannot belong to a matter.

rty_clientsAndMattersCannotBelongToAMatter 

summary>Client and matter bs_record% cannot have a b_schedule%.

rty_clientsAndMattersCannotHaveARetentionSchedule 

summary>Set the p_recClientRecord% or p_recMatterRecord% property to update the generated title.

rec_setClientMatterProperty 

summary>Can only use client/matter titling for matters or bs_record% that belong to a matter.

rty_clientMatterTitlingOnlyFor 

summary>Can only use client/matter numbering for matters or bs_record% that belong to a matter.

rty_clientMatterNumberingOnlyFor 

summary>client and matter bs_record% cannot have b_classification% titling or numbering.

rty_clientsAndMattersCannotHaveClassTitleOrNumber 

summary>Based on %1%

rty_numberFromParentCap 

summary>Unable to determine storage block size for b_electronicStore% '%1'. Storage totals will be based on file size instead and may not reflect size on disk. Path '%2'. %3%

wgs_estoreBlockSize 

summary>The source file '%1' needs a valid Byte Order Mark to be used with the current formatter. For more information about valid text encoding refer to the R_DataPort% help file.

dp_err_noBOM 

summary>You haven't specified a value for '%1'. Are you sure you want to leave it blank.

core_fieldBlankWarning 

summary>No content

rec_noContentForBody 

summary>You need to select a client b_record%.

rec_notAClientRecord 

summary>You need to select a matter b_record%.

rec_notAMatterRecord 

summary>The b_recordType% needs to implement the client b_Record% behavior.

rty_needsToHaveClientBehaviour 

summary>The b_recordType% needs to implement the matter b_Record% behavior.

rty_needsToHaveMatterBehaviour 

summary>The b_recordType% needs to have the 'belongs to a matter' property set.

rty_needsToHaveBelongsToMatter 

summary>You cannot change behavior for bs_recordType% that implement the client b_Record% or matter b_Record% behaviors.

rty_cannotChangeClientMatterBehaviour 

summary>Customize Quick Access Toolbar...

trim_customizeQAT 

summary>Use a different form of this function for bs_record% or bs_location%.

api_cannotUseThisFormOfSetFieldUsage 

summary>Matters for client b_record%: %1%

bob_mattersForClient 

summary>This b_record% is for recording details of a client - electronic documents cannot be created within it.

rec_clientsCannotHaveDocs 

summary>The task '%1' is not suitable for client or matter bs_record%.

rec_taskNotSuitableForClientsOrMatters 

summary>The property '%1' is not available for client or matter bs_record%.

rec_propertyNotSuitableForClientsOrMatters 

summary>Select new client b_Record%

rec_selectNewClient 

summary>Select new matter b_Record%

rec_selectNewMatter 

summary>This function requires you to be connected using Integrated Windows Authentication.

db_notUsingWindowsAuthentication 

summary>This function requires you to be using a direct connection to the R_workgroup% rather than via the http protocol.

db_notRunningInTheCloud 

summary>B_Consignment% '%1' has no bs_record%. Please add some bs_record% before proceeding.

rec_noRecordsInConsignment 

summary>You cannot delete the automatically generated matter subfolder b_checkinStyle%. You need to delete the b_checkinStyle% associated with the parent matter.

uty_cannotDeleteMatterSubFolder 

summary>Show Above the Ribbon

trm_showAboveRibbon 

summary>More Commands...

trm_moreCommands 

summary>You need to specify a bulk loader work path to support bulk insert for temporary tables.

tem_needToSpecifyBulkLoaderPath 

summary>Re-examination of b_consignment% '%1' failed.
%2% issues were detected that require resolution. you want to review these issues now?

rec_reviewConsignmentFailed 

summary>Re-examination of b_consignment% '%1' successful.
%2% bs_record% examined. processing of the consignment can proceed.

rec_reviewConsignmentSuccess 

summary>Null pointer passed in to SWIG wrapper. Function: '%1'. File: '%2'. Line: %3%.

api_swigNullPointer 

summary>Creating request for %1% to approve b_consignment% '%2' for disposal.

rec_creatingApprovalRequest 

summary>For the new SharePoint integration the managing b_record% needs to have a b_recordType% that behaves like a 'SharePoint Document'.

rec_spItemInvalidDocument 

summary>B_consignment% %1% requires your approval.

rec_RecConsignmentApprovalNeeded 

summary>You have been requested to approve the disposal of all the bs_record% within b_consignment% '%1'.
approval needs to be done before %2%.

rec_RecConsignmentApprovalContent 

summary>Show Below the Ribbon

trm_showBelowRibbon 

summary>This b_record% represents a single-instanced item within a SharePoint repository. Attaching is not supported in this environment.

rec_spCannotAttachToSharepointDoc 

summary>A b_recordtype% must have the 'document' behavior and must have document storage for relocation if it is to be used as a SharePoint list item b_Record%.

rty_onlyDocumentsCanBeSharepointLIRs 

summary>This b_recordType% has not been designated as a suitable b_recordType% for creating a SharePoint list item b_record%.

rty_notSuitableForSharePointLIR 

summary>You need to be p_coaApprover% and have E_prm_recordAdmin% permission

rec_neeedToBeApproverToApproveReject 

summary>This task is only available if the p_coaStatus% is E_cis_pending%.

rec_conApproverNotPending 

summary>Show Quick Access Toolbar Above the Ribbon

trm_showQATAboveribbon 

summary>No bs_record% found. Without bs_record% there is no need to create a b_consignment%. alter the cutoff date or the search criteria.

rec_noRecordsToConsign 

summary>This b_record% is defined as the p_conLogRecord% and cannot be deleted.

rec_inUseAsConsignmentLogRecord 

summary>An error occurred parsing the search:
%1%
you edit the query, the query will be cleared and you will need to respecify the entire query from the beginning. Are you sure you want to continue?

ppg_searchCouldNotBeParsed 

summary>This b_record% is in a b_consignment% and cannot be deleted.

rec_inUseByConsignment 

summary>%1% needs the permission 'E_prm_recordArchivist' to be the p_conArchivist% on this b_consignment%.

rec_personIsNotArchivist 

summary>SQL Engine Version

bob_sqlEngineVersion 

summary>AutoPass error %1%. %2%

tem_autoPassError 

summary>AutoPass error %1%. No more details available.

tem_unknownAutoPassError 

summary>Authentication Method

bob_infoParamAuthenticationMethod 

summary>Connection Protocol

bob_infoParamConnectionProtocol 

summary>The b_consignment% has not passed review.

rec_consignmentNotReview 

summary>Customize Shortcut Bar

trm_customizeShortcutbarDialogTitle 

summary>Error: a valid user name was not provided.

bob_datasetUsername 

summary>Error: a valid password was not provided.

bob_datasetPassword 

summary>This b_recordType% is being used by an automatically generated sub folder list.

rty_usedAsDefaultSubFolders 

summary>Automatically created sub folders cannot be matter or client bs_record%.

rty_subFoldersCannotBeClientOrMatter 

summary>The sub folder b_recordtype% must have the 'belong to a matter' setting for a b_recordtype% that is a matter.

rty_subFoldersMustBelongToAMatter 

summary>The sub folder cannot have the 'belong to a matter' setting.

rty_subFolderCannotBelongToAMatter 

summary>A client b_Record% cannot have automatically created sub folders.

rty_clientRecordTypeCannotHaveSubfolders 

summary>The subfolder b_recordtype% must have a container level lower than the level of the parent b_recordtype% '%1'.

rty_subFolderLevelMustBeLowerThan 

summary>The subfolder b_recordtype% must be different than the parent b_recordtype%.

rty_subFolderMustBeDifferentRecordType 

summary>The search clause name '%1' cannot be used for this field as it matches the clause name used for the in-built search clause: '%2'.

bob_fieldNameIsStdSearch 

summary>No longer available

evt_objectNotFound 

summary>Sub folder of %1% automatically created

rec_subFolderAutoCreated 

summary>All Panes

ocx_allPanes 

summary>A reviewer has not be assigned to this b_consignmentIssue%.

rec_noReviewerAssignedToCon 

summary>This b_consignmentIssue% is not a warning b_consignmentIssue%.

rec_issueIsNotWarning 

summary>This b_consignmentIssue% is not suitable for this task.

rec_taskNotValidForIssue 

summary>Adding referential integrity to newly created tables.

tem_tool_updateRIForCreatedTables 

summary>The b_record% '%1' must be returned to its home location before it can be disposed.

rec_needToReturnRecordToHomeLocation 

summary>Customize the Shortcut Bar...

trm_customizeShortcutBar 

summary>This b_consignment% has been already fully approved. You may not approve or reject bs_record% anymore.

rec_conApprovedOrHigher 

summary>You cannot change the encryption settings for an existing b_electronicStore%.

est_cannotSetEncryptionForExistingStore 

summary>B_record% : %1% has been disposed successfully and all metadata has been deleted.

rec_destroyedIncludingMetadata 

summary>Failed to create an XML audit file to record the disposal process. %1%

rec_failedToCreateConsignmentAuditFile 

summary>B_record% : %1% has been disposed successfully.

rec_disposalSuccessful 

summary>Disposal completion log for b_consignment% : '%1'

rec_disposalLogTitle 

summary>The b_consignment% review has already been completed and there are no pending issues.

rec_reviewNotAvailable 

summary>Encryption is not available for a Manage In Place b_electronicStore%.

est_encryptionNotAvailableMIP 

summary>The B_consignment% '%1' is complete. This task is not available.

rec_consignmentDone 

summary>The B_consignment% '%1' is fully approved. This task is not available.

rec_consignmentFullyApproved 

summary>Results

web_results 

summary>Reassign

web_reassign 

summary>B_activity%

web_activity 

summary>BS_activity%

web_activities 

summary>B_workflow%

web_workflow 

summary>BS_activity% due

web_activitiesDue 

summary>Ready to start

web_activitiesReadyToStart 

summary>Incomplete

web_activitiesIncomplete 

summary>BS_record% due

web_recordsDue 

summary>Unknown b_activity% name

web_unknownActivityName 

summary>This document does not have a default b_recordtype%

web_unknownDocumentType 

summary>Unknown document origin

web_unknownDocumentOrigin 

summary>Unknown

web_unknown 

summary>Not applicable

web_notApplicable 

summary>Date due

web_dateDue 

summary>No bs_activity% found

web_noActivitesFound 

summary>No attached documents found

web_noAttachedDocumentsFound 

summary>Unknown status

web_unknownActivityState 

summary>Unknown due date

web_unknownDuedate 

summary>Unknown b_workflow%

web_unknownWorkflow 

summary>Export Revisions

dp_cap_ExportRevisions 

summary>No due date

web_noDueDate 

summary>No bs_workflow% found

web_noWorkflowsFound 

summary>View bs_workflow% and bs_activity%

web_viewWorkflowsAndActivites 

summary>Unknown b_workflow% title

web_unknownWorkflowTitle 

summary>Return to bs_activity%

web_returnToActivites 

summary>Return to b_activity% documents

web_returnToActivityDocuments 

summary>Return to bs_workflow%

web_returnToWorkflows 

summary>Update b_workflow%

web_modifyWorkflow 

summary>Update b_activity%

web_updateActivity 

summary>B_activity% updated.

web_activityUpdated 

summary>Could not load b_activity%.

web_coundNotLoadActivity 

summary>Could not save b_activity%.

web_couldNotSaveActivity 

summary>Assigned to

web_activityAssignedTo 

summary>B_activity% unassigned

web_activityNotAssigned 

summary>No Supervisor

web_activityNoSupervisor 

summary>Priority

web_priority 

summary>Estimated duration

web_activityEstimatedTime 

summary>Estimated cost

web_activityEstimatedCost 

summary>The supplied URL is invalid.

web_invalidURL 

summary>BS_request%

web_requests 

summary>Unknown b_record% title for b_request%.

web_unknownRequestRecordTitle 

summary>B_request% due

web_requestDue 

summary>No bs_request% found.

web_notRequestsFound 

summary>Unknown B_request% type.

web_unknownRequestType 

summary>Required

web_requiredCaption 

summary>Commands on Panes

ocx_allCommands 

summary>b_consignment% '%1' has not been reviewed.

rec_conHasNotBeenReviewed 

summary>You can only removed rejected bs_record% from a b_consignment%.

rec_conOnlyRemoveRejected 

summary>B_record% has been removed from b_consignment%.

rec_conApproverRemoved 

summary>File is zero length or too big.

web_fileSizeError 

summary>Yes to all

web_yesToAll 

summary>Preference

web_preference 

summary>Auto-classification confidence level must be between 0 and 100.

rec_invalidConfidenceLevel 

summary>B_consignment% is not waiting on transfer acknowledgment.

rec_conNotWaitingOnAck 

summary>A b_fieldDefinition% of format %1% cannot be mapped to a SAP metadata key.

fld_formatNotSuitableForSapKey 

summary>The SAP key field '%1' has already been mapped to the b_fieldDefinition% '%2'.

fld_sapKeyAlreadyMapped 

summary>Enter the SAP business object name.

fp_newSAPBusinessObjectTitle 

summary>This b_classification% cannot be used for SAP documents. %1%

fp_cannotUseClassificationForSAP 

summary>The image folder specified is invalid. Ensure it exists and is a relative path.

rp_imageFolderINvalid 

summary>Origin

web_origin 

summary>Usage

web_usage 

summary>Return to bs_activity%

web_returnToActivities 

summary>BS_record% on b_consignment% '%1' require your review.

rec_consignmentReviewSubject 

summary>Bs_record% have been assigned to you to review. review all bs_record% on consignment %1%.
needs to completed before %2%.

rec_consignmentReviewContent 

summary>B_checkinStyle%

web_emailLink 

summary>Create B_checkinStyle%

web_createEmailLink 

summary>View or modify bs_checkinStyle%

web_emailLinkDescription 

summary>No Additional Fields selected. Please select fields to be updated below.

web_selectAdditionalFieldsForUpdate 

summary>My %1%

web_myObject 

summary>Type

bob_externalLinkColHeadingType 

summary>You need to be the p_conArchivist% to perform this task.

rec_notArchivist 

summary>Uncomplete

web_uncomplete 

summary>Suspend

web_suspend 

summary>Added as an IDOL category, buffer size = %1%

sth_classificationUpdated 

summary>IDOL category creation failed: %1%

sth_failedClassification 

summary>This b_consignment% has already passed review.

rec_conAlreadyReviewed 

summary>This b_consignment% has %1% issues. You need to resolve these issues before completing the review.

rec_conHasIssues 

summary>You need to specify the b_recordType% for the containers if you wish to enable the automatic folder creation feature.

pln_mustSpecifyContainerRecordType 

summary>Re-examination of b_consignment% '%1' was successful.
%2% bs_record% in the b_consignment%. processing of the consignment can proceed. you like to set the review to complete?

rec_reviewConsignmentSuccessEx 

summary>Display linked target as

web_emailLinkDisplayName 

summary>B_recordType% for registering items

web_emailLinkRecordType 

summary>Retain items within email client

web_emailLinkRetainItems 

summary>B_checkinStyle% owner

web_emailLinkOwner 

summary>Linked to

web_emailLinkLinkedToRecord 

summary>B_recordType% for registered items

web_emailLinkItemRecordType 

summary>Could not load specified b_checkinStyle%

web_couldNotLoadEmailLink 

summary>You must specify a name for the b_checkinStyle%.

web_NeedLinkedTargetName 

summary>You must specify a b_recordType% for the items that are created.

web_NeedTypeForEmailLinkItems 

summary>You must specify a b_recordType% for the automatic folder creation wizard.

ogn_mustSpecifyContainerRecordType 

summary>Re-examination of b_consignment% '%1' was successful.
%2% bs_record% in the b_consignment%. b_consignment% p_conDateReviewed% is %3%. you like to change the p_conDateReviewed% to now?

rec_reviewConsignmentSuccessEx2 

summary>Initiate

web_initiate 

summary>Revert to pending only allowed for approver

rec_neeedToBeApproverToRevertApproval 

summary>The selected approval request is already pending.

rec_conApprAlreadyPending 

summary>The selected b_record% has already been excluded from the b_consignment%.

rec_conApprAlreadyRemoved 

summary>Examining b_record% : '%1' for any issues preventing disposal...

rec_conExaminingRecord 

summary>Collecting files

trm_collectingFiles 

summary>Adding bs_record% to b_consignment%...

rec_conAddingRecsToConsignment 

summary>Adding b_record% '%1' to b_consignment% report...

rec_conProcessingRecord 

summary>Selected b_consignment% is not a transfer b_consignment%.

rec_conNotTransfer 

summary>P_recConsignment% cannot be modified as this b_record% is now on a consignment.

rec_conNumIsNowReadOnly 

summary>List of bs_record% removed by b_consignment% : '%1'

rec_conLogHeader 

summary>BS_consignmentIssue% cannot be modified.

rec_conCannotModifyIssue 

summary>Attach existing b_Record%

web_attachExisting 

summary>Attach b_record% (as SuperCopy)

web_attachSuperCopy 

summary>Attach electronic document

web_attachElectronic 

summary>No image

web_noImage 

summary>Could not save b_checkinStyle%

web_couldNotSaveEmailLink 

summary>Could not load specified b_activity%

web_couldNotLoadActivity 

summary>Information

web_info 

summary>Success

web_success 

summary>Detach

web_detach 

summary>Sort method duplicated.

sui_sortMethodDuplicated 

summary>The current search is not compatible with the profile search editor. Would you like to clear it and start with a blank search?

sui_notCompatWithProfile 

summary>The current search filters are not compatible with the simple filter pages. Would you like to clear them and start with a blank set of filters?

sui_notCompatWithSimpleFilter 

summary>You must have at least one search method available.

trm_atLeaseOneSrchMthdAvailable 

summary>Please select a valid mail folder.

mpx_selectValidMailFolder 

summary>B_recordType% for registering within matter subfolders

web_rtyForSubFolders 

summary>Delete emails permanently rather than moving to 'Deleted Items'.

web_deleteEmailPermanently 

summary>Delete

web_deleteEmailLink 

summary>Confirm delete

web_confirmDeleteHeading 

summary>Navigate to linked b_record%

web_navigateToEmailLinkRecord 

summary>Search linked b_record% as p_recContainer%

web_searchEmailLinkRecordContainer 

summary>Browse b_record% information

web_browseRecord 

summary>You cannot change behavior for bs_recordType% that behave as a series.

rty_cannotChangeSeriesBehaviour 

summary>Your R_TRIM% license key is invalid.

core_invalidLicenseKey 

summary>The disposal date of b_record% '%1' cannot be calculated yet. Disposal (%2%) prevented - please review b_schedule%: %3%

rec_hasNoDisposalSet 

summary>The disposal date of b_record% '%1' is later than the date proposed (%2%). Disposal (%3%) prevented - please review b_schedule%: %4%

rec_hasLaterDisposalDate 

summary>The disposal cannot be undertaken before the cutoff date (%1%).

rec_disposalCannotHappenBeforeCutoff 

summary>Client machine: %1%; client user: %2%; database: %3%
%4%

core_appErrorLogDBID 

summary>Database: %1%
%2%

core_appErrorLogDBIDOnly 

summary>High and Medium priority

web_AllHighAndMediumPriority 

summary>My bs_request% awaiting approval

web_MyRecordReturnApprovalList 

summary>All bs_request% awaiting approval

web_AllRequestsNeedToApprove 

summary>New b_record% pick ups

web_NewRecordPickups 

summary>B_record% returns

web_RecordReturns 

summary>Temporary retrievals

web_TemporaryRetrievals 

summary>Permanent retrievals

web_PermanentRetrievals 

summary>Approvals

web_approvals 

summary>Pick up list

web_pickups 

summary>Deliveries

web_deliveries 

summary>BS_record% in circulation

web_RecordsInCirculation 

summary>Reject

web_reject 

summary>Approve

web_approve 

summary>Pane

ocx_pane 

summary>The b_consignment% needs to be reviewed before this action can be undertaken.

rec_consignmentNotReviewed 

summary>The b_consignment% is still waiting for approval by %1% approver(s).

rec_consignmentNotApproved 

summary>This feature requires an active document.

toa_err_noActiveDocument 

summary>This feature requires an active worksheet.

toa_err_noActiveWorksheet 

summary>This feature requires an active selection.

toa_err_noActiveSelection 

summary>The file path for the source file is blank.

toa_err_blankPath 

summary>Insert picture failed. Either the document is corrupt or there is no valid selection.

toa_err_insertPictireFailed 

summary>Insert file failed.

toa_err_insertFileFailed 

summary>Complete

web_CompleteRequest 

summary>You cannot download a SharePoint item to bs_offlineRecord%.

rec_cannotDownloadToOfflineRecords 

summary>No SharePoint items are associated with this b_record%.

rec_noSharePointItems 

summary>None of the SharePoint items associated with this b_record% are viewable documents.

rec_noSharePointDocuments 

summary>Show Quick Access Toolbar Below the Ribbon

trm_showQATBelowRibbon 

summary>Unable to create file '%1'.

wgs_httpDownloadCreateFile 

summary>Unable to write to file '%1'.

wgs_httpDownloadWriteFile 

summary>A b_fieldDefinition% must be a date or date/time to be used for a b_schedule% trigger.

bob_fldScheduleTriggerFieldMustBeDate 

summary>Examining b_record% : '%1' for any issues preventing disposal ... examining content b_record% : '%1' ...

rec_conExaminingContentRecord 

summary>Data unavailable (a database schema upgrade is required)

core_propertyUnavailableDueToSchema 

summary>Data unavailable (was not collected at the time)

core_propertyNotCollected 

summary>The user is no longer in the system.

core_userNoLongerRegistered 

summary>Add client/matter party

web_addClientMatterParty 

summary>Add client/matter role

web_addClientMatterRole 

summary>To access this function you need to have the highest security profile and to be able to bypass all access controls.

bob_menuNeedsFullAccess 

summary>New connections to R_TRIM% are not being accepted at this time.

bob_preventConnections 

summary>Connections to R_TRIM% are being stopped.

bob_stopAllActivity 

summary>You have not entered a correct geographic location. Try POINT(-122.15437906 37.443134073) or use the map interface to mark a point.

core_invalidWkt 

summary>This operation will compact the IDOL database. It should not be run while any indexing jobs are still being processed by IDOL. Doing so may cause your content index to become corrupted. Are you sure you wish to proceed?

tem_dciOptimiseCheck 

summary>IDOL appears to have unfinished jobs. Please wait until these jobs have been processed before running optimize.

tem_dciJobsInProgress 

summary>From b_record% p_recHomeLocation%

rec_requestFromHome 

summary>From p_recAssignee%

rec_requestFromAssignee 

summary>To requestor

rec_requestToRequestor 

summary>To new p_recHomeLocation%

rec_requestToNewHome 

summary>To b_record% p_recHomeLocation%

rec_requestToHome 

summary>This b_activity% doesn't have an assignee.

web_activityWithoutAssignee 

summary>Detach electronic document

web_detachElectronic 

summary>Show Latest

web_showLatest 

summary>Add to Notes

web_addToNotes 

summary>IDOL Error: %1%

idol_generalError 

summary>Are you sure you want to remove the term '%1' from the auto-classification training?

idol_autoClassRemoveTerm 

summary>You cannot remove a generated term but setting the weight to 0 will make the term ignored. Do you wish to set %1% to 0?

idol_autoClassRemoveGenTerm 

summary>Dataset ID

web_datasetId 

summary>Server

web_Server 

summary>The search specified is not valid for a b_consignment% - it needs to be a b_record% search.

rec_conInvalidSearch 

summary>Unable to download file '%1'. The server response was '%2'.

wgs_httpDownloadResponse 

summary>Only the requestor can acknowledge receipt of a b_record%.

req_onlyRequestorCanAcknowlegde 

summary>Object

web_object 

summary>Unable to decode the ADO byte stream to retrieve the geographic location. It appears that the byte stream is not complete.

core_invalidAdoByteStream 

summary>This issue is with one of the contained bs_record% within the consignment. You need to remove the container from the consignment.

rec_issueInContents 

summary>This issue is not with one of the contained bs_record% within the consignment. You should simply remove the b_record% from the consignment.

rec_issueNotInContents 

summary>Please select at one or more properties for the consignment log report.

bob_consignmentLogNeedsProperties 

summary>Please specify a valid URL for the 'webClientClassicUrl' property in the 'hprmServiceAPI.config' file.

web_webClientClassicUrlError 

summary>Display Performance Counters

bob_infoParamPerfCounters 

summary>Double click here do display performance counters.

bob_infoClickForPerfCounters 

summary>The foreign barcode '%1' is too long. It cannot be longer than %2% characters.

bob_foreignBarcodeTooLong 

summary>Your license is invalid as it does not include a license for the R_TRIM% base edition.

core_baseModuleNotLicensed 

summary>It appears the AutoPass database does not contain any basic editions for the nominated customer. Please ensure all the relevant AutoPass files have been added to the AutoPass database.

tem_licenseInvalidNoBase 

summary>Warning. No license features were updated as a result of the AutoPass setup. If you expected some additional license features, check the customer name.

tem_noLicenseChangesMade 

summary>Select the bs_request% to be included in the Report.

web_selectRequestsForReport 

summary>Please enter a search query or use the search form to initiate a search.

web_pleaseEnterSearch 

summary>The foreign barcode '%1' has been entered more than once.

bob_foreignBarcodeDuplicate 

summary>An error occurred trying to save your search.

web_errorSavingSearch 

summary>The b_schedule% for this b_schtrigger% could not be found using property value: %1%

dp_err_ScheduleForTriggerNotFound 

summary>rcfClient: Buffer overrun max size is 512.

bob_bufferTooBig 

summary>needs database schema upgrade

trm_needsSchemaUpgrade 

summary>=3Ca blank value=3E

sui_blank 

summary>Generate URL link

web_urlLink 

summary>Hide/show the Properties Panel

web_togglePropertiesPanel 

summary>Update visible properties on the Properties Panel

web_togglePropertiesSettings 

summary>This b_recordType% is used as the container b_recordType% for the SAP Archive Link integration.

rty_inUseBySAPArchiveLink 

summary>The installed versions of R_TRIM% and MAPI are incompatible. R_TRIM% can register this email but the email cannot be updated with the 'In R_TRIM' indicator or deleted from your mail client.
you like to register this email?

trm_mismatchBitMAPI 

summary>View or action bs_request%

web_viewAndActionRequests 

summary>View, initiate or modify bs_workflow% and associated bs_activity%

web_viewActivitiesOrWorkflows 

summary>An error occurred rejecting the b_request%.

web_errorRejectRequestRecord 

summary>An error occurred approving the b_request%.

web_errorApproveRequestRecord 

summary>Site ID

bob_infoParamSiteId 

summary>General

web_general 

summary>An error occurred completing the b_request%.

web_errorCompleteRequestRecord 

summary>Navigate to

web_navigateTo 

summary>Matter b_record%

web_matterRecord 

summary>Client b_record%

web_clientRecord 

summary>A new evaluation license has been installed, expiring on %1%.

tem_instantOnLicenseInstalled 

summary>A new license file has been added to your current license.

tem_newLicenseFileAdded 

summary>Add License File

tem_addLicenseFile 

summary>Recursive object searching is not supported by the R_WORKGROUP% you are connected to. You will need to connect to a later release R_WORKGROUP% to perform recursive object searches.

db_recursiveSearchNotSupportedByWgs 

summary>The supplied license file is for a different customer.

tem_licenseWrongCustomer 

summary>There are no report templates available.

web_noReportTemplatesAvailable 

summary>Update b_record%

web_updateRecord 

summary>Create or update b_checkinStyle%

web_updateEmailLink 

summary>The SQL Dataset has reported a timeout.

db_timeoutReported 

summary>This b_recordType% is used by a b_classification% as a default when creating a container using the auto-classification feature.

rty_inUseByClassificationForAutoclassify 

summary>This b_fieldDefinition% is used by a b_classification% when creating a container using the auto-classification feature.

fld_inUseByClassificationForAutoclassify 

summary>This b_fieldDefinition% is used by an b_origin% as part of the create container setting.

fld_inUseByOriginForCreateContainer 

summary>This b_recordType% is used by an b_origin% as part of the create container setting.

rty_inUseByOriginForContainer 

summary>This b_classification% is used by a sub-folder creation rule of a b_recordType%.

fp_inUseByRecordTypeSubFolder 

summary>The b_schedule% '%1' cannot be removed. It is in use by a sub-folder creation rule for b_recordType% '%2'.

sch_inUseByRecordTypeSubFolder 

summary>The file %1% does not contain valid pending file metadata. The associated document %2% will not be copied to the b_electronicStore%.

wgs_invalidPendingFileMetadata 

summary>Unable to delete file from pending folder. File: %1%. Error: %2%

wgs_deletePendingFile 

summary>Retention Reindexing Progress

trm_retentionIndexingProgress 

summary>Hash verification failed for transfer from R_WORKGROUP% to b_electronicStore%. B_electronicStore%: %1%. B_electronicStore% ID: %2%. Expected hash: %3%. Actual hash: %4%.

wgs_docStoreHash 

summary>Extracting document to client temporary storage

bob_extractDocumentMutex 

summary>Error: %1% - Mutex '%2' could not be created. %3%

core_mutexAllocationFailed 

summary>Error: %1% - Wait time out for mutex '%2'. %3%

core_mutexLockTimedOut 

summary>Warning: %1% - Wait abandoned for mutex '%2'. %3%

core_mutexWaitAbandoned 

summary>Error: %1% - Wait failed for mutex '%2'. %3%

core_mutexWaitFailed 

summary>Error: %1% - Error obtaining mutex lock '%2'. %3%

core_mutexOtherError 

summary>Warning: failed to release mutex lock '%1'. %2%

core_mutexReleaseFailed 

summary>Making room in document cache

core_makingRoomInCache 

summary>Setting up the Trapeze printer driver

core_setupOnstreamDriver 

summary>Local Electronic File

web_localElectronicFile 

summary>B_record% Supercopy

web_recordSupercopy 

summary>Matter Folders

web_matterFolders 

summary>The specified date/time is invalid.

sdk_invalidDateTime 

summary>remove b_schedule%

rec_clearSchedule 

summary>B_request% b_record% on behalf of

web_requestOnBehalfOf 

summary>You must select a b_location% for this b_request%

web_selectLocationForRequest 

summary>The client b_record% could not be found.

dp_errClientRecordNotFound 

summary>The property '%1' can only be applied to bs_location% of type 'Storage Provider'.

loc_propertyOnlyForStorageProvider 

summary>Updates are not able to be made to pre 8.1 formatted data. The data must be converted.

sap_oldFormatIsReadOnly 

summary>You have an evaluation license installed which expires on %1%. Would you like to extend this license to %2%? (Note that there is a limit to the number of allowable extensions).

tem_instantOnLicenseExtended 

summary>Your evaluation license extension limit has been reached.

core_licMaxInstallsExceeded 

summary>Review Required

rec_conReviewSubject 

summary>Please review b_record% '%1' for consignment
b_record% cannot be disposed.
%2%
you.

rec_conReviewContent 

summary>Start date cannot be before 1 May 2013.

tem_dateFixStartTooEarly 

summary>End date cannot be left blank.

tem_dateFixEndDateBlank 

summary>End date must be after Start Date.

tem_dateFixEndBeforeStart 

summary>Please select a time zone. This is important and is used in the adjustment of dates altered in error.

tem_daetFixNoTimeZone 

summary>No valid b_recordType% found. b_recordType% must have a behavior of SAP Document.

sap_NoValidRecTypeFound 

summary>The product feature '%1' is reserved for internal use only.

prp_featureInternalUseOnly 

summary>Processing item %1%: %2%

bob_consumerThreadStringProgress 

summary>The SDK Database object is no longer available.

sdk_databaseObjectDisposed 

summary>The SDK TrimMainObjectSearch object is no longer available.

sdk_searchObjectDisposed 

summary>Error detected in a operation on a container file. Details : %1%

core_XCeed_UnknownError 

summary>This b_record% is a sub-folder of a matter. To expose this folder in your email client, you need to make the parent matter b_record% the b_checkinStyle%

rec_matterSubFoldersCannotBeLinks 

summary>Please enter a value for %1% from the list below:

sui_selectEnumQualifierValue 

summary>Calculating trigger dates for bs_record% associated with b_schedule%: %1%

evt_processingScheduleRecords 

summary>restarting from b_record% URI: %1%

evt_processingEventRecordsRestart 

summary>Either

core_notYesOrNo 

summary>Alphabetical sorting by '%1' is not available.

sui_cannotSortByThisObject 

summary>Search Parameters - %1%

sui_searchParamEditorTitle 

summary>Active Audit Events cannot be displayed until the database is upgraded to schema 188 or higher.

bob_activeEventHidden 

summary>An IDOL Category for this b_classification% does not exist in IDOL. Ensure 'IDOL Category Training' has been setup.

idol_autoClassCatNotExist 

summary>The IDOL Category server %1%:%2% is unreachable.

idol_categoryServerUnreachable 

summary>FAILED

trm_failed 

summary>B_savedSearch% conversion progress

trm_savedSearchConversionProgress 

summary>B_lookupItem% was not imported. Duplicate item with the same name or abbreviation found. b_lookupSet%: %1%, Item Abbreviation: %2%, Item Value:%3%

dp_err_LookupSetItemDuplicate 

summary>The permission '%1' can only be turned on for user types of '%2' or higher.

core_cannotTurnOnPermission 

summary>B_alert% : B_record% %1% has been deleted.

evt_deleteAlertSubject 

summary>R_TRIMCONTEXT% has generated an alert that B_record% %1% has been deleted.
action was done by %2% from machine %3%.

evt_deleteAlertMsg 

summary>Could not find a time zone matching '%1'.

core_unknownTimezone 

summary>Bypass the R_TRIMCONTEXT% viewer for these file types

web_bypassViewerFileTypes 

summary>Use the Trapeze viewer for these file types

web_useOnstreamViewerFileTypes 

summary>Document Viewer

web_documentViewer 

summary>Dashboard Configuration

web_dashboardConfiguration 

summary>Locale

web_locale 

summary>Duplicate file extension found. Please remove duplicate file extension in either field to continue

web_duplicateFileExtensionFound 

summary>Adding alternative contents relationships into list ...

bob_addingContentsMsg 

summary>Reloading page ...

bob_reloadingPage 

summary>Loading alternative contents relationship %1% ...

bob_loadingOneContentMsg 

summary>This b_record% represents a SAP document that has been created through SAP Archive Link. Attaching is not supported in this environment..

rec_spCannotAttachToSAPDoc 

summary>Relationship

web_relationship 

summary>Create lower level item

web_createLowerLevelItem 

summary>Update Record Additional Fields

web_recordAdditionalField 

summary>Loading Additional Fields...

web_loadingAdditionalFields 

summary>Alphabetic

web_alphabetic 

summary>Section

web_section 

summary>Additional Fields To Be Updated

web_additionalFieldsToBeUpdated 

summary>Select Additional Fields

web_selectAdditionalFields 

summary>Text, String, Geography

web_textStringGeography 

summary>Date, Datetime

web_dateDatetime 

summary>Number, Decimal, Currency, BigNumber

web_numberDecimalCurrencyBigNumber 

summary>Boolean

web_boolean 

summary>Xml

web_xml 

summary>No bs_userLabel% have been found for the current object.

web_noUserLabelBeingFound 

summary>Selected Additional Fields

web_selectedAdditionalFields 

summary>Status

alv_auditLogViewCapStatus 

summary>Refresh

alv_auditLogViewCapRefresh 

summary>Open

alv_auditLogViewCapOpen 

summary>R_TRIM% Audit Log Viewer

alv_auditLogViewHeading 

summary>Audit Logs|*.talf

alv_auditLogViewFileType 

summary>An error has occurred attempting to load the file. %1%

alv_auditLogViewErrLoadingFile 

summary>An error has occurred attempting to sort by the selected column. %1%

alv_auditLogViewErrColumnSort 

summary>Invalid Log File Format: rowData must have at least as many items as there are standard columns.

alv_auditLogViewErrBadData 

summary>Error loading log: %1%, Detail: %2%

alv_auditLogViewErrLoadingLog 

summary>There was a problem converting rows from the log into entries for the list. %1%

alv_auditLogViewErrRowImport 

summary>Header Info: %1% - Log Entries Generated: %2% of %3%

alv_auditLogViewStatusEntriesUpdate 

summary>Loading the log file into memory...

alv_auditLogViewStatusLoadingFile 

summary>Finished importing %1% rows. Now loading the entries into the list... (This can take several minutes if there are a large number of items)

alv_auditLogViewStatusLoadingEntries 

summary>Audit Details:

alv_auditLogViewCapAuditDetails 

summary>No additional details available

alv_auditLogViewMsgNoExtraDetails 

summary>Log File Not Loaded

alv_auditLogViewMsgFileNotLoaded 

summary>Time

core_auditLogHeadingTime 

summary>Event ID

core_auditLogHeadingEventID 

summary>Object ID

core_auditLogHeadingObjectID 

summary>Object URI

core_auditLogHeadingObjectURI 

summary>Related ID

core_auditLogHeadingRelatedID 

summary>Related URI

core_auditLogHeadingRelatedURI 

summary>Connection IP Address

core_auditLogHeadingConnectionIP 

summary>Client IP Address

core_auditLogHeadingClientIP 

summary>Database query failed with a SQL error.

db_errorInSQLSanitised 

summary>Could not establish a connection to the database.

db_errorInSQLConnectionSanitised 

summary>Database transaction failed with a SQL error.

db_errorInSQLTransactionSanitised 

summary>R_WORKGROUP% on '%1' reported an error. %2%

db_wgsErrorReported 

summary>Error communicating with R_WORKGROUP% on '%1'. %2%

db_wgsErrorOccurred 

summary>Character Format

bob_infoParamDatasetCharacterFormat 

summary>Customization not supported for this frame type.

ocx_frameTypeNotCustomizable 

summary>Please tag one or more options to transfer.

trm_pleaseTagAnOption 

summary>Login failed: %1%

bob_explicitAuthenticationFailed 

summary>The task '%1' is not relevant for objects of type '%2'.

prp_taskNotRelevant 

summary>This b_record% is the placeholder for an SRMS archive. You need to execute the SRMS Prepare For Disposal function before it can be removed.

rec_cannotDestroySRMSFolder 

summary>This database was created by another thread (%1%). You cannot use it in this thread unless you explicitly turn on the AllowMultiThreadedAccess flag and implement thread locking to prevent concurrent database access.

sdk_multiThreadedAccessNotAllowed 

summary>The current thread (%1%) is attempting use a database object that is being used by another thread (%2%). You need to protect a Database object from being used simultaneously by multiple threads.

sdk_concurrentDbAccess 

summary>Do you wish to replace the existing keywords for the selected bs_record%?
YES to replace any bs_keyword% with the selected ones; or NO to keep any existing bs_keyword% and simply add the new ones to each selected b_record%.

rec_attachKeywordsTaggedOption 

summary>Problem encountered trying to access file : '%2'.
: %1%.

core_fileError 

summary>Multiple item list pages

rty_formChildListPages 

summary>The association of '%1' with '%2'is preventing the change of b_location% type. You will need to remove this association before proceeding. %3%

loc_associationPreventTypeChange 

summary>SAP Conversion Progress

trm_sapConversionProgress 

summary>VMBX Conversion Progress

trm_vmbxConversionProgress 

summary>The property '%1' is not available for bs_lookupSet% that use the 'authority style'.

bob_propNotAvailableWhenUsingAuthorityStyle 

summary>The property '%1' is only available for bs_lookupSet% that use the 'authority style'.

bob_propOnlyAvailableWhenUsingAuthorityStyle 

summary>This item belongs to a different b_lookupSet%.

bob_lookupItemInAnotherSet 

summary>No b_lookupSet% is available to add items to.

bob_noLookupSetForNew 

summary>License capacity limit exceeded.

evt_licCapacityExceeded 

summary>License capacity usage is over 90 percent.

evt_licCapacityNearLimit 

summary>%1%: licensed for %2% seats, using %3% seats, after adjustments %4% seats are available.

evt_licSeatsUsageMessage 

summary>Data volume: licensed for %1% bs_record%, using %2% bs_record%.

evt_licRecordsUsageMessage 

summary>This database is in breach of its license conditions.

evt_licInBreach 

summary>R_TRIMCONTEXT% received the following message(s):

%1%

bob_otherMessage 

summary>Warning: a R_TRIM% licensing limit is getting close.

bob_licWarningEmailSubject 

summary>Your R_TRIM% usage is in breach of your license.

bob_licBreachEmailSubject 

summary>R_TRIM% current licensing details for dataset %1%:

%2%

bob_licenceEmailBody 

summary>R_TRIM% instant on template account

tem_instantOnUser 

summary>You cannot enter your own username as the instant on template login during the creation of the dataset. so would remove your administration rights in R_TRIM%.

tem_instantOnAdminUserError 

summary>The search '%1%(recursive)' includes over 8192 bs_location%. will take too long to execute. alter your search by selecting a b_location% with less than 8192 member bs_location%.

bob_searchTooManyHits 

summary>This connection does not have an associated TRIM session.

wgs_noTRIMSession 

summary>The supplied login name has not been registered as a R_TRIMCONTEXT% user and the user does not belong to a domain that supports automatic registration.

dbw_loginNotFoundInvalidDomain 

summary>Welcome to R_TRIMCONTEXT%.
have been connected to this system using a default access profile.
you like to update your personal information now?

(You can do this later in the 'My Profile' settings).

trm_welcomeNewLogin 

summary>The supplied login name has not been registered as a R_TRIMCONTEXT% user and the automatic registration system failed.

dbw_loginNotFoundAutoCreateFailed 

summary>Automatic registration of new accounts is not possible because no template account has been provided.

dbw_autoLoginBadTemplate 

summary>Automatic registration of new accounts is not possible because the template account for %1% has login information missing (%2%).

dbw_autoLoginTemplateUserNotFound 

summary>System Error - column %1% does not exist.

bob_noSuchColumn 

summary>User %1% created from template %2%

sth_userAutoAdded 

summary>Enter the b_location% to send email notifications about users that are automatically granted access to R_TRIMCONTEXT%.

trm_pleaseEnterUserForNewUserMail 

summary>A new user has been automatically registered for access to R_TRIMCONTEXT%.

bob_newUserAutoAddedSubject 

summary>A new b_location% has been registered into R_TRIMCONTEXT% using the following credentials: %1%.
open the attached reference file to review this user's details.

bob_newUserAutoAddedContent 

summary>You are logged in as a guest account. Guest account profiles cannot be edited.

bob_cannotEditGuestProfile 

summary>You are logged in as a user of type '%1'. Only users of type 'Person' can edit profile information.

bob_cannotNonPersonProfile 

summary>Licensing status for user seats:

evt_licenseSeatsGroup 

summary>User Type

evt_licenseHdrUserType 

summary>Limit

evt_licenseHdrLimit 

summary>Registered

evt_licenseHdrRegistered 

summary>Balance

evt_licenseHdrBalance 

summary>Comments

evt_licenseHdrComments 

summary>Licensing status for b_record% volume

evt_licenseVolumeGroup 

summary>Search value picker

sui_stringPickerTitle 

summary>Server Log Paths

bob_wkgSvrLogPath 

summary>Connection between this client and R_WORKGROUP% is not supported. The client software will need to be upgraded.

R_WORKGROUP% version: %1%
version: %2%

core_unsupportedSoftwareBuilds 

summary>Warning. You are connecting to an older R_WORKGROUP%. Some features may not be available.

R_WORKGROUP% version: %1%
version: %2%

core_olderWorkgroupWarning 

summary>Warning. You are connecting to a newer R_WORKGROUP%. A client software upgrade is recommended.

R_WORKGROUP% version: %1%
version: %2%

core_laterWorkgroupWarning 

summary>The specified document stream position is not valid. It must be greater than or equal to zero and less than or equal to the length of the document.

sdk_docStreamSeekPos 

summary>'Automatic vital b_record% review and update' is not active. Activate this option on the System Options - Miscellaneous tab.

tsk_autoReviewAndUpdateOff 

summary>The event processor must be connected using the TRIMSERVICES account.

db_eventProcessorMustBeTrimServices 

summary>The TRIMSERVICES account has incorrect profile settings and is not suitable for event processing. Please ensure security is set to 'highest' and all user permissions are enabled.

db_trimServicesAccountPermissionsError 

summary>Use Bulk Loader

dp_useBulkLoader 

summary>Bulk Loader Copy Mode

dp_bulkLoaderCopyMode 

summary>A timeout was reached attempting to access the R_TRIMCONTEXT% dataset. It has been blocked by another thread for %2% seconds.

vb_tio_DBThreadBlocked 

summary>Error: HTTPS has been enabled in the R_WORKGROUP% configuration but no certificate has been specified.

wgs_noCertificate 

summary>Primary R_WORKGROUP% protocol

bob_PrimaryWgServerProtocol 

summary>Backup R_WORKGROUP% protocol

bob_BackupWgServerProtocol 

summary>The online audit events cannot be displayed until the database is upgraded to version 186 or higher.

bob_onlineAuditDisplayWarning 

summary>You cannot change the protocol property after a connection has been made.

sdk_cannotChangeProtocol 

summary>You cannot change the property: %1% when an action is a procedure containing action steps.

act_cannotSetPropertyInProcedure 

summary>Inserting the action '%1' into this procedure would create a recursive procedure definition loop.

act_stepCreatesARecursiveLoop 

summary>The action step '%1' of this procedure creates a recursive procedure definition loop.

act_proceduresHasRecursiveLoop 

summary>R_TRIM% is setting up the email environment. Please wait...

mpx_settingUpMailEnvironment 

summary>Time is locked to the time in the action definition this step is based on.

act_timeIsLocked 

summary>Cost is locked to the cost in the action definition this step is based on.

act_costIsLocked 

summary>Assignee is locked to the assignee in the action definition this step is based on.

act_assigneeIsLocked 

summary>Time must be locked to the action definition that this step is based on because that action is a procedure.

act_timeIsLockedForProcedures 

summary>Cost must be locked to the action definition that this step is based on because that action is a procedure.

act_costIsLockedForProcedures 

summary>Awaiting Deployment

tem_wgsStatus_awaitingDeployment 

summary>Customize the =26Ribbon...

trm_customizeRibbon 

summary>Collapse the Ribbo=26n...

trm_collapseRibbon 

summary>Customize Ribbon

trm_customizeRibbonDialogTitle 

summary>BS_record% missing from IDOL run started at %1%

trm_idolMissingLogStarted 

summary>REPORT ONLY. No updates will be made to IDOL.

trm_idolReportOnly 

summary>Could not delete the file '%2'. Access denied. Attempt to determine file handle ownership failed with: %1%

core_couldNotDeleteFileOwnerError 

summary>You have used a special character (] =26 ~) in a search string. You need to use double quotes around your search string.

bob_specialCharacterUsed 

summary>The SRMS configuration file %1% could not be opened, conversion called.

rec_srmsNotConfigured 

summary>This b_location% already has a type of '%1'.

loc_alreadyAtType 

summary>You cannot change the type of a b_location% to '%1'.

loc_cannotChangeToThisType 

summary>Please resolve name mismatch.

loc_resolveMismatchTitle 

summary>Please select at least 1 option.

trm_selectOption 

summary>Based on the current settings this b_record% is a suitable candidate for disposal.
: %1%

rec_isOKToDispose 

summary>Created: %1% Updated: %2% Errors: %3%

dp_msg_import_stats 

summary>The search clause name '%1' cannot be used for this field as it matches the clause name used by another b_fieldDefinition% : %2%

bob_fieldNameIsAnotherFieldSearch 

summary>The search clause name cannot contain spaces or special characters.

bob_searchNameHasInvalidCharacter 

summary>User field value type mismatch.

sdk_userFieldValueTypeMismatch 

summary>This option creates CFS notifications for users which will be used by an IDOL connector. R_TRIMCONTEXT% is not configured to use a connector with IDOL so it is unlikely that there is any need to create the CFS notifications. Do you want to continue?

idol_userReindexWarning 

summary>Indexing directly to IDOL

idol_reindexUsingDirectIdol 

summary>Indexing directly to the CFS Connector

idol_reindexUsingDirectCfs 

summary>Creating CFS notifications

idol_reindexUsingCfsNotification 

summary>You need to upgrade to the latest schema and workgroup server to be able to remove security caveats.

uty_sec_needLatestSchemaToRemoveCaveats 

summary>Warning. When running an import using Bulk Loader import mode a number of features are disabled. BS_record% may be numbered according to the special bulk loader sequence and some expensive integrity checks will be bypassed and no audit trail is created.

dp_bulkLoaderWarning 

summary>Unable to create Location: %1%

dp_loaderLocCreationFailed 

summary>The disposal check date needs to be in the future.

rec_checkDisposalDateNotInFuture 

summary>The security profile of '%1' uses the profile of another b_location%. cannot change the security profile in tagged mode.

loc_cannotAlterSecUsesProfileOf 

summary>You cannot change the b_location% Type because the new b_location% Type does not use the b_fieldDefinition% : '%1'.

bob_newLocTypeDoesNotHaveUDF 

summary>Could not connect

tem_dbCannotConnect 

summary>Schema up to date (%1%)

tem_schemaCurrent 

summary>The special TRIMServices administrative account cannot be modified.

loc_cannotModifyTrimServices 

summary>Ignoring electronic document because content indexing is suppressed on %1% bs_record%.

dci_dciSuppressedByRecType 

summary>Excluding files larger than %1%, excluding compressed files larger than %2%, transaction size is %3%

trm_idolReindexDetailsFileSize 

summary>Maintenance is complete. Access to dataset '%1' has been restored.

tem_connectionsRestored 

summary>Please specify a connection type of either single or double hop.

db_pleaseEnterClientConnectionType 

summary>Please specify a valid IP address for the browser client in the form 'nnn.nnn.nnn.nnn'.

db_invalidIPAddress 

summary>You have selected to index as if the database ID was not '%1'. This may result in an unusable IDOL index. Are you sure?

dci_indexAsIdDoesntMatchDbId 

summary>Printing page %1% ...

rp_printingPage 

summary>Connected to R_WORKGROUP% on %1%.

db_connectedToWgs 

summary>The call to R_WORKGROUP% on '%1' was canceled.

db_wgsCallCanceled 

summary>The number of search results exceeds the limit for the content index server. This query may have more results available than those returned.

dci_idolMaxResults 

summary>One or more IDOL query servers are not operational. This query may have more results available than those returned.

dci_idolEngineDown 

summary>Files of type '%1' cannot be used to create electronic bs_record%.

core_cataloguingFileTypeSuppressed 

summary>The attached document is not an email message (eg. .MSG or .EML).

rec_documentIsNotEmail 

summary>The database connection is being closed.

bob_dbConnectionCancel 

summary>Lock serialization error. Internal locking row is not available.

core_lockRowNotFound 

summary>The number of IDOL results must be between 1 and 1000000.

dci_maxIdolResultsError 

summary>This function requires a serialization lock, however locking is not available with this database schema version. You will need to upgrade your database before you can perform this function.

db_lockingNotAvailable 

summary>Cannot run the Reindex words tool when the 'Preserve Index Words' system option is turned on.

tem_reindexWordsAndPreserveNoGood 

summary>Unable to browse the local certificate store. Please ensure that you are running as a local administrator. The underlying error was '%1'.

tem_certificateStoreError 

summary>This will delete the content index database from IDOL. Once deleted, a full reindex or a restore from backup will be required to use document content searching. Are you sure you want to delete?

dci_deleteIdolInstance 

summary>This dataset contains an unusual collation sequence (%1%) and there may be difficulties with some string searches and schema examination tools. It is strongly recommended you use a case-insensitive collation sequence for SQL Server.

tem_unknownCollation 

summary>This b_record% is associated with an active SharePoint item. You need to archive the document from SharePoint before executing the 'E_dp_transferred' function.

rec_cannotTransferSharePointDocument 

summary>Unable to set b_fieldDefinition% '%1' because it is not used by bs_location% of type '%2'.

dp_err_SettingUserDefinedFieldFailedLoc 

summary>Unable to set b_fieldDefinition% '%1' because it is not used by '%2'.

dp_err_SettingUserDefinedFieldFailedOther 

summary>Update Word Indexing Counters

trm_tidyUpWordIndexing 

summary>The word indexing tidy up function requires exclusive access to the word indexing tables. You need to suspend any Word Indexing Event Processors and any other bulk loading process that performs word indexing before running the cleanup with this option set.

trm_wordIndexTidyWarning 

summary>The Enterprise Studio word indexing function requires exclusive access to the word indexing tables. You need to suspend any Word Indexing Event Processors and any other bulk loading process that performs word indexing before running this tool.

tem_reindexWordsAndEventProcessorWarning 

summary>Updating counters for words associated with '%1' indexing.

trm_tidyingUpWords 

summary>Show these types:

web_showTheseTypes 

summary>Task : '%1' is not available until this b_record% is saved.

act_recordMustBeCreated 

summary>The dropped file is actually a folder. Folders are not supported as an electronic attachment.

web_folderNotSupported 

summary>Electronic attachment upload is pending.

web_pendingElectronicUpload 

summary>Relax Business Rules for Conversion

dp_cap_RelaxBizRulesConversion 

summary>The IDOL instance '%1' is marked as read-only. You cannot index into this index.

idol_currentInstanceIsReadOnly 

summary>Relax Business Rules for Performance

dp_cap_RelaxBizRulesPerformance 

summary>Export Source Data

dp_cap_ExportSourceData 

summary>Open Search Dialog

dp_cap_OpenSearchDialogue 

summary>Display Tray Contents

dp_cap_DisplayTrayContents 

summary>You no longer have access to view this b_record%.

web_warnNoAccess 

summary>You are not an administrator of this workgroup. Please select another workgroup.

grm_workgroupAdmin 

summary>Open R_TRIMCONTEXT% Dataset

trm_openDatasetTitle 

summary>Convert lookup sets

tem_suWorkConvertLookupSet 

summary>A dataset schema upgrade is required if you wish to make modifications to lookup sets or items within them.

bob_lookupItemsNeedSchemaUpgrade 

summary>A b_lookupItem% that is part of of a hierarchical b_lookupSet% cannot contain the hierarchy separator characters '%1'

bob_itemStringCannotContainHierarchySeparator 

summary>A b_lookupItem% that uses the short and long value display style cannot contain the display separator characters '%1'

bob_itemStringCannotContainDisplaySeparator 

summary>The b_lookupSet% '%1% does not use long values.

bob_setDoesntHaveLongValues 

summary>The b_lookupSet% '%1% does not use short values.

bob_setDoesntHaveShortValues 

summary>A b_lookupSet% must have either a short value or a long value,

bob_lookupSetMustHaveShortOrLong 

summary>The b_lookupSet% must support short values for the display style '%1'

bob_lookupSetDisplayStyleMustHaveShort 

summary>The b_lookupSet% must support long values for the display style '%1'

bob_lookupSetDisplayStyleMustHaveLong 

summary>The rule for this b_lookupItem% must be based on values in a different b_lookupSet% than '%1'.

bob_lookupItemRuleMustBeDifferentSet 

summary>This b_lookupItem% already has a rule defined for the b_lookupSet% '%1'.

bob_lookupItemRuleAlreadyExists 

summary>The list of bs_lookupItem% contains a value that does not correspond to any valid bs_lookupItem% : '%1'.

bob_lookupItemListContainsInvalidItem 

summary>The b_lookupItem% needs to belong to the b_lookupSet% '%1'.

bob_itemNeedsToBeInSet 

summary>The supplied b_lookupItem% needs to be committed to the dataset before it can be used in a rule.

bob_itemNeedsToBeSaved 

summary>This rule already contains the bs_lookupItem% '%1'.

bob_itemAlreadyInRule 

summary>The supplied b_lookupItem% '%1' is not part of this rule.

bob_itemNotInRule 

summary>Invalid Configuration

dp_cap_invalidConfig 

summary>Would you like to save anyway?

dp_msg_saveQuestion 

summary>Index ID

tem_index_ID 

summary>Origin IP

tem_origin_IP 

summary>Index Command

tem_index_Command 

summary>Duration

tem_duration 

summary>%% complete

tem_percent_complete 

summary>status

tem_idol_status 

summary>description

tem_description 

summary>R_TRIM% Binaries

bob_infoTrimBinaries 

summary>Third Party Software Binaries

bob_infoThirdPartyBinaries 

summary>Patch Level

bob_infoPatchLevel 

summary>When using the value '%1' from b_lookupSet% '%2' you cannot use the value '%3' from '%4'.

bob_lookupValueNotAllowed 

summary>The value '%1' is not in the b_lookupSet% '%2'.

bob_lookupItemNotInList 

summary>When using the value '%1' from b_lookupSet% '%2' you cannot use a blank value for '%3'.

bob_blankLookupValueNotAllowed 

summary>Incorrect type of R_TRIM% object supplied. You need to provide an object of type '%1'.

bob_fldWrongObjectType 

summary>Incorrect b_lookupItem% provided. The b_lookupItem% for the b_fieldDefinition% needs to be within the b_lookupSet%: '%1'.

bob_fldWrongLookupSet 

summary>A b_lookupSet% is not relevant for this type of b_fieldDefinition%.

bob_fldLookupSetNotRelevant 

summary>A b_lookupSet% must be provided for bs_fieldDefinition% that are of format 'B_lookupItem'.

bob_fldLookupSetRequired 

summary>You need to specify a valid R_TRIM% object type for this b_fieldDefinition% format.

bob_fldObjectTypeRequired 

summary>The b_fieldDefinition% format value supplied is not a supported format.

bob_fldInvalidFormat 

summary>A R_TRIM% object type is not relevant for the type of b_fieldDefinition%.

bob_fldObjectTypeNotRelevant 

summary>This item value has been used as a value for one or more bs_fieldDefinition%.

bob_lookupItemValueInUse 

summary>You are connecting to a R_WORKGROUP% that is no longer supported.

R_WORKGROUP% version: %1%
version: %2%

core_olderWorkgroupError 

summary>The b_fieldDefinition% '%1' is not associated with any b_lookupSet%.

bob_fieldDoesntUseLookupSet 

summary>The search method '%1' does not support recursive searches.

bob_search_recursiveNotAllowed 

summary>The search method '%1' does not support a list of objects as a parameter.

bob_search_multipleUriNotAllowed 

summary>The search method '%1' does not support a sub-query as a parameter.

bob_search_subQueryNotAllowed 

summary>Access Control

bob_auditAccessControl 

summary>Default Access Control

bob_auditDefaultAccessControl 

summary>Access Exclusions

bob_auditAccessExclusions 

summary>This container is part of a matter which already has a b_checkinStyle%.

uty_checkStyleMatterAlreadyMapped 

summary>Alter table using create table as select

tem_suCreateTableAsSelect 

summary>This document is very large, click to display the document in the preview window.

bob_previewFileIsLarge 

summary>Viewing this document will trigger an update to the B_record%, click to confirm displaying the document in the preview window.

bob_previewCausesUpdate 

summary>classification record type restrictions

tem_suOnlyRecType 

summary>The b_lookupSet% '%1' does not support lower level items.

bob_setNotHierarchical 

summary>When selecting an item from b_lookupSet% '%1' you must select a lowest level item.

bob_mustSelectLowestLevelItem 

summary>(none set)

bob_accessNoRefItemSet 

summary>You cannot set referenced security and access from client or matter records unless you upgrade your security filtering model.

bob_clientMatterInheritanceNeedsNewSecurity 

summary>This database does not support GIS features.

db_schemaDoesntSupportGIS 

summary>GIS features are not supported for this Postgres instance. Try installing the PostGIS extension.

tem_gisNotSupportedPostgres 

summary>An error occurred when obtaining details of GIS support: %1%

tem_gisTestFailure 

summary>You need to upgrade to a later workgroup server to have support for extended sorting.

core_needWgsUpgradeForSort 

summary>Sorting by gps co-ordinates is not supported.

core_cannotSortByGps 

summary>Sorting by bs_fieldDefinition% of type '%1' is not supported.

bob_cannotSortByFieldType 

summary>Sorting by search clause '%1' is not supported.

core_cannotSortByClause 

summary>Please select a valid sort method.

bob_pleaseSpecifyAValidSortMethod 

summary>Dropping obsolete views

tem_suStageDropViews 

summary>Transferring documents from or to an SEC compliant store is not supported.

uty_noTransfersForSECStores 

summary>To modify the property '%1' you must first turn on the SEC compliance switch.

est_turnOnSecComplianceFirst 

summary>SEC Compliance status for a b_electronicStore% cannot be changed once the b_electronicStore% has been used.

est_cannotChangeSECComplianceSettings 

summary>Warning - whilst you can configure R_TRIM% to implement SEC compliance rules, you need to also verify that the underlying document storage implementation has been correctly configured to meet the SEC indelibility requirements. Please refer to the %1% manufacturer instructions to ensure the settings are appropriate.

est_referToManufacturerForSECCompliance 

summary>BS_electronicStore% of type '%1' do not meet the SEC indelibility requirements.

est_storeTypeNotSECCompliant 

summary>The %1% store type is not normally implemented for SEC compliance, however you can enable the setting here to ensure that the R_TRIM% business logic works in a SEC compliant manner.

est_storeSECCompliantWeaselWords 

summary>Function not available for bs_record% that need to comply with the indelibility rules outlined in SEC Rule 17a-4.

rec_recordIsSecCompliant 

summary>BS_record% that are being added to an SEC compliant document store need to have a valid disposal schedule available at the time of creation. Please review your settings to ensure that a valid B_schedule% is supplied, the dates upon which this schedule is based are supplied, or a manual destruction date has been specified.

rec_secRecordsMustHaveDisposalSet 

summary>Only the 'Destroy' disposal type is supported for bs_record% that comply with SEC Rule 17a-4.

rec_onlyDestroyForSecRecords 

summary>This b_recordType% uses an SEC compliant document store and therefore doesn't support creating new revisions.

rtySecCompliantNoRevisions 

summary>This b_record% is subject to SEC compliance rules and cannot be destroyed until %1%.

rec_cannotDestroySECCompliant 

summary>This b_recordType% uses an SEC compliant document store and therefore doesn't support a document review process.

rtySecCompliantNoReview 

summary>This product feature requires you to enter a special activation key. Please contact your support representative to obtain a suitable value.

trm_activationKeyInvalid 

summary>Convert b_consignment% approval details

tem_suWorkConvertConsignments 

summary>Please specify a valid b_location% for b_consignment% approval.

rec_pleaseSpecifyValidApprover 

summary>You cannot modify the approval details once a b_consignment% has been created.

rec_cannotAlterApprovalsForExistingConsignment 

summary>There is a limit of %1% additional approvers for a b_consignment%.

rec_maxApproversReached 

summary>No signed approval document has been attached.

rec_conNoApprovalDocumentAttached 

summary>This b_consignment% has not been rejected.

rec_consignmentNotRejected 

summary>This b_consignment% requires a digitally signed approval statement.

rec_conRequiresSignedApprovalDocument 

summary>This b_record% is not within a b_consignment%.

rec_recordNotInAConsignment 

summary>You need to be the owner of this b_record% to reject it from the b_consignment%.

rec_needToBeOwnerToReject 

summary>Click to not set value for this field.

web_clickToNotSetfieldValue 

summary>Edit Value With B_lookupSet%:

web_editValueWithLookupSet 

summary>You are only allowed to select/deselect the node at the lowest level!

web_allowToSelectDeSelectLowestNode 

summary>Date value must be set!

web_dateValueMustBeSet 

summary>Date and time values must both be set!

web_datetAndTimeValueMustBeSet 

summary>The value must not be less than {0}.

web_valueMustNotLessThan 

summary>The value must not be larger than {0}.

web_valueMustNotLargerThan 

summary>The maximum length of this field is {0}.

web_fieldMaximumLengthIs 

summary>Selected Jurisdictions

web_selectedJurisdictions 

summary>%1% rejected bs_record% confirmed.

rec_conRecordsRejected 

summary>You need to be an approver of this b_consignment% in order to reject this b_record%.

rec_needToApproverToReject 

summary>The rejection of this b_record% has already been confirmed - it has been removed from the b_consignment%.

rec_conRejectionAlreadyConfirmed 

summary>Only the archivist of this b_consignment% can confirm b_record% rejections.

rec_conOnlyArchivistCanConfirmRejection 

summary>Only the approver can cancel a b_record% rejection.

rec_conOnlyApproverCanCancelRejection 

summary>Cannot cancel this b_record% rejection - the archivist has already removed it from the consignment.

rec_conCannotCancelConfirmedRejection 

summary>You can modify properties of a b_consignment% once the disposal processing has commenced.

rec_conCannotModifyConfirmedRequest 

summary>You have already rejected B_record% %1% from consignment %2%.

rec_recordAlreadyRejected 

summary>%1% is already designated as an approver for consignment %2%.

rec_conApproverAlreadyForConsignment 

summary>Please run '%1' task.

core_pleaseRunTask 

summary>%1% issues need resolution.

rec_conIssuesNeedFixing 

summary>%1% rejected records need confirmation.

rec_conRecordsNeedConfirmation 

summary>%1% records could not be disposed.

rec_conRecordsFailed 

summary>%1% record(s) have been rejected by approvers and are waiting to be removed from the consignment.

rec_consignmentRecordRejectionsExist 

summary>Could not create audit log record from log file '%1', details: %2%.

rec_conCouldNotCreateLogRecord 

summary>Reminder: B_consignment% %1% requires your approval.

rec_RecConsignmentApprovalReminder 

summary>B_consignment% %1% has been approved.

rec_RecConsignmentApproved 

summary>The cutoff date for b_consignment% %1% is %2%.

rec_RecConsignmentApprovedContent 

summary>B_consignment% %1% : %2%

rec_RecConsignmentApproverActivity 

summary>Approver %3% has undertaken the approval action '%2' on consignment %1%

rec_RecConsignmentApproverActivityContent 

summary>B_consignment% %1% : %2%

rec_RecConsignmentRecordActivity 

summary>P_recNumber%: %3%
P_recTitle%: %4%

%2%
consignment: %1%

rec_RecConsignmentRecordActivityContent 

summary>You cannot change behavior for bs_recordType% that implement the SDM document behavior.

rty_cannotChangeSrmsBehaviour 

summary>You cannot change behavior for bs_recordType% that implement the SAP document behavior.

rty_cannotChangeSAPBehaviour 

summary>You must select a B_recordType% that has the SDM document behavior.

rty_mustBeSrmsDocument 

summary>Converting SDM configuration file to SDM options ...

trm_sdmConvertingConfigFile 

summary>Converting to new SDM Document record type ...

trm_sdmConvertingNewRecordType 

summary>Converting user-defined field values to new SDM Document properties ...

trm_sdmConvertingUDFs 

summary>Initializing SDM properties for all SDM records ...

trm_sdmConvertingInitialSDMRec 

summary>Converting %1% SDM property ...

trm_sdmConvertingSDMProp 

summary>Converting record type for all SDM records ...

trm_sdmConvertingSDMRecordType 

summary>SDM conversion now complete.
update your SDM integration options to use a b_recordType% of '%1' for the document b_recordType%, and set the folder b_recordType% to %2%.

trm_sdmConversionComplete 

summary>Degree of parallelism (number of CPUs)

tem_suDegreeOfParallel 

summary>* or in container's access list *

bob_accessControlOrContainer 

summary>You can only use the container inclusive style with bs_record%.

bob_accessOrContainerOnlyForRecords 

summary>You have specified one or more bs_location% to restrict access. To use this default setting, you need to specify whether to use it by reference or by copying to the new item.

bob_eitherCopyOrReferenceAccessList 

summary>+ container %1% bs_location% (%2%)

bob_aclOrContainerDesc 

summary>+ container %1% bs_location% (none specified)

bob_aclContainerHasNothing 

summary>+ container bs_location% (not in a container)

bob_aclNoContainerForExtras 

summary>You can only specify the automatically declare as final option for electronic bs_record%.

rty_autoFinalizeOnlyForElectronic 

summary>If you specify to automatically declare as final then you cannot allow new or replaced revisions.

rty_autoFinalizeNoRevisions 

summary>Cannot keep checked out when record is set to be finalized.

rec_keepOutAndFinalizeMsg 

summary>Copy document hashes

tem_suConvertHashes 

summary>The barcode '%1' is currently used for %2%.

bob_barcodeInUse 

summary>Display help for current task or command

trm_helpForTranslate 

summary>At the time this document was stored, a hash for the document was not calculated.

rec_hashWasNotStoredForDocument 

summary>At the time this document was stored, a hash for the document was not calculated. Would you like to calculate a hash now so that it can be used for checks in the future?

rec_noHashAvailableDoYouWantToFixIt 

summary>After extracting the document from the store, its hash no longer matches with the hash created at the time it was originally stored. Please contact your support representative for appropriate audit action.

rec_hashCheckFailed 

summary>Success. A copy of this document was extracted from the store and its hash matches the hash at the time the document was originally registered.

rec_hashCheckSucceeded 

summary>Success. A hash for this b_record% has been calculated based on an extracted copy of the document from the store. %1%

rec_hashCalculated 

summary>The hash is now available for future integrity checking.

rec_hashAdded 

summary>The hash replaces the existing document hash which no longer matched the current document.

rec_hashReplaced 

summary>The hash was identical to the original hash so no update was required.

rec_hashNotRequired 

summary>Hash checking complete: %1% hash values checked, %2% hashes were invalid, %3% bs_record% were not suitable for hash checking.

rec_hashCheckResults 

summary>Hash recalculation complete.

%1% bs_record% checked.
%2% new hashes added.
%3% invalid hashes replaced.
%4% existing hashes kept.
%5% bs_record% were not suitable for this task.

rec_hashRecalcResults 

summary>Hash Check Failures

rec_hashCheckFailures 

summary>Hash check failed. The input document '%1' does not match with the provided document hash. Document update operation cancelled.

rec_documentHashMismatch 

summary>Rendition Failure

tem_renditionFailure 

summary>The option to store document hashes has not been enabled in System Options

rec_adminPolicyNotStoringHashes 

summary>Configure Custom Processor Events

tem_configureCustomEvents 

summary>Please select one or more events.

tem_selectOneOrMoreEvents 

summary>Please select one or more object types.

tem_selectOneOrMoreObjectTypes 

summary>You must select a B_recordType% that has the SDM folder behavior.

rty_mustBeSdmFolder 

summary>You can only specify an initiating b_workflow% template for new bs_record%.

rec_initiatingTemplateOnlyForNewRecords 

summary>The automatic check service could not make a connection to the R_WORKGROUP% - after your editing session is complete, you will need to check this document in manually.

rec_failedToInitializeAutoCheckin 

summary>Authentication failed, please re-enter credentials for the proxy at '%1' for realm '%2'.

bob_proxyAuthRequiredRetry 

summary>Please enter Explicit Windows Authentication credentials for this connection.

bob_explicitAuthRequired 

summary>Authentication failed, please re-enter your credentials for this connection.

bob_explicitAuthRequiredRetry 

summary>Dataset connection was cancelled by user.

sdk_databaseConnectionCancelled 

summary>New p_recContainer%

web_NewContainer 

summary>New creator b_location%

web_NewCreator 

summary>New b_electronicStore%

web_NewDocumentStore 

summary>Related b_location%

web_RelatedLocation 

summary>New parent

web_NewParent 

summary>Log b_recordType%

web_LogRecordType 

summary>Log p_recContainer%

web_LogContainer 

summary>Related b_keyword%

web_RelatedKeyword 

summary>Property to use to uniquely identify a b_location%

dp_location_id 

summary>%1% is '%2' which is not included in the mapped fields.

dp_err_location_id 

summary>Dear

loc_salutation_dear 

summary>Share using Objective Connect

web_shareUsingObjectiveConnect 

summary>usable

web_usable 

summary>File scanning is in progress.

web_fileScanningInProgress 

summary>File scanning completed.

web_fileScanningCompleted 

summary>The file %1% is not found. It may have been removed by virus checker. Please upload another file.

web_fileNotFound 

summary>Place the new notes.

web_placeNewNotes 

summary>You cannot destroy the electronic record that represents a consignment log.

rec_cannotDestroyConsignmentLog 

summary>This b_recordType% is subject to a document review process and needs a valid p_recEditor%. Since you cannot act as an editor, you should contact your administrator to correct this anomaly.

rec_typeRequiresEditor 

summary>%1% action(s) were not completed successfully (see log for details). You will need to run the Schema Repair tool to correct the outstanding issues.

tem_tool_repairRequired 

summary>Number of documents with invalid hashes:%1%. Corrected:%2%

uty_storeInvalidHashes 

summary>%1% : no record corresponds to the reference '%2'.

uty_documentWithNoRecord 

summary>%1% : invalid document hash encountered.

uty_documentInvalidHash 

summary>%1% : invalid document hash encountered for '%2'. A copy of this document with the correct hash was found in the backup store folder. Would you like to restore it?

uty_documentInvalidHashCopyAvailable 

summary>%1% : calculation of document hash failed for '%2', details %3%

uty_documentHashRecalcFailed 

summary>%1% : a new document hash was successfully attached to '%2'

uty_documentHashRecalculated 

summary>After extracting the document from the store, its hash no longer matches with the hash created at the time it was originally stored.

uty_documentIntegrityCheckFailed 

summary>store hyperlink strings

tem_suItStoreHyperlinks 

summary>convert document type indexes

tem_suItConvertCracked 

summary>You can only specify an automatically create rendition option for electronic bs_record%.

rty_autoRenderOnlyForElectronic 

summary>You must select a R_workgroup% that has been configured to do a certain type of rendering - %1%.

tem_workgroupMustBeAbleToDoRendering 

summary>The b_location% '%1' has not been committed yet and therefore cannot be used as '%2'.

api_bulkLoadedLocationNeedsCommit 

summary>There are %1% background document transfer(s) flagged as pending for this store. Continuing on will clear these flags irrespective of whether the transfer has completed. You could try again later if you wish to wait for all background queues to be completed.

est_transfersPending 

summary>Set as default for favorite %1% searches

sui_defaultForFavorite 

summary>Set as default for %1% searches

sui_defaultForTrayType 

summary>Set as default for b_location% searches (purpose: %1%)

sui_defaultForLocation 

summary>Set as default for searches for %1%

sui_defaultForObject 

summary>The data entry rules for b_recordType% '%1' do not allow you to set a value for '%2'.

rty_cannotSetProperty 

summary>The selected copy style was not appropriate for this access control. It has been automatically adjusted to a copy style more appropriate (based on the contents of the access control bs_location% list).

bob_accessCopyStyleNotRelevant 

summary>The selected copy style was not appropriate for one of more the selected access controls. An automatic adjustment has been made to something more appropriate (based on the contents of the access control bs_location% list).

bob_accessCopyStyleNotRelevantTagged 

summary>GIS features are not supported for this Oracle instance. Try installing Oracle Spatial or Locator.

tem_gisNotSupportedOracle 

summary>Native error code %1%

ora_nativeErrorCode 

summary>The selected b_history% event is not associated with a search.

bob_auditEntryIsNotASearch 

summary>The option to log b_record% searches to the online audit log has not been activated.

bob_loggingRecordSearchesNotActivated 

summary>Removing all record search history events older than %1%.

trm_cleanSearchHistoryOlder 

summary>Document name format

dp_cap_EdocExcludeTitle 

summary>This b_request% is now in progress. Only someone with the %1% permission can delete it.

prp_needPermissionToDeleteRequestInProgress 

summary>Submitted

trm_renderStatusWaiting 

summary>Allocated to server

trm_renderStatusInProgress 

summary>Waiting for response

trm_renderStatusWaitingForResponse 

summary>The document hash reference count (%1%) does not match the actual number of document references (%2%).

est_documentHashRefCountError 

summary>Domain not set as login is blank.

loc_domainNotSetLoginBlank 

summary>Selected Unique Identifiers

bob_selectedItems 

summary>Warning, the requestor %2% does not have either security clearance or the access control to view the b_record% '%1'. Are you sure you want to continue with this request?

rec_requestBreachWarning 

summary>The requestor '%1' does not have the security clearance or the required access controls to view the b_record% '%2'.

rec_requestNotEnoughSecurity 

summary>You cannot modify the electronic address type once it has been set or some address type specific values have been specified.

loc_cannotModifyAddressType 

summary>The email address you have entered is too long, it cannot exceed %1% characters.

loc_eMailAddressTooLong 

summary>The url you have entered is too long, it cannot exceed %1% characters.

loc_urlTooLong 

summary>This email address has already been registered for %1%.

loc_emailAddressUsedBy 

summary>Replacing '%1' with '%2'

core_replacingWith 

summary>Changing email address '%1' to '%2': %3%

loc_changeEmailTo 

summary>The b_location% '%1' does not have an email address containing '%2'.

loc_noEmailToChange 

summary>The Keyview ini file cannot be found. Details : Full filename is %1%.

ocx_kvsdkIniMissing 

summary>You are not allowed to modify R_TRIM% log files.

rec_cannotEditCMLogFiles 

summary>You are not allowed to replace existing revisions of email messages.

rec_cannotReplaceRevisionsEmails 

summary>You cannot replace the current revision for an email message - you can only choose to make a new revision.

rec_newRevisionOnlyForEmail 

summary>Changing the p_locLocType% of %1% will mean some personal details (ie 'p_locDateOfBirth', 'p_locGender') will be lost. you sure you wish to coninue?

loc_losePersonalDetailsOnChange 

summary>Your email system reported an error sending mail (subject:%1%), details: %2%

mpx_sendDetailedError 

summary>%1%: %2% item(s) could not be processed as they were not applicable or have been recently updated.

trm_renderTaggedFailed 

summary>Deleting rendering queue item failed - it may have recently been updated by the event processor.

trm_rendQueueDeleteFailed 

summary>There are currently %1% document(s) being uploaded to the server. If you exit now, these transfers will be cancelled and will not happen until you start R_TRIM% again. Are you sure you want to exit (not recommended)?

trm_someDocumentsAreTransferring 

summary>With duplicate email addresses

loc_withDuplicateEmail 

summary>%1% transfers pending

bob_transfersPendingStatusMsg 

summary>1 transfer pending

bob_onePendingTransfer 

summary>The network connection has dropped out and your content search results are no longer available.

wgs_contentSearchResultsNoLongerAvailable 

summary>The Exchange email address '%1' needs to contain the /O= and /OU= elements.

mes_invalid_EX_Address 

summary>The Lotus email address '%1' is invalid.

mes_invalid_LOTUS_Address 

summary>The b_userLabel% '%1' has already been attached to %2% %3%.

bob_labelAlreadyAttached 

summary>The b_userLabel% '%1' has not been attached to %2% %3%.

bob_labelNotAttached 

summary>Operation for b_userLabel% '%1' failed - an invalid object was specified.

bob_labelHasBadObject 

summary>Bypass %1% references

bob_bypassAclReferencesFor 

summary>Access Control References

bob_auditAccessControlReferences 

summary>The rendering requests for this consignment are not complete. There are %1% bs_record% that require rendering to long-term preservation format. The background rendering queue shows %2% request(s) queued and %3% failures that need looking into.

rec_pdfWorkInProgress 

summary>The specified command cannot be used in this way. Either an invalid task has been specified, the task does not apply to bs_record% or it cannot be marked for suppression.

api_taskNotSuitableForHiding 

summary>Only box or folder bs_recordType% can be shared with R_objectiveConnect%.

rec_sharingOnlyForBoxOrFolder 

summary>This b_fieldDefinition% is reserved for use as the shared by indicator for R_objectiveConnect%.

fld_inUseForSharingIndicator 

summary>The server and port for R_objectiveConnect% have not been configured. Please contact your system administrator to set up sharing for R_objectiveConnect%.

rec_shareNotConfigured 

summary>For the external sharing group, you should pick a location type of Organization, Committee, Project Team or Group

bob_sharingNeedsGroupLocationType 

summary>The external sharing record type only supports the free-text titling method.

bob_sharingRecordTypeNeedsFreeTextTitling 

summary>The external link shared by b_fieldDefinition% needs to have the 'String' format.

bob_sharingFieldNeedsToBeString 

summary>You cannot use the container %1% because it will prevent access to metadata updates for this b_record%.

rec_needUpdateMetadataForSelectingContainer 

summary>New items only

bob_formNewItemsOnly 

summary>%1% '%2' is used as a default value for b_fieldDefinition% '%3'.

bob_objectUsedAsFieldDefault 

summary>%1% '%2' is used as a value for b_fieldDefinition% '%3'.

bob_objectUsedAsFieldValue 

summary>The selected b_location% '%1' must be a member of '%2'

bob_fldLocationNotMemberOf 

summary>The selected b_record% '%1' must have the b_recordType% '%2'.

bob_fldWrongRecordType 

summary>The text b_fieldDefinition% %1% contains one or more invalid bs_lookupItem%: %2%.

bob_textFieldContainsBadLookupItems 

summary>Create TR5 file for each imported file

dp_createPlaceholderTR5 

summary>BS_record% of type '%1' have all revisions preserved.

rec_recordTypeHasPreservation 

summary>Delete file after import

dp_deleteImportFile 

summary>If copying b_location% addresses you need to specify a replacement b_location%.

loc_noReplaceLocForAddresses 

summary>Please select a valid column encryption key. If not created, create the column keys using SSMS, this is a mandatory requirement for SQL Server encryption.

tes_badColumnKey 

summary>From b_classification%: %1%

rec_fromClassification 

summary>From b_recordType%: %1%

rec_fromRecordType 

summary>Not all bs_actionDef% have a p_racResponsibility%. Please select a b_location% for every b_actionDef%.

rec_notAllActionsHaveAssignee 

summary>You are not allowed to turn off 'Address History' for bs_location%.

loc_addressHistoryMustBeOn 

summary>Change SPARSE to NOT NULL on column

tem_suSparseToNull 

summary>The use of email addresses within the email domain '%1' is restricted. Please contact your system administrator for further assistance.

loc_useOfEmailDomainRestricted 

summary>The product feature '%1' is obsolete.

prp_featureObsolete 

summary>This document is too large to be stored in R_TRIM%. Files are limited to %1%.

db_fileIsTooLarge 

summary>Documents without a valid file type extension cannot be stored in R_TRIM%.

db_unspecifiedFileType 

summary>Please select the type of %1% you want to create.

bob_noTypeSelected 

summary>Are you sure you wish to create a b_location% of type 'e_lc_unknown'.

loc_unknownLocation 

summary>Internal error. R_TRIM% has detected a problem with the client matter hierarchy. Please contact your technical support representative.

rec_invalidClientMatterHierarchy 

summary>When using the cascade bs_classification% setting, you can only set the b_classification% on the top level container and you can only set the b_schedule% on the b_classification%.

rec_cascadingClassifications 

summary>Custom user type has been deleted - please commit existing changes before adding this user type.

bob_optCustomUserTypeDeleted 

summary>Please enter a custom user type.

bob_optEnterCustomUserType 

summary>Please enter a name for this custom user type setting.

bob_optEnterCustomUserTypeName 

summary>Please enter a valid standard user type that this custom user type will be based on.

bob_optEnterBasedOnUserType 

summary>You cannot change the standard user type that an existing custom user type is based on.

bob_optCannotChangeBaseUserType 

summary>You cannot remove a custom user type when offline.

bob_optCannotRemoveUserTypeWhenOffline 

summary>This custom user type is currently associated with %1% bs_location% and cannot be deleted.

bob_optCustomUserTypeInUse 

summary>There have been no custom user settings defined for this user type.

loc_customUserTypeUndefined 

summary>%1% (property no longer used)

bob_obsoleteProperty 

summary>%1% (b_fieldDefinition% no longer used)

bob_obsoleteField 

summary>User Type

bob_auditUserPermissionsChanged 

summary>With Modifications: %1%

bob_auditUserTypeCustomized 

summary>Added permissions (%1%)

bob_auditPermissionsAdded 

summary>Removed permissions (%1%)

bob_auditPermissionsRemoved 

summary>User permissions added

bob_auditUserPermissionsAdded 

summary>User permissions removed

bob_auditUserPermissionsRemoved 

summary>Custom user type does not exist.

api_customUserTypeNotFound 

summary>No more custom user types available.

api_noCustomUserTypesAvailable 

summary>Warning : If you attach the b_actionDef% '%1' with the settings selected the b_actionDef% created will be overdue. you sure ?

rec_attachingOverdueAction 

summary>Enter a search using the string-based editor syntax.

bob_stringSearchTooltip 

summary>This records is undergoing a document review process. You need to be registered as the editor or as a reviewer of the document to be able to make changes to it.

rec_documentReviewCannotEditDocument 

summary>To close a b_record% use the Create New Part or Close Container function.

rec_closeRecordUsingTask 

summary>If transferring b_userLabel% ownership you need to specify a replacement b_location%.

loc_noReplaceLocForLabels 

summary>B_record% %1% was closed on %2%.

rec_alreadyClosed 

summary>B_record% %1% is not closed.

rec_notClosed 

summary>The supplied URL is invalid (%1%).

core_invalidURL 

summary>The selected b_schedule% cannot be attached to a b_record%.

sch_cannotAttachSchedule 

summary>This b_record% cannot be closed - one or more contained items are currently checked out.

rec_cannotCloseDocsCheckedOut 

summary>This b_record% cannot be closed - one or more contained items have actions that are currently in progress.

rec_cannotCloseActionsIncomplete 

summary>This b_record% cannot be closed - one or more contained items are currently assigned to an action officer.

rec_cannotCloseAssigneeSet 

summary>To re-open this b_record% you first need to re-open its container.

rec_cannotReopenContainerIsClosed 

summary>For scheduled event occurrences, you need to specify a valid start date and a non-zero value for years, months or days. Note that you must choose only one of the years, months, and days properties to set up the schedule.

sch_specifyAValidEventSchedule 

summary>This event is not using a schedule and one or more schedule properties have been specified.

sch_notUsingAnEventSchedule 

summary>View here. Distance : %1% %2%

bob_geoDisplayDistance 

summary>View here. Perimeter : %1% %2% - Area : %3% %4%

bob_geoDisplayDistAndArea 

summary>Please select a valid database server name.

tem_selectServerName 

summary>Please select a valid database from the available list.

tem_selectDatabase 

summary>Selected database server doesn't have any valid databases. Please confrim the selected server name.

tem_noValidDatabases 

summary>Selected database server is not valid or not accessible. error message: %1%

odbc_invalidServerName 

summary>Moving b_lookupItem% '%1' to '%2' cannot be done as it would create a loop condition.

lki_moveWouldLoopError 

summary>Are you sure you want to make '%1' a top level b_lookupItem%?

lki_makeTopLevel 

summary>Searching for server...

tem_searchForServer 

summary>Approvers that are determined based on b_record% ownership cannot be reassigned. To reassign you need to change the owner of the bs_record%.

rec_ownerApproverCannotBeChanged 

summary>Finalizing all contents

rec_closeFinalizing 

summary>Purging all contents

rec_closePurging 

summary>Enclosing all contents

rec_closeEnclosing 

summary>Setting close date to %1%

rec_closeSettingCloseDate 

summary>Logging errors only

rec_closeLoggingErrorsOnly 

summary>Unfinalizing all contents

rec_closeUnfinalizing 

summary>%1% started at %2%

rec_taskLogStartingHeader 

summary>%1%: processing complete.

bob_taskCompleted 

summary>View Rendition

web_viewRendition 

summary>A connectoin string is required for the Azure blob storage. Please enter a valid connection string.

tem_invalidConnectionStringForAzureBlobStore 

summary>A shared access signature is required to create the external data source. Please enter a valid shared access signature.

tem_invalidSharedAccessSignature 

summary>Testing blob store and external data source

tem_testingBulkInsertBlobStore 

summary>Blob store and external data source is ready to use with bulk insert.

tem_azureBlobStoreIsReady 

summary>Testing blob store or creating external data source is not successful.

tem_azureBlobStoreTestFailed 

summary>External data source is not accessible, please check and verify the shared access signature.

tem_externalDataSourceIsNotAccessible 

summary>Record request has already been cancelled.

rec_requestAlreadyCancelled 

summary>B_record% : '%1' already has an active request. cannot request this record at this time.

rec_notAvailableForRequest 

summary>B_record% : '%1' is not at home b_location% : '%2'. cannot request this record at this time.

rec_recordRequestedIsNotAtHome 

summary>Please select one or more values for '%1'.

core_pleasePickMultiEnum 

summary>This b_externalWorkflow% cannot be initiated from a record - it doesn;t have a suitable URL for this operation.

uty_externalWorkflowCannotInitiate 

summary>B_recordType% '%1' does not support parts.

rty_typeDoesNotSupportParts 

summary>Only bs_recordType% that behave as folders can be shared.

rty_onlyFoldersCanBeShared 

summary>This external workflow cannot be started - the external URL is not available or it needs an initiating record.

uty_externalWorkflowCannotStart 

summary>The launch URL should probably contain the substitution expression
%1% will be replaced for the workflow property
%2%.

uty_workflowNeedsSubstWarning 

summary>Failed to communicate with external workflow service for %1%. No URL was provided.

uty_noExternalWorkflowProcessURL 

summary>A request was submitted to the external workflow service for %1% using URL: %2%

uty_externalWorflowRequestSubmitted 

summary>Failed to send a request to the external workflow service for %1% using URL %2%, details %3%.

uty_externalWorflowRequestFailed 

summary>The request is not complete.

req_isNotComplete 

summary>%1% : Request submitted successfully.

uty_externalWorflowRequestDone 

summary>Deactivating a b_location% removes all login credentials for that user account. It will also remove the user from all access control lists and remove any bs_request%, bs_checkinStyle% or bs_savedSearch% owned by the user.
you sure you wish to deactivate %1%?

loc_confirmDeactivate 

summary>Customize viewpanes

bob_customiseViewPanes 

summary>active

bob_active 

summary>not active (double click to turn on)

bob_notActiveDoubleClick 

summary>double click to open

bob_doubleClickToOpen 

summary>Not currently logging

bob_notLogging 

summary>Client diagnostic logging

bob_clientLogging 

summary>Log File Name

bob_logFileName 

summary>Find Next

alv_FindNext 

summary>Find Previous

alv_FindPrevious 

summary>Cannot find '%1'

alv_CannotFind 

summary>Find what :

alv_FindWhat 

summary>Next

alv_Next 

summary>Previous

alv_Previous 

summary>All

alv_All 

summary>Space import only available for updating existing spaces, not creating new.

dp_err_NoSpaceCreation 

summary>Renditions

web_renditions 

summary>Show renditions for this B_record%

web_showThePreviousRenditions 

summary>I approve the disposal of the following bs_record% for which I am the owner.

rec_hdrDocsIApproveInConsignment 

summary>— Please Select —

dp_cap_PleaseSelect 

summary>You are not permitted to create bs_record% with b_recordType% of %1%

rty_noPermissionForRecordType 

summary>Could not create audit log b_record%: '%1'. Log file is '%2'.

rec_errorCreatingConsignmentLogFile 

summary>%1%
you want to view the log file?

bob_tagTaskErrorsViewLog 

summary>Work items

trm_dashcol1 

summary>Overdue 31+ days

trm_dashcol2 

summary>Overdue 0-30 days

trm_dashcol3 

summary>Due 1-30 days

trm_dashcol4 

summary>Due 31+ days

trm_dashcol5 

summary>Total

trm_dashcol6 

summary>Delete obsolete database properties

tem_suDropObsoleteProps 

summary>Start Authorization

web_startAuthorization 

summary>Start Review

web_startReview 

summary>Authorize Document

web_authorizeDocument 

summary>Finalize Document

web_finalizeDocument 

summary>View Comments

web_viewComments 

summary>Restart

web_restart 

summary>The user is a visitor login but the visitor's home dataset is not registered or is offline.

dbw_invalidHomeDataset 

summary>The user is a visitor login but is not correctly registered on the home dataset (%1%), details: %2%.

dbw_userNotInHomeDataset 

summary>The user is a visitor login but is also registered as a visitor in the home dataset (%1%).

dbw_userIsVisitorInHomeDataset 

summary>The user is a visitor login but could only access the home dataset (%1%) as a guest.

dbw_userIsGuestInHomeDataset 

summary>The user is a visitor login with user type '%1' but is registered in the home dataset (%2%) as user type '%3'.

dbw_userTypeInvalidInHomeDataset 

summary>No suitable home datasets are available for a visitor login.

db_noHomeDatasetsAvailable 

summary>Request dataset list from workgroup (GetDataSources)

bob_wgsFuncGetDataSources 

summary>Select Home Dataset

lc_selectHomeDataset 

summary>Full text service is required for text indexing but it is not installed for this SQL server instance.

tem_fullTextServiceIsNotInstalled 

summary>Review Document

web_reviewDocument 

summary>Document Review

web_documentReview 

summary>B_record% is in the recycle bin.

rec_recordInRecycleBin 

summary>This b_record% is already in the recycle bin.

rec_alreadyInRecycleBin 

summary>You cannot send a container to the recycle bin.

rec_cannotRecycleContainers 

summary>You must be an owner of this b_record% to put it into the recycle bin.

rec_mustBeOwnerToRecycle 

summary>This b_record% is not in the recycle bin.

rec_notInRecycleBin 

summary>Add comments and set the {0} status for the selected document

web_documentReviewAuthorizationTitle 

summary>Your {0} was completed on {1}

web_reviewDate 

summary>Your {0} should be completed by {1}

web_reviewDueDate 

summary>Comments for the editor: {0}

web_needCommentCaption 

summary>I have completed my {0} of this document

web_needCompleted 

summary>Please select a value for '{0}'

web_itemTitle 

summary>Add annotation

web_addAnnotation 

summary>%1%: Deleting b_record% %2%: %3% from the recycle bin.

evt_recyclingRecord 

summary>Recycle Bin is not configured to be automatically emptied - setup an automatic recycling period in System Options.

evt_recycleDaysNotSet 

summary>Searches

core_searches 

summary>Double click to get more

bob_explorerMoreData 

summary>I have authorized the content of this document

web_needAuthorized 

summary>User Stamp

web_useStamp 

summary>Review

web_review 

summary>Authorization

web_authorize 

summary>Successfully updated document review

web_documentReviewSuccess 

summary>Successfully updated document authorization

web_documentAuthorizationSuccess 

summary>Document Authorization

web_documentAuthorization 

summary>View Comments Provided by Reviewers and Authorizers

web_viewCommentsHeader 

summary>Notify {0} that the document is ready for {1}

web_startReviewAuthorizationTitle 

summary>Notify {0} activity ready to start for record '{1}'?

web_startReviewAuthorizationCaption 

summary>Due date for the {0} to complete their work

web_startReviewAuthorizationDueDateCaption 

summary>Reviewer

web_reviewer 

summary>Authorizer

web_authorizer 

summary>The %1% '%2' is not in '%3'.

bob_cannotRemoveFromTray 

summary>The %1% '%2' is already in '%3'.

bob_cannotAddToTray 

summary>Finalize Record '{0}'?

web_finalizeDocumentCaption 

summary>Finalize the document review process for the selected document

web_finalizeDocumentTitle 

summary>Purge old revisions of this document

web_purgeOldRevDocument 

summary>Are you sure you want to restart all document review processing for record '{0}'?

web_restartDocumentCaption 

summary>Restarts review processing steps

web_restartDocumentTitle 

summary>Leave the drafting process as completed

web_restartDocumentLeaveDraft 

summary>Reset completion status for document reviewers

web_restartDocumentResetCompletion 

summary>Promote the signed copy rendition of this document to be the main document

web_promoteSignedCopyRevDocument 

summary>And keep the original document as a rendition

web_keepOriginalRendition 

summary>Roles

web_roles 

summary>Override default sort order when displaying records within a classification

trm_overrideDefaultSortClassification 

summary>Override default sort order when displaying records within a container

trm_overrideDefaultSortContainer 

summary>Override default sort order when displaying matter records for a client record

trm_overrideDefaultSortClient 

summary>Override default sort order when displaying records associated with a matter record

trm_overrideDefaultSortMatter 

summary>Add Notes

web_addNotes 

summary>Database ID, b_record% Uri and b_record% Title

dp_docName_NumberAndTitle 

summary>B_record% Title

dp_docName_TitleOnly 

summary>Database ID and b_recordUri

dp_docName_NumberOnly 

summary>The ODBC connection is not active any more, could be forcibly closed by the server or in load balancing.

odbc_connectionIsNotActive 

summary>The R_WORKGROUP% that you are connected to does not support the requested data retrieval function. Please contact your system administrator.

core_wgsDoesNotSupportSQLFunction 

summary>View the Document

web_viewTheDocument 

summary>Enter Search Query for {0} Field

web_enterSearchQueryField 

summary>{0} Comments

web_reviewerAuthorizerCommentsCaption 

summary>None of the tagged items are accessible for the selected external link command.

bob_noItemsAccessible 

summary>The 'rendering in progress' notification interval value (%1%) must be at least half the size of the timeout value (%2%).

tem_invalidRenderTickInterval 

summary>Save as default options

web_saveAsDefaultOption 

summary>Refreshing ...

bob_refreshing 

summary>Standard Tabs

rbc_standardTabs 

summary>Personal bs_userLabel% do not have access controls.

bob_onlySharedLabelsHaveAccess 

summary>An error occurred converting the social media document for viewing, details: %1%.

rec_errorConvertingSGCdata 

summary>A social media template html document could not be found (%1%).

rec_htmlTemplateMissing 

summary>The rendition cannot be created as a revision as the record has been finalized.

rec_cannotCreateRevisionForFinalized 

summary>Scope

sm_Scope 

summary>Group Id

sm_GroupId 

summary>Group Name

sm_GroupName 

summary>Private Message Subject

sm_PrivateMessageSubject 

summary>Private Message Recipients

sm_PrivateMessageRecipients 

summary>Message Recipients

sm_MessageRecipients 

summary>Channel URL

sm_ChannelURL 

summary>Owner email

sm_OwnerEmail 

summary>Owner name

sm_OwnerName 

summary>Attachments

sm_Attachments 

summary>Comments

sm_Comments 

summary>Details

sm_Details 

summary>Author email

sm_AuthorEmail 

summary>Provider

sm_Provider 

summary>Page

sm_Page 

summary>Social Media Document

sm_SocialMediaDocument 

summary>The security property '%1' cannot contain the special character '%2' as it may cause security string parsing functions to work incorrectly.

bob_securityItemNameHasInvalidCharacter 

summary>Configure Explorer

bob_configureExplorer 

summary>You need to be the current assignee to be able to make this type of request.

rec_cannotRequestPickupIfNotAssignee 

summary>The bulk load threshold value should be greater than %1%. Please do provide a valid threshold value.

tem_minimumBulkLoadThreshold 

summary>Could not create IDOL category for %1% : %2%.

idol_categoryCreateFailed 

summary>Show Highlighting

web_showHighlighting 

summary>User Indexing is not supported in ElasticSearch configuration.

evt_noUserIndexingInElastic 

summary>No fileInfo returned from call to fpGetMainFileInfo() in extractChildFiles.

core_extractFailednoFileInfo 

summary>TRIMwatcher is already running.

watcher_alreadyRunning 

summary>TRIMWatcher module not initialized.

watcher_notInitialised 

summary>COfflineDocs instance not found.

watcher_offlineDocsNotFound 

summary>Removing Thumbnails.

trm_removingThumbnails 

summary>Generating Thumbnails.

trmGeneratingThumbnails 

summary>Oracle Text is not installed for this database.

tem_oracleTextNotInstalled 

summary>Adding indexes required for data conversion

tem_suStageAddImportantIndexes 

summary>Add to Quick Access Toolbar

ocx_addToQuickAccessToolBar 

summary>Remove from Quick Access Toolbar

ocx_removeFromQuickAccessToolBar 

summary>Customize Quick Access Toolbar

ocx_customizeQATToolbarTitle 

summary>System option does not allow activation of dataset logging.

bob_infoCannotEnableDatabaseLogging 

summary>Cannot activate logging for external processes.

bob_infoCannotEnableWatcherLogging 

summary>You cannot enable '%1' while DoD 5015.2 Complaince is activated.

dtb_jitcInconsistency 

summary>Expired

evt_expired 

summary>%1% day(s) remaining

evt_expiryDaysRemaining 

summary>Subscription Expiry Data.

evt_licenseExpiryGroup 

summary>Subscription Expires On %1% (%2%).

evt_licRecordsExpiryMessage 

summary>The expiry date cannot be after the MSP license expiry date (%1%)

tem_expiryDateAfterMspDate 

summary>Additional Modules

bob_info_optionalModulesHdg 

summary>Note, the B_record% was processed as '%1' but was not deleted due to the following error condition: %2%

rec_notDeletedNote 

summary>Some contents could not be deleted.

rec_couldNotDeleteContents 

summary>Disposal processing abandoned due to error when disposing contents.

rec_disposalAbandonedDueToContentError 

summary>Disposing container %1% , contained record: %2% ...

rec_disposingContentProgress 

summary>Disposal processing cancelled.

rec_disposalProcessingCancelled 

summary>Error disposing %1% : %2%

rec_disposalError 

summary>Selecting bs_record% in b_consignment% ...

rec_selectingConsignmentRecords 

summary>Disposing b_record% %1% ...

rec_disposingRecordProgress 

summary>The viewable format of this SDM document is not available.

rec_noSDMviewFormatAvailable 

summary>A future date is not allowed for this property.

core_dateIsInTheFuture 

Migration Types

Enumerator
Full 

Entire Dataset

Basic 

Basic Setup Data (Record Types, Security, etc)

BasicWithLocation 

Basic Setup Data with Internal Locations

enum HP.HPTRIM.SDK.Months
strong

Months

Enumerator
January 

January

February 

February

March 

March

April 

April

May 

May

June 

June

July 

July

August 

August

September 

September

October 

October

November 

November

December 

December

Motion Outcomes

Enumerator
NotApplicable 

Not Applicable

Carried 

Carried

CarriedUnanimous 

Carried Unanimously

CarriedOnHands 

Carried On Hands

CarriedOnVoices 

Carried On Voices

Lost 

Lost

LostUnanimous 

Lost Unanimously

LostOnHands 

Lost On Hands

LostOnVoices 

Lost On Voices

HeldOver 

Held Over

OtherOutcome1 

Other (1)

OtherOutcome2 

Other (2)

OtherOutcome3 

Other (3)

NotDecided 

Not Yet Determined

Native Mail Capture Styles

Enumerator
None 

Do Not Capture Native Mail Formats

Simple 

Simplest (Linked) Format

Advanced 

Advanced (Long-Term) Format

Numbering Types

Enumerator
Unknown 

Unknown

RecordType 

Record Type

PlanChild 

Classification Child

PlanRecord 

Classification Record

TopPlan 

Top Classification

RecordContainer 

Record Container

WorkflowJobs 

Workflow Job Numbers

AgendaItems 

Agenda Item Numbers

Notes Insert Styles

Enumerator
Wherever 

At Either End

AtStart 

Only at Top

AtBottom 

Only at Bottom

Notes Update Types

Enumerator
Overwrite 

Replace existing notes

AppendOnly 

Append to existing notes

AppendWithNewLine 

Append to existing notes with new line

AppendWithUserStamp 

Append to existing notes and include user stamp

PrependOnly 

Prepend existing notes

PrependWithNewLine 

Prepend existing notes with new line

PrependWithUserStamp 

Prepend existing notes and include user stamp

Notification Types

Enumerator
BobAdded 

New Object Created

BobModified 

Object Modified

BobRemoved 

Object Deleted

SysMessage 

System Message

UserMessage 

User Message

LocInverseRelationshipMod 

Location Inverse Relationships Modified

FormModified 

Entry Form Modified

UserPreferencesModified 

User Preferences Modified

LabelItemsModified 

Label Items Modified

FieldRecordUsageModified 

Field Usage By Records Modified

AuditSettingsModified 

Audit Settings Modified

CaveatRemoved 

Caveat Removed

DeepAclRetest 

Deep Level Access Retest

LocIncludedInAclGroup 

Location Included in New Access Group

RequestNotification 

Request Notification

Numbering Methods

Enumerator
Unknown 

Unknown

ByContainer 

Based on Container

ByPattern 

Using a Pattern

ByRecType 

Based on Another Record Type

ByClientMatter 

From Client Or Matter

OAuth Implementation Types

Enumerator
None 

Unspecified

Adfs 

Active Directory Federation Services (ADFS)

Google 

Google Apps

Object Capabilities

Enumerator
OnlineAudit 

Active Audit Events

OfflineAuditCreate 

Offline Auditing (Create)

OfflineAuditModify 

Offline Auditing (Modify)

OfflineAuditDelete 

Offline Auditing (Delete)

URL Formats

Enumerator
WebClient 

Content Manager Web Client

WebDrawer 

Content Manager WebDrawer

None 

None

External 

External

Event Occurrence Types

Enumerator
OneOff 

Only Occurs Once

Adhoc 

Occurs many times, irregularly

Scheduled 

Occurs according to a specified schedule

Office Integration Menu Captions

Enumerator
New 

New

Open 

Open

CheckIn 

Check In

CheckInAs 

Check In As

MakeFinal 

Make Final

CheckInOnClose 

Check In on Close

RecordProperties 

Record Properties

Picture 

Picture

TextFromFile 

Text from File

Object 

Object

CheckInWithStyle 

Check In With Style

OpenRecord 

Open Record

OpenContainer 

Open Container

Classification 

Classification

CheckInAttachments 

Check in attachments

CheckInStyles 

Check In Styles

OpenLog 

Open Log

Container 

Container

Offline Record Purposes

Enumerator
AttachToRecord 

Attach To Record

SelectFolder 

Select Folder

CleanupEmptyFolder 

Cleanup Empty Folder

Manage 

Browse, Manage or Open

Offline States

Enumerator
Draft 

Draft

Original 

Original

Modified 

Modified

Reference 

Reference

Container 

Container

Linked 

Linked

Invalid 

Invalid

Old Version Purge Styles

Enumerator
Purge 

Purge old revisions of the finalized version

Keep 

Keep old revisions of the finalized version

Confirm 

Allow the user to determine at the time

Open Document Status Values

Enumerator
NotQueued 

Not queued for check in

Open 

Editing in progress

ClosedNeedsConfirm 

Awaiting check in confirmation

ClosedPending 

Check in pending

Origin Types

Enumerator
TextFile 

Text file

WindowsFolder 

Folder

ExchangeMailbox 

Mailbox on Microsoft Exchange Server

NotesMailbox 

Mailbox on a Lotus Notes Server

GroupwiseMailbox 

Mailbox on a Groupwise Mail Server

SharePoint 

SharePoint Site

XmlFile 

XML File

ControlPoint 

ControlPoint

EmailCapture 

Email Capture

Generic 

Generic

Custom1 

Custom 1

Custom2 

Custom 2

Custom3 

Custom 3

Custom4 

Custom 4

Custom5 

Custom 5

Custom6 

Custom 6

Custom7 

Custom 7

Custom8 

Custom 8

Outline Number Types

Enumerator
StandardDecimal 

Standard Decimal, 4.1.2

StandardRoman 

Standard Roman, IV.i.ii

DecimalThenRoman 

Decimal Roman, 4.i.ii

DecimalAlphaRoman 

Decimal Alpha Roman, 4.a.ii

Output Path Types

Enumerator
ExtractDocument 

For Document Extraction

Reference 

For Reference File

Folder 

For Windows Folder

Path Types

Enumerator
UserSpecified 

Other

ProgramFiles 

Program Files Directory

TrimBinaries 

Content Manager Install Directory

Windows 

Windows Directory

WindowsSystem 

Windows System Directory

Review Filters

Enumerator
IgnoreReviewDate 

Ignore Review Date

NotForReview 

Records Not Requiring Retention Review

WithReview 

Records Requiring Retention Review

WithReviewCurrent 

Records Requiring Immediate Retention Review

Plugin Page Types

Enumerator
NoPage 

No Page Added

AddAtEnd 

Add Pages At End

AddAtStart 

Add Pages At Start

Replace 

Replaces All Pages

Microsoft Office 2003 PowerPoint File Types

Enumerator
pp7_Ppt2003_ppt 

PowerPoint 97-2003 Presentation

pp7_Ppt2003Tmpl_pot 

PowerPoint 97-2003 Template

pp7_Ppt2003Show_pps 

PowerPoint 97-2003 Show

Microsoft PowerPoint File Types

Enumerator
Ppt_pptx 

PowerPoint Presentation

PptMe_pptm 

PowerPoint Macro-Enabled Presentation

Ppt97_ppt 

PowerPoint 97-2003 Presentation

PptTemp_potx 

PowerPoint Template

PptTmplMe_potm 

PowerPoint Macro-Enabled Template

Ppt97Tmpl_pot 

PowerPoint 97-2003 Template

PptShow_ppsx 

PowerPoint Show

PptShowMe_ppsm 

PowerPoint Macro-Enabled Show

Ppt97Show_pps 

PowerPoint 97-2003 Show

PptOpenDocument_odp 

OpenDocument Presentation

Microsoft Open PowerPoint File Types

Enumerator
AllRecords 

All Records (-)

AllFiles 

All Files (*.*)

AllpptFiles 

All PowerPoint Presentation Files (*.pptx; *.ppt; *.ppsx; *.pps; *.pptm)

PptFiles 

PowerPoint Presentation Files (*.pptx; *.ppsx)

Ppt97Files 

PowerPoint Presentation 97-2003 Files (*.ppt; *.pps)

AllpptTmpl 

All PowerPoint Presentation Templates (*.potx; *.potm; *.pot)

PptMacroTmpls 

PowerPoint Presentation Macro-Enabled Template (*.potm)

Ppt97Tmpls 

PowerPoint Presentation 97-2003 Template (*.pot)

Otherppt 

Other PowerPoint Presentation (*.opd; *.txt; *.rtf)

Prefetch Styles

Enumerator
Never 

Never Prefetch

Basic 

Basic Prefetch

Complete 

Complete Prefetch

Record Creation Statistics Primary Groupings

Enumerator
None 

None

RecordType 

Record Type

Classification 

Classification

RetentionSchedule 

Retention Schedule

Jurisdiction 

Jurisdiction

Priorities

Enumerator
VeryHigh 

Very High

High 

High

Medium 

Medium

Low 

Low

VeryLow 

Very Low

Product Features

Enumerator
Workflow 

Workflow

Keywords 

Keyword Thesaurus

SpaceManagement 

Space Management

PhysicalRecords 

Barcodes and Physical Tracking

Classifications 

Classifications

Retention 

Retention Management

Communications 

Registered Communications

Meetings 

Meetings

Rendering 

Document Rendering

AnnotateRedact 

Annotate/Redact

Jurisdictions 

Multiple Jurisdictions

Sharepoint 

Content Manager SharePoint Integration

ContentIndexing 

Document Content Indexing

ClassifiedSecurity 

Classified Security

Labels 

User Labels

Actions 

Action Tracking

TodoItems 

Todo Items

Requests 

Record Requests

Origins 

Origins

Holds 

Holds

Series 

Series Management

TemplatesAndContentBlocks 

Templates And Content Blocks

EmbeddedLinks 

Embedded Document Links

WebAndXMLPublishing 

Web and XML publishing

DocumentQueues 

Document Queues

VitalRecords 

Vital Records

Alerts 

Alerts

Parts 

Record Parts

Versions 

Record Versions

ReportsAndStatistics 

Reports and Statistics

SAPintegration 

SAP integration

VeoRendering 

VEO Rendering

ExternalStores 

External Stores

ManageInPlace 

Manage In Place

AdvancedRequests 

Advanced Request Processing

DocumentHashing 

Document Hashing

CenteraStorage 

EMC Storage Integration

WebClient 

Web Client

SharePointZF 

SharePoint Zero Footprint

ClientMatter 

Client/Matter Legal Structure

AdvancedDisposal 

Advanced Disposal Processing

AutoClassification 

Auto-Classification

TieredStorage 

Tiered Storage

StoreEncryption 

Store Encryption

Srms 

Structured Data Management Integration

IcasStorage 

iTernity Content Addressable Storage Integration

PhysicalInactiveRecordsManagement 

Physical Inactive Record Manager

ElectronicInactiveRecordsManagement 

Electronic Inactive Record Manager

GeoLocations 

Geo Locations

CheckinStyles 

Check In Styles

DocumentReview 

Document Review and Authorization

PolicyCentre 

Iron Mountain Policy Center Solution Integration

EmailCapture 

Email Capture

Ldap 

LDAP Synchronization

AccessExclusions 

Access Exclusions

ExtendedMetadataValidation 

Extended Metadata Validation

AmazonStorage 

Amazon S3 Compliant Storage Integration

AzureStorage 

Microsoft Azure Storage Integration

SecCompliance 

SEC Compliance

EventBasedArchiving 

Event Based Archiving

ExternalSharing 

Sharing with Objective Connect

ExternalWorkflow 

External Workflow using Objective Perform

ExternalFolderSynchronization 

External Folder Synchronization

UserDashBoard 

User Dashboard

RecycleBin 

Record Recycle Bin

Product Strings

Enumerator
Trim 

Content Manager

Desktop 

Content Manager Desktop

WebDrawer 

Content Manager WebDrawer

CompanyName 

Micro Focus

QueueProcessor 

Content Manager Queue Processor

Workgroup 

Content Manager Workgroup Server

EventProcessor 

Content Manager Event Processor

ImportTool 

Content Manager Data Port

OutlookAddin 

Content Manager In Outlook

OfflineRecords 

Offline Records

EmailViewer 

Content Manager Email Viewer

WebSiteTitle 

Content Manager Website

WebSiteURL 

https://software.microfocus.com/en-us/software/enterprise-content-management

Render 

Content Manager Render Agent

EnterpriseStudio 

Content Manager Enterprise Studio

DropZone 

Content Manager Dropzone

WebClient 

Content Manager Web Client

WebService 

Content Manager Web Service

SharePoint 

Content Manager SharePoint Integration

Ldap 

Content Manager Directory Synchronization

Sap 

Content Manager SAP ArchiveLink

Kofax 

Content Manager Kofax Ascent

AuditLogViewer 

Content Manager Audit Log Viewer

PolicyCentreImport 

Content Manager Policy Center Solution Update Tool

ObjectiveConnect 

Objective Connect

ObjectivePerform 

Objective Perform

Microsoft Office 2003 Project File Types

Enumerator
pj7_Project2003_mpp 

Project Plan 2000-2003

pj7_ProjectTmpl2003_mpt 

Project Template

Microsoft Project File Types

Enumerator
Project_mpp 

Project Plan

Project2007_mpp 

Project Plan 2007

Project2000_mpp 

Project Plan 2000-2003

ProjectTmpl_mpt 

Project Template

Microsoft Open Project File Types

Enumerator
AllRecords 

All Records (-)

AllFiles 

All Files (*.*)

AllprjFiles 

All Project Files (*.mpp; *.mpt)

PrjFiles 

Project Files (*.mpp)

AllprjTmpl 

All Project Templates (*.mpt)

Otherprj 

Other Project(*.mpw)

PropertiesAsStrings

Enumerator
AsTreeRow 

Tree Row format

AsViewPane 

View Pane format

AsDefault 

Default Format

Property Formats

Enumerator
String 

String

Number 

Integer

Boolean 

Boolean

Date 

Date

Datetime 

Date and Time

Decimal 

Decimal

Currency 

Currency

Enum 

Enumerated Type

Object 

Object

BigNumber 

Large Number

Geography 

Geography

The PropertyIds enum

Enumerator
Unknown 

Unknown

AttachedLabels 

Attached Labels

DateLastUpdated 

Date Last Updated

LastUpdatedBy 

Last Updated By

Uri 

Unique Identifier

Url 

Web URL

Urn 

Uniform Resource Name

ActionDefActionName 

Action Name

ActionDefAssignable 

Assignable

ActionDefAssignee 

Assignee

ActionDefCost 

Cost

ActionDefDays 

Days

ActionDefHours 

Hours

ActionDefIsProcedure 

Is Procedure?

ActionDefMinutes 

Minutes

ActionDefNotes 

Instructions

ActivityAccessControl 

Access Control

ActivityActivityId 

Activity ID

ActivityActivityPriority 

Priority

ActivityActualCost 

Actual Cost

ActivityActualDuration 

Actual Duration

ActivityAssignedBy 

Assigned By

ActivityAssignedTo 

Assigned To

ActivityAutoComplete 

Automatically Complete Activity

ActivityCompletedBy 

Completed By

ActivityCompletedOnTime 

Completed On Time

ActivityDateAssigned 

Date Assigned

ActivityDateAuthorized 

Final Completion Date

ActivityDateCompleted 

Interim Completion Date

ActivityDateDue 

Due Date

ActivityDateEarliestStart 

Earliest Start Date

ActivityDateLatestStart 

Latest Start Date

ActivityDateSkipped 

Date Skipped

ActivityDateStarted 

Start Date

ActivityDateSuspended 

Date Suspended

ActivityDateSuspendedUntil 

Suspended Until

ActivityDerivedFromTemplate 

Template

ActivityEmailAssigned 

Email on Assignment

ActivityEmailAuthorizable 

Email when Authorizable

ActivityEmailCompleted 

Email when Completed

ActivityEmailCurrent 

Email when Startable

ActivityEmailEscalated 

Email when Escalated

ActivityEmailOverdue 

Email when Overdue

ActivityEmailReassigned 

Email on Reassignment

ActivityEmailSkipped 

Email when Skipped

ActivityEmailUndone 

Email when Undone

ActivityEscalatedTo 

Escalated To

ActivityEstimatedCost 

Estimated Cost

ActivityEstimatedDuration 

Estimated Duration

ActivityHasSubActivities 

Has Sub Activities

ActivityIsComplete 

Is Complete

ActivityIsLastActivity 

Is Last Activity

ActivityIsOverdue 

Is Overdue

ActivityIsReadyToStart 

Is Ready To Start

ActivityIsStartActivity 

Is Start Activity

ActivityName 

Name

ActivityNormalRect 

Normal View Rectangle

ActivityNotes 

Notes

ActivityOriginalAssignee 

Original Assignee

ActivityOutlineRect 

Outline View Rectangle

ActivityParentActivityId 

Parent Activity ID

ActivityPercentComplete 

Percent Complete

ActivityReasonForSuspension 

Reason For Suspension

ActivityRequiresAuthorization 

Requires Authorization Before Finally Complete

ActivityResult 

Result

ActivityScheduledDuration 

Scheduled Duration

ActivitySingleResultOnly 

Single Result Only

ActivityState 

Activity State

ActivitySupervisor 

Supervisor

ActivitySuspendedBy 

Suspended By

ActivityTemplate 

Template

ActivityTotalSuspensionDuration 

Total Suspension Duration

ActivityUseAdvancedCompletionWizard 

Use Advanced Completion Wizard

ActivityWasSkipped 

Was Skipped

ActivityWithinTemplate 

Is Template Activity?

ActivityWorkflow 

Workflow

ActionDefStepActionName 

Action Name

ActionDefStepAssignee 

Assignee

ActionDefStepBasedOnAction 

Based On Action

ActionDefStepCost 

Cost

ActionDefStepDays 

Days

ActionDefStepHours 

Hours

ActionDefStepMinutes 

Minutes

ActionDefStepSequence 

Sequence

ActionDefStepUseAssignee 

Use Action Assignee

ActionDefStepUseCost 

Use Action Cost

ActionDefStepUseTime 

Use Action Time

AgendaItemAgendaItemOrderNumber 

Item Order Number

AgendaItemApproved 

Is Approved

AgendaItemCarriedForwardFromItem 

Carried Forward From Item

AgendaItemDateApproved 

Date Approved

AgendaItemDateSubmitted 

Date Submitted

AgendaItemDefaultMinuteItemType 

Default Minute Item Type

AgendaItemDescription 

Agenda Item Description

AgendaItemDocDateModified 

Document Last Modified

AgendaItemDocExtension 

Document Extension

AgendaItemDocSize 

Document Size (Bytes)

AgendaItemDocStore 

Document Store

AgendaItemDocStoreId 

Document Store ID

AgendaItemExpandedNumber 

Expanded Number

AgendaItemIsPending 

Is Pending Item

AgendaItemIsSection 

Is Section Heading

AgendaItemIsStanding 

Is Standing Item

AgendaItemItemType 

Agenda Item Type

AgendaItemNeedsApprovalBy 

Requiring Approval By

AgendaItemNumber 

Agenda Item Number

AgendaItemOutlineNumber 

Outline Number

AgendaItemParentAgendaItem 

Subordinate Item Of

AgendaItemParentMeeting 

For Meeting

AgendaItemParentMeetingType 

For Meeting Type

AgendaItemPrimaryLocation 

Primary Location

AgendaItemPrimaryRecord 

Primary Record

AgendaItemSubmittedBy 

Submitted By

AgendaItemTypeDefaultMinuteItemType 

Default Minute Item Type

AgendaItemTypeDocDateModified 

Document Last Modified

AgendaItemTypeDocExtension 

Document Extension

AgendaItemTypeDocSize 

Document Size (Bytes)

AgendaItemTypeDocStore 

Document Store

AgendaItemTypeDocStoreId 

Document Store ID

AgendaItemTypeLastNumber 

Last Number Used

AgendaItemTypeName 

Agenda Item Type Name

AgendaItemTypeNeedsApprovalBy 

Requiring Approval By

AgendaItemTypeNumberPattern 

Numbering Pattern

AgendaItemTypeOwner 

Owner

AgendaItemAttachmentAgendaPrintStyle 

Attachment Print Style

AgendaItemAttachmentAttachedObject 

Attached To Object

AgendaItemAttachmentAttachedObjectType 

Attached To Object Type

AgendaItemAttachmentDescription 

Description

AgendaItemAttachmentLocation 

Location

AgendaItemAttachmentObjectDetails 

Item Details

AgendaItemAttachmentRecord 

Record

AgendaItemAttachmentSequenceNumber 

Sequence Number

AgendaItemTypeAttachmentAgendaPrintStyle 

Attachment Print Style

AgendaItemTypeAttachmentAttachedObjectType 

Attached To Object Type

AgendaItemTypeAttachmentDescription 

Description

AgendaItemTypeAttachmentSequenceNumber 

Sequence Number

AlertCriteria 

Search Criteria

AlertDescription 

Description

AlertEventType 

Event Type

AlertObjectType 

Object Type

AlertSuspendUserFrom 

Suspended From

AlertSuspendUserUntil 

Suspended Until

AlertTitle 

Title

AlertSubscriberDescription 

Description

AlertSubscriberIsSuspended 

Is Suspended

AlertSubscriberSuspendedFrom 

Suspended From

AlertSubscriberSuspendedUntil 

Suspended Until

AlertSubscriberUser 

User

ArchiveEventDescription 

Description

ArchiveEventDoReminders 

Send Reminders

ArchiveEventLastReminderDate 

Last Reminder Date

ArchiveEventLatestOccurrence 

Latest Occurrence

ArchiveEventNextOccurrenceDue 

Occurrence Schedule Next Event Due

ArchiveEventNotes 

Notes

ArchiveEventOccurrenceCount 

Number of occurrences

ArchiveEventOccurrenceFrequency 

Occurrence Schedule Frequency

ArchiveEventOccurrenceInterval 

Occurrence Schedule Interval

ArchiveEventOccurrenceSchedule 

Occurrence Schedule

ArchiveEventOccurrencesStartOn 

Occurrence Schedule Starting From

ArchiveEventOccurrenceType 

Type of occurrence

ArchiveEventOneOffOccurrenceDate 

Once Off Occurrence Date

ArchiveEventReminderDays 

Reminder Days

ArchiveEventTitle 

Title

ArchiveEventOccurrenceDateAdded 

Occurrence Added On

ArchiveEventOccurrenceNotes 

Notes

ArchiveEventOccurrenceOccurrenceDate 

Date Event Occurred

ArchiveEventOccurrenceTriggeredBy 

Occurrence Added By

AutoPartRuleContentLimit 

Number of contents

AutoPartRuleDateType 

Date Type

AutoPartRuleDelayInterval 

Time Interval Value

AutoPartRuleDelayType 

Time Interval Type

AutoPartRuleDescription 

Description

AutoPartRuleFixedDate 

Fixed Date

AutoPartRuleName 

Name

AutoPartRuleNotes 

Notes

AutoPartRulePartRuleType 

Type

AutoPartRuleUserDefinedDateField 

Additional Date Field

CensusCensusLocation 

Location

CensusEndDate 

End Date

CensusInProgress 

In Progress

CensusName 

Name

CensusRecordsEnd 

Records at End

CensusRecordsMissing 

Records not Marked

CensusRecordsStart 

Records at Start

CensusStartDate 

Start Date

CheckinPlaceCheckinAs 

Check In Style

CheckinPlaceMailFolderType 

Special Folder Type

CheckinPlaceName 

Name

CheckinPlaceOwner 

Owner

CheckinPlacePlaceId 

Place ID

CheckinPlacePlaceType 

Place Type

CheckinPlaceSyncState 

Synchronization State

CheckinStyleAction 

Action

CheckinStyleAddressee 

Addressee

CheckinStyleAlternativeContainer 

Alternative Container

CheckinStyleAssignee 

Assignee

CheckinStyleAutoRender 

Auto Render

CheckinStyleClassification 

Classification

CheckinStyleContainer 

Container

CheckinStyleDescription 

Description

CheckinStyleFinalizeOnSave 

Finalize

CheckinStyleGpsLocation 

GPS Location

CheckinStyleInitiateWorkflow 

Template

CheckinStyleIsMatterSubfolder 

Is Matter SubFolder

CheckinStyleIsMatterTemplate 

Is Matter Template

CheckinStyleJurisdiction 

Jurisdiction

CheckinStyleMailAttachmentsOnly 

Email attachments only

CheckinStyleMailCleanupStyle 

Email cleanup style

CheckinStyleMakePrivate 

Make Private

CheckinStyleMatter 

Matter Record

CheckinStyleName 

Name

CheckinStyleRecordType 

Record Type

CheckinStyleRetentionSchedule 

Retention Schedule

CheckinStyleSecurity 

Security

CheckinStyleSetAuthorOption 

Set Default Author Option

CheckinStyleShowDataEntryForm 

If possible, display a data entry form for new records

CheckinStyleSpecificAuthor 

Specific Author

CheckinStyleStyleOwner 

Style Owner

CheckinStyleSubFolderRecordType 

Matter Sub Folder Record Type

CheckinStyleUseForServerDocCapture 

Automatically create server-side document capture folders

CheckinStyleUseForServerMailCapture 

Automatically create server-side email capture folders

CheckinStyleUseForServerMailFolderType 

Folder Type for automatically created server-side email capture folder

ClassificationAccessControl 

Access Control

ClassificationAccessExclusions 

Default Access Exclusions

ClassificationActiveDescription 

Active Dates

ClassificationActiveFrom 

Active From

ClassificationActiveTo 

Active To

ClassificationApprover 

Approver

ClassificationAvailableForAutoClassification 

Available for automatic classification

ClassificationCanAttachRecords 

Can Attach Records

ClassificationChildLastNumber 

Last Sub Classification Number

ClassificationChildPattern 

Sub Classification Pattern

ClassificationClassOfRecord 

Record Class

ClassificationContainerCreation 

Auto-Classification will Create Containers

ClassificationContainerDateInterval 

Container Date Range Interval

ClassificationContainerHasDateRange 

Use Container Date Ranges

ClassificationContainerPerOwner 

One Container Per Owner

ClassificationContainerPerUserField 

One Container Per User Field Value

ClassificationContainerSizeThreshold 

Container Size Threshold

ClassificationContainerType 

Record Type for Auto-Classification Container

ClassificationCopiedAccessControl 

Default Record Access

ClassificationDefaultJurisdiction 

Default Jurisdiction

ClassificationHomeLocation 

Home

ClassificationIdNumber 

Number

ClassificationIdNumberUncompressed 

Expanded Number

ClassificationIdolCategory 

IDOL Category ID

ClassificationIsActive 

Active?

ClassificationIsApproved 

Approved

ClassificationLevelNumber 

Level Number

ClassificationLevelNumberUncompressed 

Expanded Level Number

ClassificationMinimumConfidenceLevel 

Minumum Confidence Level

ClassificationName 

Name

ClassificationNotes 

Notes

ClassificationNumberingIsManual 

Numbering requires manual input

ClassificationNumberPlusName 

Classification Details

ClassificationOwnerLocation 

Owner

ClassificationParentClassification 

Parent Classification

ClassificationPendingAutoClassification 

Holding Bay For Records requiring automatic classification

ClassificationPolicyCentreGUID 

Policy Center Solution GUID

ClassificationPreventAutoClassification 

Exclude from Auto-Classification

ClassificationRecordLastNumber 

Last Record Number

ClassificationRecordPattern 

Record Pattern

ClassificationRetentionSchedule 

Retention Schedule

ClassificationSecurity 

Record Security

ClassificationTitle 

Classification Title

CommunicationDetailAddressDescription 

Address Description

CommunicationDetailAddressDescriptionISO 

Address Description

CommunicationDetailAddressLines 

Address

CommunicationDetailAddressType 

Address Type Used

CommunicationDetailCity 

City

CommunicationDetailCountry 

Country

CommunicationDetailCountryISO 

Country(ISO)

CommunicationDetailDated 

Date Of Communication

CommunicationDetailDirection 

Communicator Type

CommunicationDetailEmailAddress 

Email Address

CommunicationDetailFaxNumber 

Fax

CommunicationDetailLocation 

Location

CommunicationDetailLocationName 

With Location Name

CommunicationDetailPostcode 

Postal Code

CommunicationDetailRecordSent 

Record

CommunicationDetailReference 

Reference Number

CommunicationDetailRegion 

Region

CommunicationDetailState 

State

CommunicationDated 

Date Of Communication

CommunicationDescription 

Description

CommunicationDirection 

Direction

CommunicationMedium 

Medium

CommunicationRecipients 

Recipients

CommunicationRecord 

Record

CommunicationSender 

Sender

CommunicationViewable 

Record is viewable

ConsignmentAckTransferDate 

Transfer Acknowledgement Date

ConsignmentAllowOnHold 

Allow Selection Of Records On Hold

ConsignmentAllowOutsideSchedule 

Allow Selection Outside Schedule

ConsignmentArchivist 

Responsible Archivist

ConsignmentAuthenticateApprovals 

Consignment approvers need authentication

ConsignmentAutoRenderToPDF 

Render Records to long term storage format (PDF)

ConsignmentCutoffDate 

Cutoff Date

ConsignmentDateApproved 

Date Approval Complete

ConsignmentDateAutoExamined 

Date Auto Examination Complete

ConsignmentDateRejected 

Date Rejected

ConsignmentDateReviewed 

Date Review Complete

ConsignmentDescription 

Description

ConsignmentDisposalDate 

Disposal Date

ConsignmentDisposalMethod 

Disposal Method

ConsignmentDoApprovals 

Consignment needs approval

ConsignmentFilterString 

Filter String

ConsignmentIsComplete 

Is Complete

ConsignmentLogRecord 

Log Record

ConsignmentNbrApprovers 

Number of approvers

ConsignmentNbrApproversPending 

Number of approvers who have not completed approval

ConsignmentNbrDisposalErrors 

Number of Records where disposal failed

ConsignmentNbrDisposed 

Number of Records disposed

ConsignmentNbrIssuesNow 

Number of disposal issues requiring resolution

ConsignmentNbrRecordsNow 

Number of Records currently in the Consignment

ConsignmentNbrRecordsStart 

Number of Records originally selected for the Consignment

ConsignmentNbrRejected 

Number of Records rejected

ConsignmentNbrRejectedNeedConfirm 

Number of rejected Records requiring confirmation

ConsignmentNbrRemoved 

Number of Records removed

ConsignmentNumber 

Number

ConsignmentOnlyScheduledDisposal 

Only Selected Scheduled Disposals

ConsignmentOwnerApproval 

Request Owner Approval

ConsignmentQueryString 

Query String

ConsignmentSelectingTopContainers 

Use top container selection style

ConsignmentSignedApprovals 

Consignment approvals need to be digitally signed

ConsignmentStatus 

Status

ConsignmentTransferLocation 

Transfer To Location

ConsignmentUseOwnerAdminForApproval 

Use Owner Administrator For Approval

ConsignmentUseScheduleTransferLocation 

Use transfer Location from Schedule

ConsignmentWaitingAcknowledgement 

Is Waiting For Transfer Acknowledgement

ConsignmentApproverApprovalDocumentDetails 

Details of signed approval document

ConsignmentApproverApprovedOn 

Date Completed

ConsignmentApproverApprover 

Approver

ConsignmentApproverConsignment 

Consignment

ConsignmentApproverDateModified 

Date last modified of signed approval document

ConsignmentApproverDescription 

Approver description

ConsignmentApproverDocumentSize 

File size (bytes) of signed approval document

ConsignmentApproverExtension 

File type of signed approval document

ConsignmentApproverIsOwner 

Approver is an owner

ConsignmentApproverLastNotification 

Last email notification sent

ConsignmentApproverReasonAllRejected 

Reason for rejecting all records

ConsignmentApproverStatus 

Status

ConsignmentApproverStore 

Document Store for signed approval

ConsignmentApproverStoreID 

Document Store ID of signed approval document

ConsignmentIssueConsignment 

Consignment

ConsignmentIssueDescription 

Description

ConsignmentIssueIssueId 

Issue ID

ConsignmentIssueIssueType 

Issue Type

ConsignmentIssueParentRecord 

Within Consignment Record

ConsignmentIssueRecord 

Issue Record

ConsignmentIssueReviewer 

Reviewer

ConsignmentRejectionApprover 

Approver

ConsignmentRejectionConsignment 

Consignment

ConsignmentRejectionDescription 

Rejection description

ConsignmentRejectionIsConfirmed 

Rejection Confirmed?

ConsignmentRejectionRecDateClosed 

Record date closed

ConsignmentRejectionRecDateLastUpdated 

Record Date Last Updated

ConsignmentRejectionRecord 

Record

ConsignmentRejectionRecRecType 

Record Type

ConsignmentRejectionRecTitle 

Record title

ConsignmentRejectionRejectedOn 

Date Rejected

ConsignmentRejectionRejectReason 

Reason for rejection

DatabaseActionReminder 

Send email reminder when an Action is nearly due

DatabaseActionReminderInterval 

Action Email Reminder Interval

DatabaseActionStartReminder 

Send email reminder when an Action start date is within

DatabaseActionStartReminderInterval 

Action Start Email Reminder Interval

DatabaseActivityReminder 

Send email reminder when an Activity is nearly due

DatabaseActivityReminderInterval 

Activity Email Reminder Interval

DatabaseAddHoldToContainedRecord 

Place Hold On Contained Record

DatabaseAddRecordSearchesToOfflineAudit 

Add Record searches to the offline audit log

DatabaseAddRecordSearchesToOnlineAudit 

Add Record searches to the active audit log

DatabaseAddressHistory 

Address history setting

DatabaseAddToContainerOnHold 

Allow adding contents to a container on hold

DatabaseAllowCatalogMessageBodyOnly 

Allow cataloguing email message body only

DatabaseAllowLargeFolders 

Allow for very large folder sizes

DatabaseAllowManualSentItemsCheckin 

Allow manual check in from Outlook Sent Items folder

DatabaseAllowUsersToSetDblClick 

Allow users to set the double click behavior for Records

DatabaseAlternatelyContainDuplicateMail 

Alternately contain duplicate mail messages

DatabaseAlternateWorkgroupServerName 

Set the workgroup server (must be set before connecting)

DatabaseAlternateWorkgroupServerPort 

Port Number

DatabaseAlternateWorkgroupServerURL 

Alternative Content Manager Workgroup Server URL

DatabaseAlwaysCheckSpelling 

Always Check Spelling

DatabaseAsynchronousFileTransfer 

Transfer Documents Asynchronously

DatabaseAuditActive 

Log Events For Audit

DatabaseAuditEvents 

Audit Events Logged

DatabaseAuditLogContainer 

Offline Audit Log Container

DatabaseAuditLogRecordType 

Offline Audit Log Record Type

DatabaseAutoConnect 

Database automatically connects to Workgroup

DatabaseAutoFinalizeEmail 

Automatically finalize email messages on check-in

DatabaseAutoGenerateThumbnail 

Automatically create a thumbnail rendition for Records

DatabaseAutoPartTimerDelayMinutes 

Time Delay For Auto Part Checking(minutes)

DatabaseAutoVitalRecordReview 

Automatic Vital Record Review and Update

DatabaseBlockedSearchMethods 

Blocked Search Methods

DatabaseBlueprintsConverted 

Record Types converted to Office 2007

DatabaseBypassBobChildListLimits 

Bypass child list limits

DatabaseCalculateDispositionEvents 

Calculate Pending Disposition Event Dates

DatabaseCaptureNativeMailAs 

Obsolete

DatabaseCascadeClassifications 

Cascade Classifications

DatabaseCascadeClassificationSchedules 

Cascade Schedules on Classifications

DatabaseCascadeParentFields 

Cascade user-defined field values from parent Record or Classification

DatabaseCatalogAuditLogs 

Catalog Offline Audit Logs In Content Manager

DatabaseCheckForDuplicateDocuments 

Check for duplicate documents (Not email

DatabaseCheckForDuplicateEmailMessages 

Check for duplicate email messages

DatabaseClassificationLastNumber 

Last Number For Numbering Top Level Classifications

DatabaseClassificationPrefetch 

Classification Prefetch Style

DatabaseClassificationsNeedApproval 

Classifications Need Approval

DatabaseClassificationTopPattern 

Pattern For Numbering Top Level Classifications

DatabaseClassifiedSecurity 

DOD 5015.2 Classified Security

DatabaseClientDocumentCacheSize 

Available cache space (MB)

DatabaseClientRecordAccessReferenced 

Client Record Access Referenced

DatabaseCloseItemsWhenActionsInProgress 

Close when items have actions in progress

DatabaseCloseItemsWhenAssigneeSet 

Close when items have assignee set

DatabaseCloseItemsWhenCheckedOut 

Close when items checked out

DatabaseCollectUpdateComments 

Collect audit comments for object updates

DatabaseConfirmContactValidation 

Confirm Contacts

DatabaseConfirmLocationValidation 

Confirm Locations

DatabaseConsignmentApprovalReminderDays 

Consignment Approval Reminders (days)

DatabaseContainerPrefetch 

Container Prefetch Style

DatabaseContainerRulesForAlternate 

Apply containment rules for Alternative Containers

DatabaseContentEngine 

Content Indexing Engine

DatabaseCreateUdfChangedEvents 

Create Events when Additional Fields are modified

DatabaseCurrencyDecimalDigits 

Currency Decimal Digits

DatabaseCurrencyDecimalSymbol 

Currency Decimal Symbol

DatabaseCurrencyGroupingFmt 

Currency Grouping Format

DatabaseCurrencyGroupingSymbol 

Currency Grouping Symbol

DatabaseCurrencyNegativeFormat 

Negative Currency Format

DatabaseCurrencyPositiveFormat 

Positive Currency Format

DatabaseCurrencySymbol 

Currency Symbol

DatabaseCurrentUser 

Current User

DatabaseCurrentWorkgroup 

Current Content Manager Workgroup Server

DatabaseDataSecurity 

Filter Record Searches By Security Profile

DatabaseDblClickContainers 

Double Click Style for containers

DatabaseDblClickDocsDesktop 

Double Click Style for documents in Content Manager Desktop

DatabaseDblClickDocsTrim 

Double Click Style for documents in Content Manager

DatabaseDblClickExtLink 

Run External Link on Double Click

DatabaseDbms 

Database Type

DatabaseDeclassifyYears 

Default Declassification Period (Years)

DatabaseDeduplicationThreshold 

Deduplication threshold

DatabaseDefaultAssigneeFromClassificationOwner 

Default Assignee From Classification Owner Location

DatabaseDefaultHome 

Default Home

DatabaseDefaultOwner 

Default Owner

DatabaseDefaultStore 

Default Document Store

DatabaseDefaultStoreForAgendaItems 

Default Document Store for Agenda Items

DatabaseDefaultStoreForAgendaItemTypes 

Default Document Store for Agenda Item Types

DatabaseDefaultStoreForAgendaTemplates 

Default Document Store for Agenda Templates

DatabaseDefaultStoreForConsignmentApprovals 

Default Document Store for Consignment Approvals

DatabaseDefaultStoreForLinkedDocuments 

Default Document Store for Linked Documents

DatabaseDefaultStoreForLocations 

Default Document Store for Electronic Addresses

DatabaseDefaultStoreForMinuteItems 

Default Document Store for Minute Items

DatabaseDefaultStoreForMinuteItemTypes 

Default Document Store for Minute Item Types

DatabaseDefaultStoreForMinuteTemplates 

Default Document Store for Minutes Templates

DatabaseDefaultStoreForOriginConfig 

Default Document Store for Origin configuration files

DatabaseDefaultStoreForRecords 

Default Document Store for Records

DatabaseDefaultStoreForRenditions 

Default Document Store for Renditions

DatabaseDefaultStoreForReportBitmaps 

Default Document Store for Report Graphics

DatabaseDefaultStoreForReports 

Default Document Store for Reports

DatabaseDefaultStoreForRevisions 

Default Document Store for Revisions

DatabaseDefaultStoreForStatistics 

Default Document Store for Record Statistics

DatabaseDefaultStoreForTemplates 

Default Document Store for Templates

DatabaseDefaultStoreForWorkflows 

Default Document Store for Workflows

DatabaseDefaultStoreForWorkingCopies 

Default Document Store for Working Copies

DatabaseDeleteEmailCaptureDuplicates 

Delete EmailCapture Duplicate Email

DatabaseDocumentSecurity 

Filter Record Searches By Security Profile

DatabaseDocumentSingleInstancing 

Document Single Instancing (Not email)

DatabaseDocumentsOnlyWithinFolders 

Documents are only contained within containers

DatabaseEmailActivitySupervisors 

Include Activity supervisor in cc list for mail notifications

DatabaseEmailAssignee 

Send email to assignee when a Record is assigned

DatabaseEmailExpandOrganisations 

Expand Activity assignees that are organizations

DatabaseEmailSecurity 

Security Annotations on Outgoing Email Subjects

DatabaseEmailSubjectPrefix 

Subject prefix to flag email messages sent to Content Manager

DatabaseEmlAttachmentSingleInstancing 

EML Attachment Single Instancing

DatabaseEmptyRecycleBinAfter 

Empty Recycle Bin After (days)

DatabaseEnableScheduledTasks 

Enable Scheduled Tasks

DatabaseEndOfDay 

End of Day

DatabaseEnsureUniqueEmails 

Ensure email addresses are unique

DatabaseEstoreMailAddress 

Send email Notification when Document Stores approach Capacity To

DatabaseExcessRowsInTree 

Excess Rows Prefetched For Tree Lists

DatabaseFailedAutoClassifyClassification 

Default Classification for Records that fail auto-classification

DatabaseFDA21CFR11compliant 

Enforce FDA 21 CFR 11 Compliance

DatabaseFileSizeLimit 

File size limit

DatabaseFilterClassifications 

Filter Classifications by security profile

DatabaseFilterClassificationsByCopyACL 

Filter Classifications by copied access control

DatabaseFilterClassificationsByUseACL 

Filter Classifications by 'Can Use' access control

DatabaseGenerateAddAuditSummary 

Generate Audit Summaries for Object Added events

DatabaseGenerateArcSightCEFAuditLog 

Generate ArcSight Common Event Format audit log

DatabaseGenerateDeleteAuditSummary 

Generate Audit Summaries for Object Removed events

DatabaseGenerateModifyAuditSummary 

Generate Audit Summaries for Object Added events

DatabaseGlobalTimezone 

Global Timezone (Seconds after GMT)

DatabaseGoogleKey 

Google License Key

DatabaseHideClassificationNumbers 

Limit the display of Classification numbers

DatabaseHideCustomRecordTypes 

Hide custom record types from Content Manager Applications

DatabaseHideSQLFromClients 

Hide SQL from client interfaces

DatabaseId 

ID

DatabaseIgnoreAccentsInWordIndexes 

Ignore accents on characters when word indexing

DatabaseIgnoreStaleUpdates 

Ignore Stale Updates

DatabaseIncludeLargeTextUpdatesInLogs 

Include changes to large text blocks in Added/Modified Audit Summaries

DatabaseInheritedAccessInheritsSecurity 

Access control 'From Container' requires security access to container

DatabaseInsecureContainer 

Behaviour when Attaching to a Less Secure Container

DatabaseInsecureCurrent 

Assignee Security Breach

DatabaseIsConnected 

Is Connected

DatabaseIsDefault 

Is Default

DatabaseIsValid 

Is Valid

DatabaseJitcCompliant 

Enforce DOD 5051.2 Compliance

DatabaseLastDayInFiscalMonth 

Last Day in Last Month Of Fiscal Year

DatabaseLastMonthInFiscalYear 

Last Month Of Fiscal Year

DatabaseLicenceeName 

Licensee Name

DatabaseLicenseMailAddress 

Send email notification of licensing issues to

DatabaseLocationCacheSize 

Default Location Cache Size

DatabaseLocationFormatShowHonorific 

Display Title

DatabaseLocationFormatShowInitials 

Display Initials

DatabaseLocationFormatShowPostNominal 

Display Suffix

DatabaseLocationFormatSurnameFirst 

Display Last Name First

DatabaseLocationPrefetch 

Location Prefetch Style

DatabaseLocationRelationshipChangesInOnlineAuditLog 

Record location relationship changes in online audit log

DatabaseLockdownSettings 

Lock Down Settings

DatabaseLoginsInOnlineAuditLog 

Record login/logout activity in online audit log

DatabaseLogStorageTransfers 

Log Storage Transfers

DatabaseLogWebServiceLogins 

Web Service Logins

DatabaseManyKeywords 

Optimize for a large thesaurus

DatabaseManyLookupSets 

Optimize for a large number of Lookup Sets

DatabaseManyMemberships 

Optimize for a large number of Location Member Of Relationships

DatabaseManyRecordTypes 

Optimize for a large number of Record Types

DatabaseMatterRecordAccessReferenced 

Matter Record Access Referenced

DatabaseMinimumThesaurusLevels 

Minimum Thesaurus Levels

DatabaseModifyLogsPreviousValues 

Display Previous Values for Object Modified Events

DatabaseMyContainersLimit 

Set a limit on the number of containers allowed in your containers tray

DatabaseName 

Name

DatabaseNeedLongevityRenditionToArchive 

Need Longevity Rendition To Archive

DatabaseNENcompliant 

Enforce NEN1888 Compliance

DatabaseNotifyAssignedAction 

Send email notification when an Action is assigned

DatabaseNotifyAutomaticUserRegistrations 

Send email notification when a new user is automatically registered

DatabaseNotifyCompletedAction 

Send email notification when an Action is completed

DatabaseNotifyDocumentReviewEvents 

Send email notifications for document review events

DatabaseNotifyNextAction 

Send email notification when an Action is ready to start

DatabaseNotifyOverdueAction 

Send email notification when an Action becomes overdue

DatabaseNotifyOverdueReturn 

Send email notification when the return date for a Record becomes overdue

DatabaseNotifyRecordRequest 

Send email messages and digests to Service Location when Records are requested by users

DatabaseNotifyRequestsAwaitingAcknowledgement 

Send email notification when a Request is awaiting acknowledgement

DatabaseNotifyTodoItems 

Send email notifications for To Do Items

DatabaseNotifyUserOptionChanges 

Notify User Option Changes

DatabaseNotifyWorkflowMail 

Send email Notification for Workflow Events

DatabaseObjectCacheSize 

Default Cache Size

DatabaseObjectURLFormat 

URL Format

DatabaseOnlyEmailTRIMRefsToTRIMUsers 

Only email Content Manager References to Locations that can login to Content Manager

DatabaseOtherBarcode 

Printing Other Barcodes

DatabaseOtherPrefetchBuffer 

Prefetch buffer size - Other

DatabaseOwnerFromContainer 

Default Owner from Container

DatabasePaperFoldersBypassRecordTypeRestriction 

Records of type Paper Folder will ignore the classification 'only record types' settings

DatabasePmContributor 

Contributor Exclusions

DatabasePmEndUser 

Knowledge Worker Exclusions

DatabasePmEnquiryUser 

Inquiry User Exclusions

DatabasePmRecordsManager 

Records Manager Exclusions

DatabasePmRecordsWorker 

Records Co-ordinator Exclusions

DatabasePrefetchForeignBarcodes 

Prefetch Foreign Barcodes

DatabasePreventDeleteInArchiving 

Do not allow record metadata to be deleted on disposal

DatabasePreventDuplicatedDocuments 

Prevent users from storing duplicate documents (Not email)

DatabasePreventDuplicatedMailMessages 

Prevent users from storing duplicate mail messages

DatabasePreventUnspecifiedFileTypes 

Prevent storage of files with unspecified file type

DatabasePreventZeroByteFiles 

Prevent storage of empty files

DatabaseProtectedEmailDomains 

Protected Email Domains

DatabaseReadOnly 

Is Read Only

DatabaseRecentDocumentsLimit 

Set a limit of the number of documents allowed in Recent Documents

DatabaseRecordAssigneeDefault 

Default for Assignee

DatabaseRecordBarcode 

Printing Record Barcodes

DatabaseRecordCacheSize 

Default Record Cache Size

DatabaseRecordOwnersInAuditLog 

Include record owners in audit log

DatabaseRecordPrefetchBuffer 

Prefetch buffer size - Records

DatabaseRecordTreeSplitterPercent 

Percent of Splitter Devoted to Tree for Records

DatabaseRelaxedActionDates 

Relaxed Dates for Record Actions

DatabaseRelaxedDates 

Relaxed Date Checking

DatabaseRenumberWhenMovedToNewContainer 

Automatically renumber a Record when moved to a new container

DatabaseReportAddInMemoryLeaks 

Report Add-In Memory Leaks

DatabaseRescheduleActionsIfFinishEarly 

Reschedule subsequent Actions when an Action is completed early

DatabaseRescheduleActionsIfFinishLate 

Reschedule subsequent Actions when an Action is completed late

DatabaseRmTerminology 

Records Management Terminology

DatabaseRoundRequestToNextHalfFullHour 

Round up request times to the next half or full hour

DatabaseRuntimeEnvironment 

Runtime Environment

DatabaseSaveTransparentRedactions 

Save Transparent Redactions

DatabaseScanEmailForSecurityMarkings 

Scan email messages for security markings

DatabaseScheduledTaskBobs 

Scheduler Objects

DatabaseSchedulePrefetch 

Schedule Prefetch Style

DatabaseSchemaVersion 

Schema Version Number

DatabaseSdkVersion 

SDK Version Number

DatabaseSecurityMailAddress 

Send email notification of security breaches To

DatabaseServerDocumentCacheSize 

Available cache space for SDK Services (MB)

DatabaseServiceLocationCacheSize 

Default Location Cache Size (Service)

DatabaseServiceObjectCacheSize 

Default Cache Size (Service)

DatabaseServiceRecordCacheSize 

Default Record Cache Size (Service)

DatabaseShredderDelete 

Use Shredder Delete

DatabaseSignatureHashingAlgorithm 

Signature Hashing Algorithm

DatabaseSingleRequests 

Only permit a single request on a record at any given time

DatabaseSiteId 

Site ID

DatabaseSoftwareVersion 

Software Version

DatabaseStartOfDay 

Start of Day

DatabaseStatisticsDst 

Adjust for Daylight Saving Time

DatabaseStatisticsTimeZone 

Time zone daily statistics totals are to be reported against

DatabaseStorageHashCheck 

Do document hash check after final storage operation

DatabaseStoreAutoClassifyNotes 

Stores details of any auto-classification action on the Record notes

DatabaseStoreDocumentHashes 

Store Document Hashes

DatabaseStrictCount 

Strict Search Counting

DatabaseSuppressWarningsForClosedContainers 

Suppress warnings when Records are placed into closed containers

DatabaseSurnamePrefixNotInSort 

Deemphasise Last Name Prefix For Sort Names

DatabaseTitleAndNotesEvents 

Generate Events for Record Title and Notes Indexing

DatabaseTNAcompliant 

Enforce TNA Compliance

DatabaseTransferHashCheck 

Do document hash check as part of document transfers

DatabaseUnambiguousDateDisplay 

Date display with unambiguous day/month value

DatabaseUpdateCommentsAreMandatory 

Audit comments for object updates are mandatory

DatabaseUseClientDocumentCache 

Use a local document cache

DatabaseUseLanguage 

Language

DatabaseUserFieldBobs 

Additional Field Objects

DatabaseUseServerDocumentCache 

Use a document cache for SDK Services

DatabaseUseServiceAPIUIinOfficeAddin 

Use the new lightweight Office Integration that uses the ServiceAPI controls

DatabaseUsingStoredProcedures 

Using Stored Procedures

DatabaseViewableRecordTypeThreshold 

Record Type threshold

DatabaseWarnWhenChangeDispositionOfRelated 

Warn if disposition change has related records

DatabaseWebServerURL 

Content Manager URL

DatabaseWebServerWorkPath 

Web Server Work Path

DatabaseWebServiceCache 

Web Service Cache

DatabaseWebServiceUnlimitedGlobalCache 

Web Service Global Cache Unlimited

DatabaseWorkflowTimerDelayMinutes 

Mail Processor Interval(minutes)

DatabaseWorkgroupServerName 

Workgroup Server

DatabaseWorkgroupServerPort 

Port Number

DatabaseWorkgroupServerURL 

Content Manager Workgroup Server URL

DocumentQueueAddressee 

Addressee

DocumentQueueAllowAutomaticProcessing 

Allow Automatic Processing

DocumentQueueAlternativeContainer 

Alternative Container

DocumentQueueAutoViewDocuments 

Display Document in Viewer When Processing

DocumentQueueClassification 

Default Classification

DocumentQueueConfirmCheckIn 

Confirm Check In Action

DocumentQueueContainer 

Default Container

DocumentQueueDisplayEntryForm 

Display Data Entry Form for New Records

DocumentQueueDocumentUpdateStyle 

Document Update Style

DocumentQueueEmailUpdateStyle 

Email Update Style

DocumentQueueIgnoreOriginals 

Ignore Original Documents

DocumentQueueLastProcessed 

Last Processed On

DocumentQueueLocation 

Location

DocumentQueueLocationDisplay 

Location

DocumentQueueMachine 

Machine

DocumentQueueName 

Name

DocumentQueueNotes 

Notes

DocumentQueueQueueType 

Type

DocumentQueueRecordType 

Default Record Type

DocumentQueueSelectFilter 

Select Files Filter

DocumentQueueSetAuthorOption 

Set Default Author Option

DocumentQueueShowBinaryFiles 

Show Binary Files

DocumentQueueShowHiddenFiles 

Show Hidden Files

DocumentQueueShowReferenceFiles 

Show Content Manager Reference Files

DocumentQueueShowRenditions 

Show Rendition Files

DocumentQueueShowSystemFiles 

Show System Files

DocumentQueueSpecificAuthor 

Specific Author

ElectronicStoreAlertLevel 

Alert Level

ElectronicStoreAutnGroup 

AUTN_GROUP for CFS Connector Store

ElectronicStoreBytesRemaining 

Storage Available(compressed)

ElectronicStoreBytesUsed 

Storage Used

ElectronicStoreCapacity 

Maximum Capacity

ElectronicStoreCompress 

Compress

ElectronicStoreDefaultAccessDate 

Default Last Access Date For Documents

ElectronicStoreDefaultFor 

Default For

ElectronicStoreDeleteRetriesQueued 

Delete Retry Requests Queued

ElectronicStoreDeploymentStatus 

Deployment Status

ElectronicStoreEncrypt 

Encrypt

ElectronicStoreExternalConfig 

External Store Configuration

ElectronicStoreExternalProgId 

External Store ProgID

ElectronicStoreFilesPerFolder 

Files Per Directory

ElectronicStoreInPool 

In Storage Pool

ElectronicStoreKeepAccessDates 

Keep Last Access Date For Documents

ElectronicStoreLoginName 

Store Login

ElectronicStoreLoginPassword 

Password

ElectronicStoreMaxFolderSize 

Maximum Folder Size

ElectronicStoreName 

Name

ElectronicStorePath 

Path/URL

ElectronicStoreSecCompliant 

SEC Compliant

ElectronicStoreStorageTier 

Storage Tier

ElectronicStoreStoreLocation 

Store Location

ElectronicStoreStoreType 

Type

ElectronicStoreUpdateAccessDateOnAdd 

Update Last Access Date When Document Is Added

ElectronicStoreWgsAffinity 

Workgroup Server Affinity

ElectronicStoreWriteProtected 

Read Only

ExternalWorkflowCase 

Case Record

ExternalWorkflowComments 

Comments

ExternalWorkflowDateComplete 

Workflow Completed On

ExternalWorkflowDateDue 

Workflow Due On

ExternalWorkflowInitiatingRecord 

Initiating Record

ExternalWorkflowIsActive 

Is Active

ExternalWorkflowIsComplete 

Is Complete

ExternalWorkflowIsOverdue 

Is Overdue

ExternalWorkflowSlipId 

Slip Id

ExternalWorkflowStatus 

Status

ExternalWorkflowWorkflowType 

External Workflow Type

ExternalWorkflowTaskAssignee 

Assignee

ExternalWorkflowTaskCase 

Case Record

ExternalWorkflowTaskDateDue 

Due On

ExternalWorkflowTaskDescription 

Description

ExternalWorkflowTaskIsOverdue 

Is Overdue

ExternalWorkflowTaskTaskId 

Task Id

ExternalWorkflowTaskTaskName 

Task Name

ExternalWorkflowTaskWorkflow 

External Workflow

ExternalWorkflowTypeAutoInitiate 

Automatically Initiate

ExternalWorkflowTypeCaseRecordType 

Case Record Type

ExternalWorkflowTypeContainer 

Container

ExternalWorkflowTypeDocumentRecordType 

New Document Record Type

ExternalWorkflowTypeHostId 

Host Id

ExternalWorkflowTypeIconId 

Icon

ExternalWorkflowTypeId 

Id

ExternalWorkflowTypeInitiatingRecordType 

Initiating Record Type

ExternalWorkflowTypeLaunchURL 

New Workflow URL (No Record)

ExternalWorkflowTypeLaunchURLForDetails 

Workflow Details URL

ExternalWorkflowTypeLaunchURLForTaskDetails 

Workflow Task Details URL

ExternalWorkflowTypeLaunchURLWithRecord 

New Workflow URL (With Record)

ExternalWorkflowTypeName 

Name

ExternalWorkflowTypeNeedsInitiatingRecord 

Needs Initiating Record

FieldDefinitionAbbreviation 

Abbreviation

FieldDefinitionCurrencySymbol 

Currency Symbol

FieldDefinitionDateTimeIsUTC 

Date Time values are UTC

FieldDefinitionDefaultBoolean 

Default Boolean

FieldDefinitionDefaultCurrency 

Default Currency

FieldDefinitionDefaultDate 

Default Date

FieldDefinitionDefaultDecimal 

Default Decimal

FieldDefinitionDefaultDisplay 

Default Value

FieldDefinitionDefaultInternal 

Default Internal

FieldDefinitionDefaultNumber 

Default Integer

FieldDefinitionDefaultString 

Default String

FieldDefinitionExternalId 

External ID

FieldDefinitionForceSpellCheck 

Force spelling check

FieldDefinitionFormat 

Format

FieldDefinitionIconId 

Icon

FieldDefinitionId 

ID

FieldDefinitionIndexNulls 

Index Null Values

FieldDefinitionInIDOLtext 

Included in the IDOL text group

FieldDefinitionIsSearchable 

Is Searchable

FieldDefinitionIsUsedBy 

Used By

FieldDefinitionIsUsedByRecordTypes 

Used By Record Types

FieldDefinitionIsVisible 

View Additional Field Value

FieldDefinitionLength 

Maximum Length

FieldDefinitionLocationMustBeMemberOf 

Location must be member of

FieldDefinitionLocationRestriction 

Location Restriction

FieldDefinitionLookupSet 

Lookup Set

FieldDefinitionLowerLimit 

Minimum Value

FieldDefinitionMask 

Validation Mask

FieldDefinitionName 

Name

FieldDefinitionNotes 

Notes

FieldDefinitionObjectType 

Content Manager Object Type

FieldDefinitionOnlyLookupItemsInText 

Lookup Items only

FieldDefinitionPluginBrowseOnly 

Add-in verification browse only

FieldDefinitionPluginId 

Plugin Component ID

FieldDefinitionRecordMustBeOfType 

Record must be of type

FieldDefinitionSapKeySetField 

SAP KeySet Field

FieldDefinitionSearchClause 

Search Clause Name

FieldDefinitionSearchClauseCaption 

Search Clause Caption

FieldDefinitionSearchClauseName 

Search Clause Name

FieldDefinitionStringVerificationType 

String verification type

FieldDefinitionUpperLimit 

Maximum Value

HistoryActivity 

For Activity

HistoryClientIPAddress 

Client IP Address

HistoryConnectionIPAddress 

Connection IP Address

HistoryContentRecord 

Contained Record

HistoryDoneOn 

Event Date

HistoryDoneOnGMT 

Event Date (GMT)

HistoryDoneOnLocal 

Event Date (Originator Local Time)

HistoryDoneOnMachine 

Computer Name

HistoryEventDescription 

Event Details

HistoryEventObject 

Associated Event URI

HistoryEventType 

Event Type

HistoryForObjectType 

For Object Type

HistoryForObjectUri 

For Object Uri

HistoryIsSearch 

Is Search Event

HistoryIsSecurityViolation 

Security Violation

HistoryLocation 

For Location

HistoryLogin 

Updated By (Login User Name)

HistoryLoginLocation 

Updated By

HistoryMovementLocation 

Moved To Location

HistoryRawEventDescription 

Event Details (Unformatted)

HistoryRecord 

For Record

HistoryRecordTitle 

For Record title

HistoryRelatedObjectType 

Related Object Type

HistoryRelatedObjectUri 

Related Object Uri

HistorySearchTitle 

Search Title

HistoryTextSummary 

Summary Information (Text)

HistoryUpdateComments 

Update Comments

HistoryWorkflow 

For Workflow

HistoryXmlSummary 

Summary Information (XML)

HoldActiveDescription 

Active Dates

HoldActiveFrom 

Active From

HoldActiveTo 

Active To

HoldAffectsDispositionOnly 

Only Affects Disposition Changes

HoldContact 

Contact

HoldExternalId 

External ID

HoldIsActive 

Active?

HoldName 

Hold Title

HoldNotes 

Notes

HoldSearchCriteria 

Search Criteria

HoldSearchLastRunOn 

Search Last Run On

HtmlLayoutExtension 

Extension

HtmlLayoutForType 

Object Type

HtmlLayoutName 

Name

HtmlLayoutTemplate 

Template

JurisdictionMemberJurisdiction 

Jurisdiction

JurisdictionActiveDescription 

Active Dates

JurisdictionActiveFrom 

Active From

JurisdictionActiveTo 

Active To

JurisdictionComments 

Comments

JurisdictionDescription 

Description

JurisdictionIsActive 

Active?

JurisdictionJurisdictionType 

Jurisdiction Type

JurisdictionMembers 

Member Jurisdictions

JurisdictionName 

Short Name

KeywordAccessControl 

Access Control

KeywordActiveDescription 

Active Dates

KeywordActiveFrom 

Active From

KeywordActiveTo 

Active To

KeywordEnablerFlags 

Flags

KeywordHasRelatedKeywords 

Has Any Relationships

KeywordIdentificationNumber 

Identification Number

KeywordIsActive 

Active?

KeywordIsAPrimaryTerm 

Is Primary Term

KeywordIsForbidden 

Is Forbidden

KeywordIsNodeLabel 

Is Node Label

KeywordIsPrompt 

Is Prompt

KeywordName 

Term

KeywordNotes 

Notes

KeywordSource 

Source Authority

LocationAddressActiveDescription 

Active Dates

LocationAddressActiveFrom 

Active From

LocationAddressActiveTo 

Active To

LocationAddressAddressLines 

Street/Box

LocationAddressAddressType 

Address Type

LocationAddressCity 

City

LocationAddressCountry 

Country

LocationAddressCountryISO 

Country (ISO)

LocationAddressDescription 

Address Description

LocationAddressDescriptionISO 

Address Description (ISO)

LocationAddressIsCurrent 

Is Current

LocationAddressPostcode 

Postal Code

LocationAddressRegion 

Region

LocationAddressState 

State/Province

LocationAccessControl 

Access Control

LocationActiveDescription 

Active Dates

LocationActiveFrom 

Active From

LocationActiveTo 

Active To

LocationActualBarcode 

Content Manager Barcode

LocationAdditionalLogin 

Additional Network Login

LocationAdministrator 

Administrator

LocationAfterHoursPhoneNumber 

Home Phone

LocationAllAdministrators 

All Administrators

LocationAllMembers 

All Members

LocationAllMemberships 

All Memberships

LocationAllMembershipsRecursive 

All Memberships (Expanded)

LocationBasedOnUserType 

Based On User Type

LocationCanDeliverDirect 

Direct delivery to requestor

LocationCanLogin 

Accepting Logins

LocationCommittee 

Committee

LocationCutoffTime 

Request Cut-off Time

LocationDateOfBirth 

Date Of Birth

LocationDefaultJurisdiction 

Default Jurisdiction

LocationDeliverContainersOnly 

Only deliver containers

LocationDeliveryLocation 

Delivery Location

LocationEmailAddress 

Email Address

LocationFaxNumber 

Fax

LocationFirstInitial 

First Initial

LocationForeignBarcode 

Foreign Barcode

LocationFormalPreamble 

Dear ... (formal)

LocationFormattedAddress 

Address

LocationFormattedAddressISO 

Address (ISO)

LocationFormattedName 

Display Name

LocationFullFormattedName 

Full Description

LocationGenderValue 

Gender

LocationGivenNames 

First Names

LocationGpsLocation 

GPS Location

LocationHasAValidLogin 

Has A Valid Login

LocationHoldingOrganizationName 

Holding Organization Name

LocationHomeDataset 

Home Dataset

LocationHonorific 

Title

LocationIdNumber 

ID Number

LocationInformalPreamble 

Dear ... (informal)

LocationInitials 

Initials

LocationInternetMailAddress 

Internet Email Address

LocationIsActive 

Active?

LocationIsVisitor 

Is Visitor Login

LocationIsWithin 

Internal

LocationJobDescription 

Job Title

LocationKeepAddressHistory 

Keep Address History

LocationLdapSynchDN 

LDAP Synch Distinguished Name

LocationLdapSynchEnabled 

LDAP Synch Enabled

LocationLdapSynchLastUpdated 

LDAP Synch Date Last Updated

LocationLoginDetails 

Login Details

LocationLoginExpires 

Login Expires On

LocationLogsInAs 

Network Login

LocationLongHonorific 

Honorific (Long Form)

LocationMobileNumber 

Mobile Phone

LocationNickName 

Unique Name

LocationNotes 

Notes

LocationOldPostalAddresses 

Old Mailing Addresses

LocationOldPostalAddressesISO 

Old Mailing Addresses (ISO)

LocationOldStreetAddresses 

Old Street Addresses

LocationOldStreetAddressesISO 

Old Street Addresses (ISO)

LocationPermissionsCustomized 

Permissions Customized?

LocationPhoneNumber 

Business Phone

LocationPosition 

Position

LocationPostalAddress 

Mailing Address

LocationPostalAddressISO 

Mailing Address (ISO)

LocationPostNominal 

Suffix

LocationProjectTeam 

Project Team

LocationProviderContainer 

Container For Storage Provider Logs

LocationProviderLogRecordType 

Record Type For Storage Provider Logs

LocationRequestResponseHigh 

Request Response Time (Priority: High)

LocationRequestResponseLow 

Request Response Time (Priority: Low)

LocationRequestResponseMedium 

Request Response Time (Priority: Medium)

LocationRequestsNeedApproval 

Requests need approval

LocationReviewDate 

Review Date

LocationSalutation 

Salutation

LocationSecurityKeys 

Security Keys

LocationSecurityString 

Security

LocationSortName 

Name

LocationStreetAddress 

Street Address

LocationStreetAddressISO 

Street Address (ISO)

LocationSupervisor 

Supervisor

LocationSurname 

Last Name

LocationSurnameNoPrefix 

Last Name (No Prefix)

LocationSurnamePrefix 

Last Name Prefix

LocationTypeOfLocation 

Location Type

LocationUnit 

Organization

LocationUseAddressOf 

Use Address Of

LocationUsedForStatistics 

Use For Statistical Aggregations

LocationUseProfileOf 

Use Profile Of

LocationUserLicenseType 

User License Type

LocationUserType 

User Type

LocationViewPaneId 

View Pane ID

LocationWebPage 

Web Page

LocationWorkgroup 

Workgroup

LocationEAddressActiveDescription 

Active Dates

LocationEAddressActiveFrom 

Active From

LocationEAddressActiveTo 

Active To

LocationEAddressDescription 

Display Name

LocationEAddressElectronicAddressData 

Address

LocationEAddressElectronicAddressType 

Type

LocationEAddressEmailAddressTypeString 

Email Type

LocationEAddressEStore 

Document Store

LocationEAddressEStoreId 

Document Store ID

LocationEAddressIsPreferred 

Preferred?

LocationEAddressName 

Details

LookupItemAbbreviation 

Short Value

LookupItemAccessControl 

Access Control

LookupItemComments 

Comments

LookupItemDescription 

Name

LookupItemFullDescription 

Full Name

LookupItemHasChildItems 

Has Child Lookup Items

LookupItemIconId 

Icon

LookupItemItemNumber 

Item Number

LookupItemName 

Long Value

LookupItemParentItem 

Parent Lookup Item

LookupItemParentSet 

Lookup Set

LookupSetAccessControl 

Access Control

LookupSetIconId 

Icon

LookupSetIsUsedByAdditionalFields 

Used By Additional Fields

LookupSetItemDisplayStyle 

Item display style

LookupSetItemsHaveComments 

Items have comments

LookupSetItemsHaveHierarchy 

Items are hierarchical

LookupSetItemsHaveLongValue 

Items have a long value

LookupSetItemsHaveShortValue 

Items have a short value

LookupSetLongValueMaxLength 

Long Value length

LookupSetLookupSetType 

Type

LookupSetName 

Lookup Set

LookupSetNotes 

Notes

LookupSetOnlySelectLowestLevel 

Only apply items at lowest level

LookupSetShortValueIsNumeric 

Short value is a number

LookupSetShortValueMaxLength 

Short Value length

MailTemplateAttachReference 

Attach Reference

MailTemplateContentTemplate 

Content Template

MailTemplateForEventType 

Mail Event Type

MailTemplateForPropertyId 

Object Property ID

MailTemplateForRecipientPropertyId 

Recipient Property ID

MailTemplateForRecipientUserDefinedField 

Recipient Field

MailTemplateForRecipientWithValue 

Recipients With Value

MailTemplateForUserDefinedField 

Object Field

MailTemplateName 

Template Name

MailTemplateObjectsSelected 

Objects Selected

MailTemplateRecipientsSelected 

Recipients Selected

MailTemplateRelatingToObjectType 

Content Manager Object Type

MailTemplateReplyTo 

Reply To

MailTemplateSubjectTemplate 

Subject Template

MailTemplateUseHTMLformat 

Use HTML Format

MailTemplateWithValue 

Objects With Value

MeetingAgendaIssueDate 

Agenda Issue Date

MeetingAgendaOpen 

Agenda Open

MeetingAgendaRecord 

Agenda

MeetingApologies 

Apologies

MeetingAttendees 

Attendees

MeetingChair 

Chair

MeetingInvitations 

Invitations

MeetingMeetingDate 

Meeting Date

MeetingMeetingDuration 

Meeting Duration

MeetingMeetingPlace 

Meeting Place

MeetingMeetingType 

Meeting Type

MeetingMinutesRecord 

Minutes

MeetingName 

Meeting Name

MeetingNotes 

Notes

MeetingPending 

Pending

MeetingSubmissionsCutoffDate 

Submission Cutoff Date

MeetingTypeAgendaClassification 

Agenda Classification

MeetingTypeAgendaContainer 

Agenda Container

MeetingTypeAgendaIssue 

Agenda Issued Amount

MeetingTypeAgendaIssueDesc 

Agenda Issued

MeetingTypeAgendaIssueInterval 

Agenda Issued Interval

MeetingTypeAgendaRecordType 

Agenda Record Type

MeetingTypeAtDocDateModified 

Agenda Template Document Last Modified

MeetingTypeAtDocExtension 

Agenda Template Document Extension

MeetingTypeAtDocSize 

Agenda Template Document Size (Bytes)

MeetingTypeAtDocStore 

Agenda Template Document Store

MeetingTypeAtDocStoreId 

Agenda Template Document Store ID

MeetingTypeDefaultAgendaItemType 

Default Agenda Item Type

MeetingTypeDefaultMinuteItemType 

Default Minute Item Type

MeetingTypeItemsApprovedBy 

Items Approved By

MeetingTypeLatestMeeting 

Scheduled To

MeetingTypeMeeetingFrequencyDesc 

Meeting Occurs

MeetingTypeMeetingDuration 

Meeting Duration

MeetingTypeMeetingFrequency 

Meeting Frequency

MeetingTypeMeetingFrequencyType 

Meeting Frequency Type

MeetingTypeMeetingPlace 

Meeting Place

MeetingTypeMeetingSnapDay 

Meeting Snap Day

MeetingTypeMeetingSnapDayCount 

Meeting Snap Day Count

MeetingTypeMeetingTime 

Meeting Time

MeetingTypeMinuteClassification 

Minutes Classification

MeetingTypeMinuteContainer 

Minutes Container

MeetingTypeMinuteRecordType 

Minutes Record Type

MeetingTypeMtDocDateModified 

Minute Template Document Last Modified

MeetingTypeMtDocExtension 

Minute Template Document Extension

MeetingTypeMtDocSize 

Minute Template Document Size (Bytes)

MeetingTypeMtDocStore 

Minute Template Document Store

MeetingTypeMtDocStoreId 

Minute Template Document Store ID

MeetingTypeName 

Meeting Name

MeetingTypeNextMeeting 

Next Meeting

MeetingTypeNotes 

Notes

MeetingTypeOutlineNumbering 

Agenda Outline Numbering

MeetingTypeSubmissionCutoff 

Submissions Cutoff Amount

MeetingTypeSubmissionCutoffDesc 

Submissions Cutoff

MeetingTypeSubmissionCutoffInterval 

Submissions Cutoff Interval

MetadataRuleConditionExpression 

Condition Test

MetadataRuleIsWarning 

Warning Only

MetadataRuleMessage 

Message

MetadataRuleObjectType 

Object Type

MetadataRuleOnlyForNew 

Warning Only

MetadataRuleValidationExpression 

Validation Test

MeetingTypeUsualParticipantInvitee 

Participant Name

MeetingTypeUsualParticipantInviteeLocation 

Participating Location

MeetingTypeUsualParticipantSequenceNumber 

Sequence Number

MeetingTypeUsualParticipantTypeOfInvite 

Usually Participating As

MinuteItemDescription 

Description

MinuteItemDocDateModified 

Document Last Modified

MinuteItemDocExtension 

Document Extension

MinuteItemDocSize 

Document Size (Bytes)

MinuteItemDocStore 

Document Store

MinuteItemDocStoreId 

Document Store ID

MinuteItemIsMotion 

Is Motion

MinuteItemItemType 

Minute Item Type

MinuteItemMeeting 

Meeting

MinuteItemMinuteItemOrderNumber 

Item Order Number

MinuteItemOutcome 

Outcome

MinuteItemParentAgendaItem 

For Agenda Item

MinuteItemProposedBy 

Proposed By

MinuteItemSecondedBy 

Seconded By

MinuteItemTypeDocDateModified 

Document Last Modified

MinuteItemTypeDocExtension 

Document Extension

MinuteItemTypeDocSize 

Document Size (Bytes)

MinuteItemTypeDocStore 

Document Store

MinuteItemTypeDocStoreId 

Document Store ID

MinuteItemTypeName 

Minute Item Type Name

MinuteItemActionArisingSequenceNumber 

Sequence Number

MinuteItemActionArisingTask 

To Do Item

MinuteItemActionArisingTitle 

Action Description

MeetingDocumentDocumentType 

Document Type

MeetingDocumentEditStatus 

Edit Status

MeetingDocumentName 

Document Title

MeetingDocumentOrderNumber 

Order Number

MeetingDocumentRecordReference 

Document Reference

MeetingInvitationInvitee 

Participant Name

MeetingInvitationInviteeLocation 

Participant

MeetingInvitationNotes 

Notes

MeetingInvitationProxy 

Proxy

MeetingInvitationSequenceNumber 

Sequence Number

MeetingInvitationTypeOfAttendee 

Type of Attendance

MeetingInvitationTypeOfInvite 

Participating As

NotificationDescription 

Description

NotificationEventDate 

Event Date

NotificationEventType 

Event Type

NotificationObjectType 

Object Type

NotificationObjectUri 

Object Unique Identifier

OfflineRecordAuthorName 

Author

OfflineRecordAutoCheckin 

Is Flagged for Automatic Check In

OfflineRecordContainedItemsCount 

Number Of Contained Items

OfflineRecordContainer 

Container (Offline)

OfflineRecordContainerRecord 

Container

OfflineRecordContainerTitle 

Container Title

OfflineRecordDateCheckedOut 

Checked Out On

OfflineRecordDateCreated 

Created On

OfflineRecordDateModified 

Modified On

OfflineRecordDateModifiedAtCheckout 

Date Modified When Checked Out

OfflineRecordExtension 

Extension

OfflineRecordFileName 

File Name (on Disk)

OfflineRecordFileType 

File Type

OfflineRecordFullFileName 

Full File Name (on Disk)

OfflineRecordIsADocument 

Is A Document

OfflineRecordIsAFolder 

Is A Folder

OfflineRecordIsEmptyContainer 

Is Empty Container

OfflineRecordNextRevision 

Revision

OfflineRecordRecord 

Record

OfflineRecordRecordNumber 

Record Number

OfflineRecordRecordUri 

Record URI

OfflineRecordSize 

Size

OfflineRecordStatus 

Status

OfflineRecordTitle 

Title

OriginAutoStart 

Auto Start

OriginContainerCreation 

Create Containers

OriginContainerDateInterval 

Container Date Range Interval

OriginContainerHasDateRange 

Use Container Date Ranges

OriginContainerPerOwner 

One Container Per Owner

OriginContainerPerUserField 

One Container Per User Field Value

OriginContainerSizeThreshold 

Container Size Threshold

OriginContainerType 

Container Record Type

OriginDateLastLoaded 

Date Last Loaded

OriginDateModified 

Date Modified

OriginDefaultAuthor 

Default Author

OriginDefaultClassification 

Default Classification

OriginDefaultContainer 

Default Container

OriginDefaultCreator 

Default Creator

OriginDefaultHomeLocation 

Default Home

OriginDefaultOwnerLocation 

Default Owner

OriginDefaultRecordType 

Default Record Type

OriginDefaultSchedule 

Default Schedule

OriginExtension 

Extension

OriginKeepCheckedOut 

Keep Checked Out

OriginLocationMatching 

Location Match Type

OriginMakeNewRevision 

Make New Revision

OriginName 

Name

OriginNotes 

Notes

OriginOriginLocation 

Source

OriginRunsOnMachine 

Run On Computer

OriginSize 

Size

OriginStore 

Store

OriginStoreId 

Store ID

OriginTimeFrom 

Processing From

OriginTimeTo 

Processing To

OriginTypeOfOrigin 

Origin Type

OriginHistoryDateRun 

Date Import Run

OriginHistoryLocationsCreated 

Locations Created

OriginHistoryLocationsInError 

Location Errors

OriginHistoryName 

Name

OriginHistoryOrigin 

Origin

OriginHistoryOriginLocationUsed 

Source

OriginHistoryRecordsCreated 

Records Created

OriginHistoryRecordsInError 

Record Errors

OriginHistoryRecordsUpdated 

Records Updated

ClassificationOnlyRecordTypeRecordType 

Record Type

ClassificationSapBusinessObjectBusinessObject 

Business Object

RecordClientMatterPartyInterest 

Interest

RecordClientMatterPartyParty 

Party

RecordClientMatterPartyPartyType 

Party Type

RecordClientMatterRoleRoleLocation 

Role Location

RecordClientMatterRoleRoleType 

Role Type

RecordHoldActiveDescription 

Active Dates

RecordHoldActiveFrom 

Active From

RecordHoldActiveTo 

Active To

RecordHoldCase 

Hold

RecordHoldContact 

Contact

RecordHoldIsActive 

Active?

RecordJurisdictionJurisdiction 

Jurisdiction

RecordKeywordAttachMethod 

Attach Method

RecordKeywordDescription 

Thesaurus Term Description

RecordKeywordKeyword 

Thesaurus Term

RecordKeywordPrompt 

Prompt

RecordLinkedDocumentBytes 

Size

RecordLinkedDocumentDateModified 

Date Modified

RecordLinkedDocumentDocumentName 

Document Path

RecordLinkedDocumentEStore 

Document Store

RecordLinkedDocumentEStoreId 

Document Store ID

RecordLinkedDocumentExtension 

Extension

RecordLinkedDocumentIsNewLink 

Is New Link

RecordLinkedDocumentLinkedRecord 

Linked Record

RecordLinkedDocumentLinkedRevision 

Linked Revision Number

RecordLinkedDocumentLinkType 

Document Link Storage

RecordLinkedDocumentStorageDescription 

Storage Description

RecordLocationComments 

Comments

RecordLocationDueDate 

Due Date

RecordLocationEmail 

Email

RecordLocationFaxNo 

Fax

RecordLocationFromDateTime 

From

RecordLocationIsComplete 

Is Complete

RecordLocationIsOverdue 

Is Overdue

RecordLocationIsPrimaryContact 

Primary Contact

RecordLocationLatestDateTime 

Latest Date

RecordLocationLocation 

Location

RecordLocationMobileNo 

Mobile Phone

RecordLocationName 

Name

RecordLocationOrganization 

Organization

RecordLocationOriginalName 

Original Name

RecordLocationPAddress 

Mailing Address

RecordLocationPhoneNumber 

Phone Number

RecordLocationReturnDateTime 

Return On

RecordLocationSAddress 

Street Address

RecordLocationSpace 

Space

RecordLocationStatus 

Location Status

RecordLocationSubTypeString 

Sub Type

RecordLocationTypeOfContact 

Contact Type

RecordLocationTypeOfRecordLocation 

Role

RecordLocationTypeString 

Type

RecordLocationWebPage 

Web Page

RecordAccessControl 

Access Control

RecordAccessExclusions 

Access Exclusions

RecordAccessionNumber 

Accession Number

RecordActions 

All Actions

RecordAddressee 

Addressee

RecordAggregatedDisposal 

Aggregated Disposal Schedule

RecordAllContacts 

All Contacts

RecordAllHolds 

All Holds

RecordAllMeetings 

Meetings (All)

RecordAllParts 

All Parts

RecordAllTodoItems 

All To Do Items

RecordAllVersions 

All Versions

RecordAlternateContentsCount 

Alternative Contents Count

RecordAlternativeContainer 

Alternative Container

RecordAlternativeContainers 

Alternative Containers

RecordAlternativeContents 

Alternatively Contains

RecordArchivePermDate 

Date Due for Archival (Keep)

RecordArchiveTransferDate 

Date Due for Archival (Transfer)

RecordAssignee 

Assignee

RecordAssigneeStatus 

Assignee Status

RecordAttachedKeywords 

Attached Thesaurus Terms

RecordAuthor 

Author

RecordAuthorizationDueDate 

Document Authorization Due Date

RecordAuthorizationMethod 

Authorization Method

RecordAutoClassificationConfidenceLevel 

Auto-Classification Confidence Level

RecordAutoRenderStatus 

Auto Renditions

RecordAutoRenderToPDFOnSave 

Render to PDF after saving

RecordBarcode 

Content Manager Barcode

RecordBlueprintTitle 

Document Template

RecordBypassRecordTypeAccessControls 

Bypass Record Type Access Controls

RecordCanUseClassification 

Can Use Classification

RecordCheckedInBy 

Checked In By

RecordCheckedOutOn 

Checked Out On

RecordCheckedOutPath 

Checked Out Path

RecordCheckedOutTo 

Checked Out To

RecordClassification 

Classification

RecordClassOfRecord 

Record Class

RecordClient 

Client

RecordClientName 

Client Name

RecordClientNumber 

Client Number

RecordClientRecord 

Client Record

RecordConsignment 

Consignment Number

RecordConsignmentObject 

Consignment

RecordContainer 

Container

RecordContainerHierarchy 

Container Hierarchy

RecordContainerTitle 

Container Title

RecordContents 

Contained Records

RecordContextURL 

Content Manager URL

RecordConversationId 

Email Conversation ID

RecordCreator 

Creator

RecordCSdeclassifyDetails 

CS: Declassify Details

RecordCSdeclassifyOn 

CS: Declassify On

RecordCSdowngradeDetails 

CS: Downgrade Details

RecordCSdowngradeOn 

CS: Downgrade On

RecordCSguideEntries 

CS: Security Guide Entries

RecordCSinitialSecurity 

CS: Security At Registration

RecordCSlastReviewed 

CS: Last Reviewed By

RecordCSlastUpdateDetails 

CS: Most Recent Update

RecordCSprimordialSecurity 

CS: Initial Security

RecordCSsecurityDetails 

CS: Security Details

RecordCurrentAction 

Current Action

RecordCurrentVersion 

Latest Finalized Version

RecordDateAssigned 

Date Assigned

RecordDateClosed 

Date Closed

RecordDateCreated 

Date Created

RecordDateDue 

Date Due

RecordDateFinalized 

Date Declared As Final

RecordDateImported 

Date Imported

RecordDateInactive 

Date Inactive

RecordDateModified 

Date Modified

RecordDatePublished 

Date Published

RecordDateReceived 

Date Received

RecordDateRecycled 

Date Recycled

RecordDateRegistered 

Date Registered

RecordDateSuperseded 

Date Superseded

RecordDestructionDate 

Date Due for Destruction

RecordDisposalDate 

Date of Disposal

RecordDisposalMethod 

Disposal Type

RecordDisposition 

Disposition

RecordDispositionChangedDate 

Date Of Most Recent Disposition Change

RecordDispositionSchedule 

Disposal Schedule

RecordDocumentAttachPending 

Document Attach is Pending

RecordDocumentDetails 

Document Details

RecordDocumentHash 

Document Hash

RecordDocumentLastAccessedDate 

Document Last Accessed Date

RecordDocumentSize 

Size

RecordDocumentStatus 

Edit Status

RecordDocumentType 

Document Type

RecordDraftDueDate 

Document Drafting Due Date

RecordEditor 

Editor

RecordElasticMetadataJSON 

Elasticsearch Indexing Metadata (JSON)

RecordElinkedDocuments 

Linked Documents

RecordElinkOf 

Used As Link By

RecordEnablerFlags 

Flags

RecordESource 

Source Document

RecordEStore 

Document Store

RecordEStoreId 

Document Store ID

RecordExtension 

Extension

RecordExternalReference 

External ID

RecordFilePath 

DOS file

RecordFinalizeOnSave 

Declare As Final After Saving

RecordFolderOrigin 

Folder Origin

RecordForeignBarcode 

Foreign Barcode

RecordFullClassification 

Full Classification Number

RecordGeneratedTitle 

Title (Structured Part)

RecordGpsLocation 

GPS Location

RecordHasEmailAttachments 

Has Email Attachments

RecordHasHold 

On Hold

RecordHasHoldAttached 

Has Hold Attached

RecordHasLinkedDocuments 

Has Links

RecordHistory 

Audit Events

RecordHomeLocation 

Home

RecordHomeLocationStatus 

Home Status

RecordHomeSpace 

Home Space

RecordHomeSpaceNumber 

Home Space Number

RecordIdolMetadataXML 

Content Indexing Metadata (XML)

RecordInitiateTemplate 

Initiate Workflow from

RecordInstructions 

Instructions for Incomplete Actions

RecordIsCheckedOut 

Checked Out?

RecordIsContainer 

Is a Container

RecordIsElectronic 

Is Electronic

RecordIsEnclosed 

Enclosed?

RecordIsInPartSeries 

Is Part

RecordIsRootOfPartSeries 

Is First Part

RecordIsShared 

Is Shared

RecordIsSigned 

Signature

RecordJurisdictions 

Jurisdictions

RecordKeywords 

All Thesaurus Terms

RecordLastActionDate 

Last Action Date

RecordLastPartRecord 

Latest Part

RecordLatestVersion 

Latest Version

RecordLongNumber 

Expanded Number

RecordMakeInactiveDate 

Date Due for Make Inactive

RecordManualDestructionDate 

Manual Disposal Date

RecordMatterName 

Matter Name

RecordMatterNumber 

Matter Number

RecordMatterRecord 

Matter Record

RecordMediaType 

Media Type

RecordMeeting 

Meeting (Most Recent)

RecordMessageId 

Email Message ID

RecordMimeType 

Internet Media Type

RecordMostRecentTask 

Most Recently Completed Task

RecordMovementHistory 

Movement History

RecordMyAuthorizationComments 

My Authorization Comments

RecordMyAuthorizationComplete 

My Authorization Complete

RecordMyReviewComments 

My Review Comments

RecordMyReviewComplete 

My Review Complete

RecordNbrPages 

Number of Pages

RecordNeedsAuthorization 

Needs Authorization

RecordNeedsDataEntryForm 

Needs Data Entry Form

RecordNeedsReview 

Needs Review

RecordNewPartCreationRule 

Automated Part Rule

RecordNextPartRecord 

Next Part

RecordNextTaskDue 

Next Scheduled Task Due

RecordNotes 

Notes

RecordNumber 

Record Number

RecordNumberPlusName 

Record Details

RecordOriginatedFrom 

Originated From

RecordOriginatedFromRun 

Originated From Run

RecordOtherContact 

Other Contact

RecordOverdueActions 

Overdue Actions

RecordOwnerLocation 

Owner

RecordPreserveHierarchyOnDataEntry 

Preserve Hierarchy On Data Entry

RecordPrevPartRecord 

Previous Part

RecordPrimaryContact 

Primary Contact

RecordPriority 

Priority

RecordReasonRecycled 

Reason Recycled

RecordRecordType 

Record Type

RecordRedactedFrom 

Redacted From

RecordRedactionsOf 

All Redactions

RecordRelatedRecord 

Related Record

RecordRelatedRecs 

Related Records

RecordRenditionCount 

Number of Renditions

RecordRepresentative 

Representative

RecordRequests 

Current Requests

RecordRetentionSchedule 

Retention Schedule

RecordReturnDueDateTime 

Due for Return On

RecordReviewDate 

Retention Review Date

RecordReviewDueDate 

Document Review Due Date

RecordReviewersCanEdit 

Reviewers Can Edit Document

RecordReviewState 

Document Review State

RecordReviewStateDate 

Document Review State Date

RecordRevisionCount 

Revision Count

RecordRevisionNumber 

Revision Number

RecordRootPartRecord 

First Part

RecordSapArchiveDate 

SAP Archived Date

RecordSapArchiveLinkVsn 

SAP ArchiveLink Version

RecordSapBusinessId 

SAP Business ID

RecordSapBusinessObject 

SAP Business Object

RecordSapCreatorLocUri 

SAP Creator Location

RecordSapCreatorName 

SAP Creator Name

RecordSapCustomerName 

SAP Customer

RecordSapCustomerNumber 

SAP Customer ID

RecordSapDocumentId 

SAP Document

RecordSapDocumentProtection 

SAP Document Protection

RecordSapDocumentType 

SAP Document Type

RecordSapModifiedDate 

SAP Modified Date

RecordSapReposId 

SAP Repository

RecordScheduledDisposalDate 

Scheduled Disposal Date

RecordScheduledDisposalMethod 

Scheduled Disposal Method

RecordScheduledDisposalStatus 

Scheduled Disposal Status

RecordScheduledInactiveStatus 

Scheduled Inactive Status

RecordSdmEnvironmentID 

SDM Environment ID

RecordSdmFileName 

SDM File Name

RecordSdmFolderName 

SDM Folder Name

RecordSdmRunID 

SDM Run ID

RecordSecCompliant 

SEC Compliant

RecordSecurity 

Security

RecordSecurityCaveats 

Security Caveats

RecordSecurityLevel 

Security Level

RecordSecurityLocks 

Security Locks

RecordSeriesRecord 

Series Record

RecordSpFarmGUID 

SharePoint Farm ID

RecordSpGUID 

SharePoint ID

RecordSpListItemCount 

Number of SharePoint List Items

RecordSpListType 

SharePoint List Type

RecordSpSiteCollectionGUID 

SharePoint Site Collection ID

RecordSpType 

SharePoint Element Type

RecordSpURL 

SharePoint URL

RecordStorageDestructionDate 

Storage destruction date

RecordSuggestedFileName 

Suggested File Name

RecordTitle 

Title

RecordTopLevelActions 

Top Actions

RecordTypedTitle 

Title (Free Text Part)

RecordUpgradeNumber 

Update the Record Number when the Classification is changed

RecordViewPaneId 

View Pane ID

RecordVitalReviewPeriod 

Vital Review Period

RecordActionActionName 

Action

RecordActionActualDays 

Actual Days

RecordActionActualDuration 

Actual Duration

RecordActionActualHours 

Actual Hours

RecordActionActualMinutes 

Actual Minutes

RecordActionAssignedBy 

Assigned By

RecordActionAttachDate 

Date Attached

RecordActionBarcode 

Content Manager Barcode

RecordActionCompletedBy 

Completed By Location

RecordActionCompletedOnTime 

Completed On Time

RecordActionCost 

Cost

RecordActionDays 

Days

RecordActionDone 

Done

RecordActionDueDate 

Due Date

RecordActionDuration 

Estimated Duration

RecordActionEndDate 

Completed On

RecordActionHours 

Hours

RecordActionInstructions 

Instructions

RecordActionIsReadyToStart 

Ready To Start

RecordActionMinutes 

Minutes

RecordActionNotes 

Notes

RecordActionOverdue 

Overdue

RecordActionParentRecordAction 

Parent Record Action

RecordActionPercentComplete 

Percentage Complete

RecordActionProcedure 

Procedure

RecordActionRecord 

Record

RecordActionResponsibility 

Responsible Location

RecordActionStartDate 

Start Date

RecordActionStatus 

Status

RecordActionViewable 

Record is viewable

RecordTypeAccessControl 

Access Control

RecordTypeAccessExclusions 

Default Access Exclusions

RecordTypeAcknowledgeRequests 

Requests Need Acknowledgement before Completion

RecordTypeAction 

Assigned Action

RecordTypeActiveDescription 

Active Dates

RecordTypeActiveFrom 

Active From

RecordTypeActiveTo 

Active To

RecordTypeAddContentsWhenClosed 

Add Contents When Closed

RecordTypeAllowBlankFreeTextTitle 

Allow Blank Free Text Title

RecordTypeAllowMultipleExtensions 

Allow multiple Extensions

RecordTypeAllowParts 

Allow Parts

RecordTypeAllowReplace 

Allow Replace

RecordTypeAllowVersions 

Allow Revisions

RecordTypeAlwaysAuditSecurityBreaches 

Always Log Security Breaches To Online Audit Log

RecordTypeAnnotateOnly 

Annotate Records Only

RecordTypeAnnotateWhenReadOnly 

Can Annotate Records When Read Only

RecordTypeAssignee 

Assignee

RecordTypeAuditCreateEventsOffline 

Audit Record Created Events Offline

RecordTypeAuditDeleteEventsOffline 

Audit Record Deleted Events Offline

RecordTypeAuditEvents 

Audit Events

RecordTypeAuditModifyEventsOffline 

Audit Record Modified Events Offline

RecordTypeAuthorizationMethod 

Authorization Method

RecordTypeAuthorizerReminderDays 

Days before issuing an authorization reminder

RecordTypeAutoFinalize 

Automatically Declare As Final

RecordTypeAutoRenderOCR 

Automatically create OCR rendition for Image Documents

RecordTypeAutoRenderPDF 

Automatically create PDF rendition

RecordTypeBelongsToAMatter 

Records Must Belong To A Matter

RecordTypeBorrowingLimit 

Borrowing Limit (Days)

RecordTypeCanHaveSharePointItems 

Records can be SharePoint List Item Records

RecordTypeChangeTitleWhenReadOnly 

Can Change Title (Free Text Part) When Read Only

RecordTypeCheckDuplicateTitles 

Behaviour for Duplicate Titles

RecordTypeClassification 

Starting Classification

RecordTypeClassificationMandatory 

Classification Mandatory

RecordTypeClassOfRecord 

Record Class

RecordTypeCompressPartNumber 

Compress Part Number

RecordTypeConfirmEachNumber 

Confirm Each Number

RecordTypeConfirmPreview 

Confirm Document View on Preview Pane

RecordTypeContainerRule 

Container Rule

RecordTypeContentsRule 

Contents Rule

RecordTypeCopiedAccessControl 

Default Record access

RecordTypeDaysDue 

Days Until Due

RecordTypeDefaultJurisdiction 

Default Jurisdiction

RecordTypeDefaultSeries 

Series

RecordTypeDeindexAfterDisposition 

Deindex Disposition

RecordTypeDeindexAfterYears 

Deindex after years

RecordTypeDisposition 

Disposition

RecordTypeDocumentProfilingAuthor 

Document Metadata Capture Author

RecordTypeDocumentProfilingComments 

Document Metadata Capture Notes

RecordTypeDocumentProfilingDates 

Document Metadata Capture Datest From Content

RecordTypeDocumentProfilingGeography 

Document Metadata Capture GPS Location

RecordTypeDocumentProfilingKeyword 

Document Metadata Capture All Thesaurus Terms

RecordTypeDocumentProfilingNumberOfPages 

Document Metadata Capture Number of Pages

RecordTypeDocumentProfilingTitleOption 

Document Metadata Capture Titling Option

RecordTypeEditorReminderDays 

Days before issuing a drafting reminder

RecordTypeEmailProfilingContactMustExist 

Email Metadata Capture Location Must Exist

RecordTypeEmailProfilingMaxContacts 

Email Metadata Capture Contacts Limit

RecordTypeEmailProfilingSetAddressee 

Email Metadata Capture To: as Record Addressee

RecordTypeEmailProfilingSetAuthor 

Email Metadata Capture From: as Record Author

RecordTypeEmailProfilingSetBcc 

Email Metadata Capture Bcc: as Record Contact Bcc

RecordTypeEmailProfilingSetCc 

Email Metadata Capture Cc: as Record Contact Cc

RecordTypeEmailProfilingTitleOption 

Email Metadata Capture Titling Option

RecordTypeEndUsersCanModify 

Knowledge Workers cam modify unfinalized Records

RecordTypeEsoActionType 

Inactive Electronic Record Action

RecordTypeEsoAllowEvents 

Inactive documents processed by Event Server

RecordTypeEsoDateType 

Inactive Electronic Records Date selector

RecordTypeEsoEnable 

Enable Inactive Record Manager (Electronic)

RecordTypeEsoMonths 

Inactive Electronic Records Monthss after date selector

RecordTypeEsoStoreUri 

Inactive Records Document Store

RecordTypeEsoYears 

Inactive Electronic Records Years after date selector

RecordTypeEStore 

Store Name

RecordTypeExtensionLimit 

Borrowing Extension (Days)

RecordTypeExternalId 

External ID

RecordTypeFinalisePreviousVersion 

Finalize Previous Version

RecordTypeFinalReminderDays 

Days before issuing a finalize reminder

RecordTypeFollowupReminderDays 

Days before issuing a follow up reminder

RecordTypeHideFreeTextTitle 

Hide Free Text Title On Data Entry Form

RecordTypeHomeCanBeSpace 

Home can be a Space

RecordTypeHomeLocation 

Home

RecordTypeInsecureContainer 

Behaviour for handling more secure contents

RecordTypeInsecureDocument 

Behaviour for handling less secure contents

RecordTypeIsActive 

Active?

RecordTypeLastNumber 

Last Number Used

RecordTypeLevel 

Container Level

RecordTypeMaximumContents 

Maximum contents

RecordTypeMediaType 

Default media type

RecordTypeMoveWhenReadOnly 

Can Move Record When Read Only

RecordTypeName 

Name

RecordTypeNeedsAuthorizationProcess 

Documents should be subject to an authorization process

RecordTypeNeedsClassification 

Needs Classification

RecordTypeNeedsReviewProcess 

Documents should be subject to a review process

RecordTypeNewPartCreationRule 

Default Automated Part Rule

RecordTypeNotes 

Notes

RecordTypeNotesInsertStyle 

Notes Insert Style

RecordTypeNumberFromType 

Numbering based on another Record Type

RecordTypeNumberingIsManual 

Numbering requires manual input

RecordTypeNumberMethod 

Numbering Method

RecordTypeNumberPattern 

Number Pattern

RecordTypeOldVersionPurgeStyle 

Previous version purge style

RecordTypeOwnerLocation 

Owner

RecordTypePartSeparator 

Part Separator

RecordTypePreserveRevisions 

Preserve All Revisions

RecordTypePreventDispChangeIfNoSchedule 

Prevent disposition change if no Schedule

RecordTypePsoActionType 

Inactive Record Action

RecordTypePsoBoxRTY 

Inactive Records (physical) box Record Type

RecordTypePsoDateType 

Inactive Records Date selector

RecordTypePsoEnable 

Enable Inactive Record Manager (Physical)

RecordTypePsoMonths 

Inactive Records Monthss after date selector

RecordTypePsoNewHomeLoc 

Inactive Records Document Store

RecordTypePsoYears 

Inactive Records Years after date selector

RecordTypePurgePreviousVersion 

Purge previous version

RecordTypeResetAtEnd 

Reset At End

RecordTypeResetAtYearEnd 

Reset at year end

RecordTypeRetentionSchedule 

Retention Schedule

RecordTypeReviewerReminderDays 

Days before issuing a review reminder

RecordTypeReviewersCanEdit 

Reviewers Can Edit Document

RecordTypeSapContainerRecordType 

SAP Container Record Type

RecordTypeSapCreateContact 

Create Contact for SAP documents

RecordTypeSapCreateContainers 

Create Containers for SAP documents

RecordTypeSapCreateCountries 

Create SAP Countries

RecordTypeSapCreateCreatorLoc 

Create Creator Location for SAP documents

RecordTypeSapForceDeleteDate 

Force SAP Delete Date

RecordTypeSapRepositoryId 

SAP Repository ID

RecordTypeSapTitleTemplate 

SAP Title Template

RecordTypeSapTitleTemplateKS 

SAP Title Template (Keys Set)

RecordTypeSapUseCountryCode 

Use SAP Country Code

RecordTypeSapUseDeleteDate 

Use SAP Delete Date

RecordTypeSecCompliant 

SEC Compliant

RecordTypeSecProfile 

Record Security

RecordTypeSetDueDateFromActions 

Set the Due Date to the Due Date of the Current Action

RecordTypeSetLastActionOnView 

Set Last Action Date when viewing a document

RecordTypeSortOrder 

Sort Order

RecordTypeStartupTemplate 

Initiate Workflow based on a Template

RecordTypeStoreType 

Use Store

RecordTypeSuppressContentIndexing 

Suppress Content Indexing

RecordTypeTasks 

Task List

RecordTypeTitlingMethod 

Titling Method

RecordTypeTrimIconId 

Icon

RecordTypeUseCensus 

Track during Census

RecordTypeUsePartNumber 

Use Part Number

RecordTypeUseRetention 

Allow Retention Schedule

RecordTypeUsualBehaviour 

Behaves Like

RecordTypeVersionNumbering 

Use Version Numbering

RecordTypeWithinSeries 

Records should be placed within a series

RecordRelationshipCanView 

Can View Related Record

RecordRelationshipDescription 

Description

RecordRelationshipIsReverse 

Is an Inverse Relationship

RecordRelationshipRelatedRecord 

Related Record

RecordRelationshipRelatedTitle 

Related Record Title

RecordRelationshipRelationNumber 

Part Number

RecordRelationshipRelationType 

Relationship Type

RecordRelationshipReverseRelationType 

Inverse Relationship Type

RecordRenditionAddedOn 

Added On

RecordRenditionBytes 

Size

RecordRenditionConfidenceLevel 

OCR Confidence Level

RecordRenditionDateModified 

Last Modified

RecordRenditionDescription 

Description Or Reason

RecordRenditionEStore 

Document Store

RecordRenditionEStoreId 

Document Store ID

RecordRenditionExtension 

Extension

RecordRenditionMimeType 

Internet Media Type

RecordRenditionNbrPages 

Number of Pages

RecordRenditionNotes 

Notes

RecordRenditionPageNumber 

Page Number

RecordRenditionTypeOfRendition 

Rendition Type

RecordRevisionBytes 

Size

RecordRevisionCheckedInBy 

Checked In By

RecordRevisionDateModified 

Date Modified

RecordRevisionDescription 

Source

RecordRevisionDocumentType 

Document Type

RecordRevisionEStore 

Document Store

RecordRevisionEStoreId 

Document Store ID

RecordRevisionExtension 

Extension

RecordRevisionMimeType 

Internet Media Type

RecordRevisionNbrPages 

Number of Pages

RecordRevisionPreservationNotes 

Preservation Notes

RecordRevisionPreserve 

Preserve

RecordRevisionRevisionNumber 

Revision Number

RecordSapComponentApplicationVersion 

Application Version

RecordSapComponentArchiveDate 

Archive Date

RecordSapComponentArchiveLinkVersion 

ArchiveLink Version

RecordSapComponentBytes 

Bytes

RecordSapComponentCharacterSet 

Character Set

RecordSapComponentComponentId 

Component ID

RecordSapComponentContentType 

Content Type

RecordSapComponentDateModified 

Date Modified

RecordSapComponentExtension 

Extension

RecordSapComponentFileName 

File Name

RecordSapComponentStoreId 

Document Store ID

RecordSapComponentStoreUri 

Document Store

ReportCount 

Count

ReportDatabaseName 

Dataset

ReportDate 

Date

ReportDefaultDevice 

Default Printer Device

ReportDefaultDriver 

Default Print Driver

ReportDefaultPort 

Default Printer Port

ReportDefaultTray 

Default Printer Tray

ReportForBobType 

Type

ReportForBobTypeDesc 

Type

ReportForObject 

For Object Type

ReportLicensee 

Licensee

ReportLoginName 

Login Name

ReportName 

Name

ReportPage 

Page

ReportReportEnd 

End of Report

ReportReportName 

Name

ReportSearchTitle 

Search Criteria Title

ReportTime 

Time

ReportTitle 

Report Title

ReportUserTitle 

Optional Title

ReportBitmapBitmapFileName 

Bitmap File

ReportBitmapDateModified 

Date Modified

ReportBitmapEStore 

Store

ReportBitmapExtension 

Extension

ReportBitmapName 

Name

ReportBitmapSize 

Size

ReportBitmapStoreId 

Store ID

RequestContentReference 

Content Reference

RequestCurrentLocation 

Record Assignee

RequestDateCompleted 

Date Completed

RequestDateCreated 

Date Created

RequestDescription 

Description

RequestDueDate 

Date Required

RequestEndDate 

Date of Final Request

RequestFrequency 

Frequency

RequestFrequencyType 

Frequency Type

RequestIsComplete 

Is Complete

RequestNotes 

Notes

RequestPriority 

Priority

RequestRecord 

Record

RequestRequestor 

Requested By

RequestRequestType 

Request Type

RequestServiceLocation 

Service Location

RequestServiceSpace 

Service Space

RequestStatus 

Status

RequestStatusChangedDate 

Date Status Changed

RequestStatusDetails 

Status Details

RequestTransitAddress 

Delivery/Pickup Address

RequestTransitLocation 

Delivery/Pickup Location

RequestViewable 

Record is viewable

RecordTypeAutoSubFolderSequenceNumber 

Sequence Number

RecordTypeAutoSubFolderSubClassification 

Sub Folder Classification

RecordTypeAutoSubFolderSubRecordType 

Sub Folder Record Type

RecordTypeAutoSubFolderSubSchedule 

Sub Folder Schedule

RecordTypeAutoSubFolderTitle 

Title Template

SavedSearchAccessControl 

Access Control

SavedSearchActivityDueSearchIncludesAuthorization 

Activities Due search includes authorizations

SavedSearchActivityDueSearchIncludesEscalated 

Activities Due search includes escalated to

SavedSearchAnyWordContents 

Any Word search includes document content

SavedSearchAnyWordNotes 

Any Word search includes Record notes

SavedSearchAnyWordTitle 

Any Word search includes Record titles

SavedSearchAssigneeSearchIncludesDelegates 

Assignee includes delegates

SavedSearchAssigneeSearchIncludesGroups 

Assignee includes groups

SavedSearchAssigneeSearchIncludesPosition 

Assignee includes position

SavedSearchCanEdit 

Can edit query

SavedSearchCanExecute 

Can execute query

SavedSearchDefaultIncludesContent 

When using a default record search, look for matches in Record document content

SavedSearchDefaultIncludesNotes 

When using a default record search, look for matches in Record notes

SavedSearchDefaultIncludesNumber 

When using a default record search, look for matching Record numbers

SavedSearchDefaultIncludesTitle 

When using a default record search, look for matches in Record titles

SavedSearchDescription 

Description

SavedSearchExtendedIDOLOptimization 

Extended IDOL optimization

SavedSearchFilterString 

Filter String

SavedSearchFullName 

Full Name

SavedSearchIconId 

Icon

SavedSearchIdolSearchStyle 

IDOL search style

SavedSearchIsGrouping 

Is Search Group

SavedSearchIsOldFormat 

Old Format

SavedSearchIsPublic 

Is Public

SavedSearchName 

Name

SavedSearchObjectType 

Object Type

SavedSearchOwner 

Owner

SavedSearchParent 

Within Search Group

SavedSearchQueryString 

Query String

SavedSearchResultPostProcessing 

Post processing of search results

SavedSearchSortString 

Sort String

ScheduleAccessControl 

Access Control

ScheduleActionSummary 

Action Summary

ScheduleActiveDescription 

Active Dates

ScheduleActiveFrom 

Active From

ScheduleActiveTo 

Active To

ScheduleCanAttach 

Can attach to Records

ScheduleCanOnlyDestroyInactive 

Can Only Dispose Inactive Records

ScheduleExpandedTitle 

Expanded Schedule Title

ScheduleHasChildSchedules 

Has Child Schedules

ScheduleIgnoreBlankDestroyTriggers 

Ignore Disposal Triggers with a blank Due Date

ScheduleInUse 

Active?

ScheduleIsAgencySpecific 

Agency Specific

ScheduleName 

Schedule Number

ScheduleNotes 

Notes

ScheduleParentSchedule 

Parent Schedule

SchedulePolicyCentreGUID 

Policy Center Solution GUID

ScheduleRetainJurisdictions 

Retain Jurisdictions

ScheduleRetention 

Retain Style

ScheduleSource 

Source

ScheduleSuppressTriggerCalculationAlways 

Suppress trigger calculations whenever this Schedule is modified

ScheduleSuppressTriggerCalculationEventOnCommit 

Suppress trigger calculations for this modification

ScheduleTitle 

Title

ScheduleUseEarliestDestroyDate 

Use Earliest Disposal Date

ScheduledTaskAssignee 

Assigned To

ScheduledTaskAttachDate 

Attached On

ScheduledTaskAttachedToObject 

Attached To

ScheduledTaskAttachedToObjectType 

Attached To

ScheduledTaskAttachedToObjectUri 

Attached To Object

ScheduledTaskCompletionDate 

Finishing date

ScheduledTaskDescription 

Description

ScheduledTaskIntervalSize 

Interval Size

ScheduledTaskIntervalType 

Interval Type

ScheduledTaskIsComplete 

Is Complete

ScheduledTaskLastActionedOn 

Last Done On

ScheduledTaskNextDueDate 

Next Due Date

ScheduledTaskNotes 

Notes

ScheduledTaskRepetitions 

Maximum Repetitions

ScheduledTaskRepetitionsDone 

Number of times performed

ScheduledTaskScheduleDescription 

Schedule Description

ScheduledTaskStartDate 

Commencement date

ScheduledTaskStatus 

Status

ScheduleTriggerAfterDays 

Days

ScheduleTriggerAfterMonths 

Months

ScheduleTriggerAfterYears 

Years

ScheduleTriggerBasedOnEvent 

Based On Event

ScheduleTriggerDateType 

Date Type

ScheduleTriggerDelayType 

Trigger Delay

ScheduleTriggerDescription 

Description

ScheduleTriggerEventOccurringAfter 

Event Occurring After

ScheduleTriggerFixedDate 

Fixed Date

ScheduleTriggerIsForDestroy 

Destroy

ScheduleTriggerJurisdiction 

Jurisdiction

ScheduleTriggerPolicyCentreGUID 

Policy Center Solution GUID

ScheduleTriggerPolicyCentreMappingGUID 

Policy Center Solution Mapping GUID

ScheduleTriggerPolicyCentreNotes 

Policy Center Solution Notes

ScheduleTriggerPolicyCentreTitle 

Policy Center Solution Title

ScheduleTriggerRounding 

Rounding

ScheduleTriggerTransferTo 

Transfer To

ScheduleTriggerTriggerType 

Trigger Type

ScheduleTriggerTriggerTypeDescription 

Trigger Type Description

ScheduleTriggerUserDefinedDate 

User Defined Date

SearchFormDefinition 

Form Definition XML

SearchFormDescription 

Description

SearchFormFactoryDefinition 

Factory Default Form Definition XML

SearchFormName 

Name

SearchFormObjectType 

Object Type

SecurityCaveatAbbreviation 

Abbreviation

SecurityCaveatActiveDescription 

Active Dates

SecurityCaveatActiveFrom 

Active From

SecurityCaveatActiveTo 

Active To

SecurityCaveatCaveatNumber 

ID

SecurityCaveatIsActive 

Active?

SecurityCaveatName 

Description

SecurityCaveatNotes 

Notes

SecurityGuideActiveDescription 

Active Dates

SecurityGuideActiveFrom 

Active From

SecurityGuideActiveTo 

Active To

SecurityGuideDeclassify 

Declassify

SecurityGuideDeclassifyDate 

Declassify Date

SecurityGuideDeclassifyEvent 

Declassify Event

SecurityGuideDeclassifyExemption 

Declassify Exemption

SecurityGuideDeclassifyYears 

Declassify Years

SecurityGuideDescription 

Description

SecurityGuideEntryReference 

Entry Reference

SecurityGuideNotes 

Notes

SecurityGuideReason 

Reason For Security Classification

SecurityGuideSecurityLevel 

Security Level

SecurityGuideSecurityString 

Security

SecurityGuideTypeOfDeclassification 

Declassify Type

SecurityLevelAbbreviation 

Abbreviation

SecurityLevelActiveDescription 

Active Dates

SecurityLevelActiveFrom 

Active From

SecurityLevelActiveTo 

Active To

SecurityLevelIsActive 

Active?

SecurityLevelLevelNumber 

Ranking

SecurityLevelName 

Description

SecurityLevelNotes 

Notes

SharePointItemIsDocument 

Is A Document

SharePointItemItemURL 

SharePoint Document URL

SharePointItemListGUID 

SharePoint List GUID

SharePointItemListItemId 

List Item ID

SharePointItemListItemRecord 

List Item Record

SharePointItemListRecord 

List Record

SharePointItemListType 

SharePoint List GUID

SharePointItemListURL 

SharePoint List URL

SharePointItemModifiedTitle 

Modified Title

SharePointItemOriginator 

Originator

SharePointItemRelationship 

Relationship Properties

SharePointItemStatus 

Status

SharePointItemSynchPending 

Synchronization Pending

SharePointItemUniqueId 

SharePoint Identifier

SharePointItemViewable 

Record is viewable

SpaceAccessControl 

Access Control

SpaceAdministeredBy 

Administered By

SpaceAdministrator 

Administrator

SpaceAdvancedUsageDetails 

Space Usage - Detailed

SpaceAvailable 

Total Available Space

SpaceCapacity 

Total Capacity

SpaceDescription 

Description

SpaceDestroyedAllBays 

Number of Destroyed Records in All Holding Bays

SpaceDestroyedInBay 

Number of Destroyed Records in Holding Bay

SpaceDestroyedRecords 

Number of Destroyed Records

SpaceForeignBarcode 

Foreign Barcode

SpaceFullDescription 

Full Description

SpaceHasHoldingBay 

Has Holding Bay

SpaceIsCaptioned 

Has Been Captioned

SpaceIsLowestLevel 

Is Lowest Level

SpaceLevel 

Level Name

SpaceNickName 

Search Key

SpaceNodeAvailable 

Available

SpaceNodeCapacity 

Capacity

SpaceNodeUsed 

Used

SpaceNumber 

Space Number

SpaceRecordsActualAllBays 

Records Actually In All Holding Bays

SpaceRecordsActuallyAtHome 

Records Actually Within

SpaceRecordsActuallyInBay 

Records Actually In Holding Bays

SpaceRecordsAdded2YearsAgo 

Records Added 2 Years Ago

SpaceRecordsAddedLastYear 

Records Added Last Year

SpaceRecordsAddedThisYear 

Records Added This Year

SpaceRecordsAllBays 

Records In All Holding Bays

SpaceRecordsAtHome 

Records In Storage

SpaceRecordsInHoldingBay 

Records In Holding Bay

SpaceRecordsLoanAllBays 

Records On Loan From All Holding Bays

SpaceRecordsOut 

Records On Loan

SpaceRecordsOutOfBay 

Records On Loan From Holding Bays

SpaceSecurity 

Security

SpaceUsageDetails 

Space Usage

SpaceUsed 

Total Used Space

SpaceWithin 

Within Space

StopWordName 

Noise Word

TodoItemItemReferenceDetails 

Reference Details

TodoItemItemReferenceRecord 

Record

TodoItemItemReferenceReferenceType 

Reference Type

TodoItemItemReferenceSequenceNbr 

Sequence Number

TodoItemAssignee 

Assignee

TodoItemCreatedBy 

Created By

TodoItemDateCreated 

Date Created

TodoItemDateDone 

Date Completed

TodoItemDateDue 

Date Due

TodoItemDescription 

Description

TodoItemIsComplete 

Completed

TodoItemIsOverdue 

Overdue

TodoItemItemPriority 

Priority

TodoItemNotes 

Notes

TodoItemNotifyByEmail 

Notify By Email

TodoItemTodo 

To Be Done

ScheduledTaskHistoryActionDate 

Date Actioned

ScheduledTaskHistoryActionedBy 

Actioned By

ScheduledTaskHistoryDetails 

Details

ScheduledTaskHistoryDueDate 

Date Action was Due

UserLabelAccessControl 

Access Control

UserLabelAttachable 

Can Attach

UserLabelDateCreated 

Date Created

UserLabelDetachable 

Can Detach

UserLabelFullName 

Full User Label Name

UserLabelHasChildLabels 

Has Child User Labels

UserLabelIconId 

Icon

UserLabelLabelType 

User Label Type

UserLabelName 

User Label Name

UserLabelNotes 

Notes

UserLabelOwner 

Owner

UserLabelParentLabel 

Parent User Label

ActivityAuthorizationAuthorizedBy 

Authorizing Officer

ActivityAuthorizationAuthorizedOn 

Date Authorized

ActivityDocumentAction 

Action

ActivityDocumentDefaultContainer 

Default Container

ActivityDocumentDocumentId 

Document Identification

ActivityDocumentMandatory 

Record must be associated before the Activity can be completed

ActivityDocumentOrigin 

Origin

ActivityDocumentOriginatingActivityId 

Originating Activity ID

ActivityDocumentRecord 

Linked Record

ActivityDocumentRecordType 

Default Record Type

ActivityDocumentStatus 

Status

ActivityDocumentSupercopy 

Super Copy From

ActivityDocumentTitle 

Title

ActivityDocumentUsage 

Used For

ActivityEmailRecipientCcTo 

CC Notifications To

ActivityEmailRecipientMessageTypes 

Email Notifications

ActivityEscalationDateEscalationDue 

Date To Escalate

ActivityEscalationDescription 

Description

ActivityEscalationEscalateTo 

Escalate To

ActivityEscalationWaitingPeriod 

Waiting Period

ActivityResultDescription 

Description

ActivityResultName 

Name

ActivityResultPositions 

Position Information

ActivityResultRollbackToId 

Rollback To

ActivityResultWasReached 

Was Reached

ActivityStartConditionDescription 

Description

ActivityStartConditionIsMandatory 

Mandatory

ActivityStartConditionLinePositions 

Position Information

ActivityStartConditionNormalLinePositionFixed 

Normal View Line Tagged

ActivityStartConditionOutlineLinePositionFixed 

Outline View Line Tagged

ActivityStartConditionPredecessorId 

Predecessor Activity

ActivityStartConditionPredecessorResult 

Predecessor Result

WorkflowDocumentDocumentId 

Document Identification

WorkflowDocumentPlaceholderType 

Used For

WorkflowDocumentRecord 

Linked Record

WorkflowDocumentTitle 

Title

WorkflowTemplateDocumentDocumentId 

Document Identification

WorkflowTemplateDocumentPlaceholderType 

Used For

WorkflowTemplateDocumentRecord 

Linked Record

WorkflowTemplateDocumentTitle 

Title

WordCount 

Usage Count

WordField 

Field

WordName 

Indexed Word

WordWordType 

Type

WorkflowAccessControl 

Access Control

WorkflowAutoStartActivities 

Automatically Start Activities

WorkflowCreator 

Workflow Creator

WorkflowCustomer 

Client

WorkflowDateCompleted 

Date Completed

WorkflowDateDue 

Date Due

WorkflowDateRegistered 

Date Registered

WorkflowDateStarted 

Date Started

WorkflowDefaultContainer 

Default Container

WorkflowDestroyDueDate 

Date Due For Destruction

WorkflowEmailSupervisor 

Email Supervisor

WorkflowIncomplete 

Incomplete

WorkflowInitiator 

Initiating Record

WorkflowIsComplete 

Complete

WorkflowIsOverdue 

Overdue

WorkflowJobNumber 

Job Number

WorkflowJobNumberExpanded 

Job Number (Expanded)

WorkflowLockedBy 

Locked By

WorkflowLockedOn 

Locked On

WorkflowLockStatus 

Lock Status

WorkflowName 

Name

WorkflowNormalRect 

Normal View Rectangle

WorkflowNotes 

Notes

WorkflowOutlineRect 

Outline View Rectangle

WorkflowOverheadCost 

Cost Overhead

WorkflowPercentageCompleted 

Percentage Completed

WorkflowRecalcWhenFinishEarly 

Recalculate Due Date When Finishing Early

WorkflowRecalcWhenFinishLate 

Recalculate Due Date When Finishing Late

WorkflowRecalcWhenSuspended 

Recalculate Due Date When Suspended

WorkflowRecordType 

Record Type

WorkflowScheduledStartDate 

Scheduled Start Date

WorkflowSupervisor 

Workflow Supervisor

WorkflowTemplate 

Based On Template

WorkflowTotalActualCost 

Total Actual Cost

WorkflowTotalActualDuration 

Total Actual Duration

WorkflowTotalEstimatedCost 

Total Estimated Cost

WorkflowTotalEstimatedDuration 

Total Estimated Duration

WorkflowTotalRemainingDuration 

Total Remaining Duration

WorkflowWorkflowPriority 

Priority

WorkflowTemplateAccessControl 

Access Control

WorkflowTemplateAutoStartActivities 

Automatically Start Activities

WorkflowTemplateCopiedAccessControl 

Default Workflow Access Control

WorkflowTemplateDateRegistered 

Date Registered

WorkflowTemplateDefaultContainer 

Default Container

WorkflowTemplateDefaultPriority 

Priority

WorkflowTemplateEmailSupervisor 

Email Supervisor

WorkflowTemplateInitRecordBehavior 

Initiating Record Behaviour

WorkflowTemplateLockedBy 

Locked By

WorkflowTemplateLockedOn 

Locked On

WorkflowTemplateLockStatus 

Lock Status

WorkflowTemplateMonthsToKeep 

Workflow Retention Period (months)

WorkflowTemplateName 

Name

WorkflowTemplateNotes 

Notes

WorkflowTemplateOverheadCost 

Cost Overhead

WorkflowTemplateRecalcWhenFinishEarly 

Recalculate Due Date When Finishing Early

WorkflowTemplateRecalcWhenFinishLate 

Recalculate Due Date When Finishing Late

WorkflowTemplateRecalcWhenSuspended 

Recalculate Due Date When Suspended

WorkflowTemplateRecordType 

Record Type

WorkflowTemplateSupervisor 

Workflow Supervisor

WorkflowTemplateTotalEstimatedCost 

Template Total Cost

WorkflowTemplateTotalEstimatedDuration 

Total Estimated Duration

WorkingCopyAuthor 

Author

WorkingCopyDateModified 

Modified On

WorkingCopyExtension 

Extension

WorkingCopyFullFileName 

Full File Name (on Disk)

WorkingCopyLockExpiryDate 

Lock Expiry Date

WorkingCopyLockString 

Lock String

WorkingCopyRecord 

Record

WorkingCopyRecordUri 

Record URI

WorkingCopyRevision 

Revision

WorkingCopySize 

Size

WorkingCopyStore 

Document Store

WorkingCopyStoreId 

Document Store ID

WorkingCopyTitle 

Title

ZipCodeCity 

City

ZipCodeCountry 

Country

ZipCodePostcode 

Postal Code

ZipCodeRegion 

Region

ZipCodeState 

State

AppearanceUserOptionsApplyFilterToTreeChildren 
AppearanceUserOptionsDblClickContainers 
AppearanceUserOptionsDblClickDocsDesktop 
AppearanceUserOptionsDblClickDocsTrim 
AppearanceUserOptionsDblClickExtLinkName 
AppearanceUserOptionsEnablePredictiveOnTitle 
AppearanceUserOptionsSkinColour 
AppearanceUserOptionsSkinMode 
AppearanceUserOptionsStyle 
ConsignmentLogUserOptionsShowApprovals 
DroppedFilesUserOptionsAddAllDocstoRecent 
DroppedFilesUserOptionsAutoViewDocuments 
DroppedFilesUserOptionsConfirmCheckIn 
DroppedFilesUserOptionsContainer 
DroppedFilesUserOptionsDeleteFromDisk 
DroppedFilesUserOptionsDisplayDataEntryForm 
DroppedFilesUserOptionsEmailUpdateStyle 
DroppedFilesUserOptionsRecordType 
DroppedFilesUserOptionsRemoveEmptyOfflineFolder 
DroppedFilesUserOptionsUseDefaultRecordTypeInOffice 
DroppedFoldersUserOptionsDocumentTypeFilter 
DroppedFoldersUserOptionsShowBinaryFiles 
DroppedFoldersUserOptionsShowHiddenFiles 
DroppedFoldersUserOptionsShowReferenceFiles 
DroppedFoldersUserOptionsShowRenditionFiles 
DroppedFoldersUserOptionsShowSystemFiles 
DropzoneUserOptionsOnMinimise 
DropzoneUserOptionsShowAllSavedSearch 
DropzoneUserOptionsShowClassifications 
DropzoneUserOptionsShowFavRecords 
DropzoneUserOptionsShowFreeTitleOnly 
DropzoneUserOptionsShowMyClassifications 
DropzoneUserOptionsShowMyContainers 
DropzoneUserOptionsShowMyDocuments 
DropzoneUserOptionsShowSavedSearch 
EmailUserOptionsAddEmailToRecentDocuments 
EmailUserOptionsSendUsingTrimForm 
EmailUserOptionsUseSimpleMAPI 
EmailingRecordsUserOptionsAttachDocument 
EmailingRecordsUserOptionsAttachReference 
EmailingRecordsUserOptionsAttachRenditions 
EmailingRecordsUserOptionsAttachURL 
EmailingRecordsUserOptionsAttachWorkingDocument 
ExplorerConfigUserOptionsItemLimit 
ExplorerConfigUserOptionsShowClassifications 
ExplorerConfigUserOptionsShowFavorites 
ExplorerConfigUserOptionsShowHolds 
ExplorerConfigUserOptionsShowJurisdictions 
ExplorerConfigUserOptionsShowSchedules 
ExplorerConfigUserOptionsShowSpaces 
ExplorerConfigUserOptionsShowTodoItems 
ExplorerConfigUserOptionsShowTrays 
ExplorerConfigUserOptionsShowUserLabels 
ExternalSharingUserOptionsDocumentRecordType 
ExternalSharingUserOptionsMaximumSecurityLevel 
ExternalSharingUserOptionsPortNumber 
ExternalSharingUserOptionsServerName 
ExternalSharingUserOptionsSharedByField 
ExternalSharingUserOptionsShareGroup 
GisDataUserOptionsDisplayGISinWebBrowser 
GisDataUserOptionsStartPoint 
LocaleUserOptionsDateSeparator 
LocaleUserOptionsMonthBeforeDay 
LocaleUserOptionsPreferredLanguage 
LocaleUserOptionsYearFirst 
OutlookUserOptionsActionWhenDuplicateDetected 
OutlookUserOptionsCheckinSentItems 
OutlookUserOptionsDefaultCheckinStyle 
OutlookUserOptionsRevisionSpecialItems 
OutlookUserOptionsSentItemsCheckinStyle 
OutlookUserOptionsShowDataEntryForm 
OutlookUserOptionsWarnWhenDuplicateDetected 
PolicyCentreUserOptionsAuthenticationURL 
PolicyCentreUserOptionsClientID 
PolicyCentreUserOptionsClientSecret 
PolicyCentreUserOptionsCreateClassifications 
PolicyCentreUserOptionsDateLastRun 
PolicyCentreUserOptionsDiagnosticLogging 
PolicyCentreUserOptionsPageSize 
PolicyCentreUserOptionsPassword 
PolicyCentreUserOptionsRunForever 
PolicyCentreUserOptionsSynchronizationInterval 
PolicyCentreUserOptionsTenantID 
PolicyCentreUserOptionsUserName 
ReporterUserOptionsHorizontalAdjustment 
ReporterUserOptionsVerticalAdjustment 
SearchUserOptionsActivityDueSearchIncludesAuthorization 
SearchUserOptionsActivityDueSearchIncludesEscalated 
SearchUserOptionsAlphaObjectSort 
SearchUserOptionsAnyWordContents 
SearchUserOptionsAnyWordNotes 
SearchUserOptionsAnyWordTitle 
SearchUserOptionsAssigneeSearchIncludesDelegates 
SearchUserOptionsAssigneeSearchIncludesGroups 
SearchUserOptionsAssigneeSearchIncludesPosition 
SearchUserOptionsAutomaticallyViewRecords 
SearchUserOptionsDefaultIncludesContent 
SearchUserOptionsDefaultIncludesNotes 
SearchUserOptionsDefaultIncludesNumber 
SearchUserOptionsDefaultIncludesTitle 
SearchUserOptionsDefaultSortClassificationRecords 
SearchUserOptionsDefaultSortClientMatters 
SearchUserOptionsDefaultSortContainerContents 
SearchUserOptionsDefaultSortMatterRecords 
SearchUserOptionsEditor 
SearchUserOptionsExtendedIDOLOptimization 
SearchUserOptionsIdolSearchStyle 
SearchUserOptionsIncludeAlternateWhenShowingFolderContents 
SearchUserOptionsIncludeLocationsByAddressReference 
SearchUserOptionsIncludeLocationsByProfileReference 
SearchUserOptionsPreferredDistance 
SearchUserOptionsPreferredGDU 
SearchUserOptionsRecordEditor 
SearchUserOptionsResultPostProcessing 
SearchUserOptionsStartPointDefault 
SearchUserOptionsStartPointForContainers 
SearchUserOptionsStartPointForDocuments 
SearchUserOptionsStartPointForLocations 
SearchUserOptionsStartPointRecordDefault 
SearchUserOptionsTempTableSecurityFiltering 
SearchUserOptionsUnionForOrOptimization 
SearchUserOptionsUseDirectIDOLquery 
SearchUserOptionsUseSameWindowWhenNavigating 
SpellingUserOptionsAdvancedSpellingOptions 
SpellingUserOptionsAdvancedSpellingOptionsObsolete 
SpellingUserOptionsExtraDictionaries 
SpellingUserOptionsUseAmerican 
SpellingUserOptionsUseBritish 
SpellingUserOptionsUseChinese 
SpellingUserOptionsUseDutch 
SpellingUserOptionsUseFrench 
SpellingUserOptionsUseGerman 
SpellingUserOptionsUseItalian 
SpellingUserOptionsUsePortuguese 
SpellingUserOptionsUsePortugueseBrazil 
SpellingUserOptionsUseRussian 
SpellingUserOptionsUseSpanish 
SpellingUserOptionsUseSwedish 
SpellingUserOptionsUseVietnamese 
StartupUserOptionsActivityDue 
StartupUserOptionsCheckinStyles 
StartupUserOptionsClassificationBrowser 
StartupUserOptionsClientMatterHierarchy 
StartupUserOptionsDashboard 
StartupUserOptionsDocumentsCheckedOut 
StartupUserOptionsDueTray 
StartupUserOptionsExplorer 
StartupUserOptionsFavoriteClassifications 
StartupUserOptionsFavoriteLocations 
StartupUserOptionsFavoriteRecords 
StartupUserOptionsFavoriteSearches 
StartupUserOptionsFavoriteWorkflows 
StartupUserOptionsFind 
StartupUserOptionsInDueTray 
StartupUserOptionsInTray 
StartupUserOptionsNewItem 
StartupUserOptionsOfflineRecords 
StartupUserOptionsRecentContainers 
StartupUserOptionsRecentDocuments 
StartupUserOptionsRequests 
StartupUserOptionsTodoItems 
StartupUserOptionsUserLabels 
StartupUserOptionsWebClientPane1 
StartupUserOptionsWebClientPane2 
StartupUserOptionsWebClientPane3 
StartupUserOptionsWorkTray 
ViewerUserOptionsBrowserFileTypes 
ViewerUserOptionsLaunchNativeMailViewer 
ViewerUserOptionsNativeApplicationFileTypes 
ViewerUserOptionsPreviewDocument 
ViewerUserOptionsPreviewRevision 
ViewerUserOptionsPreviewShowHighlights 
ViewerUserOptionsReuseViewerWindow 
WebClientUserOptionsBypassFileTypes 
WebClientUserOptionsOnstreamFileTypes 
WebClientUserOptionsPageSize 
WebClientUserOptionsTimezone 

Property or Field Formats

Enumerator
String 

String

Number 

Integer

Boolean 

Boolean

Date 

Date

Datetime 

Date and Time

Decimal 

Decimal

Text 

Text

Currency 

Currency

Enum 

Enumerated Type

Object 

Object

BigNumber 

Large Number

Xml 

XML String

Geography 

Geography

Property Sort Modes

Enumerator
None 

None

AlphaNoCase 

Alphabetic, Case Insensitive

AlphaCase 

Alphabetic, Case Sensitive

Numeric 

Numeric

Icon 

Icon

OwnerEvent 

Owner Event

Date 

Date

Time 

Time

DateTime 

Date And Time

FileSize 

File Size

AlphaNoCaseEnhanced 

Alphabetic No Case Enhanced

AlphaCaseEnhanced 

Alphabetic Case Enhanced

Currency 

Currency

Url 

URL

Email 

Email

Decimal 

Decimal

Physical Storage Action Types

Enumerator
PutInBox 

Put in box

MoveToNewHome 

Move to new home location

Physical Inactive Record Selection Date Types

Enumerator
DateClosed 

Date Closed

DateInactive 

Date Inactive

DateLastAction 

Last Action Date

DateFinalized 

Date Declared As Final

DatePublished 

Date Published

DateUpdated 

Date Last Updated

Queue Properties

Enumerator
Lock 

Can Lock

Filter 

Can Filter

SubFolder 

Can Have Subfolders

CheckOut 

Can Check Out

Rendition 

Can Attach As Rendition

Queue Item Attributes

Enumerator
ShortName 

Name

Type 

Type

Size 

Size

Date 

Date

FullName 

Full Name

Status 

Status

RecordUri 

Record URI

RecordId 

Record ID

RecordTitle 

Record Title

ExtendedStatus 

Status

Document Queue Types

Enumerator
WinFolder 

Windows Folder

NotesFolder 

Notes Folder

MapiFolder 

Extended MAPI Folder

Queue Usage Types

Enumerator
Unspecified 

Unspecified

Process 

For Processing

Maintain 

Maintain

CheckoutTo 

For Checking Out

AutoProcess 

For Automatic Processing

Record Location Sub Types

Enumerator
AtLocation 

At Location

AtHome 

At Home

InContainer 

In Container

InSpace 

In Space

Unknown 

Missing

Record Access Controls

Enumerator
ViewDocument 

View Document

ViewRecord 

View Metadata

UpdateDocument 

Update Document

UpdateMetadata 

Update Record Metadata

ModifyAccess 

Modify Record Access

DestroyRecord 

Destroy Record

AddContents 

Contribute Contents

Behaviours

Enumerator
Document 

Document

Folder 

Folder

Series 

Series

Box 

Box

Custom1 

Custom 1

Custom2 

Custom 2

Custom3 

Custom 3

Custom4 

Custom 4

Custom5 

Custom 5

Custom6 

Custom 6

Custom7 

Custom 7

Custom8 

Custom 8

Custom9 

Custom 9

Custom10 

Custom 10

PaperFolder 

Folder (Paper Only)

Template 

Document Template

ContentBlock 

Document Content Block

SharepointSite 

SharePoint Site

SharepointList 

SharePoint List

Client 

Client Record

Matter 

Matter Record

SapDocument 

SAP Document

SdmFolder 

SDM Folder

SdmDocument 

SDM Document

Record Classes

Enumerator
Vital 

Vital

Corporate 

Corporate

WorkGroup 

Workgroup

Personal 

Personal

Reference 

Reference

Temporary 

Temporary

Record Security Declassification Types

Enumerator
OnDate 

On Specified Date

YearsAfter 

After Specified Years

Event 

After Specified Event

Exempt 

Exempt

Dispositions

Enumerator
Active 

Active

Inactive 

Inactive

Archived 

Archived (Keep Forever)

Destroyed 

Destroyed

Transferred 

Archived (Custody Transferred)

Dispositions Pending

Enumerator
Active 

Make Active

Inactive 

Make Inactive

Archived 

Archive (Keep Forever)

Destroyed 

Destroy

Transferred 

Archive (Transfer Custody)

Record Location Types

Enumerator
Current 

Assignee

Home 

Home

Owner 

Owner

Creator 

Creator

Contact 

Contact

Editor 

Editor

Reviewer 

Reviewer

Authorizer 

Authorizer

Record Purposes

Enumerator
Any 

Any Records

FindContainerFor 

Find Container

AttachDocument 

For Attach Document

FindSeries 

Find Series

EditDocument 

Edit Document

RelateTo 

Relate To

BrowsingWithinClass 

Browsing Within Classification

ViewDocument 

View Electronic Record

AttachRendition 

For Attach Rendition

DefaultContainer 

Default Container

SelectClient 

Select Client

SelectMatter 

Select Matter

BrowseClientMatter 

Client/Matter Browser

FindAltContainerFor 

Find Alternative Container

GpsSearch 

For GPS Search

FindTemplate 

Find a template

ConsignmentReview 

Review Consignment

ConsignmentApprove 

Approve Consignment

UserFieldValue 

Additional Field Value

ShowRecycleBin 

Recycle Bin

Record Relationships

Enumerator
IsRelatedTo 

Related to

IsTempCopy 

Copy of

IsRootPart 

First part of

DoesSupersede 

Supersedes

IsInSeries 

Within series

IsAttachmentOf 

Attached to

IsVersion 

First version of

IsAltIn 

Alternatively within

Custom1 

Custom 1

Custom2 

Custom 2

Custom3 

Custom 3

Custom4 

Custom 4

Custom5 

Custom 5

Custom6 

Custom 6

Custom7 

Custom 7

Custom8 

Custom 8

Custom9 

Custom 9

Custom10 

Custom 10

RedactionOf 

Redaction of

DerivedFrom 

Derived from

ContainsClause 

Contains Document Content Block

InSharepointSite 

Within sharePoint site

IsReplyTo 

Reply to

Sort Fields

Enumerator
None 

No Sort

Number 

Record Number

FreeTitle 

Title (Free Text Part)

ExternalId 

External ID

DateRegistered 

Date Registered

DateCreated 

Date Created

DateDue 

Date Due

DateClosed 

Date Closed

Priority 

Priority

Consignment 

Consignment Number

DateInactive 

Date Inactive

DateLastAction 

Last Action Date

RecordType 

Record Type

StructuredTitle 

Title (Structured Part)

DateFinalized 

Date Declared As Final

DatePublished 

Date Published

DateUpdated 

Date Last Updated

MediaType 

Media Type

Record Type Filters

Enumerator
All 

All

Electronic 

Electronic

AllForCreate 

All Creatable

ElectronicForCreate 

All Creatable Electronic

AllForCreateNoManual 

All Creatable - No Manually Numbered

ElectronicForCreateNoManual 

All Creatable Electronic - No Manually Numbered

SuitableForNumberingBy 

Suitable as numbering pattern provider

ForRecordSearch 

For Searching for Records

OdmaCreateDirect 

Suitable for SaveDirect in ODMA

FolderToCreate 

All Creatable Folders

FolderToCreateElectronic 

All Creatable Folders (Electronic)

RecordWithinClassification 

Record Within A Classification

RecordWithinClassificationElectronic 

Electronic Record Within A Classification

SimpleWebCreate 

All Creatable via Simplified Web Data Entry Form

ClientCreate 

Create Client Record

MatterCreate 

Create Matter Record

MatterItemCreate 

Create Record relating to Matter

MatterItemCreateElectronic 

Create Electronic Record relating to Matter

SharePointListItemRecordCreate 

Create SharePoint List Item Record

AutoSubfolderCreation 

Automatic SubFolder Creation

AutoClassificationSubFolder 

Auto-classification SubFolder

SdmFolder 

SDM default folder

SdmDocument 

SDM default document

Recycle Reasons

Enumerator
NotRecycled 

Not Recycled

Duplicate 

Duplicate item

WorkingPaper 

Working paper

Draft 

Draft item

Reference 

Reference Material

External 

External Material

Personal 

Personal Data

Custom1 

Custom Reason 1

Custom2 

Custom Reason 2

Custom3 

Custom Reason 3

Custom4 

Custom Reason 4

Custom5 

Custom Reason 5

Reference File Applications

Enumerator
Trim 

Content Manager

Desktop 

Content Manager Desktop

Dropzone 

Content Manager Dropzone

Rendition Types

Enumerator
Dsignature 

Digital Signature

Ocr 

OCR text

Annotation 

Annotation

Mif 

Machine Independent Format

Multimedia 

Multimedia Annotation

NativeMail 

Native Mail Format

Other1 

Custom 1

Other2 

Custom 2

Other3 

Custom 3

Other4 

Custom 4

Other5 

Custom 5

Other6 

Custom 6

Redaction 

Transparent Redaction

Longevity 

Long Term Storage (PDF)

Redactable 

Redactable

SinglePageView 

Single Page View

HtmlRepresentation 

HTML Representation

Thumbnail 

Thumbnail

SignedCopy 

Signed Copy

Original 

Original

Reporter Fonts

Enumerator
Text 

Text

SubText 

Sub Text

BigText 

Big Text

Title 

Title

SubTitle 

Sub Title

BigTitle 

Big Title

Caption 

Caption

Number 

Number

Custom1 

Custom 1

Custom2 

Custom 2

Custom3 

Custom 3

Custom4 

Custom 4

Custom5 

Custom 5

Custom6 

Custom 6

Custom7 

Custom 7

Custom8 

Custom 8

Request Priorities

Enumerator
High 

High

Medium 

Medium

Low 

Low

Request Purposes

Enumerator
Maintain 

Maintain

DeleteRecordRequest 

Delete Record Request

Request Status Types

Enumerator
NewAwaitingApproval 

New Request - Awaiting Approval

New 

New Request - Not Yet Actioned

AddedToVendor 

Added to Vendor Database

PickupReady 

Ready for Pick Up

SentOrder 

Order Sent to Vendor

OnPicklist 

On Vendor Pick List

AtDeliveryLocation 

Arrived at Delivery Location

FinalTransit 

In transit from Delivery Location

Complete 

Request Complete

Denied 

Request Complete - Delivery Request Denied

AcknowlodgeReceipt 

Request Receipt - Awaiting Acknowledgement

Cancelled 

Cancelled

Request Types

Enumerator
RetrieveTemporary 

Retrieve - Temporary

RetrieveRecurring 

Retrieve - Recurring

RetrievePermanent 

Retrieve - Permanent

PickupNew 

Pickup - New Record

PickupReturn 

Pickup - Return

Result Post Processing Methods

Enumerator
None 

No Post processing

LatestPart 

Latest Part

LatestVersion 

Latest version

Retain Options

Enumerator
CanBeDestroyed 

Can be Destroyed

KeepForever 

Keep Forever

KeepForeverInSomeJurisdictions 

Keep Forever in the specified Jurisdictions

Reverse Record Relationships

Enumerator
RisRelatedTo 

Related to

RisTempCopy 

Original of

RisRootPart 

Has First Part Of

RdoesSupersede 

Is superseded by

RisInSeries 

Series Record For

RisAttachmentOf 

Has Attachment

RisVersion 

Has First Version Of

RisAltIn 

Alternatively contains

Rcustom1 

Reverse Custom 1

Rcustom2 

Reverse Custom 2

Rcustom3 

Reverse Custom 3

Rcustom4 

Reverse Custom 4

Rcustom5 

Reverse Custom 5

Rcustom6 

Reverse Custom 6

Rcustom7 

Reverse Custom 7

Rcustom8 

Reverse Custom 8

Rcustom9 

Reverse Custom 9

Rcustom10 

Reverse Custom 10

RRedactionOf 

Was Redacted To

RDerivedFrom 

Derivations

ClauseWithin 

Is A Document Content Block Within

RinSharepointSite 

Contains SharePoint List or Site

RisReplyTo 

Has Reply

RM Grammar Items

Enumerator
Part 

Part

Parts 

Parts

RM Terminology Types

Enumerator
TrimClassic 

TRIM Classic

Us 

US Common

Schedule Usage Purposes

Enumerator
UseItem 

Use

SearchByItem 

Search By

MaintainItem 

Maintain

ReplaceReferences 

Replace References

Search Clause Groups

Enumerator
Name 

Name

Type 

Type

Text 

Text Search

Linked 

Linked Navigation

Tray 

Trays and Labels

Reference 

Reference and Control Numbers

Document 

Document Management

Date 

Dates and Times

Field 

Additional Fields

Retention 

Retention and Disposal

Location 

Contacts, People and Places

Process 

Business Process

Rm 

Records Management

Security 

Security and Audit

SharePoint 

SharePoint Integration

Other 

Other

Favorite 

Favorites

Recent 

Recently Used Methods

ClientMatter 

Client/Matter

The SearchClauseIds enum

Enumerator
Unknown 
Acl 
Active 
ActiveFrom 
ActiveTo 
All 
Audit 
Barcode 
Batch 
Copyacl 
Default 
Favorite 
Fbarcode 
Label 
None 
Saved 
Top 
Updated 
UpdatedBy 
Uri 
Usable 
ActionDefAssignable 
ActionDefIsProcedure 
ActionDefName 
ActivityAssignedOn 
ActivityAssignee 
ActivityAuthorizedBy 
ActivityAuthorizedOn 
ActivityCanStart 
ActivityCcto 
ActivityChild 
ActivityCompound 
ActivityDone 
ActivityDoneBy 
ActivityDoneOn 
ActivityDoneOnTime 
ActivityDueOn 
ActivityDueTray 
ActivityEarliestStartOn 
ActivityEscalatedTo 
ActivityId 
ActivityInsideTemplate 
ActivityLatestStartOn 
ActivityName 
ActivityOriginalAssignee 
ActivityOverdue 
ActivityPendingAuthorizationBy 
ActivityPriority 
ActivityRecord 
ActivitySkipped 
ActivityStartedOn 
ActivitySupervisor 
ActivitySuspendedBy 
ActivitySuspendedUntil 
ActivityTemplate 
ActivityWithin 
ActivityWord 
ActivityWorkflow 
AgendaItemApproved 
AgendaItemApprovedOn 
AgendaItemApprover 
AgendaItemAttached 
AgendaItemCarriedOverFrom 
AgendaItemMeeting 
AgendaItemMeetingType 
AgendaItemName 
AgendaItemNumber 
AgendaItemNumberx 
AgendaItemOrder 
AgendaItemParent 
AgendaItemPending 
AgendaItemSection 
AgendaItemStanding 
AgendaItemSubmittedBy 
AgendaItemSubmittedOn 
AgendaItemType 
AgendaItemTypeName 
AgendaItemAttachmentLocation 
AgendaItemAttachmentRecord 
AlertEventType 
AlertObjectType 
AlertSubscriber 
AlertUser 
AlertSubscriberIsSuspended 
AlertSubscriberUser 
ArchiveEventDueOn 
ArchiveEventOccurredOn 
ArchiveEventOccurrence 
ArchiveEventTitle 
ArchiveEventWord 
ArchiveEventOccurrenceAddedOn 
ArchiveEventOccurrenceOccurredOn 
ArchiveEventOccurrenceTriggeredBy 
AutoPartRuleDateType 
AutoPartRuleName 
AutoPartRuleType 
CensusCensusLocation 
CensusEndDate 
CensusInProgress 
CensusName 
CensusStartDate 
CheckinPlaceId 
CheckinPlaceName 
CheckinPlaceOwner 
CheckinPlaceStyle 
CheckinPlaceType 
CheckinStyleAction 
CheckinStyleAddressee 
CheckinStyleAltContainer 
CheckinStyleAssignee 
CheckinStyleAuthor 
CheckinStyleClassification 
CheckinStyleContainer 
CheckinStyleJurisdiction 
CheckinStyleMatter 
CheckinStyleMatterFolder 
CheckinStyleMatterTemplate 
CheckinStyleName 
CheckinStyleOwner 
CheckinStyleSchedule 
CheckinStyleTemplate 
CheckinStyleType 
ClassificationApproved 
ClassificationApprover 
ClassificationAuto 
ClassificationClass 
ClassificationHome 
ClassificationName 
ClassificationNumber 
ClassificationNumberx 
ClassificationOwner 
ClassificationParent 
ClassificationParentOf 
ClassificationPcsid 
ClassificationPendingAuto 
ClassificationRecordType 
ClassificationSapobject 
ClassificationSchedule 
ClassificationSecure 
ClassificationSecurityCaveat 
ClassificationSecurityLevel 
ClassificationTitle 
ClassificationViewRecords 
ClassificationWord 
CommunicationDetailAddress 
CommunicationDetailCity 
CommunicationDetailEmail 
CommunicationDetailLocation 
CommunicationDetailPostcode 
CommunicationDetailReference 
CommunicationDetailType 
CommunicationDetailWord 
CommunicationDated 
CommunicationDetail 
CommunicationDirection 
CommunicationMedium 
CommunicationRecord 
CommunicationViewable 
ConsignmentApprovedOn 
ConsignmentArchivist 
ConsignmentAutoExaminedOn 
ConsignmentCutoffDate 
ConsignmentDisposalDate 
ConsignmentDisposedOn 
ConsignmentDone 
ConsignmentNumber 
ConsignmentReviewedOn 
ConsignmentStatus 
ConsignmentTransferLocation 
ConsignmentType 
ConsignmentWaiting 
ConsignmentApproverApprover 
ConsignmentApproverConsignment 
ConsignmentApproverStatus 
ConsignmentIssueConsignment 
ConsignmentIssueIssueType 
ConsignmentIssueReviewer 
ConsignmentRejectionApprover 
ConsignmentRejectionConsignment 
ConsignmentRejectionIsConfirmed 
ConsignmentRejectionRecord 
ConsignmentRejectionRejectedOn 
DocumentQueueAddressee 
DocumentQueueAltContainer 
DocumentQueueAuthor 
DocumentQueueAuto 
DocumentQueueClassification 
DocumentQueueContainer 
DocumentQueueLocation 
DocumentQueueMachine 
DocumentQueueName 
DocumentQueueType 
ElectronicStoreAccessDate 
ElectronicStoreAutnGroup 
ElectronicStoreName 
ElectronicStoreReadonly 
ElectronicStoreStoreType 
ElectronicStoreTier 
ExternalWorkflowCase 
ExternalWorkflowCompletedOn 
ExternalWorkflowDone 
ExternalWorkflowDueOn 
ExternalWorkflowInit 
ExternalWorkflowOverdue 
ExternalWorkflowSlipId 
ExternalWorkflowTask 
ExternalWorkflowType 
ExternalWorkflowTaskAssignee 
ExternalWorkflowTaskDueOn 
ExternalWorkflowTaskOverdue 
ExternalWorkflowTaskTaskId 
ExternalWorkflowTaskTaskName 
ExternalWorkflowTaskWorkflow 
ExternalWorkflowTypeAuto 
ExternalWorkflowTypeCase 
ExternalWorkflowTypeContainer 
ExternalWorkflowTypeDoc 
ExternalWorkflowTypeId 
ExternalWorkflowTypeInit 
ExternalWorkflowTypeName 
ExternalWorkflowTypeNeedsRecord 
FieldDefinitionForLocations 
FieldDefinitionFormat 
FieldDefinitionForRecords 
FieldDefinitionInIdolSchema 
FieldDefinitionLookupSet 
FieldDefinitionName 
FieldDefinitionSapkey 
FieldDefinitionUsedFor 
FieldDefinitionVisible 
HistoryActivity 
HistoryBreach 
HistoryChangedTo 
HistoryClientIPA 
HistoryComputer 
HistoryConnectionIPA 
HistoryDate 
HistoryDetails 
HistoryEvent 
HistoryIsSearch 
HistoryLocation 
HistoryLogin 
HistoryObject 
HistoryObjectType 
HistoryRecord 
HistoryUser 
HistoryWorkflow 
HoldContact 
HoldExternal 
HoldName 
HoldRecord 
HtmlLayoutName 
HtmlLayoutType 
JurisdictionDescription 
JurisdictionHasMember 
JurisdictionMembers 
JurisdictionName 
KeywordAttachedTo 
KeywordBroader 
KeywordForbidden 
KeywordInTitleOf 
KeywordName 
KeywordNarrower 
KeywordNonPreferredFormsOf 
KeywordPrimary 
KeywordRelated 
KeywordSource 
KeywordUsedFor 
KeywordWord 
LocationAddressCity 
LocationAddressCountry 
LocationAddressPostcode 
LocationAddressRegion 
LocationAddressState 
LocationAddressType 
LocationAddressWord 
LocationAddress 
LocationAdministeredBy 
LocationAdministratorOf 
LocationBasedOnUserType 
LocationBusinessPhone 
LocationCommunication 
LocationContactOf 
LocationDelegateOf 
LocationDelegateTo 
LocationDob 
LocationEmail 
LocationGivenNames 
LocationGps 
LocationHasMember 
LocationHasOther 
LocationId 
LocationInitials 
LocationInternal 
LocationJurisdiction 
LocationLogin 
LocationMembers 
LocationMobile 
LocationName 
LocationOthers 
LocationPhone 
LocationRecipientOf 
LocationReview 
LocationSecurityCaveat 
LocationSecurityLevel 
LocationSenderOf 
LocationSortName 
LocationSupervisedBy 
LocationSupervisorOf 
LocationSurname 
LocationSurnamePrefix 
LocationType 
LocationUnique 
LocationUserType 
LocationUsingAddressOf 
LocationUsingProfileOf 
LocationValidLogin 
LookupItemAbbreviation 
LookupItemIsParent 
LookupItemName 
LookupItemNumber 
LookupItemParent 
LookupItemParentOf 
LookupItemSet 
LookupSetName 
LookupSetType 
MailTemplateName 
MailTemplateType 
MeetingAgenda 
MeetingCutoff 
MeetingDate 
MeetingDocument 
MeetingInvite 
MeetingIssue 
MeetingMinutes 
MeetingName 
MeetingOpen 
MeetingPending 
MeetingPlace 
MeetingRecord 
MeetingType 
MeetingTypeName 
MeetingTypePlace 
MetadataRuleMessage 
MetadataRuleType 
MinuteItemAction 
MinuteItemAgenda 
MinuteItemMeeting 
MinuteItemMotion 
MinuteItemName 
MinuteItemOrder 
MinuteItemOutcome 
MinuteItemProposer 
MinuteItemSeconder 
MinuteItemType 
MinuteItemTypeName 
MinuteItemActionArisingTodo 
MeetingDocumentRecord 
MeetingDocumentType 
MeetingInvitationAttendType 
MeetingInvitationPerson 
MeetingInvitationProxy 
MeetingInvitationType 
NotificationEventDate 
NotificationEventType 
NotificationObjectType 
OfflineRecordContainer 
OfflineRecordExtension 
OfflineRecordIsContainer 
OfflineRecordIsDocument 
OfflineRecordIsEmpty 
OfflineRecordStatus 
OfflineRecordTitle 
OriginAuto 
OriginLoadedOn 
OriginMachine 
OriginName 
OriginSource 
OriginType 
OriginHistoryOrigin 
OriginHistoryRunOn 
OriginHistorySource 
RecordClientMatterPartyInterest 
RecordClientMatterPartyParty 
RecordClientMatterPartyType 
RecordClientMatterRoleLocation 
RecordClientMatterRoleType 
RecordKeywordHow 
RecordKeywordKeyword 
RecordLocationDone 
RecordLocationDueOn 
RecordLocationFrom 
RecordLocationLocation 
RecordLocationOverdue 
RecordLocationPrimary 
RecordLocationReturnOn 
RecordLocationRole 
RecordLocationSpace 
RecordLocationTo 
RecordLocationType 
RecordAccessedOn 
RecordAccession 
RecordAction 
RecordActionedOn 
RecordActivity 
RecordAddressee 
RecordAllParts 
RecordAllRelated 
RecordAllVersions 
RecordAltContainer 
RecordAltContains 
RecordAnyWord 
RecordArchivedOn 
RecordArchiveOn 
RecordAssignee 
RecordAssigneex 
RecordAtHome 
RecordAttachedTo 
RecordAttachments 
RecordAuthor 
RecordAuthorizer 
RecordBcc 
RecordCanUseClass 
RecordCc 
RecordCheckedInBy 
RecordCheckedOutBy 
RecordCheckinStyle 
RecordClass 
RecordClassification 
RecordClient 
RecordClientOf 
RecordClientRecord 
RecordClosedOn 
RecordCombinedTitle 
RecordCommunication 
RecordConsignment 
RecordConsignmentNumber 
RecordContact 
RecordContactx 
RecordContainer 
RecordContainerEx 
RecordContains 
RecordContainsEx 
RecordContent 
RecordContentBlockIn 
RecordConversation 
RecordConversationId 
RecordCopyOf 
RecordCreatedOn 
RecordCreator 
RecordCS_atRegistration 
RecordCS_changeType 
RecordCS_classifiedBy 
RecordCS_classifiedByAgency 
RecordCS_declassifiedBy 
RecordCS_declassifiedOn 
RecordCS_declassify 
RecordCS_declassifyEvent 
RecordCS_derivedFrom 
RecordCS_downgrade 
RecordCS_downgradedBy 
RecordCS_downgradedOn 
RecordCS_downgradeEvent 
RecordCS_downgradeInstructions 
RecordCS_guide 
RecordCS_initial 
RecordCS_reason 
RecordCS_reviewedBy 
RecordCS_reviewedOn 
RecordCS_updatedBy 
RecordCS_updatedOn 
RecordCS_updatedReason 
RecordCS_upgradedBy 
RecordCS_upgradedOn 
RecordCurrentVersion 
RecordDerivedFrom 
RecordDestroyedOn 
RecordDestroyOn 
RecordDisposition 
RecordDocumentSize 
RecordDueOn 
RecordDueOrInTray 
RecordDueTray 
RecordEditedOn 
RecordEditor 
RecordElectronic 
RecordEnclosed 
RecordExcase 
RecordExinit 
RecordExtension 
RecordExternal 
RecordFinal 
RecordFinalisedOn 
RecordFirstPart 
RecordFirstVersionOf 
RecordFolderOrigin 
RecordGeneratedTitle 
RecordGps 
RecordHasAttachment 
RecordHasContentBlock 
RecordHasContents 
RecordHasDerivation 
RecordHasFirstPart 
RecordHasFirstVersion 
RecordHasHold 
RecordHasRedaction 
RecordHasReply 
RecordHasSite 
RecordHold 
RecordHoldingBay 
RecordHome 
RecordHomex 
RecordIdol 
RecordImported 
RecordInactiveOn 
RecordIndex 
RecordInSeries 
RecordInSite 
RecordInSpList 
RecordInTray 
RecordIsSeriesOf 
RecordJurisdiction 
RecordKeyword 
RecordLatestPart 
RecordLatestVersion 
RecordLinkOf 
RecordLinksTo 
RecordLockedOn 
RecordMakeInactiveOn 
RecordMatterOf 
RecordMatterRecord 
RecordMedia 
RecordMeeting 
RecordMessageId 
RecordMime 
RecordMissing 
RecordMyContainers 
RecordMyContent 
RecordMyDocuments 
RecordMyTemplates 
RecordNotes 
RecordNumber 
RecordNumberx 
RecordOffline 
RecordOrigin 
RecordOriginalOf 
RecordOriginRun 
RecordOtherContact 
RecordOwner 
RecordPartRule 
RecordParty 
RecordPartyEx 
RecordPriority 
RecordPublishedOn 
RecordReceivedOn 
RecordReclocationx 
RecordRecycledOn 
RecordRedactionOf 
RecordRegisteredOn 
RecordRelated 
RecordRelatedEx 
RecordRelatedReverseEx 
RecordReplyTo 
RecordRepresentative 
RecordRequest 
RecordRequestedOn 
RecordRequestor 
RecordReturnOn 
RecordReview 
RecordReviewer 
RecordReviewState 
RecordReviewStatus 
RecordRevision 
RecordRevisionEx 
RecordRole 
RecordRoleEx 
RecordSameClient 
RecordSameContact 
RecordSapcustomer 
RecordSapcustomerid 
RecordSapdoc 
RecordSaprepos 
RecordSchedule 
RecordScheduleStatus 
RecordSdmenv 
RecordSdmfile 
RecordSdmfolder 
RecordSdmrun 
RecordSecurityCaveat 
RecordSecurityLevel 
RecordSpace 
RecordSpaceOrBay 
RecordSpFarmGUID 
RecordSpGUID 
RecordSpLirId 
RecordSpLirURL 
RecordSpList 
RecordSpRecord 
RecordSpSiteCollectionGUID 
RecordSpType 
RecordSpURL 
RecordStore 
RecordSupersededBy 
RecordSupersededOn 
RecordSupersedes 
RecordTask 
RecordTitle 
RecordTodo 
RecordTransferOn 
RecordTransferredOn 
RecordType 
RecordTypedTitle 
RecordWorkflow 
RecordWorkTray 
RecordActionAssignedBy 
RecordActionAssignee 
RecordActionCanStart 
RecordActionCompletedBy 
RecordActionDone 
RecordActionDoneOn 
RecordActionDoneOnTime 
RecordActionDueOn 
RecordActionName 
RecordActionOverdue 
RecordActionParent 
RecordActionProcedure 
RecordActionRecord 
RecordActionStartOn 
RecordActionViewable 
RecordTypeAckRequests 
RecordTypeAction 
RecordTypeArchive 
RecordTypeAssignee 
RecordTypeBehaviour 
RecordTypeCanBeContainedBy 
RecordTypeCanContain 
RecordTypeCensus 
RecordTypeClassification 
RecordTypeExternalId 
RecordTypeField 
RecordTypeHasElecDocSupport 
RecordTypeHasMatter 
RecordTypeHome 
RecordTypeLevel 
RecordTypeLir 
RecordTypeMedia 
RecordTypeName 
RecordTypeOwner 
RecordTypeSaprepository 
RecordTypeSchedule 
RecordTypeSortOrder 
RecordTypeSpace 
RecordTypeStore 
RecordTypeTemplate 
RecordTypeTitling 
RecordRevisionCheckedInBy 
ReportName 
ReportType 
ReportBitmapName 
RequestAssignee 
RequestAthome 
RequestBy 
RequestCompletedOn 
RequestCreatedOn 
RequestDeliverTo 
RequestDone 
RequestDueOn 
RequestIsCurrent 
RequestPriority 
RequestRecord 
RequestServiceLocation 
RequestSpace 
RequestStatus 
RequestStatusDate 
RequestType 
RequestViewable 
RecordTypeAutoSubFolderClassification 
RecordTypeAutoSubFolderSchedule 
RecordTypeAutoSubFolderType 
SavedSearchCanEdit 
SavedSearchCanExecute 
SavedSearchFullName 
SavedSearchGroup 
SavedSearchName 
SavedSearchOld 
SavedSearchOwner 
SavedSearchParent 
SavedSearchPublic 
SavedSearchType 
ScheduleAgency 
ScheduleName 
ScheduleParent 
ScheduleParentOf 
SchedulePcsid 
ScheduleSource 
ScheduleTrigger 
ScheduleWord 
ScheduledTaskAssignee 
ScheduledTaskClassification 
ScheduledTaskDate 
ScheduledTaskDone 
ScheduledTaskFolders 
ScheduledTaskObjectType 
ScheduledTaskOverdue 
ScheduledTaskRecord 
ScheduleTriggerAfterDays 
ScheduleTriggerAfterMonths 
ScheduleTriggerAfterYears 
ScheduleTriggerDateType 
ScheduleTriggerDelayType 
ScheduleTriggerDestroy 
ScheduleTriggerFixedDate 
ScheduleTriggerJurisdiction 
ScheduleTriggerPcsid 
ScheduleTriggerPcsmapid 
ScheduleTriggerRounding 
ScheduleTriggerTransferTo 
ScheduleTriggerType 
ScheduleTriggerUserDateType 
SearchFormName 
SearchFormType 
SecurityCaveatAbbreviation 
SecurityCaveatCaveatNumber 
SecurityCaveatHeld 
SecurityCaveatName 
SecurityGuideEntryReference 
SecurityGuideHeld 
SecurityGuideSecurityLevel 
SecurityLevelAbbreviation 
SecurityLevelHeld 
SecurityLevelLevelNumber 
SecurityLevelName 
SharePointItemList 
SharePointItemListId 
SharePointItemRecord 
SharePointItemSynchPending 
SharePointItemUniqueId 
SharePointItemViewable 
SpaceBay 
SpaceKey 
SpaceLowest 
SpaceNumber 
SpaceParentOf 
SpaceWithin 
StopWordName 
TodoItemItemReferenceRecord 
TodoItemItemReferenceType 
TodoItemAssignee 
TodoItemCreator 
TodoItemDone 
TodoItemDoneOn 
TodoItemDueOn 
TodoItemName 
TodoItemOverdue 
TodoItemPriority 
TodoItemReference 
ScheduledTaskHistoryBy 
ScheduledTaskHistoryCompleted 
UserLabelAttachable 
UserLabelDateCreated 
UserLabelDetachable 
UserLabelFullName 
UserLabelHasChildren 
UserLabelName 
UserLabelOwner 
UserLabelParent 
UserLabelParentOf 
UserLabelStuckOn 
UserLabelType 
WordCount 
WordField 
WordName 
WordType 
WorkflowActivity 
WorkflowContainer 
WorkflowCreator 
WorkflowCustomer 
WorkflowDestroyOn 
WorkflowDone 
WorkflowDoneOn 
WorkflowDueOn 
WorkflowInitiator 
WorkflowJob 
WorkflowJobx 
WorkflowLockedBy 
WorkflowName 
WorkflowOverdue 
WorkflowPriority 
WorkflowRecord 
WorkflowRegisteredOn 
WorkflowScheduledStartOn 
WorkflowStartedOn 
WorkflowSupervisor 
WorkflowTemplate 
WorkflowWord 
WorkflowTemplateDateRegistered 
WorkflowTemplateName 
WorkflowTemplatePriority 
WorkflowTemplateSupervisor 
WorkingCopyAuthor 
WorkingCopyExtension 
WorkingCopyRecord 
WorkingCopyTitle 
ZipCodeCity 
ZipCodeCountry 
ZipCodePostcode 
ZipCodeRegion 
ZipCodeState 

Search Contact Types

Enumerator
Author 

Author

Addressee 

Addressee

Representative 

Representative

Other 

Other

Client 

Client

Any 

All Contact Types

Custom1 

Custom 1

Custom2 

Custom 2

Custom3 

Custom 3

Custom4 

Custom 4

Custom5 

Custom 5

Custom6 

Custom 6

Custom7 

Custom 7

Custom8 

Custom 8

Custom9 

Custom 9

Custom10 

Custom 10

Cc 

Copied

Bcc 

Blind Copied

Search Editors

Enumerator
String 

String-based Editor

Profile 

Multi-field Editor

Boolean 

Boolean Editor

Search Filter Types

Enumerator
All 

All

RecordType 

Record Type

Class 

Record Class

Disposition 

Disposition

Finalized 

Declared Final

FileType 

File Type

DateRegistered 

Date Registered

Subselect 

Subselect Search

Search Grammar Items

Enumerator
And 

and

Or 

or

Not 

not

To 

to

Fiscal 

fiscal

Fy 

FY

ToDate 

to date

Case 

case

Whole 

whole

Me 

me

MyPosition 

myPosition

MyUnit 

myUnit

MyOrganization 

myOrganization

Blank 

blank

Of 

of

Part 

Part

Parts 

Parts

Within 

within

Null 

null

Search Location Types

Enumerator
Current 

Assignee

Home 

Home

Owner 

Owner

Creator 

Creator

CheckedOutTo 

Checked Out To

Search parameter formats

Enumerator
Word 

Word

SimpleText 

Simple Text

ChildList 

Subordinate Item List

Freetext 

Content Text

String 

String

Boolean 

Boolean

DateRange 

Date Range

Number 

Number (32-bit)

BigNumber 

Number (64-bit)

Decimal 

Decimal

Currency 

Currency

Enum 

Enumerated Value

Object 

TRIM Object

ObjectAndEnum 

Object With Enum Qualifier

ObjectAndType 

Object And Type Qualifier

Uri 

Unique Identifier

Batch 

Batch

Geography 

Geography

Saved Search Purposes

Enumerator
Execute 

Perform Search

Subselect 

Sub-Select Filter

Maintain 

Maintain

SelectParent 

Select Parent Group

Search Starting Points

Enumerator
Default 

Default

All 

All Items

Favorites 

Favorite Items

Search 

Search Dialog

Search Time Periods (Plural)

Enumerator
Seconds 

Seconds

Minutes 

Minutes

Hours 

Hours

Days 

Days

Weeks 

Weeks

Months 

Months

Quarters 

Quarters

Years 

Years

Search Time Periods (Singular)

Enumerator
Second 

Second

Minute 

Minute

Hour 

Hour

Day 

Day

Week 

Week

Month 

Month

Quarter 

Quarter

Year 

Year

Search Time Tense

Enumerator
Past 

Previous

Present 

This

Future 

Next

Security Update Types

Enumerator
Upgraded 

Upgraded

Downgraded 

Downgraded

Declassified 

Declassified

None 

None

Server Message Types

Enumerator
Adhoc 

General

EstoreError 

Document Store Error

DbAvailable 

Dataset is now online

DbNoNewConnections 

Dataset is not accepting any new connections

DbUnavailable 

Dataset is not currently available

LicenseBreached 

Licensing Conditions Breached

Enumerator
NotAService 

Indicates that an application is not running as a service

WindowsService 

Indicates that an application is running as a Windows Service

WebService 

Indicates that an application is running as a Web Service

Set Author Options

Enumerator
NoDefault 

No Default

CurrentUser 

Current User

CurrentUserUnit 

Current User Unit

SpecifiedUser 

Specified User

Skin Styles

Enumerator
Off 

Off

On 

On

CustomColour 

Custom Colour

Address Types Used

Enumerator
Street 

Street

Postal 

Mailing

Email 

Email

Fax 

Facsimile

Space Allocation Methods

Enumerator
Simple 

Simple transfer

ToBay 

To Holding Bay

ToUnused 

To unused lowest level Spaces

Contiguous 

To contiguous set of lowest level Spaces

Space Levels

Enumerator
Warehouse 

Warehouse

Floor 

Floor

Area 

Area

Bay 

Bay

Row 

Row

Shelf 

Shelf

Slot 

Slot

Space Purposes

Enumerator
RecordHome 

Set Record Home

RecordHomeStrict 

Set Record Home Strict

SearchHome 

Search For Records At Home

Space Record Selections

Enumerator
InSpace 

All Records in this Space

InBay 

All Records in the Holding Bay for this Space

InSpaceRecursive 

All Records in lowest level Spaces of this Space

InBayRecursive 

All Records in the Holding Bays for this Space and any lower level Holding Bays

InEitherRecursive 

All Records in this Space and any lower levels (including Holding Bays)

Special Date Strings

Enumerator
NotSpecial 
Yesterday 

Yesterday

Today 

Today

Tomorrow 

Tomorrow

LastWeek 

Previous Week

ThisWeek 

This Week

NextWeek 

Next Week

LastMonth 

Previous Month

ThisMonth 

This Month

NextMonth 

Next Month

ThisYear 

This Year

YearToDate 

Year To Date

Last7Days 

Previous 7 Days

Next7Days 

Next 7 Days

Last14Days 

Previous 14 Days

Next14Days 

Next 14 Days

LastYear 

Previous Year

NextYear 

Next Year

LastWorkingDay 

Previous Working Day

NextWorkingDay 

Next Working Day

Last30Days 

Previous 30 Days

Next30Days 

Next 30 Days

Last6Months 

Previous 6 Months

Next6Months 

Next 6 Months

Last12Months 

Previous 12 Months

Next12Months 

Next 12 Months

Now 

Now

SharePoint Element Type

Enumerator
None 

Not In SharePoint

Site 

SharePoint Site

List 

SharePoint List

ListItem 

SharePoint List Item

List Item Originator Types

Enumerator
ThisList 

This List

Other 

Other

Managed List Item Status Types

Enumerator
Exposed 

Exposed

Relocated 

Relocated

SQL Error Types

Enumerator
Unspecified 

Unspecified

Deadlock 

Deadlock

ReferentialViolation 

Referential integrity violation

UniqueConstraintError 

Unique index constraint violation

QueryTooComplex 

SQL query too complex

Timeout 

SQL query timed out

AdoTimeout 

ADO query timed out

FailOver 

Failing over from primary to secondary or vice versa

enum HP.HPTRIM.SDK.SslMode
strong

SSL Modes

Enumerator
Allow 

Allow

Disable 

Disable

Prefer 

Prefer

Require 

Require

VerifyCA 

Verify CA

VerifyFull 

Verify Full

Startup Pane Types

Enumerator
Empty 

None

NewItem 

New item

Find 

Find Record

InTray 

Record In Tray

DueTray 

Record Due Tray

InDueTray 

Record In or Due Tray

ActivityDue 

Activity Due Tray

WorkTray 

Record Work Tray

FavoriteRecords 

Favorite Records

RecentContainers 

Recent Containers

RecentDocuments 

Recent Documents

FavoriteWorkflows 

Favorite Workflows

ClassificationBrowser 

Browse Via Classifications

OfflineRecords 

Offline Records

Requests 

Requests

FavoriteClassifications 

Favorite Classifications

DocumentsCheckedOut 

Documents Checked Out

TodoItems 

To Do Items

FavoriteSearches 

Favorite Saved Searches

FavoriteLocations 

Favorite Locations

CheckinStyles 

Check In Styles

ClientMatterHierarchy 

Browse Clients and Matters

UserLabels 

User Labels

Dashboard 

Dashboard

Explorer 

Explorer

Statistical Groupings

Enumerator
None 

No grouping

DateCreated 

Date Created

DateClosed 

Date Closed

DateDue 

Date Due

DateFinalized 

Date Declared As Final

DateInactive 

Date Inactive

DateModified 

Date Modified

DatePublished 

Date Published

DateReg 

Date Registered

DateDisposalDue 

Disposal Due Date

RecType 

Record Type

Security 

Security

Application 

Application

CurrentLoc 

Assignee

HomeLoc 

Home

OwnerLoc 

Owner

CreatorLoc 

Creator

AuthorLoc 

Author

ClientLoc 

Client

Schedule 

Retention Schedule

Classification 

Classification

ViewerLoc 

Viewer

ReviewDecision 

Review Decisions

ArchiveEvent 

Archiving Event

PendingEvent 

Pending Archive Event

Record Creation Statistics Date Range Types

Enumerator
Registered 

Date Registered

Created 

Date Created

Statistics Output Types

Enumerator
Csv 

CSV (Comma-Separated Values)

Html 

HTML

Statistical Select By

Enumerator
RecsCreated 

Date Created

RecsOpened 

Date Registered

RecsClosed 

Date Closed

RecsFinalised 

Date Declared As Final

RecsByDateInactive 

Date Inactive

RecsByPublish 

Date Published

RecsByModified 

Date Modified

RecsByViewed 

Date Document Viewed

RecsByPendingArchive 

Pending Archive Event Date

RecsByLastDate 

Last Action Date

RecsByDueDate 

Date Due

RecsByDestructionDate 

Date Due for Destruction

RecsByReviewDate 

Retention Review Date

RecsByDispChangeDate 

Disposition Change Date

Document Store Purposes

Enumerator
Default 

Record Type Default

Replacement 

Replacement Document Store

Maintain 

Maintain

Document Store Status Values

Enumerator
Available 

Available

ClosedForAdd 

No Additions

ReadOnly 

Read Only

Document Store Usage Types

Enumerator
Records 

Records

Revisions 

Revisions

LinkedDocuments 

Linked Documents

Renditions 

Renditions

Locations 

Electronic Addresses

Reports 

Reports

ReportBitmaps 

Report Graphics

Statistics 

Record Statistics

RevisionLinks 

Revision Links

AgendaItemType 

Agenda Item Types

AgendaItem 

Agenda Items

MinuteItem 

Minute Items

AgendaTemplate 

Agenda Templates

MinutesTemplate 

Minutes Templates

MinuteItemType 

Minute Item Types

OriginConfigFile 

Origin Configuration File

SapComponent 

SAP Component

ConsignmentApproval 

Consignment Approval

WorkingCopy 

Working Copies

String Display Alignments

Enumerator
Left 

Align Left

Centre 

Align Centre

Right 

Align Right

Property String Display Types

Enumerator
Default 

Default

ViewPane 

For View Pane

TreeColumn 

For Tree Column

Reporter 

For Reporter

DataEntry 

For Data Entry Field

ErrorMessage 

For Error Message

Export 

For Exporting

Merge 

For WP Merge

WebService 

For Web Service

WebPublish 

For Web Publish

String Format

Enumerator
Normal 

Normal

Plural 

Plural

AllLower 

All Lower

AllUpper 

All Upper

ShortForm 

Short

MixedCase 

Mixed Case

String Verification Types

Enumerator
Simple 

Simple

LookupSet 

Lookup Set

Mask 

Mask

AddIn 

Add-in

Url 

Internet URL

Email 

Email Address

Tab Bar Styles

Enumerator
Off 

Off

Top 

Top

Bottom 

Bottom

TopMenu 

Top with Menu

BottomMenu 

Bottom with Menu

Scheduled Task Status

Enumerator
Due 

Due

Overdue 

Overdue

Complete 

Complete

Text Object Types

Enumerator
Caption 

Caption

Calendar 

Calendar

GisHtml 

GIS Html Integration File

DataCleanup 

Data Cleanup Notes

GlobalVersSettings 

Global VERS Settings

OfflineAuditSummary 

Offline Audit Summary

Tiered Storage Types

Enumerator
Unknown 

Not Defined

Tier1 

Tier 1

Tier2 

Tier 2

Tier3 

Tier 3

CustomA 

Custom Tier A

CustomB 

Custom Tier B

Time Intervals

Enumerator
Seconds 

Seconds

Minutes 

Minutes

Hours 

Hours

Days 

Days

Weeks 

Weeks

Months 

Months

Titling Methods

Enumerator
FreeText 

Free Text

Classification 

Classification

Keyword_ISO 

Thesaurus Term - ISO

Keyword_Descriptor 

Thesaurus Term - Descriptor

Contact 

Client

ClientMatter 

From Client Or Matter

To Do Item Access Controls

Enumerator
View 

Can View

Update 

Can Update

ModifyAccess 

Can Modify Access

Delete 

Can Delete

Reference Types

Enumerator
Fyi 

FYI

Also 

See Also

Update 

Please Update

RefTypeOther1 

Other(1)

RefTypeOther2 

Other(2)

RefTypeOther3 

Other(3)

RefTypeOther4 

Other(4)

RefTypeOther5 

Other(5)

Tray Types

Enumerator
Favorites 

Favorites

Worktray 

Records Work Tray

Documents 

Recent Documents

Containers 

Recent Containers

Due 

Records Due

In 

Records In

DueOrIn 

Records In or Due

Templates 

Document Templates

ContentBlocks 

Content Blocks

ActivitiesDue 

Activities Due

Trigger Delay Types

Enumerator
YearsAndMonths 

Years and Months

Days 

Days

NoDelay 

No Delay

Trigger Rounding Types

Enumerator
NoRounding 

No Rounding

EndOfMonth 

End of Month

EndOfCalendarYear 

End of Calendar Year

EndOfFiscalYear 

End of Fiscal Year

EndOfQuarter 

End of Quarter

EndOfHalfYear 

End of Half Year

EndOfJanuary 

End of January

EndOfFebruary 

End of February

EndOfMarch 

End of March

EndOfApril 

End of April

EndOfMay 

End of May

EndOfJune 

End of June

EndOfJuly 

End of July

EndOfAugust 

End of August

EndOfSeptember 

End of September

EndOfOctober 

End of October

EndOfNovember 

End of November

EndOfDecember 

End of December

Schedule Triggers

Enumerator
DateCreated 

Date Created

DateClosed 

Date Closed

DateRegistered 

Date Registered

FixedDate 

Fixed Date

DateLastAction 

Last Action Date

DateArchived 

Date Archived

DateInactive 

Date Inactive

UserDefined 

Additional Field

DateModified 

Date Modified

RootDateCreated 

First Part Date Created

ContentDateFinalized 

Latest Date Declared As Final of Contents

DateFinalized 

Date Declared As Final

LastPartDateClosed 

Latest Part Date Closed

LastPartDateCreated 

Latest Part Date Created

ContentDateCreated 

Latest Date Created of Contents

ContentDateModified 

Latest Date Modified of Contents

ContentDateClosed 

Latest Date Closed of Contents

ContentDateLastAction 

Latest Last Action Date of Contents

DateMatterClosed 

Date Matter Record Closed

SapArchiveDate 

SAP Archived Date

SapModifiedDate 

SAP Modified Date

DateSuperseded 

Date Superseded

DateReceived 

Date Received

ArchivingEvent 

Archiving Event

Content Manager Event Counters

Enumerator
RecordsAdded 

Records Added

RecordsModified 

Record Modifications

Finalized 

Finalized

Unfinalised 

Unfinalized

ContainerChanged 

Container Changed

AssigneeChanged 

Assignee Changed

HomeChanged 

Home Changed

OwnerChanged 

Owner Changed

DateCreatedChanged 

Date Created Changed

DateRegisteredChanged 

Date Registered Changed

TitleChanged 

Title Changed

RecordsDeleted 

Records Deleted

LocationsAdded 

Locations Added

LocationsModified 

Location Modifications

LocationsDeleted 

Locations Deleted

Login 

Login

Logout 

Logout

UniqueLogins 

Unique Logins

Content Manager Path Types

Enumerator
Calendar 

Calendar File

Captions 

Captions File

UserDictionaries 

User Dictionaries Folder

SomewhereForTempFiles 

Temporary Folder

Favorites 

Favorites Folder

ClientDocumentCache 

Client Document Cache Folder

WorkgroupDocumentCache 

Workgroup Document Cache Folder

RollingLogPath 

Rolling Log Folder

AuditLog 

Audit Log Folder

QueueProcessingLogs 

Queue Processing Logs Folder

ThreadDataQueues 

Thread Data Queues Folder

ServerLogs 

Server Logs Folder

TopDrawerDB 

Offline Records DB Folder

UserButtonBitmaps 

User Button Bitmaps File

TopDrawerDocuments 

Offline Records Documents Folder

AppDataRootDir 

Application Data Root Folder

OutlookLogPath 

Outlook Logfile Folder

AsynchTransferToWGSPath 

Asynchronous Document Transfer Folder

WorkgroupConfigPath 

Workgroup Configuration File

TrimBinaries 

Content Manager Binaries Path

WorkgroupStreamingFolder 

Workgroup Streaming Folder

WorkgroupPendingFolder 

Workgroup Pending Folder

UserConfigFiles 

User Configuration Files

SystemDictionaries 

System Dictionaries Folder

StoreSubfolderMonitoring 

Store Sub-folder Monitoring

RenderConfigPath 

Content Manager Render Service Configuration File

WorkgroupPendingFailures 

Workgroup Pending Failures Folder

WorkgroupPendingQuarantine 

Workgroup Pending Quarantine Folder

ClientDownloadCache 

Client Download Cache Folder

WorkgroupPendingInfo 

Workgroup Pending Metadata Folder

GisInterfaceFile 

GIS Html Integration File

OfficeIntegrationStagingPath 

Office Integration Staging Path

Enumerator
And 
Or 
Not 
LeftBracket 
RightBracket 

Unregistered User Options

Enumerator
DenyAccess 

Deny Access

LoginAsGuest 

Login Using Guest Account

CreateNewUser 

Create New User Account

User Dashboard Items

Enumerator
RecordsAssigned 

Records assigned

RecordsToBeReturned 

Records to be returned

RecordsRequested 

Records requested

DocumentsCheckedOut 

Documents checked out

DocumentsToEdit 

Documents to edit

DocumentsToReview 

Documents to review

DocumentsToAuthorise 

Documents to authorize

RecordActions 

Record Actions

Activities 

Activities

TodoItems 

To Do Items

ClassificationsToApprove 

Classifications to approve

ConsignmentsToReview 

Consignments to review

ConsignmentsToApprove 

Consignments to approve

ConsignmentsToDispose 

Consignments to dispose

ExternalWorkflows 

External Workflows

Additional Field Formats

Enumerator
String 

String

Number 

Number

Boolean 

Boolean

Date 

Date

Datetime 

Date and Time

Decimal 

Decimal

Text 

Text

Currency 

Currency

Object 

Content Manager Object

BigNumber 

Large Number

Xml 

XML String

Geography 

Geography

User Label Types

Enumerator
Tag 

Tag

Favorites 

Favorites

Worktray 

Records Work Tray

Documents 

Recent Documents

Containers 

Recent Containers

Templates 

Document Template

ContentBlocks 

Document Content Block

User License Types

Enumerator
Administrator 

Administrator/Records Manager

RecordsCoordinator 

Records Co-ordinator

KnowledgeWorker 

Knowledge Worker

Contributor 

Contributor

InquiryUser 

Inquiry User

NoAccess 

Not a Registered User

The 'UserOptionSetIds' enum

Enumerator
Unknown 
Appearance 

User Interface|User interface settings

BlockedSearchMethods 

Blocked Search Methods|Search Methods that are hidden from normal user-interface

ConsignmentLog 

Consignment Log Format|Settings for Consignment Disposal Log

CustomUserTypes 

Custom User Types

DroppedFiles 

Documents|Defaults when a document is dropped onto Content Manager

DroppedFolders 

Dropped Folders|Filtering for dropped folders

Dropzone 

Dropzone|Dropzone

Email 

Email|Sending email settings

EmailingRecords 

Emailing Records|Defaults for sending Records via email

ExplorerConfig 

Explorer|Explorer Settings

ExternalSharing 

Objective Connect Share Settings|Objective Connect Share Settings

FavoriteSearchMethods 

Favorite Search Methods|Favorite Search Methods

FileTypes 

File Types|Settings for file types

GisData 

GIS setting|GIS setting for the GIS feature

Locale 

Language|Language and other regional settings

Outlook 

Outlook Add-In|Content Manager In Outlook configuration

PolicyCentre 

Policy Center Solution Settings|Settings for Iron Mountain Policy Center Solution integration

RecentSearchMethods 

Recent Search Methods|Recent Search Methods

Reporter 

Reporter|Fonts For Content Manager report layouts

Ribbon 

Ribbon|Ribbon and frame settings

Search 

Search|Search settings

SortAndFilter 

Default Sort and Filters|Default search sorting and filtering

Spelling 

Spelling|Spelling checker dictionaries

Startup 

Start Up|Windows to display when starting Content Manager

StoreMetadata 

Store metadata|Store record metadata items for SEC compliance

TraySortAndFilter 

Default Sort and Filters for trays|Default search sorting and filtering for trays

TreeBox 

Tree Box Columns|Default properties and fields for tree boxes

Viewer 

Viewer|Viewers to use when displaying electronic documents

ViewPane 

View Pane Items|Default properties and fields for view panes

WebClient 

Web Client|Web Client Preferences

WebClientCommandBar 

Web Client Commands|Menu commands and popups for the Web Client command shortcut bar

The UserPermissions enum

Enumerator
prm_Unknown 
RecordCreate 
RecordModify 
RecordDelete 
Unfinalize 
CreatePartFiles 
ModifyAnyClass 
RequestWorker 
RequestAdministrator 
MakeRequests 
MakeRecurringRequests 
MakePermanentRetrievalRequests 
RecordAdmin 
RecordAdminRestricted 
RecordArchivist 
RecordArchivistAdmin 
DocumentUpdate 
DocumentDelete 
AnnotateRecord 
RecordRelate 
RemoveRecordRelate 
AttachContacts 
RemoveContacts 
SetContainer 
ChangeContainer 
RemoveFromContainer 
CloseContainer 
ModifyRecordSecurity 
SetArchiveDates 
AddCommunication 
ManageCommunications 
RemoveRevisions 
RemoveRenditions 
ApproveDisposal 
ModifyAdditionalFieldValues 
DocumentUndoCheckout 
DocumentReviewAdministrator 
RenderAdmin 
ShareRecords 
ModifyClassification 
ModifyRecordType 
RecordRecycle 
CreateInternalLocation 
ModifyInternalLocation 
LimitedModInternalLocation 
DeleteInternalLocation 
CreateExternalLocation 
ModifyExternalLocation 
DeleteExternalLocation 
ViewProfile 
ModifyProfile 
ModifyOwnProfile 
RecordTypes 
LookupSets 
DefineFields 
DefineMetadataRules 
ClassificationAdmin 
ApproveClassification 
ScheduleAdmin 
Litigation 
AddRemoveHold 
AddRemoveExternalHold 
SpaceAdmin 
DocumentStoreAdmin 
WordIndexing 
ZipCodes 
Thesaurus 
Meetings 
MeetingContributor 
SecurityGuide 
MailTemplates 
DataCleanup 
OriginManager 
BarcodeScanners 
WebLayouts 
Reports 
Alerts 
CanViewAuditEvents 
WorkflowAdmin 
ActionsAdmin 
AttachActions 
ReassignActions 
RescheduleActions 
CompleteActions 
WorkflowCreate 
WorkflowCreateBlank 
WorkflowModify 
ActionStats 
SystemOptions 
Calendar 
SystemCaptions 
Searches 
SecurityAdmin 
CensusAdmin 
ImportExport 
DownloadFromScanner 
CanSaveSearches 
BypassViewAccess 
BypassAllAccess 
BypassExclusions 
ByPassLockDown 
ByPassAuditLog 
BypassGlobalToolbar 
BypassBlockedSearchMethods 
ContentIndexAdministrator 
SharePointAdministrator 
LabelManager 
CheckinStyleManager 
ServerMonitoring 
UpdatePolicyCentreSchedules 
CanBeHome 
CanBeOwner 
CanBeCurrent 
CanBeContact 
CanBeRequestor 
CanBeAssignee 
CanBeSupervisor 
CanBeAccess 
CanBeEditor 
CanBeReviewer 
CanBeAuthorizer 

User Access Types

Enumerator
Administrator 

Administrator

RecordsManager 

Records Manager

RecordsWorker 

Records Co-ordinator

EndUser 

Knowledge Worker

Contributor 

Contributor

EnquiryUser 

Inquiry User

Custom1 

Custom User Type 1

Custom2 

Custom User Type 2

Custom3 

Custom User Type 3

Custom4 

Custom User Type 4

Custom5 

Custom User Type 5

Custom6 

Custom User Type 6

Custom7 

Custom User Type 7

Custom8 

Custom User Type 8

Custom9 

Custom User Type 9

Custom10 

Custom User Type 10

Use Store

Enumerator
NoStore 

No Document Store

UseStore 

Use A Document Store

UseDefault 

Use Default Document Store

View Pane Styles

Enumerator
Bottom 

Bottom

Right 

Right

Web Service Cache Settings

Enumerator
None 

No Web Service Cache

Common 

Cache Commonly Used Objects

AllButRecords 

Cache All Objects Except Records

All 

Cache All Objects

Cache type

Enumerator
NoCaching 

No Caching

RetentiveOnly 

retentive Caching Only

PreEmptive 

Pre-emptive Caching

FullMirror 

Full Mirror

Frame Types

Enumerator
Mdi 

Content Manager MDI Frame

Sdi 

Content Manager Desktop SDI Frame

SdiSelect 

Content Manager SDI Select Folder Frame

SdiBrowse 

Content Manager SDI Browse Folder Frame

DropZone 

Content Manager Dropzone Frame

Tes 

Content Manager Enterprise Studio Frame

Mbx 

Content Manager Email Viewer Frame

Reporter 

Report Designer Frame

Preview 

Reporter Preview Frame

Queue 

Content Manager Queue Processor Frame

Viewer 

Content Manager Document Viewer Frame

Workflow 

Workflow Designer Frame

WorkflowTemplate 

Template Designer Frame

Redact 

Redaction and Annotation Frame

Microsoft Office 2003 Word File Types

Enumerator
mw7_Word2003_doc 

Word 97-2003 Document

mw7_Word2003Tmpl_dot 

Word 97-2003 Template

Microsoft Word File Types

Enumerator
Word_docx 

Word Document

WordMe_docm 

Word Macro-Enabled Document

Word97_doc 

Word 97-2003 Document

WordTmpl_dotx 

Word Template

WordTmplMe_dotm 

Word Macro-Enabled Template

Word97Tmpl_dot 

Word 97-2003 Template

WordRTF_rtf 

Rich Text Format

WordODT_odt 

OpenDocument Text

WordPlainText_txt 

Plain Text

Word List Purposes

Enumerator
AccessTitleWord 

Accessing Title Word Indexes

AccessNoteWord 

Accessing Notes Word Indexes

AccessTitleOrNoteWord 

Accessing Title or Notes Word Indexes

AccessClassificationWord 

Accessing Classification Word Indexes

AccessScheduleWord 

Accessing Schedule Word Indexes

AccessThesaurusWord 

Accessing Thesaurus Term Word Indexes

AccessLocAddressWord 

Accessing Location Address Word Indexes

AccessCommAddressWord 

Accessing Communication Address Word Indexes

AccessUserFieldWord 

Accessing Additional Field Text Word Indexes

AccessArchiveEventWord 

Accessing Archiving Event Text Word Indexes

AccessWorkflowWord 

Accessing Workflow Text Word Indexes

AccessActivityWord 

Accessing Activity Text Word Indexes

Microsoft Open Word File Types

Enumerator
AllRecords 

All Records (-)

AllFiles 

All Files (*.*)

AllWordDocuments 

All Word Documents (*.docx; *.doc; *.docm; *.dotx; *.dotm; *.dot)

WordDocuments 

Word Documents (*.docx)

Word97Documents 

Word 97-2003 Documents (*.doc)

AllWordTmpl 

All Word Templates (*.dotx; *.dotm; *.dot)

WordMacroTmpls 

Word Macro-Enabled Template (*.dotm)

Word97Tmpls 

Word 97-2003 Template (*.dot)

Other 

Other Documents (*.rtf; *.txt; *.odt; *.wps)

Word Processor Merge Formats

Enumerator
Word 

Microsoft Word

TabDelimited 

Tab Delimited

UserDefined 

Custom

Word Types

Enumerator
TitleWord 

Title Word

NoteWord 

Notes Word

AnyWord 

Any Word

ClassificationWord 

Classification Word

ScheduleWord 

Schedule Word

ThesaurusWord 

Thesaurus Word

LocAddressWord 

Location Address Word

CommAddressWord 

Communication Address Word

ArchiveEventWord 

Archiving Event Word

WorkflowWord 

Workflow Word

ActivityWord 

Activity Word

Workflow Access Controls

Enumerator
View 

View Workflow

Update 

Update Workflow

CompleteActivities 

Complete Activities

ModifyAccess 

Modify Workflow Access

Delete 

Delete Workflow

Document Placeholder Types

Enumerator
Reference 

Reference

InitiatingRecord 

Initiating Record

WorkingDocument 

Working Document

Workflow Event Counters

Enumerator
ActivityCompleted 

Activity Completed

ActivityAssigned 

Activity Assigned

ActivityReassigned 

Activity Reassigned

ActivityUndone 

Activity Undone

ActivityCurrent 

Activity Current

ActivitySkipped 

Activity Skipped

ActivityNeedsAuthorisation 

Activity Needs Authorization

ActionCompleted 

Action Completed

ActionAssigned 

Action Assigned

ActionReassigned 

Action Reassigned

ActionUndone 

Action Undone

ActionCurrent 

Action Made Current

Workflow Lock Operations

Enumerator
Lock 

Lock

Unlock 

Unlock

Status 

Status

XML Document Export Types

Enumerator
Ignore 

Ignore Documents

Link 

Extract and Make Link

Embed 

Extract and Embed

XML Scheme Types

Enumerator
Excluded 

Not in XML Schema

Normal 

Normal Schema Element

Mandatory 

Mandatory Schema Element

Display 

Display Only Schema Element