Codeunit "Manu. Print Report"

ID 99000817
Namespace: Microsoft.Manufacturing.Document

Methods

PrintProductionOrder

procedure PrintProductionOrder(NewProductionOrder: Record "Production Order", Usage: Option)

Parameters

Name Type Description
NewProductionOrder Table Microsoft.Manufacturing.Document."Production Order"
Usage Option

Events

OnBeforePrintProductionOrder

[IntegrationEvent(False,False)]
local procedure OnBeforePrintProductionOrder(NewProductionOrder: Record "Production Order", Usage: Option, var IsHandled: Boolean)

Parameters

Name Type Description
NewProductionOrder Table Microsoft.Manufacturing.Document."Production Order"
Usage Option
IsHandled Boolean

OnConvertUsageOnUsageCaseElse

[IntegrationEvent(True,False)]
local procedure OnConvertUsageOnUsageCaseElse(Usage: Option, var ReportSelectionUsage: Enum "Report Selection Usage")

Parameters

Name Type Description
Usage Option
ReportSelectionUsage Enum Microsoft.Foundation.Reporting."Report Selection Usage"

See also