Interface for the client context.

Hierarchy

  • ClientContext

Methods

  • Returns a value to indicate which client the script is executing in.

    Returns Xrm.Client

    The client, as either "Web", "Outlook", or "Mobile"

  • Gets client's current state.

    Returns Xrm.ClientState

    The client state, as either "Online" or "Offline"

  • Use this method to get information about the kind of device the user is using.

    Returns ClientFormFactor

  • Returns information whether the network is available or not.

    Returns boolean

  • Returns information whether the server is online or offline.

    Returns boolean

Generated using TypeDoc