SBM ModScript Reference → Programming SBM ModScript → Object Types → Field → 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.
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. |
Type | Description |
---|---|
None |
SBM ModScript version: 11.3.
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.
Copyright © 2007–2019 Micro Focus or one of its affiliates. All rights reserved.