FormGroupControl.canAddDataField Method [AX 2012]

Indicates whether a table field can be added.

public boolean canAddDataField(
    int dataSourceId, 
    FieldId fieldId, 
   [int arrayIndex])

Run On

Client

Parameters

dataSourceId
Type: int
An Integer data type that specifies the table ID.
fieldId
Type: FieldId Extended Data Type
A fieldId system data type that specifies the field ID.
arrayIndex
Type: int

Return Value

Type: boolean
true if a table field can be added; otherwise, false.

Community Additions

ADD
Show: