Re: EntityAuditLog mapping with corresponding event(Service/Event)

2012-08-29 Thread parimal gain
Thanks Jacques for info. As I have seen the implementation, userlogin is store as identifier, but how the identifier is assigning the current login I have to see. On Aug 29, 2012 3:57 PM, "Jacques Le Roux" wrote: > I can at least say that I believe the answer to your both questions is no > Did y

Re: EntityAuditLog mapping with corresponding event(Service/Event)

2012-08-29 Thread Jacques Le Roux
I can at least say that I believe the answer to your both questions is no Did you already trace how/when the userlogin is stored? Maybe you can follow this way and do the same to an extended entities with the new fields you require Also maybe a look at ServerHitBin class could help... Jacques

Re: EntityAuditLog mapping with corresponding event(Service/Event)

2012-08-29 Thread parimal gain
Any information/help regarding this will be appreciated. Thanks in Advance. On Aug 27, 2012 11:58 PM, "parimal gain" wrote: > Hi All, > > When looking into EntityAuditLog table, it store the changed entity > name, change field name, old value, new value and user login id > information, but t

EntityAuditLog mapping with corresponding event(Service/Event)

2012-08-27 Thread parimal gain
Hi All, When looking into EntityAuditLog table, it store the changed entity name, change field name, old value, new value and user login id information, but there is no information of event by which the value is modified. So my question is 1) Is there any way to find out that corresponding to wh