I have a page that displays a part containing Customer Ledger Entries.
part(LinkedEntries; "Cust. Ledger Subform")
{
Caption = 'Linked Entries';
ApplicationArea = All;
SubPageLink = "Customer No." = field("Customer No.");
}
From within the "Cust. Ledger Subform" page, how can I access the filters ("Customer No.")?