RetailConnSeedDataGenerator.addToDRMLocationDesignTableField Method

Adds specific table field to DRM distribution table field.

Syntax

Note

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

  Microsoft Dynamics AX 2012 R2 Cumulative Update 7
          protected void addToDRMLocationDesignTableField(
            str _tableName, 
            str _fieldName, 
            int _fieldType, 
            int _fieldLength)

  Microsoft Dynamics AX 2012 R2 (SYS)
          protected void addToDRMLocationDesignTableField(
            str _tableName, 
            str _fieldName, 
            int _fieldType, 
            int _fieldLength)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          private void addToDRMLocationDesignTableField(
            str _locationId, 
            str _tableName, 
            str _fieldName, 
            int _fieldType, 
            int _fieldLength)

Run On

Server

Parameters

  • _tableName
    Type: str
    The table that the field belongs to.
  • _fieldName
    Type: str
    The field to be added.
  • _fieldType
    Type: int
    The type of the field to be added.
  • _fieldLength
    Type: int
    The field length of the field to be added.

See Also

Reference

RetailConnSeedDataGenerator Class