How can Peter accomplish this task?

Peter is writing a Java agent for his application that will need to read data from a text file on the server. How can Peter accomplish this task?A . Use the Session class createFile method and use the File class methods to get the data from the file.B . Use...

February 18, 2019 No Comments READ MORE +

Within the Properties tab, under the Data section, which three options does she have for binding the data?

Diana created a data source for her XPage and added one of the fields by dragging and dropping it from the Data Panel onto her XPage. Within the Properties tab, under the Data section, which three options does she have for binding the data? (Choose three.)A . URLB . XMLC...

February 18, 2019 No Comments READ MORE +

Which statement is true regarding the Extension Library Dialog control?

Which statement is true regarding the Extension Library Dialog control?A . The Dialog is based on dijit.Dialog.B . The Dialog can be launched by IBM LotusScriptC . The Dialog cannot be launched by client-side JavaScript.D . The Dialog can be launched by server-side @Formula language.View AnswerAnswer: A

February 14, 2019 No Comments READ MORE +

How does Gabe use the NotesCalendar class to create a repeating event?

Gabe is using the Calendar classes to create a repeat meeting. How does Gabe use the NotesCalendar class to create a repeating event?A . Gabe will need to use the CreateRepeatEntry method of the NotesCalendar class.B . Gabe needs to include an RRule item in the iCalendar data he is...

February 7, 2019 No Comments READ MORE +

What value does this formula return?

What value does this formula return? FIELD Items := 10; FIELD Values := 5; rate := 0.10; subtotal := Items * Values; subtotal * (1 + rate)A . 15.1B . 16.5C . 50D . 55View AnswerAnswer: D

February 4, 2019 No Comments READ MORE +

What can Mark do to add a touch control to send an SMS message to the customer currently displayed on the documentMobilePage?

Mark has designed a mobile application with two mobile pages. For the first mobile page he set the pageName property to "viewMobilePage" and for the second mobile page he set the pageName property to "documentMobilePage". He designed the viewMobilePage to display a listing of customer names from the CustomersByName view....

February 2, 2019 No Comments READ MORE +

Which code snippet below would correctly send the message and include the button?

Charles has created an agent which uses the Send method of the NotesDocument class. He has added a button to the document and it should be included when the message is sent. Which code snippet below would correctly send the message and include the button?A . Dim doc as NotesDocument'...set...

January 26, 2019 No Comments READ MORE +

Into which property of the Data View control should Jason add columns to display the values from the City, Contact and Phone columns in the data source?

Jason added a Data View control to an XPage and defined as its data source the "CustomersByNameView" in the Customers application. He specified the CustomerName column as the column to open the selected customer document when clicked. Into which property of the Data View control should Jason add columns to...

January 24, 2019 No Comments READ MORE +

Which statement is true when developing an XPage in IBM Domino Designer?

Which statement is true when developing an XPage in IBM Domino Designer?A . The XPages XML syntax is called XSP markup.B . The Source View depicts an HTML representation of the XPage.C . XPages controls cannot be added to the XPage through the Source View.D . Use of standard HTML...

January 17, 2019 No Comments READ MORE +

If a document contains rich content in native IBM Notes (CD) format, what could be used to access that data as MIME content?

If a document contains rich content in native IBM Notes (CD) format, what could be used to access that data as MIME content?A . The GetMIMEEntity method of the NotesItem class.B . The ConvertMIME property of the NotesSession class.C . The GetMIMEEntity method of the NotesDocument class.D . The ConvertToMIME...

January 11, 2019 No Comments READ MORE +