RetailMassUpdateUploadDBManager.insertIntoProductProperty Method [AX 2012]
Inserts the record into the RetailMassUpdateProductProperty table.
private void insertIntoProductProperty(
FieldName _fieldName,
TableId _productTableId,
str _controlName)
Run On
CalledParameters
- _fieldName
- Type: FieldName Extended Data Type
The form control field name of released product form.
- _productTableId
- Type: TableId Extended Data Type
The table ID with which the field is associated on the released product form.
- _controlName
- Type: str
A string value which is used to add a new column into the RetailMassUpdateWorkSheetLine table.
Community Additions
ADD
Show: