laminov
25th June 2008, 19:55
Hi All

Please how i can know who user was creat specific customer it's very important :confused::confused::confused:


Best Regards

David Eagar
25th June 2008, 20:35
You need to have auditing switched on for the appropriate table

jrequa
25th June 2008, 20:35
If audit is turned on for the table or fields, you can print audit ttaad4461m000.

sukesh75
28th June 2008, 11:08
Two more solutions i could think of...

1) Enable the [History] field in Maintain User Data. This would enable you to see who accessed the sessions at what time by using session Print User History (ttaad2402m000). This wont show who created which customer though and you got to clean the history log..(session Delete User History (ttaad2202m000) would help).

2) If you are adventurous enough, you could create a (insert/update) trigger on the tccom010 table and log in the user who does those tasks to a local table. This means no cleanup of any history or audit files and thus less maintenance when compared to History & Audit solutions. The only thing is to save this trigger when you update service packs as it deletes all custom triggers.

sk

laminov
29th June 2008, 11:04
thanks lot for All :)