Ken has written an IBM LotusScript agent that updates existing documents with new data. However, after
the agent runs, some of the documents are giving errors while users are working with them in the user
interface. Some of the data that was added is not passing the field validation tests. What can Ken do to
make sure the data he is adding to the documents is valid before he saves the changes?
James is creating an IBM LotusScript agent that will concatenate a string value and a numeric expression.
Using the following code snippet, what will be the output? a$ = "500" b% = 200 c$ = "100" print (a$ & b%) +
c$
Steven is using Java to write an agent in his application and needs to get a handle to the database that the
agent is running in. How can Steven accomplish this?
In addition to monitoring Java heap usage, what other feature is enabled when a developer sets the "Show
heap status" preference setting in IBM Domino Designer?
When adding a custom control to his XPage, Dennis wants to display a custom message to the designer
rather than the normal design representation of the custom control. How would he accomplish this?
Jaden is looking for a way to show all the error messages from his validated fields in one place. Which of
the following could he use to accomplish this?
There is a case where the XPage needs to check for certain conditions of the XPage prior to submission to
the server for processing. All data entry controls are configured with server-side validators. Which XSP
method could be used to prevent a page submission?