TableExtension "Asm. Item"
ID 905
Namespace: Microsoft.Inventory.Item
Extends: Table Microsoft.Inventory.Item.Item
Fields
| Name | Type | Description |
|---|---|---|
| "Res. Qty. on Assembly Order" | Decimal | |
| "Res. Qty. on Asm. Comp." | Decimal | |
| "Qty. on Assembly Order" | Decimal | |
| "Qty. on Asm. Component" | Decimal |
Methods
CheckAsmHeader
Obsolete
This element will become obsolete from version 25.0. Replaced by procedure CheckAssemblyHeader() in codeunit CheckAssemblyDocument
[Obsolete(Replaced by procedure CheckAssemblyHeader() in codeunit CheckAssemblyDocument,25.0)]
procedure CheckAsmHeader(CurrentFieldNo: Integer, CheckFieldNo: Integer, CheckFieldCaption: Text)
Parameters
| Name | Type | Description |
|---|---|---|
| CurrentFieldNo | Integer | |
| CheckFieldNo | Integer | |
| CheckFieldCaption | Text |
CheckAsmLine
Obsolete
This element will become obsolete from version 25.0. Replaced by procedure CheckAssemblyLine() in codeunit CheckAssemblyDocument
[Obsolete(Replaced by procedure CheckAssemblyLine() in codeunit CheckAssemblyDocument,25.0)]
procedure CheckAsmLine(CurrentFieldNo: Integer, CheckFieldNo: Integer, CheckFieldCaption: Text)
Parameters
| Name | Type | Description |
|---|---|---|
| CurrentFieldNo | Integer | |
| CheckFieldNo | Integer | |
| CheckFieldCaption | Text |