Page "Item Availability Check"

ID 1872
Namespace: Microsoft.Inventory.Availability

Properties

Name Value
AutoSplitKey False
Caption Availability Check
DelayedInsert False
DeleteAllowed False
Editable False
InsertAllowed False
LinksAllowed False
ModifyAllowed False
MultipleNewLines False
PopulateAllFields False
SaveValues False
ShowFilter True
SourceTable Table Microsoft.Inventory.Item.Item
SourceTableTemporary False

Methods

PopulateDataOnNotification

procedure PopulateDataOnNotification(var AvailabilityCheckNotification: Notification, ItemNo: Code[20], UnitOfMeasureCode: Code[20], InventoryQty: Decimal, GrossReq: Decimal, ReservedReq: Decimal, SchedRcpt: Decimal, ReservedRcpt: Decimal, CurrentQuantity: Decimal, CurrentReservedQty: Decimal, TotalQuantity: Decimal, EarliestAvailDate: Date, LocationCode: Code[10])

Parameters

Name Type Description
AvailabilityCheckNotification Notification
ItemNo Code[20]
UnitOfMeasureCode Code[20]
InventoryQty Decimal
GrossReq Decimal
ReservedReq Decimal
SchedRcpt Decimal
ReservedRcpt Decimal
CurrentQuantity Decimal
CurrentReservedQty Decimal
TotalQuantity Decimal
EarliestAvailDate Date
LocationCode Code[10]

PopulateDataOnNotification

procedure PopulateDataOnNotification(var AvailabilityCheckNotification: Notification, Name: Text, Value: Text)

Parameters

Name Type Description
AvailabilityCheckNotification Notification
Name Text
Value Text

InitializeFromNotification

procedure InitializeFromNotification(AvailabilityCheckNotification: Notification)

Parameters

Name Type Description
AvailabilityCheckNotification Notification

InitializeFromData

procedure InitializeFromData(ItemNo: Code[20], NewUnitOfMeasureCode: Code[20], InventoryQty2: Decimal, GrossReq: Decimal, ReservedReq: Decimal, SchedRcpt: Decimal, ReservedRcpt: Decimal, CurrentQuantity: Decimal, CurrentReservedQty: Decimal, TotalQuantity2: Decimal, EarliestAvailDate: Date, LocationCode2: Code[10])

Parameters

Name Type Description
ItemNo Code[20]
NewUnitOfMeasureCode Code[20]
InventoryQty2 Decimal
GrossReq Decimal
ReservedReq Decimal
SchedRcpt Decimal
ReservedRcpt Decimal
CurrentQuantity Decimal
CurrentReservedQty Decimal
TotalQuantity2 Decimal
EarliestAvailDate Date
LocationCode2 Code[10]

SetHeading

procedure SetHeading(Value: Text)

Parameters

Name Type Description
Value Text

GetLocationCode

procedure GetLocationCode(): Code[10]

Returns

Type Description
Code[10]

Events

OnAfterInitializeFromNotification

[IntegrationEvent(False,False)]
local procedure OnAfterInitializeFromNotification(var Item: Record Item, var AvailabilityCheckNotification: Notification)

Parameters

Name Type Description
Item Table Microsoft.Inventory.Item.Item
AvailabilityCheckNotification Notification

See also