What can Viewpoint Vista integrate with?
Almost anything, because Vista’s data lives in a queryable SQL Server database. In practice the integrations contractors ask for cluster into five groups:
The distinction that matters most is direction. Read-only integrations – reporting, dashboards, analytics – are low risk and quick. Write-back integrations, where an outside system creates or changes Vista records, need far more care because Vista enforces its own accounting rules and referential integrity.
How Vista integrations actually work: four patterns
There are four patterns, and choosing the wrong one is the most expensive mistake in a Vista integration project.
For anything analytical, the Reporting Database pattern is usually right for very large construction companies. It keeps load off the production ERP, lets you model the data once for several consumers, and means a badly written report cannot slow down someone entering a timecard.
Reporting and business intelligence
Reporting is the lowest-risk, highest-return Vista integration, and it is where most contractors should start. Vista’s SQL Server backend means a BI tool can read it directly. For Power BI specifically, there are three architectural decisions that determine whether the result is fast and trusted or slow and doubted:
The date point deserves emphasis because it causes more broken Vista dashboards than anything else. Vista’s accounting period is a month-start value, not a transaction date, and the two answer different questions. Period reporting – income statement, job cost by month, AP aging by period – keys on the accounting month. Operational questions key on actual dates. A model that confuses them will disagree with the month-end close, and once a dashboard disagrees with the close it stops being used.
What breaks Vista integrations
Our experience with many projects has shown patterns in failure modes. Almost none are about the connection itself.