Article Details
Id:13767
Product:finPOWER Connect
Type:NEW
Version:3.00.00
Opened:12/04/2016
Closed:27/04/2016
Released:06/07/2016
Job: J017217

Workflows; Opened, Closed, Recall and OnHold dates now recorded as UTC dates

The following Workflow dates are now recorded in the database as UTC dates and, where applicable, a Time Zone is also recorded.

Closed Date:

  • The finWorkflow business layer object now has a ClosedUtcDate property.
  • The finWorkflowClose business layer object has deprecated the ClosedDate property and added a ClosedUtcDate property.

On Hold Date:

  • The finWorkflow business layer object now has an OnHoldUtcDate property.

Opened Date:

  • The finWorkflow business layer object now has an OpenedUtcDate property.

Recall Date:

  • Workflows form, General page, Recall Date now allows Time Zone.
  • When Account Processes are run, the Recall UTC Date will be compared against the current UTC date and the Workflow included if the Recall UTC Date is less than or equal to the current UTC date.
  • Previously, many actions would just set the Recall Date with no time portion. Typically, a time portion is now included in the Recall Date.
  • The Workflow Key Details page displays the Recall Time Zone.

NOTE: The non-UTC dates are still recorded on the database for backward compatibility, e.g., Workflow.RecallDate and Workflow.RecallUtcDate both exist.