Announcements
No record found.
I am trying to get the time slots of the required resources and unable to get because why I enquired in about msdyn_SearchResourceAvailability in my CRM instance it wasn't available even after updating. I am following these links:-
https://cloudblogs.microsoft.com/dynamics365/it/2019/07/15/how-to-use-resource-schedulings-search-resource-availability-api/
https://cloudblogs.microsoft.com/dynamics365/it/2019/05/21/retrieve-resource-availability-with-universal-resource-scheduling-api/
Hi Bhagat,
You can download the oData Metadata under Developer Resources. msdyn_SearchResourceAvailability is an Action.
Please refer the article to call actions.
https://docs.microsoft.com/en-us/powerapps/developer/common-data-service/webapi/use-web-api-actions
https://carldesouza.com/calling-a-dynamics-365-action-from-javascript-using-xrm-webapi-online-execute/
https://community.dynamics.com/365/b/dynamics365enterprisecloudfronts/posts/calling-unbound-actions-using-xrm-webapi-in-d365-v9
Hope this helps
Best Regards
PG
Hi Pankaj,
Thanks for coming to rescue.
Warm Regards,
Bhagat Ashutosh Yadav.
Any idea what the action is expecting to be passed as Variable, Requirement, Settings and Resource Specification.
Here is sample code for reference.
OrganizationRequest req = new OrganizationRequest("msdyn_SearchResourceAvailability"); req["Version"] = "1"; req["Requirement"] = new Entity("msdyn_resourcerequirement", new Guid("1181fb75-c732-ea11-a813-000d3ab29c25")); var SettingsEntity = new Entity("organization"); SettingsEntity["ConsiderSlotsWithProposedBookings"] = true; SettingsEntity["ConsiderSlotsWithProposedBookings"] = true; req["Settings"] = SettingsEntity; var response = service.Execute(req);
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Stars!
We are thrilled to have these Champions in our Community!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
FSRon 59
James White 21
AT-28040446-0 20