generate ekt object
This block is part of the object group and was last modified in core v12.0.7.
generate ekt object v11.5.18 Updated v12.0.7Generates an EKT object for the edifact EKT formatter
- Test Message
conditionTrue if this is a test message
- date
v12.0.7dateThe date to be used
- Sender Name required
value - Sender GLN required
value - Receiver name required
valueReceiver name (or buyer number)
- Unique ID required
valueUnique ID for this order (most likely the order guid)
- Buyer ID Code required
valueBuyer number
- Auction Code required
valueThe code for the flower auction
- Seller GLN required
valueGLN code of the seller
- Lines required
arrayArray of product lines (TIP: Use "EKT Line" object type in a concat)
- EKT Object
object
Bundles the values of all connected in-pins verbatim into one object keyed by pin id; nil pins are omitted and dates are formatted as ISO 8601 strings. Performs no EDIFACT encoding itself -- the output feeds the EKT formatter downstream.
A typical wiring for generate ekt object: value feeds the sender_name pin; value feeds the sender_gln pin; value feeds the receiver_name pin; value feeds the unique_id pin; value feeds the buyer_identification_code pin; value feeds the auction_code pin; value feeds the seller_gln pin; with values feeds the lines pin; the ektinput out pin feeds custom field.

Version history
Introduced in v11.5.18.
Last modified in v12.0.7.
Back to
object Return to the main group to view all sub-groups Back to edifact Return to the group to view all blocks within this group
