Can we write a condition using expression instead of using "change" operator. I have a business rule where I have a condition using expression like below:
In the same expression can we also check whether PERSON_CAL_EXCEPT.START_DTTM has been changed or not. The intention is not to add one more input param “PERSON_CAL_EXCEPT.START_DTTM” and not to rebuild the condition again with an additional line for checking whether PERSON_CAL_EXCEPT.START_DTTM has been changed or not.
Please help if anybody has any suggestion on this.