Share via


Codeunit "Whse. Integration Management"

ID 7317
Namespace: Microsoft.Warehouse.Structure

Methods

CheckBinTypeAndCode

procedure CheckBinTypeAndCode(SourceTable: Integer, BinCodeFieldCaption: Text, LocationCode: Code[10], BinCode: Code[20], AdditionalIdentifier: Option)

Parameters

Name Type Description
SourceTable Integer
BinCodeFieldCaption Text
LocationCode Code[10]
BinCode Code[20]
AdditionalIdentifier Option

AllowPutawayOrQCBinsOnly

Obsolete

This element will become obsolete from version 25.0. Moved to same procedure in table BinType

[Obsolete(Moved to same procedure in table BinType,25.0)]
procedure AllowPutawayOrQCBinsOnly(var BinType: Record "Bin Type")

Parameters

Name Type Description
BinType Table Microsoft.Warehouse.Structure."Bin Type"

AllowPutawayPickOrQCBinsOnly

Obsolete

This element will become obsolete from version 25.0. Moved to same procedure in table BinType

[Obsolete(Moved to same procedure in table BinType,25.0)]
procedure AllowPutawayPickOrQCBinsOnly(var BinType: Record "Bin Type")

Parameters

Name Type Description
BinType Table Microsoft.Warehouse.Structure."Bin Type"

CheckIfBinDedicatedOnSrcDoc

procedure CheckIfBinDedicatedOnSrcDoc(LocationCode: Code[10], var BinCode: Code[20], IssueWarning: Boolean)

Parameters

Name Type Description
LocationCode Code[10]
BinCode Code[20]
IssueWarning Boolean

CheckBinCode

Obsolete

This element will become obsolete from version 25.0. Replaced by procedure CheckBinCodeForLocation()

[Obsolete(Replaced by procedure CheckBinCodeForLocation(),25.0)]
procedure CheckBinCode(LocationCode: Code[10], BinCode: Code[20], BinCaption: Text[30], SourceTable: Integer, Number: Code[20])

Parameters

Name Type Description
LocationCode Code[10]
BinCode Code[20]
BinCaption Text[30]
SourceTable Integer
Number Code[20]

CheckBinCodeForLocation

procedure CheckBinCodeForLocation(LocationCode: Code[10], BinCode: Code[20], BinCaption: Text, Number: Code[20])

Parameters

Name Type Description
LocationCode Code[10]
BinCode Code[20]
BinCaption Text
Number Code[20]

CheckLocationCode

Obsolete

This element will become obsolete from version 25.0. Not used anymore, code separated between table Location and Work Center

[Obsolete(Not used anymore, code separated between table Location and Work Center,25.0)]
procedure CheckLocationCode(Location: Record Location, SourceTable: Integer, Number: Code[20])

Parameters

Name Type Description
Location Table Microsoft.Inventory.Location.Location
SourceTable Integer
Number Code[20]

IsOpenShopFloorBin

procedure IsOpenShopFloorBin(LocationCode: Code[10], BinCode: Code[20]): Boolean

Parameters

Name Type Description
LocationCode Code[10]
BinCode Code[20]

Returns

Type Description
Boolean

CheckLocationOnManufBins

Obsolete

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

[Obsolete(Moved to codeunit ProdOrderWarehouseMgt,25.0)]
procedure CheckLocationOnManufBins(Location: Record Location)

Parameters

Name Type Description
Location Table Microsoft.Inventory.Location.Location

Events

OnBeforeAllowPutawayOrQCBinsOnly

Obsolete

This element will become obsolete from version 25.0. Replaced by same event in table BinType

[Obsolete(Replaced by same event in table BinType,25.0)]
[IntegrationEvent(False,False)]
local procedure OnBeforeAllowPutawayOrQCBinsOnly(var BinType: Record "Bin Type", var IsHandled: Boolean)

Parameters

Name Type Description
BinType Table Microsoft.Warehouse.Structure."Bin Type"
IsHandled Boolean

OnBeforeAllowPutawayPickOrQCBinsOnly

Obsolete

This element will become obsolete from version 25.0. Replaced by same event in table BinType

[Obsolete(Replaced by same event in table BinType,25.0)]
[IntegrationEvent(False,False)]
local procedure OnBeforeAllowPutawayPickOrQCBinsOnly(var BinType: Record "Bin Type", var IsHandled: Boolean)

Parameters

Name Type Description
BinType Table Microsoft.Warehouse.Structure."Bin Type"
IsHandled Boolean

OnCheckBinTypeCodeOnBeforeCheckPerSource

[IntegrationEvent(False,False)]
local procedure OnCheckBinTypeCodeOnBeforeCheckPerSource(SourceTable: Integer, BinCodeFieldCaption: Text, LocationCode: Code[10], BinCode: Code[20], AdditionalIdentifier: Option, var IsHandled: Boolean)

Parameters

Name Type Description
SourceTable Integer
BinCodeFieldCaption Text
LocationCode Code[10]
BinCode Code[20]
AdditionalIdentifier Option
IsHandled Boolean

OnCheckBinTypeAndCode

[IntegrationEvent(False,False)]
local procedure OnCheckBinTypeAndCode(Location: Record Location, Bin: Record Bin, BinType: Record "Bin Type", SourceTable: Integer, BinCodeFieldCaption: Text, AdditionalIdentifier: Option)

Parameters

Name Type Description
Location Table Microsoft.Inventory.Location.Location
Bin Table Microsoft.Warehouse.Structure.Bin
BinType Table Microsoft.Warehouse.Structure."Bin Type"
SourceTable Integer
BinCodeFieldCaption Text
AdditionalIdentifier Option

OnBeforeCheckBinTypeAndCode

[IntegrationEvent(False,False)]
local procedure OnBeforeCheckBinTypeAndCode(SourceTable: Integer, BinCodeFieldCaption: Text, LocationCode: Code[10], BinCode: Code[20], AdditionalIdentifier: Option, var IsHandled: Boolean)

Parameters

Name Type Description
SourceTable Integer
BinCodeFieldCaption Text
LocationCode Code[10]
BinCode Code[20]
AdditionalIdentifier Option
IsHandled Boolean

OnAfterIsOpenShopFloorBin

[IntegrationEvent(False,False)]
local procedure OnAfterIsOpenShopFloorBin(LocationCode: Code[10], BinCode: Code[20], var Result: Boolean)

Parameters

Name Type Description
LocationCode Code[10]
BinCode Code[20]
Result Boolean

See also