Global::isRecordTemplatePromptSuppressed Method [AX 2012]

Indicates whether the record template prompt should be suppressed for the given table.

Syntax

client server public static boolean isRecordTemplatePromptSuppressed(TableId tabid)

Run On

Called

Parameters

Return Value

Type: boolean
true if the prompt should be suppressed; otherwise, false.

Remarks

This is the location for application teams to add tables for which a record template prompt should be suppressed.

See Also

Reference

Global Class