How to find the from which channel request came [message #404744] |
Sat, 23 May 2009 03:36  |
navneet_sharma
Messages: 70 Registered: September 2008 Location: New Delhi, India
|
Member |
|
|
Hi,
We have application developed in Java.It has a front end through which user can change his password password,which is stored in a table in backend(table).
Now I need to fix following scenario.
If I change my password through front end ,It would be changed in table,but if I try to change the password using schema user/pwd through backend by directly updating in table,the system should log that entry in another table specifing which schema user changed password column in that table through backend.we don't require this logging while changing through front end
Please suggest the way to do this.
Regards,
Navneet
[Updated on: Sat, 23 May 2009 03:42] by Moderator Report message to a moderator
|
|
|
|
Re: How to find the from which channel request came [message #404748 is a reply to message #404746] |
Sat, 23 May 2009 03:50   |
navneet_sharma
Messages: 70 Registered: September 2008 Location: New Delhi, India
|
Member |
|
|
Thanks Michel,
But that is my problem.how would I check through which channel request has come for update.Are you suggesting that I should also pass some flag through front end for identification?
Point to note is ,We need to allow direct updates through backend and in this case we need to log this change to some history .
Regards,
Navneet
[Updated on: Sat, 23 May 2009 09:32] by Moderator Report message to a moderator
|
|
|
|
|