this may not be the best way to do this, but we have an issue with 810 transactions that webMethods generates, and this is how we tried to get around it.
on the tds segment, all of our customers (except 1) want the TDS fields with NO decimal places. so I opened up EDIFFSchema.X12.V4010:Dictionary and created a new field definition called 610rm, which is identical to 610 except the FormatService is wm.b2b.edi.util.formatServices:formatN0 instead of formatN2. then, I went up to the record definitions and changed the TDS record to contain 4 of the new 610rm fields called TDS01-04.
when we ran the wm.b2b.edi.convertToString, the TDS segment isn’t created at all. when I reversed the modifications to the dictionary, the TDS segment still isn’t created.
is it okay to modify the edi dictionary in this way?
if not, how can I have the convertToString process draw the TDS segment without decimal places?
thanks.
#webMethods#Integration-Server-and-ESB#edi