Help get this topic noticed by sharing it on
Twitter,
Facebook, or email.


Capture original field content for comparisons before update.
Tried creating a Business Rule on the Select and on edit , expecting it to fill my variable with some original data, so I could see if a field had changed to trigger specific sql depending on the changes... but couldn't get it to pull the data at all.
-
Aaron:
You can use @FieldName_NewValue and @FieldName_OldValue to accomplish this.
Best regards,
Roberto -
-
Ah yes! I knew it should've been easier than I was thinking.
Thanks! -