Hi All,
Trying to copy field from purchase order to posted invoice but not working, any ideas?
Code below:
tableextension 60122 PostedPurchInvoice extends "Purch. Inv. Header"
{
fields
{
field(12201; "Vendor Shipment No."; Code[35])
{
Caption = 'Vendor Shipment No.';
FieldClass = FlowField;
CalcFormula = lookup("Purchase Header"."Vendor Shipment No." where("No." = field("Order No."), "Document Type" =
const(Order)));
}
}


Report
All responses (
Answers (