KVSKBASourceLocation#
Obsolete
This Element will be removed or changed with a future Version of the App.
Fields#
Name | Type | Note |
---|---|---|
Code | Code[20] | |
Source Type | Enum (KVSKBASourceLocationSourceType) | Warning: Obsolete |
Source Code | Code[20] | |
Type | Option | OptionMembers: Item,All Items |
Responsibility Center Code | Code[10] | |
Starting Date | Date | |
Ending Date | Date | |
Location Type | Option | OptionMembers: Empties,Carrier,Consignment,Subcontracting |
Location Code | Code[10] |
Procedures#
CheckDate() :#
Obsolete
This Element will be removed or changed with a future Version of the App.
[Obsolete('Logic is not used anymore in KUMAVISON Base', '24.3')]
procedure CheckDate():
Events#
OnBeforeCheckCombination(Record KVSKBASourceLocation, Boolean) :#
Obsolete
This Element will be removed or changed with a future Version of the App.
[Obsolete('Logic is not used anymore in KUMAVISON Base', '24.3')]
[IntegrationEvent(false, false)]
local procedure OnBeforeCheckCombination(SourceLocation: Record "KVSKBASourceLocation"; var Handled: Boolean):
[EventSubscriber(ObjectType::Table, Table::"KVSKBASourceLocation", 'OnBeforeCheckCombination', '', false, false)]
local procedure DoSomethingOnBeforeCheckCombination(SourceLocation: Record "KVSKBASourceLocation"; var Handled: Boolean)
begin
end;