My Oracle Support Banner

Agile getReferent() Method Return Null for Multilist Attribute (Doc ID 2777504.1)

Last updated on JUNE 01, 2023

Applies to:

Oracle Agile PLM Framework - Version 9.3.6.0 and later
Information in this document applies to any platform.

Symptoms

The below code is working to get IUser object from List attribute.

ITable table=change.getTable(ChangeConstants.TABLE_PAGETHREE);
Iterator it=table.iterator();
IRow row=(IRow) it.next();
ICell cell=row.getCell(new Integer("BaseID"));
IUser user =(IUser) cell.getReferent();

However when getting from Multilist attribute it returns null. 

Changes

 

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Changes
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.