1.
Pablo has created an XPage to use for browsing and editing customer data. He would like to add a button which asks users if they are sure that they want to update the customer data. The button saves the changes if users indicate that they are sure. How can Pablo create this button?
2.
Kaitlyn has been asked to track which browser versions people are using to access the Customers XPage. She wants to add code that writes the browser version to the server log whenever a user opens the XPage. What server-side code can Kaitlyn add to do this task?
3.
Caleb added a View control to his Contacts XPage. What type of control is the View control?
4.
Lainey has recently upgraded to Lotus Notes Domino 8.5. She is now exploring the design of her applications to see what new features might be available. What is the purpose of the controls palette that Lainey sees?
5.
Martha uses the outline view to navigate the design of an XPage. When she starts Lotus Domino Designer, she notices that the outline view no longer shows. What can she do to bring back the outline view?
6.
Ida has developed the needed functionality in the Customers XPage of her application. The Web design team has provided her with the internal.css stylesheet. After Ida imports the stylesheet to her application, how can she add the stylesheet to the XPage?
7.
With server-to-server replication, what is the minimal access level, that a server must have to an application to replicate not only documents, but also design elements?
8.
Jackson is using the FTSearch method of the NotesDatabase class to to return a NotesDocumentCollection. Jackson notices that the NotesDocumentCollection does not contain all the documents that he would expect. What would cause this issue?
9.
Alison would like to perform an @DbLookup to the Keywords view from her XPage. The same code needs to run in a browser and in XPages in the Lotus Notes client. Which of the following options is the correct syntax?
10.
With her Lotus Notes applications, Marianne has extensively used the QueryOpen event of the Notes Form to change the representation of some data. Is there a way to do the same with XPages?