Override Characteristic UOM at Inspection
Summary:
Need of override characteristic UOM when an Inspection is recorded.
Content (please ensure you mask any confidential information):
Hi, there!
Customer requirement is to record an Inspection as a repository of characteristics with their respective values. However, a same characteristic could be evaluated with different unit of measure in different inspections.
Using UI, we could notice this is not available:
However, when we try to override it using REST API, Inspection doesn't take that change and records the characteristic with its default UOM.
REST Payload:
{
"CharacteristicName": "TST-Densidad aparente",
"InspectionDate": "{{orcTimeStamp}}",
"ResultValueNumber": "300",
"UOMCode": "km3",
"UserSequence": 130,
"Comments": null
}
After submission, no changes taken: