We are updating the Business Intelligence Connector on May 28, 2026.
This update does not include a schema change, but you can still find and download the latest schema here.
Overview of changes
Behavioral change to created_at in the scorecards table
Previously, when a scorecard was submitted, the created_at timestamp in the scorecards table was overwritten to match the submission time. As a result, created_at and submitted_at held the same value.
After this update, created_at will reflect the time the scorecard record was originally created (when the interviewer started the draft), and will no longer be overwritten on submission. The submitted_at column, introduced in April 2022, will continue to capture the time the scorecard was submitted.
-
Before this change:
created_at= submission time (same assubmitted_at) -
After this change:
created_at= time the scorecard draft was started;submitted_at= time the scorecard was submitted
Note: This is a back-end behavioral change only. No columns have been added, removed, or renamed in the BIC schema. However, the values in created_at for future scorecard submissions will differ from historical values, which were set to match submission time.
Required action
If your reports, dashboards, or queries use scorecards.created_at as a proxy for scorecard submission time, update them to reference scorecards.submitted_at instead.
No action is required if your reports use submitted_at already, or if they use created_at for its intended purpose (record creation time).