DataService type

Important

The finance and operations (Dynamics 365) mobile app and platform have been deprecated. For more information, see Removed or deprecated platform features.

Provides ability access data under the application workspace.

Hierarchy

DataService

Index

Methods

Methods

findEntityData

findEntityData(entityType: any, propertyName: string, propertyValue: any, includeChanges?: boolean): any

Parameters

Name Type Description
entityType any
propertyName string
propertyValue any
includeChanges? boolean

Returns any

getEntityData

getEntityData(entityType: any, entityId: string): any

Parameters

Name Type Description
entityType any
entityId string

Returns any

getPageData

getPageData(pageId: string, context: any, filter: any, allowedStaleness: number): Promise <PageData>

Parameters

Name Type Description
pageId string
context any
filter any
allowedStaleness number

Returns Promise <PageData>