mostrightfuture
8th October 2004, 17:25
Hi friends

I want to restrict access to some session to only few users. I mean only few user can be accessed the session and modify the records and others can not e.g session tdcms0141m000.

Thanks in advance
Mahmood

mark_h
8th October 2004, 22:10
Normal session authorizations should take care of this. In Baan IV I use ttaad2132m000(not sure if it is the same in Baan V) to see authorizations for sessions. You can always authorize a module and then use this session as an exclusion. Or are you talking how to code authorizations internal to a session?

Mark

NPRao
8th October 2004, 22:28
Mahmood,

As Mark suggested you can use -

1. Role Authorization Management: ttams2100m000 -> ttams3132m000

2. DEM Authorization

3. Maintain a table/list of authorization users, and check the user against that inside your program logic.

Pick one of the options based on your requirement.