-
Notifications
You must be signed in to change notification settings - Fork 686
Closed
Closed
[Request for External] Report 20 "Calc. and Post VAT Settlement" - Protected variable PostingDate#29358
Task
Copy link
Labels
FinanceGitHub request for Finance areaGitHub request for Finance arearequest-for-externalRequest for exposing a function for extension developmentRequest for exposing a function for extension developmentships-in-future-updateFix ships in a future updateFix ships in a future update
Description
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
Labels
FinanceGitHub request for Finance areaGitHub request for Finance arearequest-for-externalRequest for exposing a function for extension developmentRequest for exposing a function for extension developmentships-in-future-updateFix ships in a future updateFix ships in a future update