Module for EDI 9.12 | Building Services with EDI Module | Part II WmEDIforTN Package | WmEDIforTN TRADACOMS Folder | Summary of Elements in this Folder | wm.b2b.edi.tradacoms.ui:modifyTradacomsSchema
 
wm.b2b.edi.tradacoms.ui:modifyTradacomsSchema
WmEDIforTN. Splits a flat file schema that the wm.b2b.edi:SEFParse service created for a TRADACOMS file into multiple flat file schemas: one flat file schema per message in the file.
The wm.b2b.edi:SEFParse service creates a temporary flat file schema in the following location: EDIFFSchema.Tradacoms.V version.T name:TEMP_SCHEMA
This schema contains all the messages contained in the TRADACOMS file. Because the flat file parser (the wm.b2b.edi.tradacoms:convertToValues service) cannot always properly parse this schema, you should execute the modifyTradacomsSchema service to split the flat file schema into one flat file schema per MHD segment in the TRADACOMS file.
Input Parameters
schemaName
String The name of the temporary flat file schema created by the wm.b2b.edi:SEFParse service. This schema will be deleted upon successful execution of this service.
standard
String The EDI standard; value must be Tradacoms.
version
String The version of the TRADACOMS file that is being created.
docType
String The name of the message header for the particular TRADACOMS file. For example, for the ORDERS file, specify ORDHDR.
Output Parameters
None.