Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

DATASCOPE.SDK.BusinessObjects.Shipping.Waybill.AddSalesOrder()

This business object calls the AddSalesOrder() method to add a single or list of Sales Orders to an existing Waybill/BOL and returns updated information.

Returns:
Response - Success
Response Result set to True
Response Message - "Sales Order(s) successfully added to the Waybill"
Response Object - null
Response - Failure
Response Result set to False
Response Message - Error generated

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 to Add Sales Order to an existing Waybill

Code

SHIP005

Name

AddSalesOrder

Module

Shipping

Functional Area

Waybill

Name Space/Class

DATASCOPE.SDK.BusinessObjects.Shipping.Waybill

Release Date

2024/08/01

Release Version

v24.2

Prerequisites

None

SYSPRO Objects

None

Parameters

Name

Description

Mandatory field

Data Type

Default Value

pWaybill

Waybill Number(s)

YES

String

<blank> 

pSalesOrder

SYSPRO Sales Order Number(s)

YES

String

 <blank>

Technical Specification

<sample code>
  • No labels