FetchXML to get the Bookable Resource vs there Sales Price

You can use the below code to get the bookable resource and its sales price. FetchXML Code <fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="true"> <entity name="bookableresourcebooking"> <attribute name="starttime" /> <attribute name="resource" /> <attribute name="endtime" /> <attribute name="duration" /> <attribute name="msdyn_projectid" /> <attribute name="bookingtype" /> <attribute name="bookingstatus" /> <attribute name="bookableresourcebookingid" /> <order attribute="starttime" descending="true" /> <filter type="and"> <condition … Continue reading FetchXML to get the Bookable Resource vs there Sales Price