Collapse AllExpand All

3.2. Create a Simple EDI Profile

EDI Profiles are the master records which describe what mechanism to use to send data electronically and the basic structure of what will be sent. Our simple example will hold just enough information to send a PDF copy of an Invoice by email to the Accounting department at our Customer.

To create an EDI Profile, start from the System menu:

  1. Follow this path: System > Setup > Master Information > EDI Profiles

  2. Click the NEW button

  3. Type "Tremendous Toys Incorporated-IN" in the "Name" field

  4. In the "EDI Profile" window that appears, select "Email" from the list of EDI Types

  5. Click the "Review Before Sending" box

  6. In the "To" field, enter the email address to which you want to send the Invoice: accounting@ttoys.com

    Tip

    You may enter multiple email addresses by separating each address with a comma (",").

  7. In the "Cc" or "Bcc" field, specify addresses you want to receive a copy of the email

  8. If you want replies automatically sent to a particular address, put that in the "Reply To" field

  9. In the "Subject" field, specify a subject: Prodiem </doctypefull> </docnumber>

  10. In the "Message Body" section, enter a detailed message to the Customer to be used whenever Invoices are emailed to the Customer

    Tip

    Make certain the content of your message appears legitimate so that spam filters will not reject it.

    Creating a Customer EDI Profile for Invoicing
  11. Click the NEW button on the "Forms" tab

  12. If you get a dialog asking if you want to save the EDI Profile to the database, click OK

  13. In the window that appears, select "Invoice" from the "Document Type" list

  14. Make sure the File Name field is set. This is the name that will be given to the email attachment. </doctype></docnumber> is usually the best choice

  15. Make sure the "Output Format" is set to "Report" and that the "Report" is set to "[ use Customer Form assignment ]"

    Simple EDI Form for an Invoice

  16. Click OK

  17. Click SAVE on the EDI Profile screen

The following fields on the EDI Profile screen deserve special mention:

Name

The EDI Profile in our example is specific to sending Invoices to the Customer TTOYS. The name reflects this.

Review Before Sending

This setting controls whether or not the user will see the Review EDI Before Sending screen. If this field is checked then all users will see this screen and be able to accept or cancel sending the EDI. If it is not checked, the EDI will be sent automatically; the user will not have a chance to review the information, change it if necessary and allowed, and accept or cancel sending the message.

To, Message Body, Subject

This EDI Profile sets the destination email address specifically to "accounting@ttoys.com" and mentions "Tremendous Toys" in the message body. This is part of what makes this EDI Profile specific to this particular Customer. However, also notice the use of </doctypefull> and </docnumber> in the Subject. These are examples of special tokens that get replaced with the actual Document Type and document number when the EDI message gets built. See Chapter 5, Advanced EDI for ways to create more generic EDI Profiles.

Forms

This EDI Profile only has one EDI Form: IN. That means this EDI Profile can only be used to send Invoices. This EDI Form is described in Section 3.2.2, “EDI Forms”.