The “Any Change” condition doesn’t seem to work in SuiteCRM 8.
I’ve tried all the different combinations of running only save, only in the scheduler, all records, modified records, I’ve tried equal to “any change” I’ve tried contains “any change”
If I inline edit the field it will trigger the action. However, if I edit the entire record and save it, it does not trigger the action.
Anyone confirm, if it’s a “just me” issue or a bug?
Make sure you’re testing a “clean” case, without any logic hooks that could be saving the record, I think that might affect some of those conditions.
I don’t have any hooks, but I have a few workflows in play. I’m going to test disabling the rest and see if it works if only that specific workflow is running. Now that you mention it, it could be a timing thing of when each Worflow runs.