Page "Work Center Load Lines"
ID 99000888
Namespace: Microsoft.Manufacturing.WorkCenter
Source table: Table Microsoft.Manufacturing.Capacity."Load Buffer"
Properties
| Name | Value |
|---|---|
| Caption | Lines |
| DeleteAllowed | False |
| Editable | False |
| InsertAllowed | False |
| LinksAllowed | False |
| PageType | ListPart |
| SaveValues | True |
| SourceTable | Table Microsoft.Manufacturing.Capacity."Load Buffer" |
| SourceTableTemporary | True |
Methods
SetLines
procedure SetLines(var NewWorkCenter: Record "Work Center", NewPeriodType: Enum "Analysis Period Type", NewAmountType: Enum "Analysis Amount Type")
Parameters
| Name | Type | Description |
|---|---|---|
| NewWorkCenter | Table Microsoft.Manufacturing.WorkCenter."Work Center" | |
| NewPeriodType | Enum Microsoft.Foundation.Enums."Analysis Period Type" | |
| NewAmountType | Enum Microsoft.Foundation.Enums."Analysis Amount Type" |
Events
OnAfterCalcLine
[IntegrationEvent(False,False)]
local procedure OnAfterCalcLine(var WorkCenter: Record "Work Center", var LoadBuffer: Record "Load Buffer")
Parameters
| Name | Type | Description |
|---|---|---|
| WorkCenter | Table Microsoft.Manufacturing.WorkCenter."Work Center" | |
| LoadBuffer | Table Microsoft.Manufacturing.Capacity."Load Buffer" |
OnAfterSetLines
[IntegrationEvent(False,False)]
local procedure OnAfterSetLines(var WorkCenter: Record "Work Center", PeriodType: Enum "Analysis Period Type", AmountType: Enum "Analysis Amount Type")
Parameters
| Name | Type | Description |
|---|---|---|
| WorkCenter | Table Microsoft.Manufacturing.WorkCenter."Work Center" | |
| PeriodType | Enum Microsoft.Foundation.Enums."Analysis Period Type" | |
| AmountType | Enum Microsoft.Foundation.Enums."Analysis Amount Type" |