Issue:
When viewing the result of a JavaScript @Function being used, it returns IBMJS built-in function instead of what the function does.
Solution:
Most likely you forgot to include the () parens after the function being called. Even if there are no variables to add, you must still include the opening closing parens.
e.g. docItem.getText() instead of docItem.getText
previous page
|