Skip to content

Commit

Permalink
Getting CRM search objects in ascending chronological ortder
Browse files Browse the repository at this point in the history
  • Loading branch information
lgomezm committed Mar 11, 2022
1 parent 2202151 commit 1bf3c22
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -763,6 +763,7 @@ def _process_search(
payload = (
{
"filters": [{"value": int(self._state.timestamp() * 1000), "propertyName": self.last_modified_field, "operator": "GTE"}],
"sorts": [{"propertyName": self.last_modified_field, "direction": "ASCENDING"}],
"properties": properties_list,
"limit": 100,
}
Expand Down

0 comments on commit 1bf3c22

Please sign in to comment.