0
Category:
STATUS DETAILS

Comments

I have included the missing setcurrentkey command in the comment below

Category:

    local procedure GetPaidSalesInvoices(var CustLedgerEntry: Record "Cust. Ledger Entry")    begin CustLedgerEntry.Setcurrentkey(“Document Type", Open, "Posting Date", "Closed at Date");        CustLedgerEntry.SetRange("Document Type", CustLedgerEntry."Document Type"::Invoice);        CustLedgerEntry.SetRange(Open, false);        CustLedgerEntry.SetRange("Posting Date", CalcDate('', GetDefaultWorkDate()), GetDefaultWorkDate());        CustLedgerEntry.SetRange("Closed at Date", CalcDate('', GetDefaultWorkDate()), GetDefaultWorkDate());    end;

Category:

The following AL code is slow as a resultAppObjectType: CodeUnit AppObjectId: 1311 AL CallStack: "Activities Mgt."(CodeUnit 1311).CalcAverageCollectionDays line 8 - Base Application by Microsoft"O365 Activities Dictionary"(CodeUnit 1310).OnRun(Trigger) line 9 - Base Application by Microsoft

Category:

Rename "XML Port" data type to "Data Port" and add JSON support please.

Category:

In the above scenario the user should be picking 10 but is having to confirm 14 in total on the screen. There is significant potential that users will pick 14 rather than 10 leading to over picks and stock discrepancies.

Category:

It is very confusing to have a description that does not match the entries for the additional lines. Thank you for correcting this!

Category:

https://github.com/microsoft/BCApps

Category:

aka.ms/bcideas

Category:

Test comment

Category:

This will go a long way to enhance productivity.

Category:

  • 1
  • 476
  • 477
  • 478
  • 479
  • 480
  • 481
  • 482
  • 483
  • 484
  • 500