Hi All.
Using APPS10 UPD17, I need to post (Create a measure) via projection but I’m getting the error message bellow.
ORA-20124: Error.NULLVALUE: Field [TEST_SEQUENCE_ID] is mandatory for Equipment Object Meas and requires a value.
The problem that there is no Test sequence ID field in projection, just in database.
Am I missing something? Is there a way to do that via projection or it’s just an improvement just in IFS Cloud 25R1 according to the topic bellow?
New Premium API capabilities in Object Measurements area | IFS Community
-------------------------------------------------------------------------------------------------------------------------------------------------
Projection: MeasurementsForObjectHandling
request body for inserting entity type EquipmentObjMeasDlg
TestPntSeq required | number |
ParameterCode required | string [ 1 .. 5 ] characters |
RegDate required | string <date-time> |
{
"TestPntSeq": 1,
"ParameterCode": "It is a Text",
"RegDate": "2019-10-01T01:01:01Z",
"MeasurementNote": "It is a Text",
"RecordedValue": 1,
"Unit": "It is a Text",
}