Unable to Get Attribute Value by IDirtyCell on Create Object Event
(Doc ID 2403952.1)
Last updated on JANUARY 24, 2024
Applies to:
Oracle Agile PLM Framework - Version 9.3.5.0 and laterInformation in this document applies to any platform.
Symptoms
Actual Behavior
Create object event is configured, and Agile API program using IDirtyCell is invoked through the event to get the attribute value of the object when the object is created.
When Cover Page.Description field is a required field, and Change is created through Web Client, java event returns the expected result.
However, when the object is created by SDK, Java event returns java.lang.NullPointerException.
Expected Behavior
Can get value of attribute by Create Object event even when the object is created by SDK
Steps
The problem can be reproduced with below steps:
- Create PX jar file with below program, and copy the jar file to %Agile_Home%\integration\sdk\extensions
- Login to Web Client, and search for ECO created in step 6
- Open ECO, and goto History tab.
See below History Details recorded:
TEST_DirtyCell: java.lang.NullPointerException --> This is not expected
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 |
Cause |
Solution |
References |