How To Create an Flist For Enum And Buf Data Types
(Doc ID 1118215.1)
Last updated on MARCH 12, 2019
Applies to:
Oracle Communications Billing and Revenue Management - Version 7.4.0.0.0 and laterInformation in this document applies to any platform.
Goal
The user can add a String field into an Flist as shown below:
customerFlist.set(FldAccountTag.getInst(),"abc");
How to set their value in code below?
customerFlist.set(FldBusinessType.getInst(), Problem Area); enum
customerFlist.set(FldInternalNotes.getInst(), Problem Area); buf
customerFlist.set(FldInternalNotes.getInst(), Problem Area); buf
The fields FldBusinessType and FldInternalNotes are of data type enum and buf respectively.
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 |