Conduct Admin Search

Select from the topics below to understand what is Conduct Admin search in Enterprise Archive.

What is Conduct Admin Search?


Conduct Admin Search feature is available only to Queue Administrators that have been assigned to a Conduct Queue while creating queues. Admin Search provides Queue Administrators access to all the communications present in their assigned queues. This feature enables Enterprise Archive users to always have access to data in the system, including situations when the reviewers are not available. The following key operations can be performed from the Conduct Admin search interface:

  • Search for a particular conversation or a group of conversations.

  • Export conversation/conversation metadata content

  • Release an assigned conversation.

  • Assign a conversation to a reviewer.

  • Update a conversation.

  • Close a conversation.

  • Re-Open a closed conversation.

How to access Conduct Admin search?


Conduct Admin search is accessible only to Conduct Queue Administrators and can be accessed without having to select a review queue.

To access Conduct Admin search, from the Conduct tab, click the Admin Search menu option.

images/download/attachments/63668285/Supervision_admin_search.png

What are my searches based on?


Conduct Admin search can be based on a conversation's:

  • Archived Time: The date/time when the conversation was archived in Enterprise Archive.

  • Sent Time: The actual send date/time specified in the interaction.

  • Queued Time: The actual date/time when the document was added to the queue. This is the default Type selected in Review Search .

  • Last Updated Time: The actual date/time when the most recent action was performed on the interaction.

Date Range

The Date Range filter present at the top of the Admin search pane has the following default settings that auto-populate when searching in Enterprise Archive.

images/download/attachments/63668285/supervision_date_Range.jpg

  • Timezone - GMT/User Preference

  • Type - Queued Time

  • Range - Last 7 Days

Note

The Time Zone search does not refresh automatically if the user changes the Time Zone from User Preference while staying at the same page. A refresh in the search page, however, adopts the new Time Zone as in the User Preference.

The filters are explained in detail below.

Searching by Date allows the user to search for the following Types of interactions:

  • Queued Time: The actual date/time when the document was added to the queue. This is the default Type selected in Admin Search and Review Search .

  • Last Updated Time: The actual date/time when the most recent action was performed on the interaction.

  • Archived Time: The date/time when the interaction was archived in Enterprise Archive.

  • Sent Time:The actual send date/time specified in the interaction. This is the default Type selected in Archive Search.

The available date range filters are given below. Selecting any of the options below include until midnight of the previous day.

  • Last 7 Days - Seven full previous days + Today till now

  • Last 30 Days - Thirty full previous days + Today till now

  • Last 90 Days - Ninety full previous days + Today till now

  • Between: When this option is selected, the Start and End dates are by default pre-populated with date and time equivalent to the 'Last 7 days' date range. Users can change the Start and/or End date as required up to a maximum range of 180 days. Start or End dates cannott be left blank, have invalid or inapplicable dates.

Words/Phrases

The Words/Phrases panel allows the user to perform simple keyword searches using the List of terms option, and advanced query searches using the Advanced Query option. The various searches that are supported for each search type are listed below.

Indexing Special Characters - Applies to List of Terms and Advance Query Search Types

The application search and indexing behavior is explained below and consists of the following components:

  • Enterprise Archive Index Store: Enterprise Archive indexes all the entries that a user can input. These entries are classified as keyword or text. Keyword entries are user inputs that should be searched as is, without analyzing them. Analyzing is the process of stripping (or transforming) user entries by tokenizing them, converting to lowercase, ASCII folded and so on. Text type fields are analyzed and any of the above actions are performed on them. Text fields refer to user content such as subject, body, and attachment text. All other user entries are keywords.

  • Querying the Enterprise Archive Index Store: Querying refers to searching for specific terms or phrases that are indexed. Anything that is not indexed cannot be searched in Enterprise Archive. Querying for special characters will not return any search results as the application analyzes text inputs and strips them of special characters.

List of terms

Select List of terms to perform simple keyword searches using the available filters as explained below:

images/download/attachments/83824523/words_and_phrases.png

