An Error "java.lang.NullPointerException" when adding rows for item with redline change in Agile ser
Hi,
I am working on Table Agile core service, to assign the redline changes to item-bom. whenever i insert option with redline changes, I got following error,
Request:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:v1="http://xmlns.oracle.com/AgileObjects/Core/Table/V1">
<soapenv:Header/>
<soapenv:Body>
<v1:addRows>
<request>
<data>
<objectInfo>
<classIdentifier>Model</classIdentifier>
<objectNumber>MOD00105</objectNumber>
<level>ALL</level>
<tableIdentifier>-803</tableIdentifier>
</objectInfo>
<!--1 or more repetitions:-->
<row rowId="0">
<key attributeId="itemNumber">MOD00106</key>
<key attributeId="BOMNotes">test</key>
<key attributeId="qty">1</key>
<key attributeId="findNum">2</key>
</row>
</data>
<options>
<propertyName>REDLINE_CHANGES</propertyName>