This Business Object is used to log on to the system and obtain a WMS GUID. This GUID will be required when calling any other Business Object and will always be the first parameter of each Business Object overload method.
If you don’t like reading, you can watch the video.
<link to video>
<link to technical spec>
Description
Business Object to perform a Logon to the system to obtain a GUID.
Code | UTIL001 |
---|---|
Name | Logon |
Module | Utilities |
Functional Area | Operator |
Name Space/Class | DATASCOPE.SDK.BusinessObjects.Utilities |
Release Date | 03/05/2019 |
Release Version | 5.0.0.60 |
Prerequisites | None |
---|---|
SYSPRO Objects | SysProUtilities.Logon |
Parameters
Name | Description | Mandatory field | Data Type | Default Value |
---|---|---|---|---|
pCompanyID | The company letting to log into, this must be a valid SYSPRO and WMS Company | Yes | string | N/A |
Technical Specification
<sample code>