Untitled
unknown
plain_text
2 months ago
306 B
26
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