IBM
LOT-410 · Question #105
LOT-410 Question #105: Real Exam Question with Answer & Explanation
Sign in or unlock LOT-410 to reveal the answer and full explanation for question #105. The question stem and answer options stay visible for context.
Question
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?
Options
- Aag = database.getAgent("FRED");ag.RunOnServer(NoteID)
- Bvar agent=database.getAgent("FRED");agent.run(currentDocument.getDocument());
- Cag = database.getAgent("FRED");noteid = FREDSampleDoc.getDocument().getNoteID();ag.run(noteid)
- Dag = database.getAgent("Fred");noteid = FREDSampleDoc.getDocument().getNoteID();ag.xpRun(NoteID)
Unlock LOT-410 to see the answer
You've previewed enough free LOT-410 questions. Unlock LOT-410 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.