You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ole Melhus edited this page Mar 6, 2017
·
4 revisions
varorder=newSalesOrder{customer="10001",description="This is the order description"};order.Add(newSalesOrderLine{inventory="2",quantity=5,lineDescription="Product line description",unitPrice=500});awaitvismaNet.SalesOrder.Add(order);