Table "Bin Type"
ID 7303
Namespace: Microsoft.Warehouse.Structure
Properties
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
OnCheckCombinationOnBeforeFindFirst
[IntegrationEvent(False,False)]
local procedure OnCheckCombinationOnBeforeFindFirst(var RecBinType: Record "Bin Type", var BinType: Record "Bin Type")
Parameters
OnCreateBinTypeFilterElseCase
[IntegrationEvent(False,False)]
local procedure OnCreateBinTypeFilterElseCase(var BinType: Record "Bin Type", BinTypeFieldNo: Integer)
Parameters
OnBeforeAllowPutawayOrQCBinsOnly
[IntegrationEvent(False,False)]
local procedure OnBeforeAllowPutawayOrQCBinsOnly(var BinType: Record "Bin Type", var IsHandled: Boolean)
Parameters
OnBeforeAllowPutawayPickOrQCBinsOnly
[IntegrationEvent(False,False)]
local procedure OnBeforeAllowPutawayPickOrQCBinsOnly(var BinType: Record "Bin Type", var IsHandled: Boolean)
Parameters
See also