BIGenerator::getConfigurationKeyPerspectiveTables Method [AX 2012]

Creates a map with keys that are perspective names and values that are Set objects that contain DictTable objects that represent tables or views.

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 Map getConfigurationKeyPerspectiveTables(IdentifierName configurationKeyName)

  Microsoft Dynamics AX 2012 R2 (SYS)
          client server public static Map getConfigurationKeyPerspectiveTables(IdentifierName configurationKeyName)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          client public static Map getConfigurationKeyPerspectiveTables(IdentifierName configurationKeyName)

  Microsoft Dynamics AX 2012 (FPK)
          client public static Map getConfigurationKeyPerspectiveTables(IdentifierName configurationKeyName)

  Microsoft Dynamics AX 2012 (SYS)
          client public static Map getConfigurationKeyPerspectiveTables(IdentifierName configurationKeyName)

Run On

Called

Parameters

Return Value

Type: Map Class
A Map object that contains perspective name and table set pairs.

See Also

Reference

BIGenerator Class