Global::fieldId2Help Method [AX 2012]

Returns a help text for the field, specified by table Id and field Id.

Syntax

client server public static str fieldId2Help(
    TableId _tableId, 
    FieldId _fieldId, 
   [int _arrayEntry])

Run On

Called

Parameters

  • _arrayEntry
    Type: int
    Field array index.

Return Value

Type: str
Help text for the field.

See Also

Reference

Global Class