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.7

Generates an EKT object for the edifact EKT formatter

In pins 10
  • Test Message
    condition

    True if this is a test message

  • date v12.0.7
    date

    The date to be used

    Default Now

  • Sender Name required
    value
  • Sender GLN required
    value
  • Receiver name required
    value

    Receiver name (or buyer number)

  • Unique ID required
    value

    Unique ID for this order (most likely the order guid)

  • Buyer ID Code required
    value

    Buyer number

  • Auction Code required
    value

    The code for the flower auction

  • Seller GLN required
    value

    GLN code of the seller

  • Lines required
    array

    Array of product lines (TIP: Use "EKT Line" object type in a concat)

Out pins 1
  • 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.

Studio canvas example for the generate ekt object block: typical wiring for generate ekt object.

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