Untitled
unknown
plain_text
a year ago
306 B
30
Indexable
internal procedure FindPurchInvHeader(var PurchInvHeader: Record "Purch. Inv. Header"; FromPurchInvHeader: Record "Purch. Inv. Header")
begin
PurchInvHeader.Copy(FromPurchInvHeader);
PurchInvHeader.ReadIsolation(IsolationLevel::UpdLock);
PurchInvHeader.Find();
end;Editor is loading...
Leave a Comment