xInfo.canShowCreateRuleMenuItem Method

Determines whether the menu item for the Create alert rule form should be displayed for a form.

Syntax

public boolean canShowCreateRuleMenuItem(FormRun caller)

Run On

Called

Parameters

  • caller
    Type: FormRun Class
    The current form: the form from which the Create alert rule menu item can be displayed.

Return Value

Type: boolean
true if the current form supports the creation of alerts; otherwise false.

See Also

xInfo Class

xInfo.viewCreateRuleDialog Method