Codeunit WSB_PRPConfirmPostingByUserMgt¶
Provides functions to set the invoice,Ship,receive parameters based on usersettings when posting documents.
Properties¶
Name | Value |
---|---|
Access | Public |
Methods¶
wgFncPurchaseHeaderConfirmPost¶
Sets the ship, receive and invoice parameters on the Purchase header based on user settings.
Parameters¶
Type | Name | Description |
---|---|---|
Record "Purchase Header" |
vRecPurchaseHeader |
The purchase header to confirm post for. |
Boolean |
vHideDialog |
Boolean whether or not hide the default dialog. |
Integer |
vDefaultOption |
The default dialog option. |
Boolean |
pPrintPostedDoc |
Boolean whether or not to print the posted document. |
wgFncSalesHeaderConfirmPost¶
Sets the ship, receive and invoice parameters on the Sales Header based on user settings.
Parameters¶
Type | Name | Description |
---|---|---|
Record "Sales Header" |
vRecSalesHeader |
The sales header record. |
Boolean |
vHideDialog |
Boolean whether or not hide the default dialog. |
Integer |
vDefaultOption |
The default dialog option. |
Boolean |
pPrintPostedDoc |
Boolean whether or not to print the posted document. |
wgFncServiceHeaderConfirmPost¶
Sets the ship, consume and invoice parameters on the Service Header based on user settings.
Parameters¶
Type | Name | Description |
---|---|---|
Record "Service Header" |
vRecServiceHeader |
The Service Header |
Boolean |
vHideDialog |
Boolean whether or not hide the default dialog. |
Boolean |
vShip |
Boolean whether or not post shipment. |
Boolean |
vConsume |
Boolean whether or not post consumption. |
Boolean |
vInvoice |
Boolean whether or not post invoice. |
wgFncWhseShipmentConfirmPost¶
Sets the invoice parameter on the Whse. Shipment Header based on user settings.
Parameters¶
Type | Name | Description |
---|---|---|
Boolean |
vHideDialog |
Boolean whether or not hide the default dialog. |
Boolean |
vInvoice |
Boolean whether or not post invoice. |