home
design & development
Lotus application development
print design
web site development
request a design quote
solutions & consulting
Notes and Domino application development
Lotus Domino administration
Securence Mail Filtering
UNITRENDS backup and recovery
Lotus Notes / Domino Apps
free Lotus Notes apps
hosting
web site hosting
Lotus application hosting
check your mail
request a hosting quote
publishing
media and publishing
sound
client services
help & support
Make Payment
Client Access - Workboard
billing & payment policies
copyright & liability policies
pricing & turnaround policies
privacy statement
contact
e-mail MW
get files
send files
Running SSJS @Function Results in IBMJS Built-in Function Returned
Mindwatering Incorporated
Author: Tripp W Black
Created: 10/16/2014 at 08:27 PM
Category:
Notes Developer Tips
XPages
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
×