CC SDK - PAIDateField - SetDate() Function Keeps Field Status = Clean.
(Doc ID 1914855.1)
Last updated on MARCH 21, 2019
Applies to:
Oracle Communications Billing and Revenue Management - Version 7.5.0.0.0 to 7.5.0.0.0 [Release 7.5.0]Information in this document applies to any platform.
Goal
There is an issue in CC SDK, the PAIDateField class doesn't allow to update the date value by calling setDate() function.
The user has calculated date field by calling setDate the field stays not dirty (isDirty = false) so it isn't picked up by collect data.
Looks like the root cause is line 00671 in the source code of PAIDateField.java. It is setting the default with the new value so the field never gets dirty:
Solution
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
Goal |
Solution |
References |