Page extension 5636 InsSourceCodesExt

App
Base Application
Namespace
Microsoft.FixedAssets.Insurance
Versions
25-28
Extends
#f3552374a1f24356848e196002525837#Source Codes

Versions171819202122232425262728

Source29

Source in 29

src/Layers/W1/BaseApp/FixedAssets/Insurance/InsSourceCodesExt.PageExt.al28 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.FixedAssets.Insurance;

using Microsoft.Foundation.AuditCodes;

pageextension 5636 InsSourceCodesExt extends "Source Codes"
{
    actions
    {
        addafter("G/L Registers")
        {
            action("I&nsurance Registers")
            {
                ApplicationArea = FixedAssets;
                Caption = 'I&nsurance Registers';
                Image = InsuranceRegisters;
                RunObject = Page "Insurance Registers";
                RunPageLink = "Source Code" = field(Code);
                RunPageView = sorting("Source Code");
                ToolTip = 'View posted insurance entries.';
            }
        }
    }
}