Share via


Table "Bin Type"

ID 7303
Namespace: Microsoft.Warehouse.Structure

Properties

Name Value
Caption Bin Type
LookupPageID Page Microsoft.Warehouse.Structure."Bin Type List"
DataClassification CustomerContent

Fields

Name Type Description
Code Code[10]
Description Text[100]
Receive Boolean
Ship Boolean
"Put Away" Boolean
Pick Boolean
SystemId Guid
SystemCreatedAt DateTime
SystemCreatedBy Guid
SystemModifiedAt DateTime
SystemModifiedBy Guid
SystemRowVersion BigInteger

Methods

CreateBinTypeFilter

Obsolete

This element will become obsolete from version 26.0. Replaced by procedure MakeBinTypeFilter(var BinTypeFilter: Text; BinTypeFieldNo: Integer)

[Obsolete(Replaced by procedure MakeBinTypeFilter(var BinTypeFilter: Text; BinTypeFieldNo: Integer),26.0)]
procedure CreateBinTypeFilter(var BinTypeFilter: Text, BinTypeFieldNo: Integer)

Parameters

Name Type Description
BinTypeFilter Text
BinTypeFieldNo Integer

MakeBinTypeFilter

procedure MakeBinTypeFilter(var BinTypeFilter: Text, BinTypeFieldNo: Integer)

Parameters

Name Type Description
BinTypeFilter Text
BinTypeFieldNo Integer

AllowPutawayOrQCBinsOnly

procedure AllowPutawayOrQCBinsOnly()

AllowPutawayPickOrQCBinsOnly

procedure AllowPutawayPickOrQCBinsOnly()

Events

OnBeforeCheckCombination

[IntegrationEvent(False,False)]
local procedure OnBeforeCheckCombination(var BinType: Record "Bin Type", CalledByFieldNo: Integer, var IsHandled: Boolean)

Parameters

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

OnCheckCombinationOnBeforeFindFirst

[IntegrationEvent(False,False)]
local procedure OnCheckCombinationOnBeforeFindFirst(var RecBinType: Record "Bin Type", var BinType: Record "Bin Type")

Parameters

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

OnCreateBinTypeFilterElseCase

[IntegrationEvent(False,False)]
local procedure OnCreateBinTypeFilterElseCase(var BinType: Record "Bin Type", BinTypeFieldNo: Integer)

Parameters

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

OnBeforeAllowPutawayOrQCBinsOnly

[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

[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

See also