Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
When connecting to BC365 custom/advanced API (salesInvoiceLines) through a Dataflow Gen2, I get the error "Failed to verify that a query with incremental refresh is folding" upon publishing.
How to fix? I have incremental load enabled on "lastmodifieddate" (datetime data type).
Here are my query steps (basically I first navigate to salesInvoices (the parent) after which I expand/unpivot data for salesInvoiceLines):
Incremental refresh settings:
Solved! Go to Solution.
I have incremental load enabled on "lastmodifieddate" (datetime data type).
Incremental Refresh is incompatible with data changes. You need to choose a datetime column with immutable values like "createddate".
I have incremental load enabled on "lastmodifieddate" (datetime data type).
Incremental Refresh is incompatible with data changes. You need to choose a datetime column with immutable values like "createddate".