FA Developer 1.15 - Release notes
Released: September 2025 as a part of Q3 2025 release
FA Developer 1.15 makes FA document database available for querying in the app.
Document database querying
Why?
Most of FA Platform’s data is stored in an SQL database, while certain records (such as NAV or reconciliation data) are kept in the document database. Until now, only the SQL database could be queried directly from FA Back. Now, with the added document database querying in FA Developer, you can now access both sources and retrieve the full range of platform data.
Who is this for?
This feature serves as a diagnostic and administrative tool for system administrators. Developers can benefit from this tool when building certain custom integrations or reports.
Details
FA Developer app now features the Data explorer view, providing a safe sandbox for you to browse, export, and query the data in your document database. CosmosDB is our document database of choice. It is analogous to MongoDB and can be queried with MongoDB’s query syntax. Query results are returned as JSON objects. You can download the JSON results for offline analysis or integration with other tools.
![]() |
Learn more: Document database via API.