Module for EDI 9.12 | Building Services with EDI Module | Part I WmEDI Package | WmEDI Util Folder | Summary of Elements in this Folder | wm.b2b.edi.util:getEDIDictionaryName
 
wm.b2b.edi.util:getEDIDictionaryName
WmEDI. Given an EDI standard and version, returns the name of the flat file dictionary that should be used to store the definitions for that standard and version.
Input Parameters
standard
String EDI standard name, e.g., X12 or UNEDIFACT.
version
String EDI version, e.g., 4010, 96A, etc.
Output Parameters
ffDictionaryName
String Standard name of the flat file dictionary that should be used to store entries for this standard/version combination.
Usage Notes
The standard and version follow this naming convention:
EDIFFSchema.standard.Vversion:Ttransaction
where:
*standard represents the EDI standard (e.g., X12).
*version represents the EDI standard version (e.g., 4010).
*transaction represents the EDI transaction (e.g., 850).
For example: EDIFFSchema.X12.V4010:T850