Hi,I am creating new application (Blank data base) from lotus notes on server. I added simple agent to this application to access lotus notes mail.
Now, I want to supply this application to different user. I am not getting what ACL settings I need to give and how can i deliver this application to user.
Currently what is happening? Suppose I made the application for user A and it runs for only that user, it doesn’t authenticate other users in browser. Giving Access to B user in created application from ACL, I am getting mail data for user A only and not for user B (My Code gives data for logged in user session).
Actually what I need is, when user A logged in , it should supply data for user A, and when user B logged in it should be supply data for user B.
Please tell me the steps for creating this solution.
Thanks.