|
1 | 1 | ---
|
2 | 2 | title: Choose finance and operations data in Azure Synapse Link for Dataverse
|
3 | 3 | description: Learn how to choose Dynamics 365 finance and operations apps data in Microsoft Azure Synapse Link for Dataverse and work with Azure Synapse Link and Power BI.
|
4 |
| -ms.date: 07/02/2024 |
| 4 | +ms.date: 07/30/2024 |
5 | 5 | ms.reviewer: matp
|
6 | 6 | ms.topic: "how-to"
|
7 | 7 | applies_to:
|
@@ -270,14 +270,23 @@ Currently, there are limitations with finance and operations tables and Azure Sy
|
270 | 270 | >
|
271 | 271 | > With this update, expired data rows are added to tables. You need to perform a full refresh to include previous rows.
|
272 | 272 |
|
| 273 | +- If the table selected contains data columns that are of **Array** type, those columns are ignored and the exported data doesn't contain the column. For example, in a custom table named *WHSInventTable*, columns **FilterCode** and **FilterGroup** are of type array. These columns aren't exported with Azure Synapse Link. This issue is fixed in the latest application update shown here. |
| 274 | + > [!NOTE] |
| 275 | + > Available updates to finance and operations tables with Azure Synapse Link for Dataverse: |
| 276 | + > - Version 10.0.39 (PU63) platform update 7.0.7198.186 or later |
| 277 | + > - Version 10.0.40 (PU64) platform update 7.0.7279.115 or later |
| 278 | + > - Version 10.0.41 (PU65) platform update 7.0.7367.0 or later |
| 279 | + > |
| 280 | + > With this update, Array type fields are added to tables. You need to perform a full refresh to include previous rows. |
| 281 | + |
273 | 282 | - [Table inheritance and derived tables](/dynamicsax-2012/developer/table-inheritance-overview) are concepts in finance and operations apps. When choosing a derived table from finance and operations apps, fields from the corresponding base table currently aren't included. You need to select the base table in addition to the derived table if you need access to these fields. You can use [this FastTrack solution](https://github.com/microsoft/Dynamics-365-FastTrack-Implementation-Assets/tree/master/Analytics/DataverseLink/DataIntegration#derived-tables) provided on GitHub. This solution creates views, which include columns from base tables.
|
274 |
| -- If the table selected contains data columns that are of **Array** type, those columns are ignored and the exported data doesn't contain the column. For example, in a custom table named *WHSInventTable*, columns **FilterCode** and **FilterGroup** are of type array. These columns aren't exported with Azure Synapse Link. |
275 |
| - |
| 283 | + |
276 | 284 | - Finance and operations apps tables added to an Azure Synapse Link profile might be removed when a back-up is restored in Dataverse. You can copy and paste a comma separated list of tables into the search box within the manage tables option to select a list of tables at once.
|
277 | 285 | - When a finance and operations apps database is restored, tables added to an Azure Synapse Link profile need to be reinitialized. Before reinitializing finance and operations tables, you must also restore the Dataverse database. After restoring the database, you must add finance and operations tables into the profile. You can copy and paste a comma separated list of tables into the search box within the manage tables option to select a list of tables at once.
|
278 | 286 | - Finance and operations apps tables included in an Azure Synapse Link profile can't be migrated to a different environment using the import and export profile feature in Azure Synapse Link.
|
279 | 287 | - Special fields such as `TimeZoneID` (TZID), binary fields in finance and operations tables aren't enabled in Azure SynapseL Link.
|
280 | 288 | - Staging and temporary table types in finance and operations apps aren't allowed in Azure Synapse Link.
|
| 289 | +- The following tables, known as *kernel* tables in finance and operations apps, are supported by Fabric and Synapse Link. These tables are special, and you don't need to enable change tracking. Also, they're updated every 24 hours and not updated near-real time as the data doesn't change frequently: `DATAAREA`, `USERINFO`, `SECURITYROLE`, `SECURITYUSERROLE`, `SQLDICTIONARY`, `PARTITIONS`, `SECURITYPRIVILEGE`, `TIMEZONESLIST`, `SECURITYDUTY`, `SECURITYSUBROLE`, `SECURITYUSERROLECONDITION`, `DATABASELOG`, `SECURITYROLERUNTIME`, `SECURITYROLEPRIVILEGEEXPLODEDGRAPH`, `SECURITYROLEDUTYEXPLODEDGRAPH`, `TIMEZONESRULESDATA`, `SECURITYROLEEXPLODEDGRAPH`, `USERDATAAREAFILTER`, `SYSINHERITANCERELATIONS`. |
281 | 290 | - **Access finance and operations tables via Synapse query** and **Access finance and operations tables via Microsoft Fabric** features aren't available in the China region.
|
282 | 291 |
|
283 | 292 | ## Access incremental data changes from finance and operations
|
@@ -314,7 +323,7 @@ Enumerated fields are coded data fields in finance and operations apps. For exam
|
314 | 323 |
|
315 | 324 | If there are metadata changes to finance and operations tables, for example, a new field is added to a table, and the data exported in Azure Synapse Link reflects the latest metadata inclusive of the change. More information: [Azure Synapse Link FAQ](/power-apps/maker/data-platform/export-data-lake-faq#what-happens-when-i-add-a-column). If you're using Azure Synapse Link to query the data, you see the updated metadata reflected in Azure Synapse Link. If you consume incremental data changes, you can locate updated metadata within the incremental data folder with the latest date stamp. More information: [Incremental folder structure](/power-apps/maker/data-platform/azure-synapse-incremental-updates#view-incremental-folder-at-microsoft-azure-storage)
|
316 | 325 |
|
317 |
| -You'll also notice additional metadata fields appended by the system for each data row. Explanation of these fields is shown below. |
| 326 | +You'll also notice additional metadata fields appended by the system for each data row. Explanation of these fields is shown here. |
318 | 327 |
|
319 | 328 | | Metadata field | What this field contains | Equivalent field or feature in export to data lake |
|
320 | 329 | |-------------------------------|------------------------------------|------------------------------------------|
|
|
0 commit comments