o

dynamics.client

crmqueryfunctions

object crmqueryfunctions

Use with QuerySpec.filter e.g. filter=Some(Between("age", 1, 10)). Values are always single quoted.

See also

https://docs.microsoft.com/en-us/dynamics365/customer-engagement/web-api/equalbusinessid?view=dynamics-ce-odata-9

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. crmqueryfunctions
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def Between(pname: String, min: String, max: String): String

    Range check, string/numbers should be converted to strings.

  2. def Contains(pname: String, value: String): String
  3. def ContainsValues(pname: String, values: Traversable[String]): String
  4. def DoesNotContainValues(pname: String, values: Traversable[String]): String
  5. def EqualUserId(pname: String): String
  6. def EqualUserTeams(pname: String): String
  7. def In(pname: String, values: Traversable[String]): String

    Single quotes added.

  8. def NotBetween(pname: String, min: String, max: String): String

    Range check, strings/numbers should be converted to strings.

    Range check, strings/numbers should be converted to strings. Single quote if your values are strings.

  9. def OnOrAfter(pname: String, value: String): String

    Value should be a datetime string.

  10. def OnOrBefore(pname: String, value: String): String

    Value should be a datetime string.

  11. def Today(pname: String): String
  12. def Tomorrow(pname: String): String
  13. def Yesterday(pname: String): String
  14. def datetime(v: String): String

    Returns: datetime'2010-07-15' or datetime'2010-07-15T16:19:54Z' depending on input.

  15. val prefix: String