Page WSB_DepositOnWhseShipmentDI¶
A page to add deposit item lines on a Warehouse Shipment.
Properties¶
Name | Value |
---|---|
ApplicationArea | #All |
Caption | Deposit on Warehouse Shipment |
PageType | Card |
SourceTable | 7321 |
UsageCategory | None |
Codeunit WSB_DIPublic¶
Exposes additional event publishers and procedures next to the event publishers that are available from the public objects.
Properties¶
Name | Value |
---|---|
Access | Public |
Methods¶
wgFncTransferLineDeleteLineWithDepositItem¶
Decouples the related Deposit Line and deletes it.
Parameters¶
Type | Name | Description |
---|---|---|
Record "Transfer Line" |
vRecTransLine |
The "Transfer Line" Record. |
wgFncTransferLineInsertLineWithDepositItem¶
Inserts the Deposit Line bases on the given line.
Parameters¶
Type | Name | Description |
---|---|---|
Record "Transfer Line" |
vRecTransLine |
The "Transfer Line" record. |
wgEvpOnAfterSetQtyPerUOMFromItemJournalLine¶
Event is raised on VerifyLineChange you can set the Quantity per Unit of Meassure.
Parameters¶
Type | Name | Description |
---|---|---|
Record "Item Journal Line" |
vRecItemJnlLine |
The "Item Journal Line" record. |
Record "Item Journal Line" |
vRecItemJournalDepositLine |
The "Item Journal Line" record. |
Decimal |
vQtyPerUOM |
The quantity per unit of measure. |
wgEvpOnAfterSetQtyPerUOMFromPurchLine¶
Event is raised on VerifyLineChange you can set the Quantity per Unit of Meassure.
Parameters¶
Type | Name | Description |
---|---|---|
Record "Purchase Line" |
vRecPurchLine |
The "Purchase Line" record. |
Record "Purchase Line" |
vRecPurchDepositLine |
The deposit "Purchase Line" record. |
Decimal |
vQtyPerUOM |
The quantity per unit of measure. |
wgEvpOnAfterSetQtyPerUOMFromSalesLine¶
Event is raised on VerifyLineChange you can set the Quantity per Unit of Meassure.
Parameters¶
Type | Name | Description |
---|---|---|
Record "Sales Line" |
vRecSalesLine |
The "Sales Line" record. |
Record "Sales Line" |
vRecSalesDepositLine |
The deposit "Sales Line" record. |
Decimal |
vQtyPerUOM |
The quantity per unit of measure. |
wgEvpOnAfterSetQtyPerUOMFromTransferLine¶
Event is raised on VerifyLineChange you can set the Quantity per Unit of Meassure.
Parameters¶
Type | Name | Description |
---|---|---|
Record "Transfer Line" |
vRecTransferLine |
The "Transfer Line" record. |
Record "Transfer Line" |
vRecTransferDepositLine |
The deposit "Transfer Line" record. |
Decimal |
vQtyPerUOM |
The quantity per unit of measure. |
wgEvpOnAfterSetQtyPerUOMFromWhseShptLine¶
Event is raised on VerifyLineChange you can set the Quantity per Unit of Meassure.
Parameters¶
Type | Name | Description |
---|---|---|
Record "Warehouse Shipment Line" |
vRecWhseShptLine |
The "Warehouse Shipment Line" record. |
Record "Warehouse Shipment Line" |
vRecWhseShptDepositLine |
The deposit "Warehouse Shipment Line" record. |
Decimal |
vQtyPerUOM |
The quantity per unit of measure. |
wgEvpOnBeforeInsertItemJournalLine¶
Event is raised on before the new deposit line is inserted.
Parameters¶
Type | Name | Description |
---|---|---|
Record "Item Journal Line" |
vRecOrgItemJnlLine |
The "Item Journal Line" record. |
Record "Item Journal Line" |
vRecDepositLineToInsert |
The deposit "Item Journal Line" record to insert. |
wgEvpOnBeforeInsertSalesLine¶
Event is raised on before the new deposit line is inserted.
Parameters¶
Type | Name | Description |
---|---|---|
Record "Sales Line" |
vRecOrgSalesLine |
The "Sales Line" record. |
Record "Sales Line" |
vRecDepositLineToInsert |
The deposit "Sales Line" record too insert. |
wgEvpOnBeforeSetQtyBaseFromItemJournalLine¶
Event is raised when creating the Deposit Line before validating the "Quantity (Base)" of the deposit line.
Parameters¶
Type | Name | Description |
---|---|---|
Record "Item Journal Line" |
vRecItemJnlLine |
The "Item Journal Line" record. |
Record "Item Journal Line" |
vRecItemJnlDepositLine |
The deposit "Item Journal Line" record. |
Boolean |
vIsHandled |
Set to true to suppress the deposit line Qty Base assignment. |
wgEvpOnBeforeSetQtyBaseFromPurchLine¶
Event is raised when creating the Deposit Line before validating the "Quantity (Base)" of the deposit line.
Parameters¶
Type | Name | Description |
---|---|---|
Record "Purchase Line" |
vRecPurchLine |
The "Purchase Line" record. |
Record "Purchase Line" |
vRecPurchDepositLine |
The deposit "Purchase Line" record. |
Boolean |
vIsHandled |
Set to true to suppress the deposit line Qty Base assignment. |
wgEvpOnBeforeSetQtyBaseFromSalesLine¶
Event is raised when creating the Deposit Line before validating the "Quantity (Base)" of the deposit line.
Parameters¶
Type | Name | Description |
---|---|---|
Record "Sales Line" |
vRecSalesLine |
The "Sales Line" record. |
Record "Sales Line" |
vRecSalesDepositLine |
The deposit "Sales Line" record. |
Boolean |
vIsHandled |
Set to true to suppress the deposit line Qty Base assignment. |
wgEvpOnBeforeSetQtyBaseFromTransferLine¶
Event is raised when creating the Deposit Line before validating the "Quantity (Base)" of the deposit line.
Parameters¶
Type | Name | Description |
---|---|---|
Record "Transfer Line" |
vRecTransferLine |
The "Transfer Line" record. |
Record "Transfer Line" |
vRecTransferDepositLine |
The deposit "Transfer Line" recoord. |
Boolean |
vIsHandled |
Set to true to suppress the deposit line Qty Base assignment. |