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

Setting the WorkHourTemplate in the right way to the resource in PSA

Business Use Case: I was trying to explore the Extend Booking functionality in PSA and saw that the users were getting allocated for the entire 24 hours a day. I immediately figured out that the issue was that the work hour template was not set properly. That doesn’t mean I didn’t have a new work … Continue reading Setting the WorkHourTemplate in the right way to the resource in PSA

Extend booking functionality and an alternate to resource booking in PSA V3

Extend booking functionality and an alternate to resource booking in PSA V3   I came across the functionality of Extend Bookings when I was moving ahead to allocate some hours to the resources on the project in PSA V3. This beautiful way makes the allocation so easy and just in a few clicks. This is … Continue reading Extend booking functionality and an alternate to resource booking in PSA V3