Hello,
I have an application called comments, where a logged-in user can write a comment. it has a filed called the user-id, where I’m supposed to put the user-id of the person who’s writing the comment. I don’t want to leave this to the user himself so he can chose a wrong name. I want the system fill this field with the user-id who’s already logged in.
BTW, I’m using the same security model that comes with ScriptCase, and I’m using the group option in that security model.
so please help me out in finding a solution for this problem