CRMOD workflow notification that includes what has changed in a record
Has anybody come up with a way to include inside workflow notifications what has changed when a record has been modified? I know I could hard code a bunch of IIf(PRE('<field1>')<>[<field1>], 'Field 1 has changed from ' + PRE('<field1>') + ' to ' + [<field1>] + ', ', IIf(PRE('<field2>')<>[<field2>], 'Filed 2 has changed from ' + PRE('<field2>') + ' to ' + [<field2>] + ', ', '')).... But if there is a less labor intensive solution, other than web services, I would appreciate a point in the right direction.
Thank you,
Matthew