Which code segment should you add to line 5?
You have a Line of Business application defined in a business data catalog. You create a web part to browse the data of the LOB application. You have the following query to interact with the LOB application and the web part:
01: Dim lobSystem As LOBSystem = ApplicationInRegistry.GetLOBSystem()(“lob1”)
02: Dim lobSystemInstance As LOBSystemInstance =
lobSystem.GetLOBSystemInstance()(“lob1Instance”)
03: Dim ent1Entity As Entity = lobSystem.GetEntities()(“DBOEntities”)
04: Dim fc As FilterCollection = ent1Entity.GetFinderFilters()
05:
You need to render the results of the query and the web part.
Which code segment should you add to line 5?
Which code segment should you use?
You create a Microsoft Office InfoPath Task form for users. The form contains all the details of each task. You need to store the value of the comments field in a variable named userInput when the user submits the form.
Which code segment should you use?
Which two actions should you perform?
You create a SharePoint Server 2007 site. You create a trusted document library. You name the financial workbooks in the SharePoint site. The document library contains Microsoft Office Excel workbooks. You create an assembly named FinancialFunctions that implements custom business logic. You need to call the methods defined in FinancialFunction from the workbooks that are stored in the document library.
Which two actions should you perform? (The correct answer represents part of the solution. Choose Two.)
What should you use?
You need to create a Multi-Dimensional Expression (MDX) query for 3 Key Performance Indicators.
What should you use?
Which code segment should you add at line 6?
You have a Microsoft Office InfoPath form that is published using InfoPath Services. You plan to publish a new version of the InfoPath form. You need to take the current InfoPath form offline and must ensure that users who currently have the form open have one hour to complete the form.
You write the following code segment:
01: Dim services as SPServiceCollection = SPFarm.Local.Services
02: Create svc as SPService in services
03: Dim fs As FormService = Try Cast(svc, formService)
04: If fs is not Nothing Then
05: Dim ft as FormTemplate = fs.FormTemplates(“myForm”)
06: …
07: End If
08: Next
Which code segment should you add at line 6?
What should you add to the XSLT code?
You have the following XSLT code:
01: <xslt:stylesheet version=”1.0″
xmlns:xsl=http://www.w3.org/1999/xsl/transform”>
02: <xsl:output method=”xml” version=”1.0″ encoding=”utf-8″ indent=”yes” />
03:
04: </xlst:stylesheet>
You need to customize the search core results web part to return raw xml by using the XSLT code.
What should you add to the XSLT code?
Which method instance type should you implement?
You are creating a BDC entity. You need to ensure that data returned by the entity can be indexed.
Which method instance type should you implement?
What should you do?
Your company stores product information in a SQL Server 2005 database. You create a BDC definition to search for product information within the database. You need to ensure that incremental crawls can be performed in the database for indexing.
What should you do?
What should you do?
You are creating a Microsoft Office SharePoint Server 2007 Web application that references a Business Data Catalog (BDC) definition for a customer relationship management (CRM) system. You need to ensure that users can perform a keyword search on the CRM information from their My Site page. What should you do?
Which two actions should you perform?
You are designing a Microsoft Office SharePoint Server 2007 solution. You need to create a workflow that will access data from a custom Microsoft Office Infopath task form.
Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)