Return the Previous field value using GlideRecord Query
In a Business Rule, we have access to the current values in a field (current.fieldname) as well as the previous values (previous.fieldname). The fields for which we can access the current and previous values are those on the table against which the B...