Jan 20, 2011

Movex Class Builder v2.0

I released Movex Class Builder v 2.0 after 2+ yrs from its initial release.

New Features:

  1. It is showing connected IP and Port. You can change the setting and re-connect the same time. No need to close-and-reopen the Class Builder.

     image5
  2. Checking API Layout.
    This enable us to check consistency in C# class API layout and current Movex API layout.

    image10 

    By clicking on this option, it will search currently connected API is in opened project, it does show the summary dialog box.

    image
    Figure: C# Class and M3 API layout is exactly matched.

    image
    Figure: Having conflicts in the code

MEC: How to Set Message Counter for EDI Message

When you sending/creating EDI messages it is necessary to include unique message interchange number. This is to ensure each message that we ...