Codeunit 7317 Whse. Integration Management in 25
- App
- Base Application
- Namespace
- Microsoft.Warehouse.Structure
Versions171819202122232425262728latest
Source29
Procedures, 12
| Name | Parameters | Returns | Access | Obsolete | |||
|---|---|---|---|---|---|---|---|
| CheckBinTypeCode | (Integer, Text[30], Code[10], Code[20], Option) | public | Pending 24.0 | ||||
| Replaced by procedure CheckBinTypeAndCode() | |||||||
| AllowPutawayOrQCBinsOnly | (var Record Bin Type) | public | Pending 25.0 | ||||
| Moved to same procedure in table BinType | |||||||
| AllowPutawayPickOrQCBinsOnly | (var Record Bin Type) | public | Pending 25.0 | ||||
| Moved to same procedure in table BinType | |||||||
| CheckIfBinDedicatedOnSrcDoc | (Code[10], var Code[20], Boolean) | public | - | ||||
| CheckBinCode | (Code[10], Code[20], Text[30], Integer, Code[20]) | public | Pending 25.0 | ||||
| Replaced by procedure CheckBinCodeForLocation() | |||||||
| CheckLocationCode | (Record Location, Integer, Code[20]) | public | Pending 25.0 | ||||
| Not used anymore, code separated between table Location and Work Center | |||||||
| IsOpenShopFloorBin | (Code[10], Code[20]) | Boolean | public | - | |||
| CheckLocationOnManufBins | (Record Location) | public | Pending 25.0 | ||||
| Moved to codeunit ProdOrderWarehouseMgt | |||||||
| CheckBinTypeAndCode | (Integer, Text, Code[10], Code[20], Option) | public | - | ||||
| CheckBinCodeForLocation | (Code[10], Code[20], Text, Code[20]) | public | - | ||||
| RunOnBeforeAllowPutawayOrQCBinsOnly | (var Record Bin Type, var Boolean) | internal | - | ||||
| RunOnBeforeAllowPutawayPickOrQCBinsOnly | (var Record Bin Type, var Boolean) | internal | - | ||||
Events, 9
| Kind | Name | Parameters | Obsolete | ||||
|---|---|---|---|---|---|---|---|
| Integration event | OnBeforeCheckBinTypeCode | (Integer, Text[30], Code[10], Code[20], Option, var Boolean) | Pending 24.0 | ||||
| Replaced by event OnCheckBinTypeCodeOnBeforeCheckPerSource | |||||||
| Integration event | OnCheckBinTypeCode | (Record Location, Record Bin, Record Bin Type, Integer, Text[30], Option) | Pending 24.0 | ||||
| Replaced by event OnBeforeCheckBinTypeAndCode | |||||||
| Integration event | OnBeforeAllowPutawayOrQCBinsOnly | (var Record Bin Type, var Boolean) | Pending 25.0 | ||||
| Replaced by same event in table BinType | |||||||
| Integration event | OnBeforeAllowPutawayPickOrQCBinsOnly | (var Record Bin Type, var Boolean) | Pending 25.0 | ||||
| Replaced by same event in table BinType | |||||||
| Integration event | OnStartCheckBinTypeCode | (Integer, Text[30], Code[10], Code[20], Option, var Boolean) | Pending 24.0 | ||||
| Replaced by event OnBeforeCheckBinTypeAndCode | |||||||
| Integration event | OnCheckBinTypeCodeOnBeforeCheckPerSource | (Integer, Text, Code[10], Code[20], Option, var Boolean) | - | ||||
| Integration event | OnCheckBinTypeAndCode | (Record Location, Record Bin, Record Bin Type, Integer, Text, Option) | - | ||||
| Integration event | OnBeforeCheckBinTypeAndCode | (Integer, Text, Code[10], Code[20], Option, var Boolean) | - | ||||
| Integration event | OnAfterIsOpenShopFloorBin | (Code[10], Code[20], var Boolean) | - | ||||