Manoj Chaurasia Posted February 19, 2019 Share Posted February 19, 2019 . Link to comment Share on other sites More sharing options...
Manoj Chaurasia Posted February 19, 2019 Author Share Posted February 19, 2019 This would depend on the endpoint that you are retrieving the data from. If there is a field on there that contains a timestamp when the record was last updated, you could add that as a filter using DATEADD('n',-90,MyEntity.TimeStamp). Link to comment Share on other sites More sharing options...
Manoj Chaurasia Posted March 8, 2019 Author Share Posted March 8, 2019 Just be careful with a solution like this. What happens if the solution fails to execute for 2 hours You will miss 30 minutes worth of records. So either build in a reprocess solution, or make sure to monitor the notifications from Scribe. When possible, try to use Net Change rather than a hard-coded date/time range. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now