Browse By Tags

  • OE Shipment from Order

    Is there a way to create a Shipment from an existing order using Sage 300 Web API? The API allows us to create both an order, or a shipment using the QuantityShipped field on the OrderDetails object. By using the QuantityShipped value, Sage will create…
  • Sage 300: How to Create a Class in Visual Studio from JSON

    Introduction Some developers may already know how to create a class from JSON metadata. But, for those who do not, this little tip is very handy. I’ll use the Sage 300 Web API and create classes based upon the ARCustomers endpoint. Of course, this…