Skip to content

[Request for External] Report 20 "Calc. and Post VAT Settlement" - Protected variable PostingDate #29358

@KlaasKleermaker

Description

@KlaasKleermaker

Why do you need this change?

In 4PS Construct we need to know the value of the global variable PostingDate in the report extension.

Describe the request

Dear ALAppExtensions team,

On behalf of 4PS I would like to request the global variable 'PostingDate' to be made protected in report 20 "Calc. and Post VAT Settlement".

    var
        SourceCodeSetup: Record "Source Code Setup";
        GenJnlLine: Record "Gen. Journal Line";
        GenJnlLine2: Record "Gen. Journal Line";
        GLEntry: Record "G/L Entry";
        VATEntry: Record "VAT Entry";
        TaxJurisdiction: Record "Tax Jurisdiction";
        GLSetup: Record "General Ledger Setup";
        VATPostingSetup: Record "VAT Posting Setup";
        GenJnlPostLine: Codeunit "Gen. Jnl.-Post Line";
        PrintVATEntries: Boolean;
        NextVATEntryNo: Integer;
        //PostingDate: Date; //old
        VATDate: Date;
        DocNo: Code[20];
		.
		.
		.
    protected var
        GLAccSettle: Record "G/L Account";
        PostSettlement: Boolean;
        EntrdStartDate: Date;
        EnteredEndDate: Date;
        PostingDate: Date; //new

Internal work item: AB#611653

Metadata

Metadata

Assignees

No one assigned

    Labels

    FinanceGitHub request for Finance arearequest-for-externalRequest for exposing a function for extension developmentships-in-future-updateFix ships in a future update

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions