CreateItem

CreateItem is a similar construction to the CreateCustomer function, as it makes use of the CreateItem function in the standard library LibraryInventory codeunit (132201). As a matter of fact, it's just a wrapper around it, as seen in the following code:

local procedure CreateItem(var Item: Record Item)
begin
LibraryInventory.CreateItem(Item);
end;
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.117.182.179