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?

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() +
M/XRMServices/2011/Organization.svc”;

B.
var ODataPath = Xrm.Page.context,getClientUrl() + H/XRMServices/2eil/Discovery.svc”;

C.
var ODataPath * Xrm.Page.context.getClientUrl() +
M/XRMServices/2007/Organization.5vcM;

D.
var ODataPath = Xrm.Page.context.getClientUrl() +
“/XRMServices/2011/OrganizationData.svc”;



Leave a Reply 0

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