70-573 · Question #92
You create an entity named Customer in a Business Connectivity Services (BCS) object mode. You need to ensure that Customer data can be displayed in a Business Data List Web Part. Which method type…
The correct answer is C. Finder. MNEMONIC RULE: "Finder for all Customer data" The first method created is ReadItem, which allows you to retrieve a specific record from the external storebased on an identifier. This is mapped to the XML metadata as a method instance of type "SpecificFinder." The second method…
Question
You create an entity named Customer in a Business Connectivity Services (BCS) object mode. You need to ensure that Customer data can be displayed in a Business Data List Web Part. Which method type should you use?
Options
- AGenehclnvoker
- BSpecificFinder
- CFinder
- DIDEnumerator
How the community answered
(32 responses)- A3% (1)
- B9% (3)
- C84% (27)
- D3% (1)
Explanation
MNEMONIC RULE: "Finder for all Customer data" The first method created is ReadItem, which allows you to retrieve a specific record from the external storebased on an identifier. This is mapped to the XML metadata as a method instance of type "SpecificFinder." The second method that is created is ReadList, which retrieves all records from the external store. This ismapped in the XML metadata as a "Finder" method instance. These are the minimum two methods that your entity needs to implement in order to serve as a connector forBCS. Using Business Connectivity Services in SharePoint 2010
Topics
Community Discussion
No community discussion yet for this question.