70-573 · Question #247
You are creating a Business Connectivity Services (BCS) entity. You need to ensure that all data returned by the entity is available in search results. Which type of method instance should you…
The correct answer is D. SpecificFinder and IDEnumerator. MNEMONIC RULE: "BCS data available = SpecifcFinder and IdEnumerator" A SpecificFinder returns exactly one external item. This stereotype is used to read an item, given its identifier. Implementing a SpecificFinder An IdEnumerator method instance on the external system enables…
Question
You are creating a Business Connectivity Services (BCS) entity. You need to ensure that all data returned by the entity is available in search results. Which type of method instance should you implement?
Options
- AFinder and GenericInvoker
- BFinder and IDEnumerator
- CSpecificFinder and GenericInvoker
- DSpecificFinder and IDEnumerator
How the community answered
(55 responses)- A7% (4)
- B4% (2)
- C13% (7)
- D76% (42)
Explanation
MNEMONIC RULE: "BCS data available = SpecifcFinder and IdEnumerator" A SpecificFinder returns exactly one external item. This stereotype is used to read an item, given its identifier. Implementing a SpecificFinder An IdEnumerator method instance on the external system enables you to return the field values that representthe identity of Entity instances of a specific Entity. Implementing an IdEnumerator
Topics
Community Discussion
No community discussion yet for this question.