Audit History
Summary
Need to capture the previous and new value for the fields(standard and custom)Content
Need to capture the previous and new value for the fields (both standard and custom). We have tried using prev, but it is not working.
If(isset($inc->prev))
{
$inc->prev->StatusWithType->Status->Id;
}
Please advise.
Tagged:
0