edifact-generator icon indicating copy to clipboard operation
edifact-generator copied to clipboard

Add Free Text Instructions to Orders

Open FloLech opened this issue 3 years ago • 1 comments

I try to figure out how to add a message of type FTX+AAI to an order. The class Iftmin offers a method called setFreeTextInstructions for adding such an entity. How would I use this method on an order?

FloLech avatar Sep 09 '21 06:09 FloLech

Hi, the order is specified with which message? ORDERS?

The function setFreeTextInstructions is an helper to create the segment FTX but it wasn't added to the Orders class. You need to find the best way to add it by first generating the message with the available functions and then add it where appropriate.

cc @viezel

sabas avatar Sep 09 '21 07:09 sabas