Hi experts,
I have extended new fields with data type "Quantity" to standard business object,
And add these fields to the migration template for uploading by declaration as follows
[Scenario (ProcessExtensionScenario)] element Z001 : Quantity;
(Note - ProcessExtensionScenario has been created in solution already)
Once we download the template and filled in the data for Z001, We put BOTH Value and Unit of Measure in template.
But during migration simulation process, Error message "Enter the unit of measure for the specified quantity" occurred. Seems it could not read the data of attribute unitCode from migration template at all.
Please kindly help suggest if there's any solution for this issue,
Thank you very much in advance.