RetailConnDataDirectorEngine.setDimensionOnCurrentRecord Method [AX 2012]
Sets the dimensions of the specified fields for the current record.
Syntax
public void setDimensionOnCurrentRecord(
FieldId dimensionFieldId,
FieldId storeFieldId,
FieldId terminalFieldId,
FieldId staffFieldId)
Run On
Client
Parameters
- 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.