Table of Contents

Function Set / Norm Time Section

General

This page contains the JSON of the function-set applicable on calculating the normtime on a section.

JSON code snippet : NORM TIME SECTION

Note

Set the parameter Type to apply on 1: Load, 2: Unload or 3: Both .


{
    "FunctionSet": {
        "Entries": [
            {
                "CodeunitID": "11237444",
                "EntryNo": "10000",
                "FunctionCode": "CALC SECT. NORMTIME",
                "Parameters": [
                    {
                        "ParameterGroup": "1",
                        "ParameterName": "CONFIG_NO",
                        "Value": "SECTION"
                    },
                    {
                        "ParameterGroup": "1",
                        "ParameterName": "TYPE",
                        "Value": "3"
                    }
                ]
            }
        ],
        "TableNo": 11172786
    }
}