August 2023
Release notes highlight new features and improvements made to ONESOURCE DataFlow.
What's New
- Template Version column (Classic Requests):
- Added a newTemplate Versioncolumn for theClassic Requeststab.
- Template insights:Template Insightsnow displays warnings for errors to be fixed before using the template:
- Single Cell Tables and DCRanges
- External links
- API V2API endpoints have been combined under GET /request/{id}. To use each endpoint, send a different Accept header as shown in the following table.EndpointDescriptionAccept headerGET /request/{id}Gets the Request detailsapplication/jsonGET /request/{id}/openGets Request loaderapplication/msexcelGET /request/{id}/dfwebfileGets Web Request filetext/htmlGET /request/{id}/dfwebhtmlGets Web Request HTMLtext/plainApplication/msexcel will also accept query parameterreadOnlyas true or false to define if the loader will be downloaded as read-only mode.Additionally, Platform endpoints have been combined under GET platform/request/{id}. To use each endpoint, send a different Accept header as shown in the following table.EndpointDescriptionAccept headerGET platform/request/{id}Gets the Request detailsapplication/jsonGET platform/request/{id}/loaderGets Request loaderapplication/msexcelGET platform/request/{id}/{templateId}/dfwebfileGets Web Request filetext/htmlGET platform/request/{id}/{templateId}/dfwebhtmlGets Web Request HTMLtext/plainText/html, text/plain, and application/msexcel Accept headers requires query parametertemplateIdfor Data Collection Template ID. Application/msexcel will also accept query parameterreadOnlyas true or false to define if the loader will be downloaded as Read-only mode.
Closed issues
- An issue causing Recalculation completion not to show in Request history has been fixed.
- EXTDCGetList is now honoring Request deletion from Request properties.
- Email with Request import results is now functioning properly.
- Code and Assigned to dropdowns lists are now being properly generated.
- Save and load data locally is now implemented. This lets you temporarily save data locally and reload. data regardless of any template change.
- Request opened through API V2 is now being checked in after saving and close.