EDIT
I have tried re-editing this post multiple times, but, inexplicably, after publishing the question, all instances of // (quotation marks) turn into // instead. Here is a screenshot instead:
reportextension 50119 MyExtension extends "Standard Statement"
{
dataset
{
add(DtldCustLedgEntries)
{
column(CLE_Document_Date; "CLE Document Date")
{ }
}
}
}
tableextension 50118 MyExtension extends "Detailed Cust. Ledg. Entry"
{
fields
{
field(50100; "CLE Document Date"; Date)
{
Caption = 'Cust. Ledger Entry Document Date';
FieldClass = FlowField;
CalcFormula = lookup("Cust. Ledger Entry"."Document Date" where("Entry No." = field("Cust. Ledger Entry No.")));
}
}
}
André Arnaud de Cal... 291,622 Super User 2024 Season 2
Martin Dráb 230,354 Most Valuable Professional
nmaenpaa 101,156