BIGenerator::isBIFrameworkTable Method [AX 2012]

Determines whether the specified table name refers to a framework-generated table.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          client server public static boolean isBIFrameworkTable(str tableName)

  Microsoft Dynamics AX 2012 R2 (SYS)
          client server public static boolean isBIFrameworkTable(str tableName)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          client public static boolean isBIFrameworkTable(str tableName)

  Microsoft Dynamics AX 2012 (FPK)
          client public static boolean isBIFrameworkTable(str tableName)

  Microsoft Dynamics AX 2012 (SYS)
          client public static boolean isBIFrameworkTable(str tableName)

Run On

Called

Parameters

  • tableName
    Type: str
    The name of the table to examine.

Return Value

Type: boolean
true if the table is a framework generated table; otherwise, false.

See Also

Reference

BIGenerator Class