preethi
17th August 2011, 15:20
Hi All,
Is there any possibility where i can count the number of times a particular user has logged in BaaN.
Any ideas are welcome.
Thanking you in advance.
sameer.don
18th August 2011, 12:47
You can customize a session that writes a record of logname$ and timestamp (if required). And assign the session to user as a startup session.
use sessions:
ttaad2107m000 - maintain session groups
ttaad2106m000 - maintain startup sessions
ttaad2105m000 - maintain user settings
In the 3rd sesion ttaad2105m000, you can assign session group to users. this will enable the execution of sessions assigned in session group, whenecer user logs in. and thus you can get the record or count in a customized table.