Share via


EventCreateRule.checkForeignKey Method [AX 2012]

Tests whether the field specified in the rule is a foreign key. Creates a click-once message to the user describing what to do if the user wants to be alerted when the foreign key is changed.

Syntax

public boolean checkForeignKey()

Run On

Called

Return Value

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

Remarks

Used by the EventCreateRule form.

See Also

Reference

EventCreateRule Class