Skip to content

Query Functions support

Compare
Choose a tag to compare
@nsteenbeek nsteenbeek released this 19 Mar 16:19
· 707 commits to master since this release

Support for the Query Functions supported in conditions: https://docs.microsoft.com/en-us/dynamics365/customer-engagement/web-api/tomorrow?view=dynamics-ce-odata-9

conditions: [{
  attribute: 'number',
  operator: 'Between',
  value: [10,99]
}]