Skip to content

Page WSB_DILDocItemOnWhseShipment

A page to add document item lines on a Warehouse Shipment.

Properties

Name Value
ApplicationArea #All
Caption Document Item on Warehouse Shipment
PageType Card
SourceTable 7321
UsageCategory None

Table WSB_DILDocItemBuffer

Temperary DocumentItem buffer table for renumbering documentItem.

Properties

Name Value
Access Public
Caption Document Item Buffer
DataClassification CustomerContent
TableType Temporary

Fields

ID Type Name Description
1 Code[20] DocumentNo
2 Integer OldDocumentItemNo
3 Boolean OldDocumentItemLine
4 Integer NewDocumentItemNo
5 Boolean NewDocumentItemLine
1 Code[20] DocumentNo
2 Integer OldDocumentItemNo
3 Boolean OldDocumentItemLine
4 Integer NewDocumentItemNo
5 Boolean NewDocumentItemLine
1 Code[20] DocumentNo
2 Integer OldDocumentItemNo
3 Boolean OldDocumentItemLine
4 Integer NewDocumentItemNo
5 Boolean NewDocumentItemLine
# Codeunit WSB_DILReportHelper

Helper codeunit to for adding Document Items to reports.

Properties

Name Value
Access Public

Methods

wgFncGetDocumentItemLines

Gets the Document Item lines in a temporary recordset for the given header.

Parameters

Type Name Description
Record "Sales Header" pRecSalesHeader The "Sales Header" record.
Record "Sales Line" temporary vRecTempSalesDocumentItemLine The documentItem "Sales Line" record.

wgFncGetDocumentItemLines

Gets the Document Item lines in a temporary recordset for the given header.

Parameters

Type Name Description
Record "Sales Shipment Header" pRecSalesShipmentHeader The "Sales Shipment Header" record.
Record "Sales Shipment Line" temporary vRecTempSalesShptLine The documentItem "Sales Shipment Line" records.

wgFncGetDocumentItemLines

Gets the Document Item lines in a temporary recordset for the given header.

Parameters

Type Name Description
Record "Sales Invoice Header" pRecSalesInvoiceHeader The "Sales Invoice Header" record.
Record "Sales Invoice Line" temporary vRecTempSalesInvLine The documentItem "Sales Invoice Line" records.

wgFncGetDocumentItemLines

Gets the Document Item lines in a temporary recordset for the given header.

Parameters

Type Name Description
Record "Sales Cr.Memo Header" pRecSalesCrMemoHeader The "Sales Cr.Memo Header" record.
Record "Sales Cr.Memo Line" temporary vRecTempSalesCrMemoLine The documentItem "Sales Cr.Memo Line" records.

wgFncGetDocumentItemLines

Gets the Document Item lines in a temporary recordset for the given header.

Parameters

Type Name Description
Record "Return Receipt Header" pRecReturnRcptHeader The "Return Receipt Header" record.
Record "Return Receipt Line" temporary vRecTempReturnRcptLine The documentItem "Return Receipt Line" records.

wgFncGetDocumentItemLines

Gets the Document Item lines in a temporary recordset for the given header.

Parameters

Type Name Description
Record "Purchase Header" pRecPurchaseHeader The "Purchase Header" record.
Record "Purchase Line" temporary vRecTempPurchaseLine The documentItem "Purchase Line" records.

Codeunit WSB_DocItemLinesMonet

Codeunit implements Interface WSB_IMonetProduct.

Properties

Name Value
Access Public

Methods

wgFncGetAppID

Retrieves the App ID of the Business Central app connected to the product.

Returns

Type Description
Guid App ID

wgFncGetBillingMethod

Retrieves the Billing Method that is used for the product.

Returns

Type Description
Enum WSB_MonetBillingMethod The Billing Method

wgFncGetLiveProductID

Retrieves the Product ID for the product in the LIVE account.

Returns

Type Description
Text[255] Product ID

wgFncGetTestProductID

Retrieves the Product ID for the product in the TEST account.

Returns

Type Description
Text[255] Product ID