RetailMassUpdate.processTable Method [AX 2012]

Method is used to make an update on the table that is passed to it.

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
          protected abstract void processTable(
            Common destinationTable, 
            str itemId, 
            str propertyDescription, 
           [RetailMassUpdateWorksheetLine _line])

  Microsoft Dynamics AX 2012 R2 (SYS)
          protected abstract void processTable(
            Common destinationTable, 
            str itemId, 
            str propertyDescription)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          protected abstract void processTable(
            Common destinationTable, 
            str itemId, 
            str propertyDescription)

Run On

Called

Parameters

  • destinationTable
    Type: Common Table
    The table where the update should take place ,passed as an object of Common type.
  • itemId
    Type: str
    String conatining the Item's id whose inventory might be updated.
  • propertyDescription
    Type: str
    A string which has a product description.

See Also

Reference

RetailMassUpdate Class