Assuming the agent name is FRED, what should Linda add to her XPage to call the agent?

Linda has an existing IBM LotusScript agent she would like to invoke from an XPage. Assuming the agent name is FRED, what should Linda add to her XPage to call the agent?A . ag = database.getAgent("FRED");ag.RunOnServer(NoteID)B . var agent=database.getAgent("FRED");agent.run(currentDocument.getDocument());C . ag = database.getAgent("FRED");noteid = FREDSampleDoc.getDocument().getNoteID();ag.run(noteid)D . ag = database.getAgent("Fred");noteid =...

October 8, 2018 No Comments READ MORE +

Which is a true statement?

Davis is concerned that the Extension Library REST Service is not secure. Which is a true statement?A . The Extension Library REST service does not honor IBM Notes Domino Readers fields.B . Access to an Extension Library REST service cannot be accessed without authentication.C . An Extension Library REST service...

September 30, 2018 No Comments READ MORE +

Nathan wishes to create the ability to refresh a specific area of his XPage. Starting with "Select the onclick event of the button", which steps would Nathan then take to select the panel to refresh?

Nathan wishes to create the ability to refresh a specific area of his XPage. Starting with "Select the onclick event of the button", which steps would Nathan then take to select the panel to refresh?A . Select the Full Update option.B . Select Partial Update and click on the Select...

September 15, 2018 No Comments READ MORE +

If the application is closed and reopened, what is the value in contained in sessionScope.School?

Sofia has created a button on an XPage that has the following JavaScript code for the onclick event: sessionScope.put("School","Walton"); If the application is closed and reopened, what is the value in contained in sessionScope.School?A . ""B . nullC . SchoolD . "Walton"View AnswerAnswer: B

September 8, 2018 No Comments READ MORE +

How would he use it on a XPage?

Slobo is working on a new XPages application. He has a requirement to use a Stylesheet (CSS). How would he use it on a XPage?A . Add the Style Sheet to the NSB . In the XPage, insert at the top of the XPage<scriptBlock><LINK href="special.css" rel="stylesheet" type="text/css"></scriptBlock>C . Add the...

September 5, 2018 No Comments READ MORE +

How many of the JavaServer Faces (JSF) lifecycle phases involve the processing of events?

How many of the JavaServer Faces (JSF) lifecycle phases involve the processing of events?A . 1B . 2C . 4D . 6View AnswerAnswer: C

September 4, 2018 No Comments READ MORE +

What order will the entries be retrieved in when he uses the GetFirstEntry and GetNextEntry methods?

Charles would like to use JavaScript in his XPages application to access an IBM Domino database and view the access control list entries for the specified database. What order will the entries be retrieved in when he uses the GetFirstEntry and GetNextEntry methods?A . The order is unspecified.B . The...

September 1, 2018 No Comments READ MORE +