Report "Carry Out Action Msg. - Req."

ID 493
Namespace: Microsoft.Inventory.Requisition

Properties

Name Value
Caption Carry Out Action Msg. - Req.
ProcessingOnly True

Methods

SetReqWkshLine

procedure SetReqWkshLine(var NewReqLine: Record "Requisition Line")

Parameters

Name Type Description
NewReqLine Table Microsoft.Inventory.Requisition."Requisition Line"

GetReqWkshLine

procedure GetReqWkshLine(var NewReqLine: Record "Requisition Line")

Parameters

Name Type Description
NewReqLine Table Microsoft.Inventory.Requisition."Requisition Line"

SetReqWkshName

procedure SetReqWkshName(var NewReqWkshName: Record "Requisition Wksh. Name")

Parameters

Name Type Description
NewReqWkshName Table Microsoft.Inventory.Requisition."Requisition Wksh. Name"

InitializeRequest

procedure InitializeRequest(ExpirationDate: Date, OrderDate: Date, PostingDate: Date, ExpectedReceiptDate: Date, YourRef: Text[50])

Parameters

Name Type Description
ExpirationDate Date
OrderDate Date
PostingDate Date
ExpectedReceiptDate Date
YourRef Text[50]

SetHideDialog

procedure SetHideDialog(NewHideDialog: Boolean)

Parameters

Name Type Description
NewHideDialog Boolean

SetSupressCommit

procedure SetSupressCommit(NewSupressCommit: Boolean)

Parameters

Name Type Description
NewSupressCommit Boolean

Events

OnAfterSetReqWkshLine

[IntegrationEvent(False,False)]
local procedure OnAfterSetReqWkshLine(var RequisitionLine: Record "Requisition Line")

Parameters

Name Type Description
RequisitionLine Table Microsoft.Inventory.Requisition."Requisition Line"

OnBeforePreReport

[IntegrationEvent(True,False)]
local procedure OnBeforePreReport(var PrintOrders: Boolean)

Parameters

Name Type Description
PrintOrders Boolean

OnBeforePostReport

[IntegrationEvent(True,False)]
local procedure OnBeforePostReport(var ReqWkshMakeOrders: Codeunit "Req. Wksh.-Make Order")

Parameters

Name Type Description
ReqWkshMakeOrders Codeunit Microsoft.Inventory.Requisition."Req. Wksh.-Make Order"

OnUseOneJnlOnBeforeSetReqWkshMakeOrdersParameters

[IntegrationEvent(False,False)]
local procedure OnUseOneJnlOnBeforeSetReqWkshMakeOrdersParameters(var ReqLine: Record "Requisition Line", var ReqWkshMakeOrders: Codeunit "Req. Wksh.-Make Order", PurchOrderHeader: Record "Purchase Header", EndOrderDate: Date, PrintOrders: Boolean, var SuppressCommit: Boolean, var IsHandled: Boolean)

Parameters

Name Type Description
ReqLine Table Microsoft.Inventory.Requisition."Requisition Line"
ReqWkshMakeOrders Codeunit Microsoft.Inventory.Requisition."Req. Wksh.-Make Order"
PurchOrderHeader Table Microsoft.Purchases.Document."Purchase Header"
EndOrderDate Date
PrintOrders Boolean
SuppressCommit Boolean
IsHandled Boolean

OnBeforeSetReqWkshLine

[IntegrationEvent(True,False)]
local procedure OnBeforeSetReqWkshLine(var RequisitionLine: Record "Requisition Line", var NewReqLine: Record "Requisition Line", var IsHandled: Boolean)

Parameters

Name Type Description
RequisitionLine Table Microsoft.Inventory.Requisition."Requisition Line"
NewReqLine Table Microsoft.Inventory.Requisition."Requisition Line"
IsHandled Boolean

See also