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

Client

Parameters

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: boolean
true if the current field is SFK regardless of whether the query is coming from a view or a table; otherwise, false.
Show: