Page "Check Availability"
ID 342
Namespace: Microsoft.Inventory.Availability
Source table: Table Microsoft.Inventory.Item.Item
Properties
| Name | Value |
|---|---|
| Caption | Check Availability |
| DataCaptionExpression | '' |
| DeleteAllowed | False |
| InsertAllowed | False |
| InstructionalText | The available inventory is lower than the entered quantity. Do you still want to record the quantity? |
| LinksAllowed | False |
| ModifyAllowed | False |
| PageType | ConfirmationDialog |
| SourceTable | Table Microsoft.Inventory.Item.Item |
Methods
SetValues
procedure SetValues(ItemNo: Code[20], UnitOfMeasureCode: Code[10], InventoryQty2: Decimal, GrossReq: Decimal, ReservedReq: Decimal, SchedRcpt: Decimal, ReservedRcpt: Decimal, CurrentQuantity: Decimal, CurrentReservedQty: Decimal, TotalQuantity2: Decimal, EarliestAvailDate: Date)
Parameters
| Name | Type | Description |
|---|---|---|
| ItemNo | Code[20] | |
| UnitOfMeasureCode | Code[10] | |
| InventoryQty2 | Decimal | |
| GrossReq | Decimal | |
| ReservedReq | Decimal | |
| SchedRcpt | Decimal | |
| ReservedRcpt | Decimal | |
| CurrentQuantity | Decimal | |
| CurrentReservedQty | Decimal | |
| TotalQuantity2 | Decimal | |
| EarliestAvailDate | Date |