Global::isRecordTemplatePromptSuppressed Method [AX 2012]

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

client server public static boolean isRecordTemplatePromptSuppressed(TableId tabid)

Run On

Called

Parameters

tabid
Type: TableId Extended Data Type
The Table ID of the given table.

Return Value

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

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

Show: