Share via


EventCreateRule::isForeignKey Method [AX 2012]

Tests whether a field is a foreign key.

Syntax

client server public static boolean isForeignKey(TableId _alertTableId, FieldId _alertFieldId)

Run On

Called

Parameters

Return Value

Type: boolean
true if the field specified in the rule is a foreign key; otherwise, false.

See Also

Reference

EventCreateRule Class