When this field is checked, a recording will be started when the associated user logs into NAV.
If the Autostart Recording Code field is populated with the Code of an existing recording,
then the additional recorded permissions will be added to the existing recording.
A new recording can be created instead of adding the recorded permissions to an existing recording.
To create a new recording from the Autostart Recording Code field, do a lookup into the Autostart Recording Code field and click on New to create a new recording.
Enter the number of the new recording in the Autostart Recording Code field.
To use the Autostart Recording feature requires a small customization in Codeunit 1.
Codeunit 1 ApplicationManagement
PROCEDURE CompanyOpen
--- Before ----
IF GUIALLOWED THEN
LogInStart;
END;
--- After -----
IF GUIALLOWED THEN
LogInStart;
CODEUNIT.RUN(CODEUNIT::"ES Autostart Recording");
END;
---------------
Refer to the Documentation for the processes in Easy Security
Like


© 2017 Mergetool.com. All rights reserved.
