How-To
The following are some how-to examples of typical behavior utilizing some of the standard user exits.
The examples are written for cases of modifying new CM transaction pages, where the function definitions are put into extended JavaScipt files (.xjs) that are meant to contain JavaScript user exits directly for a page.
If, on the other hand, an implementer wishes to modify the behavior of a shipped product page,
each of the functions below have a corresponding ext
function defined
in a /cm/extXXX.jsp
file corresponding to the desired page that will
fire after any product function call (see the above example of hiding the Sequence
column in the algorithm maintenance page).