RenamingRule Property

The rule defining how EDI elements are renamed when translating to XML or JSON.

Object Oriented Interface

public function getRenamingRule();
public function setRenamingRule($value);

Procedural Interface

ipworksedi_tradacomstranslator_get($res, 8 );
ipworksedi_tradacomstranslator_set($res, 8, $value );

Default Value

''

Remarks

The renaming rule specified by RenamingRuleIndex. Renaming rules are optional.

The renaming rule defines how EDI elements are renamed when translating to XML or JSON. The format is:

ediname:xmlanme
For instance: "UNH1:MsgRefNumber".

Note: Renaming rules are not required when converting from XML or JSON to EDI.

This property is not available at design time.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks EDI 2020 PHP Edition - Version 20.0 [Build 8203]