Global::fieldId2Help Method [AX 2012]
Returns a help text for the field, specified by table Id and field Id.
client server public static str fieldId2Help(
TableId _tableId,
FieldId _fieldId,
[int _arrayEntry])
Run On
CalledParameters
- _tableId
- Type: TableId Extended Data Type
Table Id.
- _fieldId
- Type: FieldId Extended Data Type
Field Id.
- _arrayEntry
- Type: int
Field array index.
Show: