Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Describes the context data passed to the updateContext method. All properties are optional.
Properties
| Name | Type | Description |
|---|---|---|
schemaVersion |
string |
Version of the content schema. |
appType |
ModelApp | CanvasApp | CodeApp |
Type of the Power Apps application. |
appId |
string |
Unique identifier of the app. |
orgId |
string |
Unique identifier of the organization. |
geo |
string |
Geographic region of the environment. |
entity |
string |
Logical name of the primary table for the current page. |
filterXML |
string |
FetchXML string scoping the data context. |
filterId |
string |
Unique identifier of a saved view or filter. |
extendedContext |
Array<Record<string, unknown>> |
Additional arbitrary key-value context pairs. |
telemetryContext |
{ clientSessionId?: string; clientRequestId?: string } |
Telemetry correlation identifiers. |
selectedRecords |
{ selectedContents: ISelectedRecordContents[] } |
Records currently selected by the user. |
messageAnnotationAppContext |
string |
App context annotation for message rendering. |