What must John do to have the selected customer document open in read mode on the CustomerDocument XPage?

John added a Dynamic View Panel to the CustomersViews XPage to switch display to any one of several views in the Customers application. He set the pageName property to the CustomerDocument XPage to identify the XPage to open when a customer name is selected from the displayed view in the...

January 8, 2019 No Comments READ MORE +

What property and value must John add to the <xe:singlePageApp> start tag to correct this error?

When he saved this mobile XPage John received a compile-time error indicating a required property for the <xe:singlePageApp> control is not present. What property and value must John add to the <xe:singlePageApp> start tag to correct this error?A . startAppPage="appPage1"B . startAppPage="startPage"C . selectedPageName="appPage1"D . selectedPageName="startPage"View AnswerAnswer: D

January 1, 2019 No Comments READ MORE +

What are three valid input objects for the NotesXMLProcessor class? (Choose three.)

What are three valid input objects for the NotesXMLProcessor class? (Choose three.)A . NotesViewB . NotesFormC . NotesStreamD . NotesDXLImporterE . NotesDXLExporterF . NotesRichTextItemView AnswerAnswer: CEF

December 17, 2018 No Comments READ MORE +

How could she correct this?

Helen is using a Repeat control to add a row to a table for each view entry in a Domino View data source. When she tests her code she sees 10 tables and not one table with 10 rows. How could she correct this?A . In the Output section select...

December 13, 2018 No Comments READ MORE +

Which control, used to dynamically switch content, includes support to code the Dynamic Content display using a Simple Action, client-side or server-side JavaScript?

Which control, used to dynamically switch content, includes support to code the Dynamic Content display using a Simple Action, client-side or server-side JavaScript?A . SwitchB . Dynamic ContentC . Multi-image OutputD . Dynamic View PanelView AnswerAnswer: B

December 8, 2018 No Comments READ MORE +

Which is a valid named facet area of the Application Layout control?

Which is a valid named facet area of the Application Layout control?A . footerFacetB . titleBarTabsC . mastHeaderD . mainContentView AnswerAnswer: C

December 6, 2018 No Comments READ MORE +

Which line of code could he use to do that?

Lynn would like to obtain the current date and time from the server hosting the database where his Formula code is executing. Which line of code could he use to do that?A . myTime := @Now([SERVERTIME])B . myTime := @ServerTime([NOW])C . myTime := @Time([SERVER]:[NOW])D . myTime := @Server([TIME]:[NOW])View AnswerAnswer: A

December 3, 2018 No Comments READ MORE +

Which navigator control only works with data within the same database?

Which navigator control only works with data within the same database?A . <xe:outline>B . <xe:tagCloud>C . <xe:navigator>D . <xe:breadCrumbs>View AnswerAnswer: B

November 28, 2018 No Comments READ MORE +

Which is a valid Form Table control property?

Which is a valid Form Table control property?A . formIdB . tableIdC . formTableIdD . formDescriptionView AnswerAnswer: D

November 24, 2018 No Comments READ MORE +

Which statement is true about the Application Layout control?

Which statement is true about the Application Layout control?A . The Application Layout control provides a consistent interface when added directly to each XPage in an application.B . To render properly, the Application Layout control must implement one of the oneuiv2.1 themes or a theme that extends a oneuiv2.1 theme.C...

November 23, 2018 No Comments READ MORE +