Share via


Codeunit "Item-Check Avail."

ID 311
Namespace: Microsoft.Inventory.Availability

Properties

Name Value
Permissions TableData "My Notifications" = rimd

Methods

ItemJnlCheckLine

procedure ItemJnlCheckLine(ItemJnlLine: Record "Item Journal Line"): Boolean

Parameters

Name Type Description
ItemJnlLine Table Microsoft.Inventory.Journal."Item Journal Line"

Returns

Type Description
Boolean

SalesLineCheck

procedure SalesLineCheck(SalesLine: Record "Sales Line"): Boolean

Parameters

Name Type Description
SalesLine Table Microsoft.Sales.Document."Sales Line"

Returns

Type Description
Boolean

TransferLineCheck

procedure TransferLineCheck(TransLine: Record "Transfer Line"): Boolean

Parameters

Name Type Description
TransLine Table Microsoft.Inventory.Transfer."Transfer Line"

Returns

Type Description
Boolean

ServiceInvLineCheck

Obsolete

This element will become obsolete from version 25.0. Moved to codeunit ServItemChackAvail

[Obsolete(Moved to codeunit ServItemChackAvail,25.0)]
procedure ServiceInvLineCheck(ServInvLine: Record "Service Line"): Boolean

Parameters

Name Type Description
ServInvLine Table Microsoft.Service.Document."Service Line"

Returns

Type Description
Boolean

JobPlanningLineCheck

procedure JobPlanningLineCheck(JobPlanningLine: Record "Job Planning Line"): Boolean

Parameters

Name Type Description
JobPlanningLine Table Microsoft.Projects.Project.Planning."Job Planning Line"

Returns

Type Description
Boolean

AssemblyLineCheck

procedure AssemblyLineCheck(AssemblyLine: Record "Assembly Line"): Boolean

Parameters

Name Type Description
AssemblyLine Table Microsoft.Assembly.Document."Assembly Line"

Returns

Type Description
Boolean

ShowAsmWarningYesNo

procedure ShowAsmWarningYesNo(var AsmHeader: Record "Assembly Header", var AsmLine: Record "Assembly Line"): Boolean

Parameters

Name Type Description
AsmHeader Table Microsoft.Assembly.Document."Assembly Header"
AsmLine Table Microsoft.Assembly.Document."Assembly Line"

Returns

Type Description
Boolean

ItemJnlLineShowWarning

procedure ItemJnlLineShowWarning(ItemJnlLine: Record "Item Journal Line"): Boolean

Parameters

Name Type Description
ItemJnlLine Table Microsoft.Inventory.Journal."Item Journal Line"

Returns

Type Description
Boolean

SalesLineShowWarning

procedure SalesLineShowWarning(SalesLine: Record "Sales Line"): Boolean

Parameters

Name Type Description
SalesLine Table Microsoft.Sales.Document."Sales Line"

Returns

Type Description
Boolean

ShowWarning

procedure ShowWarning(ItemNoArg: Code[20], ItemVariantCodeArg: Code[10], ItemLocationCodeArg: Code[10], UnitOfMeasureCodeArg: Code[10], QtyPerUnitOfMeasureArg: Decimal, NewItemNetChangeArg: Decimal, OldItemNetChangeArg: Decimal, ShipmentDateArg: Date, OldShipmentDateArg: Date): Boolean

Parameters

Name Type Description
ItemNoArg Code[20]
ItemVariantCodeArg Code[10]
ItemLocationCodeArg Code[10]
UnitOfMeasureCodeArg Code[10]
QtyPerUnitOfMeasureArg Decimal
NewItemNetChangeArg Decimal
OldItemNetChangeArg Decimal
ShipmentDateArg Date
OldShipmentDateArg Date

Returns

Type Description
Boolean

TransferLineShowWarning

procedure TransferLineShowWarning(TransLine: Record "Transfer Line"): Boolean

Parameters

Name Type Description
TransLine Table Microsoft.Inventory.Transfer."Transfer Line"

Returns

Type Description
Boolean

ServiceInvLineShowWarning

Obsolete

This element will become obsolete from version 25.0. Moved to codeunit ServItemChackAvail

[Obsolete(Moved to codeunit ServItemChackAvail,25.0)]
procedure ServiceInvLineShowWarning(ServLine: Record "Service Line"): Boolean

Parameters

Name Type Description
ServLine Table Microsoft.Service.Document."Service Line"

Returns

Type Description
Boolean

JobPlanningLineShowWarning

procedure JobPlanningLineShowWarning(JobPlanningLine: Record "Job Planning Line"): Boolean

Parameters

Name Type Description
JobPlanningLine Table Microsoft.Projects.Project.Planning."Job Planning Line"

Returns

Type Description
Boolean

AsmOrderLineShowWarning

procedure AsmOrderLineShowWarning(AssemblyLine: Record "Assembly Line"): Boolean

Parameters

Name Type Description
AssemblyLine Table Microsoft.Assembly.Document."Assembly Line"

Returns

Type Description
Boolean

AsmOrderCalculate

procedure AsmOrderCalculate(AssemblyHeader: Record "Assembly Header", var InventoryQty2: Decimal, var GrossReq2: Decimal, var ReservedReq2: Decimal, var SchedRcpt2: Decimal, var ReservedRcpt2: Decimal)

Parameters

Name Type Description
AssemblyHeader Table Microsoft.Assembly.Document."Assembly Header"
InventoryQty2 Decimal
GrossReq2 Decimal
ReservedReq2 Decimal
SchedRcpt2 Decimal
ReservedRcpt2 Decimal

FetchCalculation

procedure FetchCalculation(var ItemNo2: Code[20], var UnitOfMeasureCode2: Code[10], var InventoryQty2: Decimal, var GrossReq2: Decimal, var ReservedReq2: Decimal, var SchedRcpt2: Decimal, var ReservedRcpt2: Decimal, var CurrentQuantity2: Decimal, var CurrentReservedQty2: Decimal, var TotalQuantity2: Decimal, var EarliestAvailDate2: Date)

Parameters

Name Type Description
ItemNo2 Code[20]
UnitOfMeasureCode2 Code[10]
InventoryQty2 Decimal
GrossReq2 Decimal
ReservedReq2 Decimal
SchedRcpt2 Decimal
ReservedRcpt2 Decimal
CurrentQuantity2 Decimal
CurrentReservedQty2 Decimal
TotalQuantity2 Decimal
EarliestAvailDate2 Date

RaiseUpdateInterruptedError

procedure RaiseUpdateInterruptedError()

ShowAndHandleAvailabilityPage

procedure ShowAndHandleAvailabilityPage(RecordId: RecordId): Boolean

Parameters

Name Type Description
RecordId RecordId

Returns

Type Description
Boolean

ShowNotificationDetails

procedure ShowNotificationDetails(AvailabilityCheckNotification: Notification)

Parameters

Name Type Description
AvailabilityCheckNotification Notification

ShowWarningForThisItem

procedure ShowWarningForThisItem(ItemNo: Code[20]): Boolean

Parameters

Name Type Description
ItemNo Code[20]

Returns

Type Description
Boolean

InvtDocCheckLine

procedure InvtDocCheckLine(InvtDocLine: Record "Invt. Document Line"): Boolean

Parameters

Name Type Description
InvtDocLine Table Microsoft.Inventory.Document."Invt. Document Line"

Returns

Type Description
Boolean

ItemDocLineShowWarning

procedure ItemDocLineShowWarning(InvtDocLine: Record "Invt. Document Line"): Boolean

Parameters

Name Type Description
InvtDocLine Table Microsoft.Inventory.Document."Invt. Document Line"

Returns

Type Description
Boolean

GetItemAvailabilityNotificationId

procedure GetItemAvailabilityNotificationId(): Guid

Returns

Type Description
Guid

DeactivateNotification

procedure DeactivateNotification(SetupNotification: Notification)

Parameters

Name Type Description
SetupNotification Notification

SetUseOrderPromise

procedure SetUseOrderPromise(NewUseOrderPromise: Boolean)

Parameters

Name Type Description
NewUseOrderPromise Boolean

Events

OnAfterCalculate

[IntegrationEvent(False,False)]
local procedure OnAfterCalculate(var Item: Record Item, var InitialQtyAvailable: Decimal, OldItemNetChange: Decimal, QtyPerUnitOfMeasure: Decimal, var ContextInfo: Dictionary of [Text, Text])

Parameters

Name Type Description
Item Table Microsoft.Inventory.Item.Item
InitialQtyAvailable Decimal
OldItemNetChange Decimal
QtyPerUnitOfMeasure Decimal
ContextInfo Dictionary of [Text, Text]

OnAfterConvertQty

[IntegrationEvent(False,False)]
local procedure OnAfterConvertQty(ItemNo: Code[20], Qty: Decimal, var QtyPerUnitOfMeasure: Decimal, var Result: Decimal)

Parameters

Name Type Description
ItemNo Code[20]
Qty Decimal
QtyPerUnitOfMeasure Decimal
Result Decimal

OnAfterConvertQtyToBaseQty

[IntegrationEvent(False,False)]
local procedure OnAfterConvertQtyToBaseQty(ItemNo: Code[20], QtyBase: Decimal, var QtyPerUnitOfMeasure: Decimal, var Result: Decimal)

Parameters

Name Type Description
ItemNo Code[20]
QtyBase Decimal
QtyPerUnitOfMeasure Decimal
Result Decimal

OnAfterItemJnlLineShowWarning

[IntegrationEvent(False,False)]
local procedure OnAfterItemJnlLineShowWarning(var ItemJournalLine: Record "Item Journal Line", var ItemNetChange: Decimal, var IsHandled: Boolean)

Parameters

Name Type Description
ItemJournalLine Table Microsoft.Inventory.Journal."Item Journal Line"
ItemNetChange Decimal
IsHandled Boolean

OnBeforeQtyAvailToPromise

[IntegrationEvent(False,False)]
local procedure OnBeforeQtyAvailToPromise(var Item: Record Item, var CompanyInfo: Record "Company Information", var InventoryQty: Decimal, var GrossReq: Decimal, var ReservedReq: Decimal, var OldItemNetResChange: Decimal, var SchedRcpt: Decimal, var ReservedRcpt: Decimal, var IsHandled: Boolean)

Parameters

Name Type Description
Item Table Microsoft.Inventory.Item.Item
CompanyInfo Table Microsoft.Foundation.Company."Company Information"
InventoryQty Decimal
GrossReq Decimal
ReservedReq Decimal
OldItemNetResChange Decimal
SchedRcpt Decimal
ReservedRcpt Decimal
IsHandled Boolean

OnBeforeCreateAndSendNotification

[IntegrationEvent(False,False)]
local procedure OnBeforeCreateAndSendNotification(ItemNo: Code[20], UnitOfMeasureCode: Code[20], InventoryQty: Decimal, GrossReq: Decimal, ReservedReq: Decimal, SchedRcpt: Decimal, ReservedRcpt: Decimal, CurrentQuantity: Decimal, CurrentReservedQty: Decimal, TotalQuantity: Decimal, EarliestAvailDate: Date, RecordId: RecordId, LocationCode: Code[10], ContextInfo: Dictionary of [Text, Text], var Rollback: Boolean, var IsHandled: Boolean)

Parameters

Name Type Description
ItemNo Code[20]
UnitOfMeasureCode Code[20]
InventoryQty Decimal
GrossReq Decimal
ReservedReq Decimal
SchedRcpt Decimal
ReservedRcpt Decimal
CurrentQuantity Decimal
CurrentReservedQty Decimal
TotalQuantity Decimal
EarliestAvailDate Date
RecordId RecordId
LocationCode Code[10]
ContextInfo Dictionary of [Text, Text]
Rollback Boolean
IsHandled Boolean

OnBeforeRaiseUpdateInterruptedError

[IntegrationEvent(True,False)]
local procedure OnBeforeRaiseUpdateInterruptedError(var IsHandled: Boolean, ContextInfo: Dictionary of [Text, Text])

Parameters

Name Type Description
IsHandled Boolean
ContextInfo Dictionary of [Text, Text]

OnBeforeSalesLineCheck

[IntegrationEvent(True,False)]
local procedure OnBeforeSalesLineCheck(SalesLine: Record "Sales Line", var Rollback: Boolean, var IsHandled: Boolean)

Parameters

Name Type Description
SalesLine Table Microsoft.Sales.Document."Sales Line"
Rollback Boolean
IsHandled Boolean

OnBeforeSalesLineShowWarning

[IntegrationEvent(False,False)]
local procedure OnBeforeSalesLineShowWarning(SalesLine: Record "Sales Line", var IsWarning: Boolean, var IsHandled: Boolean)

Parameters

Name Type Description
SalesLine Table Microsoft.Sales.Document."Sales Line"
IsWarning Boolean
IsHandled Boolean

OnBeforeSetFilterOnItem

[IntegrationEvent(False,False)]
local procedure OnBeforeSetFilterOnItem(var Item: Record Item, ItemNo: Code[20], ItemVariantCode: Code[10], ItemLocationCode: Code[10], ShipmentDate: Date, UseOrderPromise: Boolean, var IsHandled: Boolean, UnitOfMeasureCode: Code[10])

Parameters

Name Type Description
Item Table Microsoft.Inventory.Item.Item
ItemNo Code[20]
ItemVariantCode Code[10]
ItemLocationCode Code[10]
ShipmentDate Date
UseOrderPromise Boolean
IsHandled Boolean
UnitOfMeasureCode Code[10]

OnBeforeShowWarningForThisItem

[IntegrationEvent(False,False)]
local procedure OnBeforeShowWarningForThisItem(Item: Record Item, var ShowWarning: Boolean, var IsHandled: Boolean)

Parameters

Name Type Description
Item Table Microsoft.Inventory.Item.Item
ShowWarning Boolean
IsHandled Boolean

OnBeforeShowWarningForThisItemOnBeforeItemGet

[IntegrationEvent(False,False)]
local procedure OnBeforeShowWarningForThisItemOnBeforeItemGet(ItemNo: Code[20], var ShowWarning: Boolean, var IsHandled: Boolean)

Parameters

Name Type Description
ItemNo Code[20]
ShowWarning Boolean
IsHandled Boolean

OnBeforeTransferLineCheck

[IntegrationEvent(False,False)]
local procedure OnBeforeTransferLineCheck(TransferLine: Record "Transfer Line", var Rollback: Boolean, var IsHandled: Boolean)

Parameters

Name Type Description
TransferLine Table Microsoft.Inventory.Transfer."Transfer Line"
Rollback Boolean
IsHandled Boolean

OnBeforeTransferLineShowWarning

[IntegrationEvent(False,False)]
local procedure OnBeforeTransferLineShowWarning(TransferLine: Record "Transfer Line", var IsWarning: Boolean, var IsHandled: Boolean)

Parameters

Name Type Description
TransferLine Table Microsoft.Inventory.Transfer."Transfer Line"
IsWarning Boolean
IsHandled Boolean

OnBeforeServiceInvLineCheck

Obsolete

This element will become obsolete from version 25.0. Moved to codeunit ServItemAvailMgt

[Obsolete(Moved to codeunit ServItemAvailMgt,25.0)]
[IntegrationEvent(False,False)]
local procedure OnBeforeServiceInvLineCheck(ServInvLine: Record "Service Line", var Rollback: Boolean, var IsHandled: Boolean)

Parameters

Name Type Description
ServInvLine Table Microsoft.Service.Document."Service Line"
Rollback Boolean
IsHandled Boolean

OnAsmOrderLineShowWarningOnBeforeShowWarning

[IntegrationEvent(False,False)]
local procedure OnAsmOrderLineShowWarningOnBeforeShowWarning(AssemblyLine: Record "Assembly Line", var ContextInfo: Dictionary of [Text, Text], OldAssemblyLine: Record "Assembly Line", var OldItemNetChange: Decimal, var IsWarning: Boolean, var IsHandled: Boolean)

Parameters

Name Type Description
AssemblyLine Table Microsoft.Assembly.Document."Assembly Line"
ContextInfo Dictionary of [Text, Text]
OldAssemblyLine Table Microsoft.Assembly.Document."Assembly Line"
OldItemNetChange Decimal
IsWarning Boolean
IsHandled Boolean

OnItemDocLineShowWarningOnBeforeShowWarning

[IntegrationEvent(False,False)]
local procedure OnItemDocLineShowWarningOnBeforeShowWarning(InvtDocLine: Record "Invt. Document Line", var ContextInfo: Dictionary of [Text, Text], var OldItemNetChange: Decimal, var IsWarning: Boolean, var IsHandled: Boolean)

Parameters

Name Type Description
InvtDocLine Table Microsoft.Inventory.Document."Invt. Document Line"
ContextInfo Dictionary of [Text, Text]
OldItemNetChange Decimal
IsWarning Boolean
IsHandled Boolean

OnJobPlanningLineShowWarningOnBeforeShowWarning

[IntegrationEvent(False,False)]
local procedure OnJobPlanningLineShowWarningOnBeforeShowWarning(JobPlanningLine: Record "Job Planning Line", var ContextInfo: Dictionary of [Text, Text], OldJobPlanningLine: Record "Job Planning Line", var OldItemNetChange: Decimal, var IsWarning: Boolean, var IsHandled: Boolean)

Parameters

Name Type Description
JobPlanningLine Table Microsoft.Projects.Project.Planning."Job Planning Line"
ContextInfo Dictionary of [Text, Text]
OldJobPlanningLine Table Microsoft.Projects.Project.Planning."Job Planning Line"
OldItemNetChange Decimal
IsWarning Boolean
IsHandled Boolean

OnSalesLineShowWarningOnBeforeShowWarning

[IntegrationEvent(False,False)]
local procedure OnSalesLineShowWarningOnBeforeShowWarning(SalesLine: Record "Sales Line", var ContextInfo: Dictionary of [Text, Text], OldSalesLine: Record "Sales Line", var IsWarning: Boolean, var IsHandled: Boolean, var OldItemNetChange: Decimal)

Parameters

Name Type Description
SalesLine Table Microsoft.Sales.Document."Sales Line"
ContextInfo Dictionary of [Text, Text]
OldSalesLine Table Microsoft.Sales.Document."Sales Line"
IsWarning Boolean
IsHandled Boolean
OldItemNetChange Decimal

OnServiceInvLineShowWarningOnBeforeShowWarning

Obsolete

This element will become obsolete from version 25.0. Moved to codeunit ServItemAvailMgt

[Obsolete(Moved to codeunit ServItemAvailMgt,25.0)]
[IntegrationEvent(False,False)]
local procedure OnServiceInvLineShowWarningOnBeforeShowWarning(ServLine: Record "Service Line", var ContextInfo: Dictionary of [Text, Text], OldServLine: Record "Service Line", var OldItemNetChange: Decimal, var IsWarning: Boolean, var IsHandled: Boolean)

Parameters

Name Type Description
ServLine Table Microsoft.Service.Document."Service Line"
ContextInfo Dictionary of [Text, Text]
OldServLine Table Microsoft.Service.Document."Service Line"
OldItemNetChange Decimal
IsWarning Boolean
IsHandled Boolean

OnTransferLineShowWarningOnBeforeShowWarning

[IntegrationEvent(False,False)]
local procedure OnTransferLineShowWarningOnBeforeShowWarning(TransLine: Record "Transfer Line", var ContextInfo: Dictionary of [Text, Text], OldTransLine: Record "Transfer Line", var OldItemNetChange: Decimal, var IsWarning: Boolean, var IsHandled: Boolean)

Parameters

Name Type Description
TransLine Table Microsoft.Inventory.Transfer."Transfer Line"
ContextInfo Dictionary of [Text, Text]
OldTransLine Table Microsoft.Inventory.Transfer."Transfer Line"
OldItemNetChange Decimal
IsWarning Boolean
IsHandled Boolean

OnCalculateOnBeforeCalcInitialQtyAvailable

[IntegrationEvent(False,False)]
local procedure OnCalculateOnBeforeCalcInitialQtyAvailable(Item: Record Item, var SchedRcpt: Decimal, var ReservedRcpt: Decimal, var GrossReq: Decimal, var ReservedReq: Decimal, OldItemNetResChange: Decimal, NewItemNetResChange: Decimal, ContextInfo: Dictionary of [Text, Text], var InventoryQty: Decimal)

Parameters

Name Type Description
Item Table Microsoft.Inventory.Item.Item
SchedRcpt Decimal
ReservedRcpt Decimal
GrossReq Decimal
ReservedReq Decimal
OldItemNetResChange Decimal
NewItemNetResChange Decimal
ContextInfo Dictionary of [Text, Text]
InventoryQty Decimal

OnShowWarningOnAfterCalculate

[IntegrationEvent(False,False)]
local procedure OnShowWarningOnAfterCalculate(ItemNo: Code[20], InventoryQty: Decimal, ItemNetChange: Decimal, InitialQtyAvailable: Decimal, OldItemNetResChange: Decimal, var Result: Boolean, var IsHandled: Boolean)

Parameters

Name Type Description
ItemNo Code[20]
InventoryQty Decimal
ItemNetChange Decimal
InitialQtyAvailable Decimal
OldItemNetResChange Decimal
Result Boolean
IsHandled Boolean

OnAfterShowAndHandleAvailabilityPage

[IntegrationEvent(False,False)]
local procedure OnAfterShowAndHandleAvailabilityPage(ItemNo2: Code[20], UnitOfMeasureCode2: Code[10], InventoryQty2: Decimal, GrossReq2: Decimal, ReservedReq2: Decimal, SchedRcpt2: Decimal, ReservedRcpt2: Decimal, CurrentQuantity2: Decimal, CurrentReservedQty2: Decimal, TotalQuantity2: Decimal, EarliestAvailDate2: Date, var Rollback: Boolean)

