Hi
I am trying to automate one scenario in which I should create a service item.
There is library function where we can just use inbuilt function.
procedure createServiceItem()
var
Item: Record Item;
begin
libraryItem.CreateServiceTypeItem(Item);
end;
But how I can store this value in any variable? Or can store this value in the database?