-
Notifications
You must be signed in to change notification settings - Fork 693
Description
Describe the request
Describe the issue
Microsoft has marked reports (204, 205, 206, 207) as "Obsolete" with Obsolete status "Pending" and Reason "Replaced with the report below Standard.
Report 204 will be replaced by Report 1304.
Report 205 will be replaced by Report 1305.
Report 206 will be replaced by Report 1306.
Report 207 will be replaced by Report 1307
Current :
As reports will be replaced in future BC releases and we want to add integration to all respective Reports. Based on old git hub ticket MS added events to 1304 / 1306 / 1307 against https://github.com/microsoft/ALAppExtensions/issues/6507and #12884
and #22825
Report | Comments -- | -- report 1304 "Standard Sales - Quote" | MS made changes as requested OnAfterCalculateSalesTax / OnBeforeCalculateSalesTax report 1305 "Standard Sales - Order Conf." | MS changes not found against #6507 and #12884 report 1306 "Standard Sales - Invoice" | MS made changes as requested OnAfterCalculateSalesTax / OnBeforeCalculateSalesTax report 1307 "Standard Sales - Credit Memo" | MS made changes as requested OnAfterCalculateSalesTax / OnBeforeCalculateSalesTax
Expected :
Need publisher event and respective code for OnAfterCalculateSalesTax / OnBeforeCalculateSalesTax on Report 1305
Need publisher event and respective code for OnAfterCalculateSalesTax / OnBeforeCalculateSalesTax on Report 1303
As of the latest Business Central build (BC 22.2), the events requested for above reports are still missing. Please let us know the major/minor release details in which the fix is available. as of the latest ticket is it fixed in Build ID: 10902 #22825
Versions:
Version: US Business Central 25.0
Microsoft has marked reports (204, 205, 206, 207) as "Obsolete" with Obsolete status "Pending" and Reason "Replaced with the report below Standard.
Report 204 will be replaced by Report 1304.
Report 205 will be replaced by Report 1305.
Report 206 will be replaced by Report 1306.
Report 207 will be replaced by Report 1307
Current :
As reports will be replaced in future BC releases and we want to add integration to all respective Reports. Based on old git hub ticket MS added events to 1304 / 1306 / 1307 against https://github.com/microsoft/ALAppExtensions/issues/6507and #12884
and #22825
Report Comments
report 1304 "Standard Sales - Quote" MS made changes as requested OnAfterCalculateSalesTax / OnBeforeCalculateSalesTax
report 1305 "Standard Sales - Order Conf." MS changes not found against #6507 and #12884
report 1306 "Standard Sales - Invoice" MS made changes as requested OnAfterCalculateSalesTax / OnBeforeCalculateSalesTax
report 1307 "Standard Sales - Credit Memo" MS made changes as requested OnAfterCalculateSalesTax / OnBeforeCalculateSalesTax
Expected :
Need publisher event and respective code for OnAfterCalculateSalesTax / OnBeforeCalculateSalesTax on Report 1305 with following parameters
(var SalesHeader: Record "Sales Header"; var SalesLine: Record "Sales Line"; var VATAmountLine: Record "VAT Amount Line")
Need publisher event and respective code for OnAfterCalculateSalesTax / OnBeforeCalculateSalesTax on Report 1303 with following parameters
(var SalesHeader: Record "Sales Header"; var SalesLine: Record "Sales Line"; var VATAmountLine: Record "VAT Amount Line")
We have suggestion from microsoft to use below events
OnHeaderOnAfterGetRecordOnAfterUpdateVATOnLines
OnLineOnAfterGetRecordOnAfterCalcTotals
But both the events dont have var VATAmountLine: Record "VAT Amount Line" as a parameter
As of the latest Business Central build (BC 25.0), the events requested for above reports are still missing. #24012
Versions:
Version: US Business Central 25.0
Additional context
Need publisher event and respective code for OnAfterCalculateSalesTax / OnBeforeCalculateSalesTax on Report 1305 with following parameters
(var SalesHeader: Record "Sales Header"; var SalesLine: Record "Sales Line"; var VATAmountLine: Record "VAT Amount Line")
Need publisher event and respective code for OnAfterCalculateSalesTax / OnBeforeCalculateSalesTax on Report 1303 with following parameters
(var SalesHeader: Record "Sales Header"; var SalesLine: Record "Sales Line"; var VATAmountLine: Record "VAT Amount Line")
We have suggestion from microsoft to use below events
OnHeaderOnAfterGetRecordOnAfterUpdateVATOnLines
OnLineOnAfterGetRecordOnAfterCalcTotals
But both the events dont have var VATAmountLine: Record "VAT Amount Line" as a parameter
As of the latest Business Central build (BC 25.0), the events requested for above reports are still missing. #24012
Internal work item: AB#561530