Table 5871 Memoized Result

App
Base Application
Namespace
Microsoft.Inventory.BOM.Tree
Versions
17-28

Fields, 2Keys, 1

Versions171819202122232425262728

Source29

Source in 29

src/Layers/W1/BaseApp/Inventory/BOM/Tree/MemoizedResult.Table.al38 lines, Copyright (c) Microsoft Corporation. MIT

// ------------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
// ------------------------------------------------------------------------------------------------
namespace Microsoft.Inventory.BOM.Tree;

table 5871 "Memoized Result"
{
    Caption = 'Memoized Result';
    DataClassification = CustomerContent;

    fields
    {
        field(1; Input; Decimal)
        {
            AutoFormatType = 0;
            Caption = 'Input';
        }
        field(2; Output; Boolean)
        {
            Caption = 'Output';
        }
    }

    keys
    {
        key(Key1; Input)
        {
            Clustered = true;
        }
    }

    fieldgroups
    {
    }
}