Agile (MOSC)

MOSC Banner

Problem with adding a record to the Relationship tab from a Java PX in 9.3.5

edited Jun 22, 2016 12:12PM in Agile (MOSC) 2 commentsAnswered

From an Event Java PX, I have code to add a record to the Relationship tab of an item using the following code:

ITable reltable = agilePart.getTable(ItemConstants.TABLE_RELATIONSHIPS);

IRow rowRel = reltable.createRow(mfrPart);

It works fine in my 9.3.2 system but after upgrading to 9.3.5, I am getting the following error:

Error code : 20271

Error message : Invalid Update Relationship Event Filter. No target object class ID was specified.

Root Cause exception : com.agile.admin.client.value.AdminException: Invalid Update Relationship Event Filter. No target object class ID was specified.

Does anyone know what this error means and how to fix it?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center