TableExtension NoSeriesObsolete

ID 308
Namespace: Microsoft.Foundation.NoSeries

This object contains the obsoleted elements of the "No. Series" table.

Fields

Name Type Description
Mask Text[20]
"No. Series Type" Integer
"VAT Register" Code[10]
"VAT Reg. Print Priority" Integer
"Reverse Sales VAT No. Series" Code[20]

Methods

DrillDown

Obsolete

This element will become obsolete from version 24.0. The method has been moved to codeunit "No. Series Setup Impl."

[Obsolete(The method has been moved to codeunit "No. Series Setup Impl.",24.0)]
procedure DrillDown()

UpdateLine

Obsolete

This element will become obsolete from version 24.0. The method has been moved to codeunit "No. Series Setup Impl."

[Obsolete(The method has been moved to codeunit "No. Series Setup Impl.",24.0)]
procedure UpdateLine(var StartDate: Date, var StartNo: Code[20], var EndNo: Code[20], var LastNoUsed: Code[20], var WarningNo: Code[20], var IncrementByNo: Integer, var LastDateUsed: Date)

Parameters

Name Type Description
StartDate Date
StartNo Code[20]
EndNo Code[20]
LastNoUsed Code[20]
WarningNo Code[20]
IncrementByNo Integer
LastDateUsed Date

UpdateLine

Obsolete

This element will become obsolete from version 24.0. The method has been moved to codeunit "No. Series Setup Impl."

[Obsolete(The method has been moved to codeunit "No. Series Setup Impl.",24.0)]
procedure UpdateLine(var StartDate: Date, var StartNo: Code[20], var EndNo: Code[20], var LastNoUsed: Code[20], var WarningNo: Code[20], var IncrementByNo: Integer, var LastDateUsed: Date, var AllowGaps: Boolean)

Parameters

Name Type Description
StartDate Date
StartNo Code[20]
EndNo Code[20]
LastNoUsed Code[20]
WarningNo Code[20]
IncrementByNo Integer
LastDateUsed Date
AllowGaps Boolean

FindNoSeriesLineToShow

Obsolete

This element will become obsolete from version 24.0. The method has been moved to codeunit NoSeriesManagement

[Obsolete(The method has been moved to codeunit NoSeriesManagement,24.0)]
procedure FindNoSeriesLineToShow(var NoSeriesLine: Record "No. Series Line")

Parameters

Name Type Description
NoSeriesLine Record "No. Series Line"

Events

OnBeforeValidateDefaultNos

Obsolete

This element will become obsolete from version 24.0. The event has been removed. There is no replacement.

[Obsolete(The event has been removed. There is no replacement.,24.0)]
[IntegrationEvent(False,False)]
internal procedure OnBeforeValidateDefaultNos(var NoSeries: Record "No. Series", var IsHandled: Boolean)

Parameters

Name Type Description
NoSeries Record "No. Series"
IsHandled Boolean

OnBeforeValidateManualNos

Obsolete

This element will become obsolete from version 24.0. The event has been removed. There is no replacement.

[Obsolete(The event has been removed. There is no replacement.,24.0)]
[IntegrationEvent(False,False)]
internal procedure OnBeforeValidateManualNos(var NoSeries: Record "No. Series", var IsHandled: Boolean)

Parameters

Name Type Description
NoSeries Record "No. Series"
IsHandled Boolean

See also