Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

Info

If you don’t like reading, you can watch the video.

Panel
panelIconId1f3a5
panelIcon:movie_camera:
panelIconText🎥
bgColor#DEEBFF

https://youtu.be/KXIGT49awKk

001_premium_BUSINESS_OBJECTS_OVERVIEW_product_userguide_UG - v0.2.pdf

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 mainly used to see which Business Objects have been released and where in the system it is located.

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 will indicate whether the applicable Business Object will indirectly call a specific SYSPRO Object, and therefore, you will need access to a SYSPRO E.Net license in SYSPRO.

Info

Note: A SYSPRO Business Object by DATASCOPE WMS Module Reference Sheet is also available. Click on the link - <link not currently available>

All our Parameters are prefixed with a “p”, which makes it easy when you do your 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