Getting following error when running Copy data to target
"Unable to return DimensionAttributeValue record for WH"
WH is BusinessUnit dimension.
Here is my CSV file.
AssetGroup | AssetId | BookId | DefaultDimension | AcquisitionPrice | AcquisitionDate | Quantity | PostingProfile | Name | WorkerResponsiblePersonnelNumber |
VEH | VEH-0069 | VMSTR | WH | 63258 | 31/12/2017 | 15 | FA | Item Name 1 | 6352 |
VEH | VEH-0070 | VMSTR | WH | 63254 | 31/12/2017 | 12 | FA | Item Name 2 | 6353 |
VEH | VEH-0071 | VMSTR | WH | 654.25 | 31/12/2017 | 11 | FA | Item Name 3 | 6354 |
Without DefaultDimension column it is uploading assets successfully.
Here is the BusinessUnit Dimension that I want to add for new fixed assets in Value model.
Here is Target mapping