I am questioning the use of the Changed Prefix. The User guide says write the conditional part of a rule that checks for changes in lists like:
IF BO.REFTable WAS CHANGED and ChangedREFTable.someAttribute = 'XXX' (or ChangedREFTable.someAttribute WAS CHANGED TO "XXX')
But I write it without the ChangedPrefix. i.e.
IF BO.REFTable WAS CHANGED and REFTable.someAttribute = 'XXX'
Is the 1st version "More Correct???"
Thanks
Bruce