Hi;
Testing the Range functionality provided on Data Entities in D365
Scenario: I'm trying to apply a date range to my custom data entity in order to export only the records that were modified yesterday. This will be a recurring export job to daily export only modified records.
Problem: There is a Ranges property that is on Entity level where you can apply ranges to fields in your data entity but seems like it is not working as even a numeric field value range added on it does not filter the results. I am aware of filters available on a functional level as well as ranges available on the datasource level but I want to test out the Ranges on the data entity itself. I also do not see the range applied on SQL level when I see the script of the view for the entity; however they are visible ranges applied on a datasource level.
Question: What is this Ranges node for if not for applying a range to the resultant data set?
*This post is locked for comments