Cluster JavaScript File

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

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