Announcements
field(50012; "Tariff No_"; Text[100]){Caption = 'CN Code';FieldClass = FlowField;Editable = False;CalcFormula = Lookup(Item."Tariff No." where("No." = field("No.")));
}Report.al code to display the field in the BC Purchase Order report templatedataitem("Itemt"; "Item"){DataItemLink = "Tariff No." = field("No."), "No." = field("No.");DataItemLinkReference = "Purchase Line";DataItemTableView = sorting("No.");column(TTariffNo_PurchaseLine; "Item"."Tariff No."){}
}
André Arnaud de Cal... 291,359 Super User 2024 Season 2
Martin Dráb 230,370 Most Valuable Professional
nmaenpaa 101,156