PCTemplateFind.findTemplateAttributeByTableIdAndFieldId Method [AX 2012]
Finds the specified record in the PCTemplateAttribute table.
public PCTemplateAttribute findTemplateAttributeByTableIdAndFieldId(TableId _tableId, FieldId _fieldId)
Run On
ServerParameters
- _tableId
- Type: TableId Extended Data Type
The ID of the table that relates to the record.
- _fieldId
- Type: FieldId Extended Data Type
The ID of the field that relates to the record.
Return Value
Type: PCTemplateAttribute TableA record in the PCTemplateAttribute table; otherwise, an empty record.
Community Additions
ADD
Show: