TableExtension "Mfg. Item"
Fields
| Name | Type | Description |
|---|---|---|
| "Cost of Open Production Orders" | Decimal | |
| "Scheduled Receipt (Qty.)" | Decimal | |
| "Scheduled Need (Qty.)" | Decimal | |
| "Reserved Qty. on Prod. Order" | Decimal | |
| "Res. Qty. on Prod. Order Comp." | Decimal | |
| "Production Blocked" | Enum Microsoft.Inventory.Item."Item Production Blocked" | Specifies which transactions with the item cannot be processed on production documents, except requisition worksheet, planning worksheet and journals. |
| "Routing No." | Code[20] | |
| "Production BOM No." | Code[20] | |
| "Planned Order Receipt (Qty.)" | Decimal | |
| "FP Order Receipt (Qty.)" | Decimal | |
| "Rel. Order Receipt (Qty.)" | Decimal | |
| "Planned Order Release (Qty.)" | Decimal | |
| "Qty. on Prod. Order" | Decimal | |
| "Qty. on Component Lines" | Decimal |
Methods
CheckProdOrderLine
Obsolete
This element will become obsolete from version 25.0. Replaced by procedure CheckProdOrderLine() in codeunit CheckProdOrderDocument
[Obsolete(Replaced by procedure CheckProdOrderLine() in codeunit CheckProdOrderDocument,25.0)]
procedure CheckProdOrderLine(CurrentFieldNo: Integer, CheckFieldNo: Integer, CheckFieldCaption: Text)
Parameters
| Name | Type | Description |
|---|---|---|
| CurrentFieldNo | Integer | |
| CheckFieldNo | Integer | |
| CheckFieldCaption | Text |
CheckProdOrderCompLine
Obsolete
This element will become obsolete from version 25.0. Replaced by procedure CheckProdOrderComponent() in codeunit CheckProdOrderDocument
[Obsolete(Replaced by procedure CheckProdOrderComponent() in codeunit CheckProdOrderDocument,25.0)]
procedure CheckProdOrderCompLine(CurrentFieldNo: Integer, CheckFieldNo: Integer, CheckFieldCaption: Text)
Parameters
| Name | Type | Description |
|---|---|---|
| CurrentFieldNo | Integer | |
| CheckFieldNo | Integer | |
| CheckFieldCaption | Text |
CheckProdBOMLine
Obsolete
This element will become obsolete from version 25.0. Replaced by procedure CheckProdBOMLine() in codeunit CheckProdOrderDocument
[Obsolete(Replaced by procedure CheckProdBOMLine() in codeunit CheckProdOrderDocument,25.0)]
procedure CheckProdBOMLine(CurrentFieldNo: Integer, CheckFieldNo: Integer, CheckFieldCaption: Text)
Parameters
| Name | Type | Description |
|---|---|---|
| CurrentFieldNo | Integer | |
| CheckFieldNo | Integer | |
| CheckFieldCaption | Text |
SetHideNonInventoryValidateOnStdCost
Obsolete
This element will become obsolete from version 27.0. procedure that was implemented to bypass the error has now been identified as unnecessary
[Obsolete(procedure that was implemented to bypass the error has now been identified as unnecessary,27.0)]
procedure SetHideNonInventoryValidateOnStdCost(NewHideNonInventoryValidateOnStdCost: Boolean)
Parameters
| Name | Type | Description |
|---|---|---|
| NewHideNonInventoryValidateOnStdCost | Boolean |
CanHideNonInventoryValidateOnStdCost
Obsolete
This element will become obsolete from version 27.0. procedure that was implemented to bypass the error has now been identified as unnecessary
[Obsolete(procedure that was implemented to bypass the error has now been identified as unnecessary,27.0)]
procedure CanHideNonInventoryValidateOnStdCost(): Boolean
Returns
| Type | Description |
|---|---|
| Boolean |
Events
OnBeforeValidateProductionBOMNo
[IntegrationEvent(False,False)]
local procedure OnBeforeValidateProductionBOMNo(var Item: Record Item, xItem: Record Item, var IsHandled: Boolean)
Parameters
| Name | Type | Description |
|---|---|---|
| Item | Table Microsoft.Inventory.Item.Item | |
| xItem | Table Microsoft.Inventory.Item.Item | |
| IsHandled | Boolean |
OnValidateProductionBOMNoOnAfterCodeunitRun
[IntegrationEvent(False,False)]
local procedure OnValidateProductionBOMNoOnAfterCodeunitRun(ProductionBOMHeader: Record "Production BOM Header", var Item: Record Item)
Parameters
| Name | Type | Description |
|---|---|---|
| ProductionBOMHeader | Table Microsoft.Manufacturing.ProductionBOM."Production BOM Header" | |
| Item | Table Microsoft.Inventory.Item.Item |
OnValidateProductionBOMNoOnAfterProcessStatusCertified
[IntegrationEvent(False,False)]
local procedure OnValidateProductionBOMNoOnAfterProcessStatusCertified(ProductionBOMHeader: Record "Production BOM Header", var Item: Record Item)
Parameters
| Name | Type | Description |
|---|---|---|
| ProductionBOMHeader | Table Microsoft.Manufacturing.ProductionBOM."Production BOM Header" | |
| Item | Table Microsoft.Inventory.Item.Item |