Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ BI Gateway

DispositionReasons

  • Last UpdatedJun 09, 2023
  • 1 minute read

This Azure function custom query returns the disposition reasons. The custom query expression supports the following parameters:

Parameter Name

Parameter Choice

Example

Description

QueryName

Required

DispositionReasons

Azure function query name

SelectColumn

Optional

["*"]

Or

["Name","Description","AutomationValue","DispositionType",
"DisableDate","Id",
"LastModified","_etag"]

Option to pick required properties from AVEVA Insight

The following properties are returned from the Azure function query for "DispositionReasons".

Property Name

Datatype

Description

Name

String

The disposition reason name. This is unique across all disposition reasons.

Description

String

The disposition reason description.

AutomationValue

Int32

The disposition reason automation value.

DispositionType

Int32

A read-only property, which is ignored if passed. It is set internally based on the DispositionReason.

DisableDate

DateTime

The disabled date. If this has a value, then the state is considered deleted.

Id

String

The DispositionReason ID.

LastModified

DateTime

The UTC time when the disposition was modified.

_etag

String

This an optimistic concurrency tag which prevents overlapping updates to an entity.

TitleResults for “How to create a CRG?”Also Available in