microsoft / ALAppExtensions

Repository for collaboration on Microsoft AL application add-on and localization extensions for Microsoft Dynamics 365 Business Central.
MIT License
763 stars 608 forks source link

Table 295 "Reminder Header" - "VAT Amount" - CalcFormula Issue #22960

Closed KevinHermsdorf closed 1 month ago

KevinHermsdorf commented 1 year ago

Dear ALAppExtensions team,

we came across an inconsistency of the VAT Amount - CalcFormula between Reminder Header and Issued Reminder Header.

Reminder Header:

CalcFormula = Sum("Reminder Line"."VAT Amount" WHERE("Reminder No." = FIELD("No."),
                  "Detailed Interest Rates Entry" = CONST(false),
     =====>       "Line Type" = FILTER(<> "Not Due")));

Issued Reminder Header:

CalcFormula = Sum("Issued Reminder Line"."VAT Amount" WHERE("Reminder No." = FIELD("No."),
                  "Detailed Interest Rates Entry" = CONST(false)));

The Line Type - Filter is missing in the Issued Reminder Header - CalcFormula. Also, we believe the correct Line Type - Filter should be:

"Line Type" = CONST("Reminder Line")
pri-kise commented 1 year ago

@KevinHermsdorf This repository is only for extensibility requests for Dynamics 365 Business Central. Microsoft suggests that you open a support case or file a bug to ensure that all Business Central users benefit from your catch as soon as possible: • On premises - https://support.microsoft.com/en-us/supportforbusiness/productselection?sapId=93d37907-ad94-d591-22e9-593cfa09dd3f • On line – contact your partner, or if you are a partner open a support incident through Partner Center - https://partner.microsoft.com/en-us/pcv/dashboard/overview

KevinHermsdorf commented 7 months ago

@AlexanderYakunin Hello again! Has anything happened regarding this ticket yet?

AlexanderYakunin commented 7 months ago

No, this is functional change but no one ever reported this issue via Support.

JesperSchulz commented 1 month ago

Availability update: We will publish a fix for this issue in the next update for release 24.

Build ID to track: 22187.

JesperSchulz commented 4 weeks ago

Thanks for reporting this. We agree, and we’ll publish a fix asap, either in an update for the current version or in the next major release. Please do not reply to this, as we do not monitor closed issues. If you have follow-up questions or requests, please create a new issue where you reference this one.

Build ID: 22184.