EDI Integrator 2016 PHP Edition
EDI Integrator 2016 PHP Edition
Questions / Feedback?

EDIStandard Property

The document format.

Object Oriented Interface

public function getEDIStandard();
public function setEDIStandard($value);

Procedural Interface

inedi_ediwriter_get($res, 1 );
inedi_ediwriter_set($res, 1, $value );

Default Value

0

Remarks

This property specifies standard that the document follows. Possible values are:

  • 0 (esX12 - default)
  • 1 (esEDIFACT)
  • 3 (esTRADACOMS)

Note: When parsing a TRADACOMS document the use of schemas is not supported.

Data Type

Integer

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
EDI Integrator 2016 PHP Edition - Version 16.0 [Build 7240]