Page "Work Center Group Load Lines"
ID 99000892
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 NewWorkCenterGroup: Record "Work Center Group", NewPeriodType: Enum "Analysis Period Type", NewAmountType: Enum "Analysis Amount Type", NewCapUoM: Code[10])
Parameters
| Name | Type | Description |
|---|---|---|
| NewWorkCenterGroup | Table Microsoft.Manufacturing.WorkCenter."Work Center Group" | |
| NewPeriodType | Enum Microsoft.Foundation.Enums."Analysis Period Type" | |
| NewAmountType | Enum Microsoft.Foundation.Enums."Analysis Amount Type" | |
| NewCapUoM | Code[10] |
Events
OnAfterCalcLine
[IntegrationEvent(False,False)]
local procedure OnAfterCalcLine(var WorkCenterGroup: Record "Work Center Group", var LoadBuffer: Record "Load Buffer", CapacityUoM: Code[10])
Parameters
| Name | Type | Description |
|---|---|---|
| WorkCenterGroup | Table Microsoft.Manufacturing.WorkCenter."Work Center Group" | |
| LoadBuffer | Table Microsoft.Manufacturing.Capacity."Load Buffer" | |
| CapacityUoM | Code[10] |
OnBeforeCalculateCapacity
[IntegrationEvent(False,False)]
local procedure OnBeforeCalculateCapacity(var WorkCenterGroup: Record "Work Center Group", var CapacityUoM: Code[10])
Parameters
| Name | Type | Description |
|---|---|---|
| WorkCenterGroup | Table Microsoft.Manufacturing.WorkCenter."Work Center Group" | |
| CapacityUoM | Code[10] |
OnAfterCalculateCapacity
[IntegrationEvent(False,False)]
local procedure OnAfterCalculateCapacity(var WorkCenterGroup: Record "Work Center Group", var CapacityUoM: Code[10])
Parameters
| Name | Type | Description |
|---|---|---|
| WorkCenterGroup | Table Microsoft.Manufacturing.WorkCenter."Work Center Group" | |
| CapacityUoM | Code[10] |
OnAfterCalculateWorkCenterCapacity
[IntegrationEvent(False,False)]
local procedure OnAfterCalculateWorkCenterCapacity(var WorkCenter: Record "Work Center", var WorkCenterGroup: Record "Work Center Group", var CapacityUoM: Code[10])
Parameters
| Name | Type | Description |
|---|---|---|
| WorkCenter | Table Microsoft.Manufacturing.WorkCenter."Work Center" | |
| WorkCenterGroup | Table Microsoft.Manufacturing.WorkCenter."Work Center Group" | |
| CapacityUoM | Code[10] |