Share via


InterCompanyMarkup.setModuleType Method [AX 2012]

Determines the type of markup module, based on the 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 setModuleType(Common _refCommon)

  Microsoft Dynamics AX 2012 R2 (SYS)
          public MarkupModuleType setModuleType(Common _refCommon)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public ModuleInventCustVend setModuleType(Common _refCommon)

  Microsoft Dynamics AX 2012 (FPK)
          public ModuleInventCustVend setModuleType(Common _refCommon)

  Microsoft Dynamics AX 2012 (SYS)
          public ModuleInventCustVend setModuleType(Common _refCommon)

Run On

Called

Parameters

  • _refCommon
    Type: Common Table
    The table buffer for which to determine the module type.

Return Value

Type: MarkupModuleType Enumeration
The type of markup module.

Remarks

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

See Also

Reference

InterCompanyMarkup Class