Logon [UTIL001]

DATASCOPE.SDK.BusinessObjects.Utilities.Operator.Logon()

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.

For a detailed overview on working with DATASCOPE PREMIUM WMS Business Objects, refer to E.Net Business Objects

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

None

No Specification

Description

Business Object will 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

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

pOperator

The operator code to login with

Yes

string

N/A

pOperatorPassword

The password that corresponds to the p_Operator parameter

No

string

[BLANK]

pCompanyPassword

The password that corresponds to the p_CompanyId parameter

No

string

[BLANK]

pWarehouse

The default warehouse to associate with this logon

No

string

[BLANK]

pZone

The default Picking Zone to associate with this logon

No

string

[BLANK]

pFailWhenAlreadyLoggedIn

Check if prior instance of the operator is still logged in

No

bool

FALSE

Technical Specification

<sample code>

Â