Example: If we want to configure the Vendors entity to fetch the vendors which are modified/created before 'X' days. X here will be a parameter which we will create in D365 and user can update this number based on their need.
For this I have created a Data entity and add Parameter table which includes the Field X, which user can update from front end.
So I have added range in createdDateTime of Data entity Datasource and add value DayRange(-30,0)), so now here I want to replace 30 with X in the range
So Is this feasible ?? If yes, how can I achieve this.
Regards,
Aimon Fatima