The list of terms UI options are:

  • Must have all of these keywords: Using this search box returns search results containing all the specified keywords.

  • Must have at least one of these keywords: Using this search box will return search results containing any of the specified keywords.

  • Must not have any of these keywords: Using this search box will return search results not containing any of the specified keywords.

All the above search boxes contain an AND operator in between them.

To search for multiple words, enter the words in separate lines. A group of words in the same line will be treated as a phrase.

Reserved Words

The following words are reserved for application use, and will not be considered for their actual meaning when specified in uppercase format:

  • FOLLOWEDBY

  • NEAR

  • PRECEEDEDBY

  • NOTFOLLOWEDBY

  • NOTNEAR

  • NOTPRECEEDEDBY

  • EXCLUDING

Note

The words FOR and NOT can be used in the Conduct workspace only and will not be considered for their actual meaning if specified in uppercase.

List of Terms Search Behavior

The following rules are observed by the application while performing searches from the List of Terms field:

  • All extra white space is removed. For example: The sentence "insider trading details" will be analyzed as "insider trading details".

  • The list of stop words to be escaped can be custom defined by the customer.

Important

Enterprise Archive supports a maximum of 100 terms while using List of Terms search. A warning message will be displayed on using more than 100 entries.

Using Single/Double Quotes in Searches

Enterprise Archive search behavior with respect to the usage of single/double quotes is as follows:

  • A group of words in a single line with/without single/double quotes will be treated as a phrase.

  • A single sentence with/without quotes split into two separate lines will be treated two separate phrases.

  • Single/double quotes nested within a line will be ignored, and the entire line will be treated as a phrase.

The supported search types are as follows:

Search Type

Syntax or Rules

Example

Simple Keyword Searches - Searches using specific terms in any of the List of terms filters are referred to as simple keyword searches.

  1. Specify a specific word in any of the List of terms options.

  2. Specify multiple words by entering them in separate lines.

  3. A group of words in the same line will be treated as a phrase.

  1. To search for communications containing the words "deal" and "trading", in the Must have all of these keywords box, enter:-
    deal
    trading

  2. To search for communications containing either the words "deal" or "trading", in the Must have at least one of these keywords box, enter:-
    deal
    trading

  3. To search for communications not containing the words "deal" or "trading", in the Must not have any of these keywords box, enter:-
    deal
    trading

Phrase Searches - Searches using a specific groups of words in any of the List of terms filters are referred to as phrase searches.

  1. Specify the desired phrase to search in any of the List of terms search boxes.

  2. The '|' symbol will be treated as a space character when used in the same sentence.

  1. To search for communications containing the phrase "insider trading details are", in the Must have all of these keywords box, enter:- insider trading details are

  2. The phrase insider|trading|details will be treated as the phrase "insider trading details" considering the | symbol as a space character.

Proximity Searches - Searches for keywords or phrases occurring within a certain distance of each other can be performed along with the following proximity conditions:

  • FOLLOWEDBY: Signifies directional occurrence of the two terms.

  • NEAR: Signifies non-directional occurrence of the two terms.

  • PRECEDEDBY: Signifies the backward directional occurrences of two terms.

  • NOTFOLLOWEDBY: Signifies the forward directional non-occurrence of the two terms

  • NOTPRECEDEDBY: Signifies the backward directional non-occurrence of two terms.

  • NOTNEAR: Signifies the non-directional non-occurrence of the two terms.

The syntax for the proximity conditions are explained below:

  1. word1* FOLLOWEDBY,N word2 | word3

  2. word1* NEAR,N word2~

  3. word1* PRECEDEDBY,N word2~

  4. word1* NOTFOLLOWEDBY,N qord2

  5. word1* NOTNEAR,N word2~

  6. word1* NOTPRECEDEDBY,N word2~

