70-489 · Question #16
You develop a SharePoint app that reads data from an external source by using Business Connectivity Services (BCS). The following markup defines the subscription: (Line numbers are included for…
The correct answer is C. Option C. FilterValue element in FilterValues (Subscription Schema) specifies a filter value for a query or <FilterValue FilterDescriptorName = "String" Type = "String" FilterIndex = "Integer"> </FilterValue> The FilterValue element can contain a mix of character data and child elements…
Question
You develop a SharePoint app that reads data from an external source by using Business Connectivity Services (BCS). The following markup defines the subscription: (Line numbers are included for reference only.) Employee identification (ID) numbers that are less than 100 must be ignored. You need to configure the subscription. What should you do?
Exhibits
Options
- AOption A
- BOption B
- COption C
- DOption D
How the community answered
(28 responses)- A4% (1)
- B7% (2)
- C79% (22)
- D11% (3)
Explanation
FilterValue element in FilterValues (Subscription Schema) specifies a filter value for a query or <FilterValue FilterDescriptorName = "String" Type = "String" FilterIndex = "Integer"> </FilterValue> The FilterValue element can contain a mix of character data and child elements. The following sections describe attributes, child elements, and parent elements. - FilterDescriptorName (Required) The name of the filter descriptor in - Type (Required) The data type of the filter value. - FilterIndex (Required) Must always be set to zero
Topics
Community Discussion
No community discussion yet for this question.

