Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Event Request] Codeunit 40 "LogInManagement" - Procedure "LogInStart" - Add new event "OnAfterLogInStart(User: Record User;)" #28094

Open
ROUCHY-Yoann opened this issue Feb 11, 2025 · 0 comments
Labels
event-request Request for adding an event Integration GitHub request for Integration area

Comments

@ROUCHY-Yoann
Copy link

ROUCHY-Yoann commented Feb 11, 2025

Describe the request

Hello, can you please add a new Event "OnAfterLogInStart" in codeunit 40 "LogInManagement" for function "LogInStart" ?

local procedure LogInStart()
begin
...
...

LogInDate := Today;
LogInTime := Time;
LogInWorkDate := 0D;

WorkDate := GetDefaultWorkDate();

ApplicationAreaMgmtFacade.SetupApplicationArea();

OnAfterLogInStart(User: Record User);

end;

NEW EVENT:

[IntegrationEvent(false, false)]
local procedure OnAfterLogInStart(User: Record User)
begin
end;

Additional context

We need to control who logs in and multisessions.
Internal work item: AB#565801

@darjoo darjoo added event-request Request for adding an event Integration GitHub request for Integration area labels Feb 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
event-request Request for adding an event Integration GitHub request for Integration area
Projects
None yet
Development

No branches or pull requests

2 participants