07-22-2018, 01:29 PM
I'll try to find some time to test the email task but that should be the same as the conditions are evaluated outside the task itself, I mean they are evaluated and then the task is launched (or not) with no control of which type of task it is. I will try anyway as soon as I can.
As to your last comment, I understand you are referring to this line:
that line will be empty when we are creating a new record, in that case there is no previous data so we ignore the error. In other words, the "Has changed" is not supported on creation (I think).
As to your last comment, I understand you are referring to this line:
Code:
@$fieldDelta = self::$entityDelta[$moduleName][$recordId][$fieldName]; // we know this will be empty sometimes, so we ignore the error
that line will be empty when we are creating a new record, in that case there is no previous data so we ignore the error. In other words, the "Has changed" is not supported on creation (I think).
Joe
TSolucio
TSolucio