Where is the function placed in the form event pipeline?
You develop JavaScript code that adds a function to a form’s OnSave event by using the
addOnSave method. Where is the function placed in the form event pipeline?
Which code segment should you use?
You are creating an ASP.NET Web site. You create a HTTP module named CustomModule, and you
register the module in the web.config file. The CustomModule class contains the following code.
Public Class CustomModule
Implements IHttpModule
Dim footerContent As String = “<div>Footer Content</div>”
Public Sub Dispose() Implements IHttpModule.Dispose
End Sub
End Class
You need to add code to CustomModule to append the footer content to each processed ASP.NET
page. Which code segment should you use?
Which three settings should you specify before you report the BOM as finished?
You need to report a bill of materials (BOM) as finished. Which three settings should you
specify before you report the BOM as finished? Each correct answer presents part of the
solution.
What is the result of setting event dependencies for a custom JavaScript event?
What is the result of setting event dependencies for a custom JavaScript event?
You need to ensure that client applications can communicate with the service and discover changes to the servi
You are creating a Windows Communication Foundation (WCF) service. The service
endpoints change frequently. On the service, you add a new ServiceDiscoveryBehavior to
the Behaviors collection of the ServiceHost Description property. You need to ensure that
client applications can communicate with the service and discover changes to the service
endpoints. What should you do?
Which deployment type is supported for custom XAML workflows?
Which deployment type is supported for custom XAML workflows?
You need to display the Error.aspx page if an unhandled error occurs on any page within the site
You are implementing an ASP.NET Web site. The root directory of the site contains a page named
Error.aspx. You need to display the Error.aspx page if an unhandled error occurs on any page within
the site. You also must ensure that the original URL in the browser is not changed. What should you
do?
You need to ensure that the activities are available in the workflow steps
You develop custom activities that must be included in a Microsoft Dynamics CRM workflow
process. You need to ensure that the activities are available in the workflow steps. What
should you do next?
Which process should you use?
You have an item that is a component of several bills of materials (BOMs). You need to
change the item number of the item in all the BOMs that use the item. Which process
should you use?
Which process type should you use?
You need to create a series of pages to allow users to enter their usernames and birthdates
when prompted. Which process type should you use?