Show/Hide Toolbars

Therefore Programming Interface 3.0

Therefore API > What's New

What's new in Thereforeā„¢ 2017 Update 2

Scroll

Breaking Change: UTC for DateTime Properties

Until Thereforeā„¢ Update 2, DateTime properties were inconsistent regarding the time zone they used. Some properties were using UTC, some local time. With Thereforeā„¢ 2017 Update 2 all DateTime properties have been changed to use UTC, including query conditions.

Query conditions can only make use of the time values in conditions made on meta data fields from the TheIntQueryField enumeration like LastModified and CreatedOn.

 

This is a list of all DateTime properties that were changed from local time to UTC:

 

TheDocumentProperties.CheckedOutOn

TheDocumentProperties.CreatedOn

TheDocumentProperties.LastModified

 

TheRecycleBinQuery.DeletedOnFrom

TheRecycleBinQuery.DeletedOnTo

 

TheTaskInfo.LastUpdate

 

TheWFHistoryEntry.ActionDate

 

TheWFInstance.ProcessDueDate

TheWFInstance.ProcessStartDate

TheWFInstance.TaskStartDate

TheWFInstance.TaskDueDate

 

TheWFInstanceInfo.ProcessDueDate

TheWFInstanceInfo.ProcessStartDate

TheWFInstanceInfo.TaskStartDate

TheWFInstanceInfo.TaskDueDate

 

All other DateTime values have not been changed because they either already used UTC in previous versions or the time value is ignored.

 

New Properties

TheDocumentProperties.CreatedByDisplayName

TheDocumentProperties.CreatedByUserNo

TheDocumentProperties.CheckedOutByDisplayName

TheDocumentProperties.CheckedOutByUserNo

TheDocumentProperties.ModifiedByDisplayName

TheDocumentProperties.ModifiedByUserNo

 

New Methods

TheCase.CreateCaseLink

TheCase.CreateDocumentLink

TheCase.DeleteCaseLink

TheCase.DeleteDocumentLink

 

TheDocument.CreateCaseLink

TheDocument.DeleteCaseLink

 

Ā© 2023 Therefore Corporation, all rights reserved.