Custom JavaScript File

As a part of Function ID development, RAD tool generates the Custom Java script files. These java script file allows developer to add functional code and is specific to CUSTOM release. The functions in this file are generally triggered by screen events. A developer working in CUSTOM release would add functions based on two categories:
  • Functions triggered by screen loading events Eg: fnPreLoad_CUSTOM(),fnPostLoad_CUSTOM()
  • Functions triggered by screen action events Eg: fnPreNew_ CUSTOM (),fnPostNew_ CUSTOM ()

In case if any function either in KERNEL javascript file or CLUSTER javascript file has to be modified,this can be achieved by overriding the respective function in CUSTOM javascript file.