SysQueryForm::isSFK Method [AX 2012]
Indicates whether a field that belongs to a table or view is an SFK.
client private static boolean isSFK(TableId tableId, FieldId fieldId)
Run On
ClientParameters
- tableId
- Type: TableId Extended Data Type
The TableID of current table
- fieldId
- Type: FieldId Extended Data Type
The FieldID of the current field that belongs to the table.
Return Value
Type: booleantrue if the current field is SFK regardless of whether the query is coming from a view or a table; otherwise, false.
Show: