GetBaseName method: Field class

Syntax

GetBaseName()

Description

Use the GetBaseName method to return the value of the Page Field Name field if it is defined on the field's General tab. Otherwise, the method returns the name of the page field as RECORD_NAME_FIELD_NAME.

Note:

This differs from the Name property, which returns the FIELD_NAME value only.

Important:

Use this method within fluid applications only.

Parameters

None.

Returns

A String value.

Example

&nm = PTNUI_ADDT_WRK.GROUPBOX7.GetBaseName();