Functional Areas and where our Business Objects live
None
Our Business Objects classification has been broken down into, firstly, a Module (i.e. Utilities, Warehouse Movements), which is then broken down into different Functional Areas. Lastly, within each Functional Area, there are different Business Objects.
Business Object Classification
Modules, e.g., Warehouse Control
Functional Area, e.g., Stock Take
Business Object, e.g., Stock Take Item Post
All our Business Objects are built into our DATASCOPE WMS SDK, and we’ve structured the Business Objects classification within our Classes to define the Modules and Areas. The Business Objects are therefore functions or methods within those Classes.
The namespace will give you an indication of where to find the Business Objects within the software.
For more information on all the different types, refer to the DATASCOPE Business Objects Reference Library
If you don’t like reading, you can watch the video.
Try it!
Business Objects Reference Library
The DATASCOPE Business Objects Reference Library is not just a listing, but it contains various useful information about each Business Object. The Business Objects Reference Library is primarily used to identify which Business Objects have been released and their locations within the system.
Take note of the Name Space/Class – this is the location within the SDK where the Business Object is.
SYSPRO Objects
The SYSPRO Objects field indicates whether the applicable Business Object will indirectly call a specific SYSPRO Object, requiring access to a SYSPRO E.Net license in SYSPRO.
Note: A SYSPRO Business Object by DATASCOPE WMS Module Reference Sheet is also available.
All our Parameters are prefixed with a “p”, making it easy to use dot notation in Visual Studio. The intelliSense will list all the parameters in a group.
Simple Application
For a detailed overview of how to develop a simple application, refer to How to develop a Simple Application
Business Object XML Schema (Request) and Response Schemas
Release 25.3 (Ticket #10139) - XSD (XML Schema Definitions) files are now available for all Business Objects. The Schemas will be available on the application server under C:/Program Files (x86)/DATASCOPE/DATASCPE WMS WebAPI/Postman/Schema/BusinessObject.Response