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
- Alphabetic
- By Inheritance
- crmqueryfunctions
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
Between(pname: String, min: String, max: String): String
Range check, string/numbers should be converted to strings.
- def Contains(pname: String, value: String): String
- def ContainsValues(pname: String, values: Traversable[String]): String
- def DoesNotContainValues(pname: String, values: Traversable[String]): String
- def EqualUserId(pname: String): String
- def EqualUserTeams(pname: String): String
-
def
In(pname: String, values: Traversable[String]): String
Single quotes added.
-
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.
-
def
OnOrAfter(pname: String, value: String): String
Value should be a datetime string.
-
def
OnOrBefore(pname: String, value: String): String
Value should be a datetime string.
- def Today(pname: String): String
- def Tomorrow(pname: String): String
- def Yesterday(pname: String): String
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
datetime(v: String): String
Returns: datetime'2010-07-15' or datetime'2010-07-15T16:19:54Z' depending on input.
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val prefix: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )