Packages

p

dynamics.apps

queries

package queries

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

Type Members

  1. trait ConnectionJs extends Object
    Annotations
    @RawJSType() @native()
  2. class DynamicsEntitySource extends AnyRef

    Queries to obtain streams of source entity data.

    Queries to obtain streams of source entity data. Each time a method is called a template is compiled, so don't use this on a per item processing basis.

  3. implicit class EitherQuery extends AnyRef

    Break out the | to either.

  4. trait FetchXMLQuery extends Object

    FetchXML source of entities.

    FetchXML source of entities.

    Annotations
    @ScalaJSDefined() @RawJSType()
  5. case class FriendlyIdentifier(id: String, name: String) extends Product with Serializable

    Used when we need to print out information about a record.

    Used when we need to print out information about a record. Think of this as a generic annotation.

  6. class MiscQueries extends AnyRef
  7. trait ODataQuery extends Object

    OData source of entities.

    OData source of entities.

    Annotations
    @ScalaJSDefined() @RawJSType()
  8. case class RelatedEntity(ename: String, esname: String, objectTypeCode: Int, roleName: String, roleId: Id, id: Id) extends Product with Serializable

Value Members

  1. def mkIdentifierExtractor[A <: Object](idName: String, nameName: String, altId: String = "<no id>", altName: String = "<no name>"): (A) ⇒ FriendlyIdentifier

Inherited from AnyRef

Inherited from Any

Ungrouped