Skip to content

KVSADVNoSeriesMgt#

Obsolete

This Element will be removed or changed with a future Version of the App.

Procedures#

SetDefaultSeries(Code[20], Code[20]) :#

Obsolete

This Element will be removed or changed with a future Version of the App.

[Obsolete('This procedure is only supported up to BC26, please use Standard NoSeries.IsAutomatic in the BC26', '25.1')]
procedure SetDefaultSeries(var NewNoSeriesCode: Code[20]; NoSeriesCode: Code[20]): 

Events#

OnBeforeSetDefaultSeries(Code[20], Code[20], Boolean) :#

Obsolete

This Element will be removed or changed with a future Version of the App.

[Obsolete('This event is only supported up to BC26, please use Standard NoSeries.IsAutomatic in the BC26', '25.1')]
[IntegrationEvent(false, false)]
local procedure OnBeforeSetDefaultSeries(var NewNoSeriesCode: Code[20]; NoSeriesCode: Code[20]; var IsHandled: Boolean): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSADVNoSeriesMgt", 'OnBeforeSetDefaultSeries', '', false, false)]
local procedure DoSomethingOnBeforeSetDefaultSeries(var NewNoSeriesCode: Code[20]; NoSeriesCode: Code[20]; var IsHandled: Boolean)
begin
end;