1.1.1 Radxml
This topic provides information about radxml to develop of gateway screen for Oracle FLEXCUBE Universal Banking.
ODT saves all the activities carried out by the developer in an XML file hereby referred to as radxml. The persistence of the screens is achieved through radxml. All the units required for the working of a screen can be generated from its radxml.
If some changes are required on the screen in a future release, the same radxml can be loaded, and changes can be done on this radxml. ODT can segregate the changes done on different releases and saves the radxml accordingly.
Radxml will adhere to following naming convention.
Function ID name + _RAD.xml
For example: STDCULND_RAD.xml
Parent topic: Overview of Gateway Screen Development