Enum extension 5825 Marketing Text Scenario

App
Base Application
Namespace
Microsoft.Inventory.MarketingText
Versions
22-28
Extends
#8874ed3a064342479ced7a7002f7135d#Entity Text Scenario

Values, 1

Versions171819202122232425262728

Source29

Source in 29

src/Layers/W1/BaseApp/Inventory/MarketingText/MarketingTextScenario.EnumExt.al18 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.MarketingText;

using System.Text;

enumextension 5825 "Marketing Text Scenario" extends "Entity Text Scenario"
{
#pragma warning disable PTE0023
    value(0; "Marketing Text")
    {
        Caption = 'Marketing Text';
    }
#pragma warning restore PTE0023
}