Table of Contents

Agreement Quantity Calculation / Criteria - UNLOADAM

This page contains the JSON of the function-set applicable on the Agreement Quantity Calculation / Criteria - Unload AM

Note

Change the parameter: VALUE2 apply different conditions. Function will only work if the value used is set as a condition on the order.

{
    "FunctionSet": {
        "DataType": "34047",
        "Entries": [
            {
                "CodeunitID": "11172846",
                "Description": "COMPARE 2 VALUES",
                "EntryNo": "20000",
                "FunctionCode": "COMPARE",
                "Parameters": [
                    {
                        "DataType": "0",
                        "ParameterName": "VALUE1",
                        "ResultFunctionSetID": {
                            "FunctionSet": {
                                "DataType": "34047",
                                "Entries": [
                                    {
                                        "CodeunitID": "11172846",
                                        "EntryNo": "10000",
                                        "FunctionCode": "GET CONDITION VALUE",
                                        "Parameters": [
                                            {
                                                "ParameterName": "CONDITION",
                                                "Value": "TIME_UNLD"
                                            }
                                        ]
                                    }
                                ],
                                "TableNo": 11172787
                            }
                        }
                    },
                    {
                        "DataType": "31488",
                        "ParameterName": "VALUE2",
                        "Value": "<12:00h"
                    }
                ]
            }
        ],
        "TableNo": 11172787
    }
}