Skip to content

KVSKBAUpdPermSetsToAlObjects#

Obsolete

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

Procedures#

ManualUpdatePermissionSetsToAlObjects() :#

Obsolete

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

[Obsolete('The procedure is no longer used', '27.0')]
procedure ManualUpdatePermissionSetsToAlObjects(): 

Events#

OnAfterManualUpdatePermissionSetsToAlObjects() :#

Obsolete

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

[Obsolete('The Event is no longer used', '27.0')]
[IntegrationEvent(false, false)]
local procedure OnAfterManualUpdatePermissionSetsToAlObjects(): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSKBAUpdPermSetsToAlObjects", 'OnAfterManualUpdatePermissionSetsToAlObjects', '', false, false)]
local procedure DoSomethingOnAfterManualUpdatePermissionSetsToAlObjects()
begin
end;