AuditEntityFieldSet - originalValue

Posts   
 
    
mshe
User
Posts: 167
Joined: 02-Feb-2006
# Posted on: 21-Apr-2009 02:36:44   

Hello,

Is originalValue the database value or the last set field value?

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 21-Apr-2009 04:53:05   

**originalValue **= The original value of the field with the index passed in before it received a new value.

To get the new value:

entity.GetCurrentFieldValue(fieldIndex)
David Elizondo | LLBLGen Support Team