Hello All,
A number of our projects used the Date and Time functions in their work flow scripts to populate fields, for example
Fields("BG_USER_07").Value = Date
Fields("BG_USER_08").Value = Time()
which worked normally and as expected in QC 10, but in 11.5 and 11.52 the Time function is not returning a value or an error.
Date shows as blue text (meaning a Function/operator) in the workflow editor, while Time (with or without parenthesis) as black text.
Has anyone else encountered this and/or know a solution to return time values in 11.5x?