MarkupTrans.initModuleType Method

Determines markup module type based on a table ID.

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
          public MarkupModuleType initModuleType(TableId callerTableId)

  Microsoft Dynamics AX 2012 R2 (SYS)
          public MarkupModuleType initModuleType(TableId callerTableId)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public ModuleInventCustVend initModuleType(TableId callerTableId)

  Microsoft Dynamics AX 2012 (FPK)
          public ModuleInventCustVend initModuleType(TableId callerTableId)

  Microsoft Dynamics AX 2012 (SYS)
          public ModuleInventCustVend initModuleType(TableId callerTableId)

Run On

Called

Parameters

Return Value

Type: MarkupModuleType Enumeration
Markup module type.

Remarks

The ModuleInventCustVend enum was replaced with a more specific enum for markup functionality, use the MarkupModuleType enum.

See Also

Reference

MarkupTrans Table