Codeunit 7317 Whse. Integration Management in 26

App
Base Application
Namespace
Microsoft.Warehouse.Structure

Procedures, 12Events, 9

Versions171819202122232425262728latest

Source29

Procedures, 12

NameParametersReturnsAccessObsolete
CheckBinTypeCode(Integer, Text[30], Code[10], Code[20], Option)publicPending 24.0
Replaced by procedure CheckBinTypeAndCode()
AllowPutawayOrQCBinsOnly(var Record Bin Type)publicPending 25.0
Moved to same procedure in table BinType
AllowPutawayPickOrQCBinsOnly(var Record Bin Type)publicPending 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])publicPending 25.0
Replaced by procedure CheckBinCodeForLocation()
CheckLocationCode(Record Location, Integer, Code[20])publicPending 25.0
Not used anymore, code separated between table Location and Work Center
IsOpenShopFloorBin(Code[10], Code[20])Booleanpublic-
CheckLocationOnManufBins(Record Location)publicPending 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

KindNameParametersObsolete
Integration eventOnBeforeCheckBinTypeCode(Integer, Text[30], Code[10], Code[20], Option, var Boolean)Pending 24.0
Replaced by event OnCheckBinTypeCodeOnBeforeCheckPerSource
Integration eventOnCheckBinTypeCode(Record Location, Record Bin, Record Bin Type, Integer, Text[30], Option)Pending 24.0
Replaced by event OnBeforeCheckBinTypeAndCode
Integration eventOnBeforeAllowPutawayOrQCBinsOnly(var Record Bin Type, var Boolean)Pending 25.0
Replaced by same event in table BinType
Integration eventOnBeforeAllowPutawayPickOrQCBinsOnly(var Record Bin Type, var Boolean)Pending 25.0
Replaced by same event in table BinType
Integration eventOnStartCheckBinTypeCode(Integer, Text[30], Code[10], Code[20], Option, var Boolean)Pending 24.0
Replaced by event OnBeforeCheckBinTypeAndCode
Integration eventOnCheckBinTypeCodeOnBeforeCheckPerSource(Integer, Text, Code[10], Code[20], Option, var Boolean)-
Integration eventOnCheckBinTypeAndCode(Record Location, Record Bin, Record Bin Type, Integer, Text, Option)-
Integration eventOnBeforeCheckBinTypeAndCode(Integer, Text, Code[10], Code[20], Option, var Boolean)-
Integration eventOnAfterIsOpenShopFloorBin(Code[10], Code[20], var Boolean)-