where N is a numerical value, * allows wildcard searches for the attached word, | allows using more than one search term, ~ allows fuzzy searches for the attached word.




  1. Thank* FOLLOWEDBY,5 gift | treat - Search will match for phrases such as:
    Thankyou for the wonderful gift
    Thankyou for the wonderful treat
    thankyou for such an expensive gift
    thankyou for such an expensive treat and so on.

  2. Guarantee* NEAR,3 return~ - Search will match for phrases such as:
    Guarantee highly beneficiary returns.

  3. Guarantee* PRECEDEDBY,3 return~ - Search will match phrases such as:
    returns with high profits guarantee.

  4. Thank* NOTFOLLOWEDBY,3 gift - Search will match for phrases that will not be followed by the term "gift".
    Thankyou for such a lovely welcome or Thankyou for your greetings

  5. Guarantee* NOTPRECEDEDBY,3 return~ - Search will match phrases such as:
    gift for good will be Guaranteed or Profit for these investment is Guaranteed.

  6. Guarantee* NOTNEAR,3 return~ - Search will match for phrases such as:
    Guarantee lunch treat and gifts with returns or will surely come to work on Monday for work I guarantee.

Wildcard Searches - Search for multiple variations of a keyword using wildcard symbols.

  1. The supported wildcard symbols are "*" for multiple character search, and "?" for single character search. There should be a minimum of 3 preceding characters while using wildcard symbols.

  1. To search for communications with multiple variations of the word inter, such interest, interesting, interested, and so on, enter:- inter*

  2. To search for communications with single character variations of a word, enter the "?" symbol within a word, such as:- tex? will return results such as text, TEXT, and so on.

Important

The application does not permit using wildcards (*,?) at the start of a search term as this can result in performance issues. There should be a minimum of 3 preceding characters to perform Wildcard searches currently, or the following error is displayed: "There should be a minimum of 3 characters before wildcard in 'List of Terms' section".

Complex Searches - Complex searches can be performed by combining search terms and operators such as wildcard characters, fuzzy elements, and alternating characters.

  1. Fuzzy word search can be performed by using the '~' symbol at the end of the word. Fuzzy search helps you to search for terms similar in spelling.

  2. The '|' symbol can be used to specify alternate terms. However, '|' can be used while using Proximity conditions and EXCLUDING syntax only.

  1. free lunch~ - Searches will match on phrases such as meet me for a free lunch, meet me for a free luch, free lunches, and join the free launch party for our new boat.

Regular Expression Searches - Search for a sequence of symbols or characters expressing a string or a pattern (regular expressions) like Social Security Numbers, Credit Card numbers, phone numbers, dates, IP Addresses and so on.

  1. Specify the desired pattern in the format given below:
    /[0-9]{X}-[0-9]{Y}-[0-9]{Z}/, where X,Y, and Z refer to the number of digits present.

  1. To search for communications containing a phone number pattern such as 000-000-0000, enter:- /[0-9]{3}-[0-9]{3}-[0-9]{4}/

Advanced Query

  • Smarsh recommends you to use the filters available on the search UI and List of Terms in particular to perform keyword based searches.

  • Advanced search must be used only when the above does not fulfill the user's requirement. Users must be familiar with Lucene syntax to form accurate, and specific queries to avoid inconsistent results.

  • Enterprise Archive supports a maximum of 1023 terms while using Advanced Query search. A warning message will be displayed on using more than 1023 terms.

Select Advanced Query to perform advanced searches using Boolean operators.

images/download/attachments/83824523/advanced_query.jpg

The types of Advanced searches that can be performed are explained in the table below:

Search Type

Syntax and Rules

Example

Boolean Searches - Boolean operators allow terms to be combined through logical operators and grouping or phrase concatenation. Boolean search operators allow you to create advance search queries to include or exclude specific words. Boolean search provides the following search operators:

  • Logical Operators

  • Grouping or Phrase Concatenation

  • Special Characters

