Skip to content
English
  • There are no suggestions because the search field is empty.

Locating Emails in RMA data V8

 Overview

The following article will allow you to run a code in the command prompt to view all locations within the RMA data that has the email address populated.

 

Process
  1. Connect to customers server.
  2. Click on the start button and open the Command Prompt.
  3. Type in cd c:\RMA\data enter
    1. Note: the file path above may differ depending on the location of the RMA data folder.
  4. Type in findstr /m "mystringhere" *.* enter
    1. Example of the mystring: "ars@"

Once entered, the command prompt will run a list of table locations that have that email address input.

 

More Information

This can be ran at anytime even while users are in.

Make sure the data path is correct and not leading to a test area.