Codeunit "Assembly Line Invt. Profile"
ID 928
Namespace: Microsoft.Assembly.Document
Methods
TransferInventoryProfileFromAsmLine
procedure TransferInventoryProfileFromAsmLine(var InventoryProfile: Record "Inventory Profile", var AssemblyLine: Record "Assembly Line", var TrackingReservationEntry: Record "Reservation Entry")
Parameters
| Name | Type | Description |
|---|---|---|
| InventoryProfile | Table Microsoft.Inventory.Tracking."Inventory Profile" | |
| AssemblyLine | Table Microsoft.Assembly.Document."Assembly Line" | |
| TrackingReservationEntry | Table Microsoft.Inventory.Tracking."Reservation Entry" |
Events
OnAfterTransferInventoryProrileFromAssemblyLine
[IntegrationEvent(False,False)]
local procedure OnAfterTransferInventoryProrileFromAssemblyLine(var InventoryProfile: Record "Inventory Profile", var AssemblyLine: Record "Assembly Line")
Parameters
| Name | Type | Description |
|---|---|---|
| InventoryProfile | Table Microsoft.Inventory.Tracking."Inventory Profile" | |
| AssemblyLine | Table Microsoft.Assembly.Document."Assembly Line" |