GetSelectedUserDefFields Method

Returns the current values in the user defined columns configured for the Alarm Summary object.

Syntax

object.GetSelectedUserDefFields(UserDefField1, UserDefField2)

Properties

The GetSelectedUserDefFields method syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

UserDefField1

String. Returns the string configured in the alarm's first extension field.

UserDefField2

String. Returns the string configured in the alarm's second extension field.

Return Value

Boolean. True if an alarm is selected, False if no alarm is selected.

Remarks

If no alarm is selected and/or there are no user defined columns, UserDefField1 and UserDefField2 are set to EMPTY.

 

Example

Applies To