Table of Contents

Condition Maximum Length, Width and Height

General

This page contains the JSON of the function-set applicable on maximium length, width and height condtion. When using this functionset the attributes: MaxLenght, MaxWidth and MaxHeight must be set in the attributes-setup. The functionset will copy the maximum fieldvalues on the goods-lines to the associated attributes.

JSON code snippet : Maximum Length, Width and Height


{
  "FunctionSet": {
    "TableNo": 11172786,
    "Entries": [
      {
        "EntryNo": "10000",
        "CodeunitID": "11237440",
        "FunctionCode": "GET MAX LENGTH",
        "Description": "Store maximum length from TMS Document Lines to MaxLenght-Attribute on TMS Document Header"
      },
      {
        "EntryNo": "20000",
        "CodeunitID": "11237440",
        "FunctionCode": "GET MAX WIDTH",
        "Description": "Store maximum width from TMS Document Lines to MaxWidth -ttribute on TMS Document Header"
      },
      {
        "EntryNo": "30000",
        "CodeunitID": "11237440",
        "FunctionCode": "GET MAX HEIGHT",
        "Description": "Store maximum height from TMS Document Lines to MaxHeight-Attribute on TMS Document Header"
      }
    ]
  }
}