RetailConnDataDirectorEngine.setDimensionOnCurrentRecord Method [AX 2012]
Sets the dimensions of the specified fields for the current record.
public void setDimensionOnCurrentRecord(
FieldId dimensionFieldId,
FieldId storeFieldId,
FieldId terminalFieldId,
FieldId staffFieldId)
Run On
ClientParameters
- dimensionFieldId
- Type: FieldId Extended Data Type
The ID value of the field that contains the dimensions.
- storeFieldId
- Type: FieldId Extended Data Type
The store ID value.
- terminalFieldId
- Type: FieldId Extended Data Type
The ID value of the terminal field.
- staffFieldId
- Type: FieldId Extended Data Type
The ID value of the staff field.
Community Additions
ADD
Show: