RetailMassUpdateValidator.processTable Method [AX 2012]
Method is used to make an update on the table that is passed to it.
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 void processTable(
Common destinationTable,
str itemId,
str propertyDescription,
[RetailMassUpdateWorksheetLine _line])
Microsoft Dynamics AX 2012 R2 (SYS)
protected void processTable(
Common destinationTable,
str itemId,
str propertyDescription)
Microsoft Dynamics AX 2012 Feature Pack (SYS)
protected void processTable(
Common destinationTable,
str itemId,
str propertyDescription)
Run On
CalledParameters
- 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.
- _line
- Type: RetailMassUpdateWorksheetLine Table
Community Additions
ADD
Show:
Note