RDPCrystal EDI Library のリリース

Released: Oct 14, 2018

8.9.0.5 での更新項目

機能

  • EDI Rules Creator Studio - Show validation time in milliseconds.
  • EDIValidator
    • Increased validation speed.
    • Add correct loop segments to foundSegments collection so rules can work properly.
  • Ack999Generator - Use composite element separator from Delimiter property.
  • Ack997Generator - Use composite element separator from Delimiter property

Released: Sep 22, 2018

8.9.0.2 での更新項目

機能

  • EDI Rules Creator Studio - Ability to specify that segments that repeat more than once should have unique values.
  • EDIValidator - Support for unique values in segments.
  • EDIValidator - Ability to add unknown segments to validated EDI documents.
  • EDIRuleReader - Support for unique values in segments.
  • EDIRulesCreator - Support for serializing element with unique values.
  • Ack999Generator - Generate IK4 for CompositeElementValueAlreadyEntered and ElementValueAlreadyEntered error messages.
  • Rules File...

Released: Aug 26, 2018

8.9.0.0 での更新項目

機能

  • EDI Rules Creator Studio
    • Better themes.
    • Easier to use and view data.
  • 5010 278 EDI Review Rules files released.

不具合の修正

  • EDIValidator - Fix to handle situations where HL segments are used as loops and their loop indexes are not element 1.

Released: May 17, 2018

8.7.0.1 での更新項目

不具合の修正

  • EDI Validator - Code Conditions - Only throw the code condition event when the current segment’s ordinal number matches the Dependent Segment position.

Released: May 11, 2018

8.7 での更新項目

機能

  • EDI Validator - Added the ability to use .NET code to validate rules using Code Conditions.

Released: Mar 8, 2018

8.5 での更新項目

機能

  • Added support for more complex validation rules using else-if statements.
  • Simplified Usage and LocalCode rules by removing the need to add else clauses in their rules declarations.

Released: Dec 20, 2017

8.4 での更新項目

不具合の修正

  • EDIValidator - Fix to add X12 ST and GE segments to the 'found segment collection' even if they have bad values. This allows proper calculations to take place for the SE02 and GE02 control numbers.
  • New Sample Program Added - Parsing 5010 835 file.

Released: Nov 22, 2017

8.3 での更新項目

機能

  • EDIValidator - Better handle segments that are out of order.
  • Added support for .NET Core 1.6 and .NET Core 2.0.

Released: Oct 2, 2017

8.2 での更新項目

機能

  • EDIValidator - Added the ability to handle segments that don’t belong in a loop or are loop segments.

Released: Aug 9, 2017

8.1 での更新項目

機能

  • EDIFileLoader - FlatStructure property added to group ISA segments into top level messages.
  • EDIValidator - Summary, elements can now be used as both a summary parent and summary child at the same time.
  • EDIValidator - Summary, a summary parent’s value can be that of the repetition count of another segment.
  • EDIValidator - Rules. The following rule error types were added (SegmentNotUsed, SegmentMissing, SegmentRecommended, SegmentNotRecommended).
  • EDISpecification - Find Specification methods now...