A method in the code is truncating values which are more than 5 decimal places
Problem Description
This relates to PLM 6.22 - there was no valid selection from category.
---------------------------------------------------
void SetInputQuantity(IReadOnlyMeasurement newQuantity);
This method which is mentioned above is used in FormulationImporter.cs file is truncating the values after 5 decimal places which is not expected.We dont need the values to be truncated or is there any other method available to use?