The OR operator is the default conjunction operator. This means that if there is no Boolean operator between two terms, the OR operator is used.

  1. The supported Logical operators are OR, AND, and NOT.

    1. Search for occurrence of any of the terms by using OR.

    2. Search for occurrence of all the terms by using AND.

    3. Search for non-occurrence of terms by using NOT.

    4. Multiple Boolean operators can be combined along with parentheses to create complex search queries.

  1. To search for communications containing the words insider or trading, in the Advanced Query search box, enter:- insider OR trading

  2. To search for communications containing the words insider and trading. in the Advanced Query search box, enter:- insider AND trading

  3. To search for communications containing the word insider and not trading, in the Advanced Query search box, enter:- insider NOT trading

  4. To search for communications containing the words insider and trading, or deal and breaker, enter:- (insider AND trading) OR (deal AND breaker)

Phrase Searches - Searches using specific phrases by enclosing the terms within double quotes. Multiple phrases can be combined using the above-mentioned Boolean operators. Without quotes, the search will treat each word as an individual search item.

  1. Specify a phrase in the Advanced Query search box by enclosing in double quotes.

  1. To search for communications containing the phrase "insider trading details are", in the Advanced Query search box, enter:- "insider trading details are"

  2. To search for communications containing the phrases "insider trading details" and "deal breaker", in the Advanced Query search box, enter:- "insider trading details are" AND "deal breaker"


Proximity Searches - Search for specific terms or phrases occurring within a certain distance of terms or a phrase by mentioning a proximity value and using the '~' symbol.

  1. The supported proximity syntax is "word1 word2"~N, where N signifies the maximum distance between word1 and word2. For example, if N is specified as 3, the gap between the first and second words can be between 0 to 3 words in the result.

  1. To search for communications with the words "insider" and "trading" occurring within 2 words of each other, enter:- "insider trading"~2
    The following results may be displayed:
    insider trading details are - gap of 0 words
    insider and trading details are - gap of 1 word
    insider details and trading details are - gap of 3 words

Wildcard Searches - Search for multiple variations of a keyword using wildcard symbols.

  1. The supported wildcard symbols are "*" for multiple character search, and "?" for single character search. There should be a minimum of 3 preceding characters while using wildcard symbols.

  1. To search for communications with multiple variations of the word inter, such as interest, interesting, interested, and so on, enter:- inter*

  2. To search for communications with single character variations of a word, enter the "?" symbol within a word, such as:- tex? will return results such as text, TEXT, and so on.

Important

Currently, the application does not permit using wildcards (*,?) at the start of a search term as this can result in performance issues. There should be a minimum of 3 preceding characters to perform Wildcard searches currently, or the following error is displayed: "There should be a minimum of 3 characters before wildcard in 'List of Terms' section".

Complex Searches - Complex searches can be performed by combining search terms and operators such as wildcard characters, fuzzy elements, and alternating characters.

  1. Fuzzy word search can be performed by using the '~' symbol at the end of the word. Fuzzy search helps you to search for terms similar in spelling.

  2. The '|' symbol can be used to specify alternate terms. However, '|' can be used while using Proximity conditions and EXCLUDING syntax only.

  1. free lunch~ - Searches will match on phrases such as: meet me for a free lunch, meet me for a free luch, free lunches, and join the free launch party for our new boat.

Regular Expression Searches - Search for a sequence of symbols or characters expressing a string or a pattern (regular expressions) like Social Security Numbers, Credit Card numbers, phone numbers, dates, IP Addresses and so on.

  1. Specify the desired pattern in the format given below:
    /[0-9]{X}-[0-9]{Y}-[0-9]{Z}/, where X,Y, and Z refer to the number of digits present.

  1. To search for communications containing a phone number pattern such as 000-000-0000, enter:- /[0-9]{3}-[0-9]{3}-[0-9]{4}/

Where to Search

Enables the user the ability to search within the following zones of a communication:

images/download/attachments/83824523/advanced_query.jpg

  • Subject - Enable this option to search for words or phrases in the document Subject.

  • Body - Enable this option to search for words or phrases in the documents Body.

  • System - Enable this option to search for words or phrases in the System Generated messages within the document.

  • File/Attachment(s) - Enable this option to search for words or phrases in the file attachments within the document.

  • Action Event - Enable this option to search for words or phrases in the Action Events tab.

  • Policy Event - Enable this option to search for words or phrases in the Policy Events tab.

Note

If the user does not select any of the above listed zones, the following zones are considered by default:

  • Subject

  • Body

  • File

This help users to avoid false positives in the search results, as user-generated content comes only under Subject, Body, or File zones.

Remaining zones are either metadata or system generated content.

Participants/Groups

Search for communication between the custodians of a case and specific Participants or Group(s) of Participants. The user can further filter the search results by selecting one of the following options:

  • Any of these - Selecting this option will display search results containing any of the selected Participants/Groups.

  • All of these - Selecting this option will display search results containing all the selected participants/Groups.

Selecting Internal Participants

  • Click the Find link next to Participants/Groups. The Select Participants screen appears.

    images/download/attachments/83824523/Select_Participants-Groups.png
  • Select the participant(s) and/or group(s) you are interested in and click Add.

  • You can also filter the Participants/Groups by clicking the Recipient Type button next to the Add button, and selecting from the following options:

    • Any - Selecting this option will filter the participants/groups who are part of any of the recipients lists such as From, To, CC, BCC, and Sender.

    • To - Selecting this option will filter the participants/groups who are part of the To recipients list only.

    • Cc - Selecting this option will filter the participants/groups who are part of the Cc recipients list only.

    • Bcc - Selecting this option will filter the participants/groups who are part of the Bcc recipients list only.

    • To/Cc/Bcc - Selecting this option will filter the participants who are part of the To, Cc, and Bcc recipients lists.

      images/download/attachments/83824523/Select_Groups_Archive_Search.png
    • Click Close to exit the dialog.

Participant Search UI for ISSV2 API Enabled Users

The participant search UI is slightly different for ISSV2 API-enabled users. The following changes apply:

  1. The Search button is enabled after the user enters at least five characters in the Search box.

  2. The Search Results are automatically cleared when the user removes the search keyword from the Search box.

  3. An additional Search By filter is available to search participants based on the following criteria, offering more granular search by each ID :

    • First name/Last name: Search for participants by their first or last name.

    • Email ID: Search for participants by their email address.

    • User ID: Search for participants by their unique user identifier.

    • Employee ID: Search for participants by their employee ID number.

    • Network Endpoint ID: Search for participants by the globally unique identifier of their network endpoint.

    Participant Role Mapping

    Enterprise Archive indexes participant roles by grouping them into their respective categories. The following table lists this mapping with respect to participant roles across IM, Collab, and Email data. Users can use the EA Mapped Role column below to search by the desired roles, and to map the count displayed beside the role. For example, in the sample screenshots below for a social network, clicking on the Others count will display the respective roles.

    images/download/attachments/83824523/participant_Count_1.png images/download/attachments/83824523/participant_Count_2.png

    Participant Role (Email, IM, and Collab)

    EA Mapped Role

    Author

    From


    Caller

    Creator

    From

    Initiator

    Organizer

    Poster

    Presenter

    Responder

    Updater

    To

    To

    Assignee

    Callee

    Commenter

    Follower

    Miscellaneous

    None

    Optional Invitee

    Participant

    Rater

    Recipient

    Re-poster

    Required Invitee

    Subscriber

    Cc

    CC

    Bcc

    BCC

    Current Product Behavior

    Currently Journal emails that are ingested using Email Gateway will map the 'Recipient' participant role as 'BCC' when:

    • The recipient is not mapped to either To, CC, or BCC. In such cases the role is set to BCC.

    • Email header contains BCC recipients.

    • Email header contains "X-MS-Exchange-Organization-BCC"

    Moderator

    Others

    Owner

    Reviewer

    System

    System

    Sender

    Sender

    Searching by Sent on Behalf

    To search for email conversations that are sent on behalf of the original sender:

    • Select the desired Participants from the Participants/Groups window.

    • Select the Recipient Type as Sender.

    • Participant(s) selected under Recipient type as Sender will return documents sent by selected participants on behalf of someone.

    The From role represents the original sender of the email. The Sender recipient type had been introduced to represent delegated senders that send on behalf of the From participants.

    Adding Internal, External, Public, or Federated Participants

    • Click the Add New link. The Add Participants/Groups text-box appears with two panes.

      images/download/attachments/83824523/Add_participants_groups_archive_search_321x355.png
    • Enter the external or public participant's network display name or their Network Endpoint ID. One line per participant (the top pane) and/or the name of the group (the bottom pane)

    • Click Add. To add more public participants, enter their respective Network Display Names or Network Endpoint ID, and then click Add.

    • You can also filter the Participants/Groups by clicking the Recipient Type button next to the Add button, and selecting from the following options:

      • Any - Selecting this option will filter the participants/groups who are part of any of the recipients lists such as From, To, CC, and BCC.

      • Sender - Selecting this option will filter the participants/groups that represent delegated senders that send on behalf of From participants.

      • From - Selecting this option will filter the participants/groups who are part of the From recipients list only.

      • To - Selecting this option will filter the participants/groups who are part of the To recipients list only.

      • Cc - Selecting this option will filter the participants/groups who are part of the Cc recipients list only.

      • Bcc - Selecting this option will filter the participants/groups who are part of the Bcc recipients list only.

      • To/Cc/Bcc - Selecting this option will filter the participants who are part of the To, Cc, and Bcc recipients lists.

    • Once you have completed adding participants, click Close.

    Note

    • To add multiple external or public participants in the Add Participants text box, type the Network Display Names or Network Endpoint IDs in separate lines.

    • You can escape special characters using the backward slash (\) character. You can also use wildcards such as an asterisk(*) or a question mark (?) while searching for participants.

    • When a user specifies a network name, the network name is displayed in the BCC field. However, if the user has not set a network name, their email ID is displayed instead in the BCC field.

    Click Search to search for communications between the custodians and the participants/groups selected using the above method.

    Searching by Out of Office

    To search for out of office related email conversations:

    1. Specify X-Auto-Response-Suppress in the Must have all of these keywords under the List of Terms or in Advance Query field.

    2. Enable the System check box in the Where to Search pane.

    Note

    Specifying X-Auto-Response-Suppress in the Must not have all of these keywords field will return emails other than Out of office related emails.

    Number of Participant(s)

    Search for communications based on the number of participants involved by applying any of the following conditions:

    images/download/attachments/83824523/number_of_participants.jpg

    Number of Attachment(s)

    Search for communications based on the number of attachments in the conversation and by applying any of the following conditions:

    images/download/attachments/83824523/number_of_attachments.jpg

    Attachment Name

    Search for communications by specifying the attachments name. Multiple attachment names can be specified in separate lines.

    images/download/attachments/83824523/attachment_name.jpg

    Important

    Wildcards cannot be used as a leading character while searching for attachments within documents. For example, *.pdf.

    Attachment Extension

    You can either type the desired format such as docx or ppt or choose the following formats from the Extensions drop-down:

    • txt

    • pdf

    • xml

    Document Size incl. Attachments

    Search for communications based on the conversation size (includes attachment size) and by applying any of the following conditions:

    images/download/attachments/83824523/doc_size_attchments.jpg

    The size can be specified in Bytes, KB, or MB.

    Attachment Size

    Search for communications based on the attachment size only and by applying any of the following conditions:

    images/download/attachments/83824523/attachment_size.jpg

    The size can be specified in Bytes, KB, or MB.

    Communication Channel

    Communication Channel refers to the mode of communication within a network. For example, emails, collaboration, chat, voice, videos, blogs, and so on, which can be from one or more networks.

    The Communication Channels filter allows you to s earch for communications archived from specific communication channels or modality of communication. By default, Enterprise Archive searches for communications from all the channels recorded. However, if you want to search for communications from specific channel(s), you can select specific check boxes next to the Channel name and initiate search. IM and Chat conversation are displayed as Contextual-Replies (In-line Threaded Conversations).

    Note

    Communication Channels cannot be configured in Enterprise Archive, they show up from the communications that have been archived in Enterprise Archive. To begin with, the list of channels will be empty when there is no data archived. The channel information is fetched from the point products such as Vantage, Cloud Capture, Email Gateway, or any custom clients. For example, Email Gateway sets the channel name to Email or Calendar for journal and direct emails.


    Network

    Network refers to the source of archived communication. For example, MS Teams, Slack, Journal, Zoom, and so on.

    The Network filter allows you to search for communications archived from a specific networks. By default, Enterprise Archive searches for communications from all the networks recorded. However, if you want to search for communications from specific network(s), you can select specific check boxes next to the Network name and initiate search.

    Note

    Networks cannot be configured in Enterprise Archive, they show up from the communications that have been archived in Enterprise Archive. To begin with, the list of Networks will be empty when there is no data archived. The channel information is fetched from the point products such as Vantage, Cloud Capture, Email Gateway, or any custom clients. For example, Email Gateway sets the network name to Journal for journal and direct emails.

    Text Extraction Status

    The Text Extraction Status search criteria allow you to search for documents having attachments with failed text extraction. It also provides parameters that help you filter or select the attachments that have failed text extractions in unique manners. For example, if you select the Unknown file type filter under the Text Extraction Status group box, then Enterprise Archive retrieves conversations having attachments for which the file type cannot be determined. Enterprise Archive allows you to view details of such files in the View Source tab in the conversation snapshot.

    Select one of the following from the Text Extraction Status group box:

    • Cumulative Text Extraction Limit Exceeded - Retrieves conversations where the cumulative size of all attachments exceed 500 MB.

    • File encrypted - Retrieves conversations that have encrypted file attachments.

    • File too large - Retrieves conversations with at least one attachment of size greater than 2 GB.

    • No Issues - Retrieves conversations that had no issues in extracting texts in attachments.

    • Parse Error - Retrieves conversations that have issues other than the listed issues.

    • Text too large - Retrieves conversations with at least 1 attachment of size greater than 100 MB.

    • Time Limit Exceeded - Retrieves conversations that are not processed within a time limit.

    • Too many files - Retrieves conversations that have more than 1000 attachments.

    • Unknown file type - Retrieves conversations which have attachments for which the file type cannot be determined.

    Refer the Enterprise Archive Conversation and File Size Limitations topic for more information on the various file size limitation in Enterprise Archive.

    Attachment with text extraction failures are represented with a yellow exclamation mark. Hovering over the exclamation mark displays a tool tip with the type of text extraction error:

    Example of Parse error in the UI:

    images/download/attachments/83824523/parse_error_UI.png

    Direction

    Search for communications based on the existence of internal/external participants. The various direction types are explained below:

    images/download/attachments/83824523/direction.jpg

    • Internal Only - All supervised participants are internal only or there are no external participants.

    • External Only Outbound - There is a mixture of supervised users (internal) and external participants. The from participants are internal only and there is only one internal employee in the communication.

    • External Bidirectional - There is a mixture of supervised users (internal) and at least one external participant. The communication type has no identifiable initiator to determine a direction.

    • External Inbound - There is a mixture of supervised users (internal) and external participants. The from participants are external only.

    • External Mixed Outbound - There is a mixture of supervised users (internal) and external participants. The from participants are internal only and there are more than one internal employees in the communication.

    • External Only - All supervised participants are external only or there are no internal participants.

    IDs

    Search for communications based on system identifiers that have been assigned to them. Select the ID Type and enter the respective ID in the ID field:

    images/download/attachments/83824523/IDs.jpg

    The following are the ID Types:

    ID Types

    Description

    GCID

    Unique identifier assigned to each communication. This value is used to help debug issues that occur in Enterprise Archive.

    Journal ID

    Unique identifier assigned to each journal communication. This value enables you to search for specific journal communication ingested from Email Gateway (EGW).

    Interaction ID

    Unique identifier assigned to an IM/chat conversation that identifies as an interaction between one or more participants.

    Transcript ID

    Displays the Transcript ID of the conversation as recorded in Vantage and Socialite. These Transcript IDs can be used as reference for tracing the conversation in Socialite or Vantage.

    Snapshot ID

    Unique identifier assigned to each snapshot stored in Enterprise Archive.

    Message ID

    Unique identifiers assigned to each email coming from Microsoft Exchange Server or Email Gateway. This means, all such communication will have Message ID and Journal ID as well.

    Any

    To search across any ID Types.


    Policy Count

    Search for communications based on the matched policy count and by applying any of the following conditions:

    images/download/attachments/83824523/policy_count.jpg

    Source

    A communication source is decided by the various methods that communications in the archive enter a specific queue. A queue administrator can choose to filter communications based on the following methods:

    images/download/attachments/83824523/source.jpg

    • Policy: Filter communications that have entered a queue due to policy hits.

    • Random: Filter communication that have entered a queue due to random sampling criteria.

    • User: Filter communications that have entered a queue belonging to supervised users.

    States

    A communication's state is decided by the current state of a communication in a queue. A queue administrator can choose to filter communications based on the following states:

    images/download/attachments/83824523/states.jpg

    • New: Filter communications that have entered a queue, and no actions have been taken on them.

    • Open: Filter communications that have been released into a queue, after assignment.

    • Escalated: Filter only communications that have been escalated by reviewers.

    • Assigned: Filter only communications that have been assigned to higher level reviewers.

    • Closed: Filter only communications that have been closed by reviewers.

    Last Performed Actions

    Filter communications on the most recent Conduct actions that have been performed by reviewers in a queue. A queue administrator can choose to filter communications based on the following actions:

    images/download/attachments/83824523/last_performed_actions.jpg

    • Claim: Filter only communications that have been claimed by reviewers in a queue.

    • Release: Filter only communications that have been released into a queue by reviewers.

    • Update: Filter only communications that have been updated for comments by reviewers.

    • Assign: Filter only communications that have been assigned to other reviewers.

    • Escalate: Filter only communication that have been escalated to higher level reviewers.

    • Close: Filter only communications that have been closed by reviewers.

    Queues

    Search for communications based on the respective queues that you have been assigned administrator privileges by selecting the check box against the queue name.

    images/download/attachments/83824523/queues.jpg

    Note

    Selecting the checkbox at the top of the pane will automatically select all the queues that are listed.

    Policies

    Search for communications based on the policies that have been assigned to the queues for which you have been assigned administrator privileges, by selecting the check box against the policy name.

    images/download/attachments/83824523/policies.jpg

    Note

    Selecting the checkbox at the top of the pane will automatically select all the policies that are listed.


    User

    Search for communications based on the users who have performed actions such as Claim, Release, Update, Assign, Escalate, and Close by selecting the check box against the reviewer name.

    images/download/attachments/83824523/users.jpg

    Note

    Selecting the checkbox at the top of the pane will automatically select all the users that are listed.

    Assigned To

    Search for communications based on the assigned reviewers by selecting the check box next to the reviewer name. For example, if 'x' number of documents have been to assigned to 'John Smith', selecting 'John Smith' will display these 'x' documents.

    images/download/attachments/83824523/Assigned_To.jpg

    Note

    Selecting the checkbox at the top of the pane will automatically select all the users that are listed.


    Action Tags

    Search for communications based on the available Action Tags by selecting from a list of Action Tags. Action tags will list tags that are used with the Escalate and Close actions while performing Conduct reviews.

    images/download/attachments/83824523/action_Tags.jpg

    Review Tags

    Search for communications based on the available Review Tags by selecting from a list of Reviewer Tags. Reviewer tags will list tags that are used with the Update action while performing Conduct reviews.

    images/download/attachments/83824523/review_tags.jpg

    Comment Search

    Search for communications based on comments given by queue Reviewers and Administrators while performing any of the review actions. Enter comment details in the Comment Search window as shown below:

    images/download/attachments/63668285/comment_Search.png

    The Comment Search window currently has a character limit of 500 characters.

    Policy of Interest

    Select the desired policies to filter communications that have been tagged by these policies, when performing a review action.

    images/download/attachments/63668285/Policy_of_Interest_Conduct.png

    To know more about Policy of Interest, refer the Policy of Interest topic.