InventDimCtrl_Frm_Lookup.callerFieldId Method [AX 2012]

Determines the fieldId value of the caller.

Syntax

protected FieldId callerFieldId(
    FormDataSource _formDataSource, 
    str _searchFieldNameContains, 
    ExtendedTypeId _searchExtendedTypeId)

Run On

Client

Parameters

  • _formDataSource
    Type: FormDataSource Class
    The FormDataSource record that contains the caller field.
  • _searchFieldNameContains
    Type: str
    The caller field must contain this string.

Return Value

Type: FieldId Extended Data Type
A fieldId value if a caller is found; otherwise, 0 (zero).

See Also

Reference

InventDimCtrl_Frm_Lookup Class