Virtual Structure Component

Fnd_VS_TableName

Fnd_VS_TableName (->table) -> Text

Legacy manual page 259

Parameters

ParameterTypeDescription
tablePointerPointer to a table
Function resultTextVirtual field name

Description

Fnd_VS_TableName returns the virtual table name of the specified table. It is designed to replace calls to 4D’s Table name function.

$tableName:=Fnd_VS_TableName (->[Contact])

ALERT("Are you sure you want to delete this "+$tableName+" record?")

Extracted source text
       Fnd_VS_TableName (->table) ➜ Text

          Parameter                Type             Description
          table                    Pointer          Pointer to a table
          Function result          Text             Virtual field name

       Fnd_VS_TableName returns the virtual table name of the specified table. It is designed to replace calls
       to 4D’s Table name function.
          $tableName:=Fnd_VS_TableName (->[Contact])
          ALERT("Are you sure you want to delete this "+$tableName+" record?")