nerdexam
IBM

LOT-410 · Question #72

Ava is working on an XPage with multiple data sources which are document1, document2, view1, and view2. The XPage needs a new custom control that needs access to data source view1 from the XPage…

The correct answer is A. Click the Computed Property icon and type in Click the Computed Property icon and type in return view1. See the full explanation below for the reasoning.

Question

Ava is working on an XPage with multiple data sources which are document1, document2, view1, and view2. The XPage needs a new custom control that needs access to data source view1 from the XPage. Which is the correct way to pass the data source object handle "view1" from the XPage to the custom control?

Options

  • AClick the Computed Property icon and type in Click the Computed Property icon and type in return view1;
  • BClick the Computed Property icon and type in eturn currentView;return currentView;
  • CClick the Computed Property icon and type in Click the Computed Property icon and type in
  • DIn the Resources tab section in Properties tab, create a Data source and select the form that view1 is using

How the community answered

(27 responses)
  • A
    74% (20)
  • B
    4% (1)
  • C
    7% (2)
  • D
    15% (4)

Community Discussion

No community discussion yet for this question.

Full LOT-410 Practice