So I decided to try a BPM to auto update the End time. The BO is Task, Method is ChangeComplete. I am suing the Set Field, and have Set the ttTask.EndTime field of all unchanged rows to the BpmFunc.Now() and it is throwing an error.
Code BPM00 Result of expression cannot be assigned to variable of ‘System.Int32’ type. So I am guessing the data types don’t mesh real well. Tried to convert and that caused more errors. Am I doing this right for starters, if so, how can get around this error?