How To Access Custom Fields Through IScript
(Doc ID 1596189.1)
Last updated on AUGUST 07, 2024
Applies to:
Oracle Communications Billing and Revenue Management - Version 7.5.0.0.0 and laterInformation in this document applies to any platform.
Goal
The user encountered an issue while starting up the Pipeline process after trying to access a custom field using the standard flist manipulation function for iScripts.
For example :
Trying to access one custom field (say field Id 102) present in one custom substruct (say field Id 101) with the following steps:
fListString ("<custom substruct name>",0, "<custom field name>");
service = fListString (101, 0, 102);
service = fListString ("COME_ACCOUNT_PROFILE",0, "COME_SERVICE");
But, it throws error while starting up the process:
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 |