Hooking into UI Javascript User Exits

UI pages can have various events extended in order to add to or possibly override base product behavior. To create a Javascript user exit:

  • Identify the page to extend.
  • Create a JSP extension file (.xjs file) for the given page containing the necessary method for the given action.
  • Identify user exits to code.
  • Code the desired user exit logic into the JSP extension file.