Jane is updating an Supplier application for XPages. Currently the Supplier form has a table to allow up to 10 contacts to be assigned. Her users have complained that they often need to enter more. How can she best change the design to help them?
A. Add five extra rows to the Supplier form and the relevant XPage.
B. Use a repeat control on the Supplier XPage that allows them to add as many as they want.
C. Create a Contact form to hold the contact information. Allow users to create Contacts as child documents on the Supplier XPage and use a repeat control to display the related Contacts.
D. Create a Contact form to hold contact information. However users must navigate to a different XPage to create and edit Contacts.
Olga needs to integrate data from an Oracle database into her XPages application. Which of the following options would allow Olga to do that task?
A. Nothing. Lotus Notes and Lotus Domino are able to access Oracle databases directly.
B. DECS or LEI is installed and configured.
C. Olga needs to install the EnterpriseDataConnection library from OpenNTF first.
D. Unfortunately, there is no possibility to access Oracle data from an XPages application.
Olivia is writing a Discussion application using XPages. She added a button on her main topic XPage to create a response document for this discussion. What should she do to generate the response document?
A. Add a Create New Document simple action to the form QuerySave event
B. Add a Create New Document simple action to the button onclick event
C. Add a Create Response Document simple action to the button onclick event
D. Add a Create Response Document simple action to the form QuerySave event
Ashley is writing a server-side script to process the request parameters that are passed in her Registration XPage. What global object should she use to access the parameters that she's interested in?
A. param
B. header
C. cookie
D. requestScope
Stefan would like to add a custom control to the department's order processing XPage application that displays the approval routing status. He wants the custom control to only display to certain users. How can Stefan accomplish this task?
A. From the custom control, select the Properties view and click the All Properties tab. Expand the data > acl > entries > aclEntry[0] property. Add an entry for the person or group that you want to give access to.
B. From the Xpage, select the Properties view and click the All Properties tab. Expand the data > acl > entries > aclEntry[0] property. Add an entry for the person or group that you want to give access to.
C. From the custom control, select the Security view and click the All Properties tab. Expand the data > acl > entries > aclEntry[0] property. Add an entry for the person or group that you want to give access to.
D. From the Xpage, select the Security view and click the All Properties tab. Expand the data > acl > entries > aclEntry[0] property. Add an entry for the person or group that you want to give access to.} w selected below is selected and also make sure that Outline is selected.
Emily is preparing to build an application for using browsers. She is considering using XPages. Which of the following statements about XPages is not valid?
A. XPages can be deployed to a Lotus Domino 8 server.
B. XPages can be used on a variety of browsers with minimal changes.
C. XPages can be made multilingual by using built-in Lotus Domino Designer functionality.
D. XPages can create and manipulate Lotus Domino data on other servers, provided they are within the same trusted domain.
Jon wants to use an XPage application for both the Lotus Notes clients and web browsers. Jon's company has Lotus Domino and Lotus Notes 8.5 installed. What does Jon need to do to make this application work?
A. Jon must upgrade the Lotus Notes clients to 8.5.1 or later. Then, he needs to set the launch options for the Notes clients and web browsers toOpen designated XPage and set which XPage opens.
B. Jon needs to set the launch options for the Notes clients and web browsers to Open designated XPage and set which XPage opens.
C. Nothing, Lotus Notes clients cannot use XPage applications.
D. Jon must upgrade the Lotus Notes clients to 8.5.2 or later. Then, he needs to set the launch options for the Notes clients and web browsers toOpen designated XPage and set which XPage opens.
Olivia is writing a Discussion application using XPages. She added a button on her main topic XPage to create a response document for this discussion. What should she do to generate the response document?
A. Add a Create New Document simple action to the form QuerySave event
B. Add a Create New Document simple action to the button onclick event
C. Add a Create Response Document simple action to the button onclick event
D. Add a Create Response Document simple action to the form QuerySave event
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?
A. The controls palette contains controls, such as Edit Box, File Upload, and Table that the developer can drag onto the XPage canvas.
B. The controls palette is another way to access the same items that are available from the Create menu for forms, views, XPages and otherdesign elements.
C. The controls palette contains items like Edit Box, Button, and Label that the developer can drag onto XPages and forms. The controls palette isnot available for views and pages.
D. The controls palette contains UI and other controls (such as Button, Link, and Image) that allow the developer to drag controls onto XPage orpage elements. The controls palette is not available for other elements.
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?
A. Drag a button control from the core controls onto the XPage canvas. From the Control properties, select Save as the button type, and enablethe Confirm option.
B. Drag a button control from the core controls onto the XPage canvas. From the Control properties, select Save as the button type. Aconfirmation prompt is included by default.
C. Drag a button control from the core controls onto the XPage canvas. From the Control properties, select Submit as the button type. From theevents panel, add a server-side simple action. Select Confirm Action for the action.
D. Drag a button control from the core controls onto the XPage canvas. From the Control properties, select Submit as the button type. From theevents panel, add a client-side simple action. Select Confirm Action for the action.