SetValues API Not Working For Com.agile.api.IItem
(Doc ID 2746114.1)
Last updated on OCTOBER 10, 2022
Applies to:
Oracle Agile Product Collaboration - Version 9.3.6.0 and laterInformation in this document applies to any platform.
Symptoms
On : 9.3.6.0 version, SDK (PC)
ACTUAL BEHAVIOR
---------------
The following code is not working in 9.3.6. But this used to work in 9.3.4
IItem item = (IItem)session.getObject(IItem.OBJECT_TYPE, "XXX");
HashMap params = new HashMap();
params.put("PageTwo.text24", "test1");
item.setValues(params);
Changes
Upgrade to 9.3.6
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 |