Untitled
unknown
plain_text
10 months ago
306 B
29
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