Parameters

Name Type Description
ItemNo2 Code[20]
UnitOfMeasureCode2 Code[10]
InventoryQty2 Decimal
GrossReq2 Decimal
ReservedReq2 Decimal
SchedRcpt2 Decimal
ReservedRcpt2 Decimal
CurrentQuantity2 Decimal
CurrentReservedQty2 Decimal
TotalQuantity2 Decimal
EarliestAvailDate2 Date
Rollback Boolean

OnServiceInvLineShowWarningOnAfterFindingPrevServiceLineQtyWithinPeriod

Obsolete

This element will become obsolete from version 25.0. Moved to codeunit ServItemAvailMgt

[Obsolete(Moved to codeunit ServItemAvailMgt,25.0)]
[IntegrationEvent(False,False)]
local procedure OnServiceInvLineShowWarningOnAfterFindingPrevServiceLineQtyWithinPeriod(ServiceLine: Record "Service Line", OldServiceLine: Record "Service Line", var IsHandled: Boolean)

Parameters

Name Type Description
ServiceLine Table Microsoft.Service.Document."Service Line"
OldServiceLine Table Microsoft.Service.Document."Service Line"
IsHandled Boolean

OnSalesLineShowWarningOnAfterFindingPrevSalesLineQtyWithinPeriod

[IntegrationEvent(False,False)]
local procedure OnSalesLineShowWarningOnAfterFindingPrevSalesLineQtyWithinPeriod(SalesLine: Record "Sales Line", OldSalesLine: Record "Sales Line", var IsHandled: Boolean)

Parameters

Name Type Description
SalesLine Table Microsoft.Sales.Document."Sales Line"
OldSalesLine Table Microsoft.Sales.Document."Sales Line"
IsHandled Boolean

OnAsmOrderCalculateOnAfterFindingPrevAsmOrderCalculateWithinPeriod

[IntegrationEvent(False,False)]
local procedure OnAsmOrderCalculateOnAfterFindingPrevAsmOrderCalculateWithinPeriod(AssemblyHeader: Record "Assembly Header", OldAssemblyHeader: Record "Assembly Header", var IsHandled: Boolean)

Parameters

Name Type Description
AssemblyHeader Table Microsoft.Assembly.Document."Assembly Header"
OldAssemblyHeader Table Microsoft.Assembly.Document."Assembly Header"
IsHandled Boolean

OnJobPlanningLineShowWarningOnAfterFindingPrevJobPlanningLineQtyWithinPeriod

[IntegrationEvent(False,False)]
local procedure OnJobPlanningLineShowWarningOnAfterFindingPrevJobPlanningLineQtyWithinPeriod(JobPlanningLine: Record "Job Planning Line", OldJobPlanningLine: Record "Job Planning Line", var IsHandled: Boolean)

Parameters

Name Type Description
JobPlanningLine Table Microsoft.Projects.Project.Planning."Job Planning Line"
OldJobPlanningLine Table Microsoft.Projects.Project.Planning."Job Planning Line"
IsHandled Boolean

OnSalesLineCheckOnAfterSalesLineShowWarning

[IntegrationEvent(False,False)]
local procedure OnSalesLineCheckOnAfterSalesLineShowWarning(var SalesLine: Record "Sales Line", var Rollback: Boolean)

Parameters

Name Type Description
SalesLine Table Microsoft.Sales.Document."Sales Line"
Rollback Boolean

OnAsmOrderLineShowWarningOnAfterFindPreviousAssemblyOrderLineWithinPeriod

[IntegrationEvent(False,False)]
local procedure OnAsmOrderLineShowWarningOnAfterFindPreviousAssemblyOrderLineWithinPeriod(AssemblyLine: Record "Assembly Line", OldAssemblyLine: Record "Assembly Line", var ShouldCheckQty: Boolean, var OldItemNetChange: Decimal, var OldItemNetResChange: Decimal)

Parameters

Name Type Description
AssemblyLine Table Microsoft.Assembly.Document."Assembly Line"
OldAssemblyLine Table Microsoft.Assembly.Document."Assembly Line"
ShouldCheckQty Boolean
OldItemNetChange Decimal
OldItemNetResChange Decimal

See also