Field GetValue() Method

Gets the field's internal value without checking privileges, including changes made to the value during the transition if in a transition context.

Function Signature

 void GetValue( Variant& val )

Parameters

Parameter Type Description

val

Variant&

(Output) The internal database ID for the value. For Text fields, this is the exact value entered in the field. The Variant must be created before being passed to this function.

Return

Type Description

None

Technical Details

SBM ModScript version: 11.3.

Notes

This reflects any changes that are made during a transition. When an Update() executes, this value is recorded in the change history as the "new" value. To get the original value, use the GetDbValue() method.

Related Topics

Field