Which code segment should you include at line 04 to create the URL to the Open Data Protocol (OData) endpoint?

You write the following code segment to create a new account record by using the Representational State Transfer (REST) endpoint. Line numbers are included for reference only.


Which code segment should you include at line 04 to create the URL to the Open Data Protocol (OData) endpoint?
A. var ODataPath = Xrm.Page.context,getClientUrl() + H/XRMServices/2eil/Discovery.svc";
B. var ODataPath * Xrm.Page.context.getClientUrl() + M/XRMServices/2007/Organization.5vcM;
C. var ODataPath = Xrm.Page.context.getClientUrl() + "/XRMServices/2011/OrganizationData.svc";
D. var ODataPath = Xrm.Page.context,getClientUrl() + M/XRMServices/2011/Organization.svc";

microsoft-exams

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.