Codeunit "Make Supply Orders (Yes/No)"

ID 5521
Namespace: Microsoft.Inventory.Requisition

Properties

Name Value
TableNo Table Microsoft.Inventory.Requisition."Requisition Line"

Methods

SetManufUserTemplate

procedure SetManufUserTemplate(ManufUserTemplate: Record "Manufacturing User Template")

Parameters

Name Type Description
ManufUserTemplate Table Microsoft.Inventory.Requisition."Manufacturing User Template"

SetBlockForm

procedure SetBlockForm()

SetCreatedDocumentBuffer

procedure SetCreatedDocumentBuffer(var TempDocumentEntry: Record "Document Entry" temporary)

Parameters

Name Type Description
TempDocumentEntry Table Microsoft.Foundation.Navigate."Document Entry"

ActionMsgCarriedOut

procedure ActionMsgCarriedOut(): Boolean

Returns

Type Description
Boolean

Events

OnAfterRunCarryOutActionMsgPlan

[IntegrationEvent(False,False)]
local procedure OnAfterRunCarryOutActionMsgPlan(CarriedOut: Boolean, ReqLine: Record "Requisition Line", MfgUserTempl: Record "Manufacturing User Template")

Parameters

Name Type Description
CarriedOut Boolean
ReqLine Table Microsoft.Inventory.Requisition."Requisition Line"
MfgUserTempl Table Microsoft.Inventory.Requisition."Manufacturing User Template"

OnBeforeCode

[IntegrationEvent(False,False)]
local procedure OnBeforeCode(var ReqLine: Record "Requisition Line", var MfgUserTempl: Record "Manufacturing User Template", var CarriedOut: Boolean, var BlockForm: Boolean, var IsHandled: Boolean)

Parameters

Name Type Description
ReqLine Table Microsoft.Inventory.Requisition."Requisition Line"
MfgUserTempl Table Microsoft.Inventory.Requisition."Manufacturing User Template"
CarriedOut Boolean
BlockForm Boolean
IsHandled Boolean

OnBeforeRunCarryOutActionMsgPlan

[IntegrationEvent(False,False)]
local procedure OnBeforeRunCarryOutActionMsgPlan(var IsHandled: Boolean, var CarriedOut: Boolean, var ReqLine: Record "Requisition Line", var MfgUserTempl: Record "Manufacturing User Template")

Parameters

Name Type Description
IsHandled Boolean
CarriedOut Boolean
ReqLine Table Microsoft.Inventory.Requisition."Requisition Line"
MfgUserTempl Table Microsoft.Inventory.Requisition."Manufacturing User Template"

OnBeforeSetCreatedDocumentBuffer

[IntegrationEvent(False,False)]
local procedure OnBeforeSetCreatedDocumentBuffer(var IsHandled: Boolean, var TempDocumentEntry: Record "Document Entry" temporary)

Parameters

Name Type Description
IsHandled Boolean
TempDocumentEntry Table Microsoft.Foundation.Navigate."Document Entry"

See also