Outlook appointment/Meetings to be allocated on Schedule board in PSA using MS Flow

Business Use Case: Often there are team members who share the need of getting allocated on schedule board in PSA directly as soon as they book an appointment or have a meeting invite. One of the reasons for the same is for the team or anyone concerned about allocation to understand that the said team … Continue reading Outlook appointment/Meetings to be allocated on Schedule board in PSA using MS Flow

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