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])
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)
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)
[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)