Share via


RetailMassUpdateUploadDBManager.insertIntoProductProperty Method [AX 2012]

Inserts the record into the RetailMassUpdateProductProperty table.

Syntax

private void insertIntoProductProperty(
    FieldName _fieldName, 
    TableId _productTableId, 
    str _controlName)

Run On

Called

Parameters

  • _controlName
    Type: str
    A string value which is used to add a new column into the RetailMassUpdateWorkSheetLine table.

See Also

Reference

RetailMassUpdateUploadDBManager Class