I have an entity Department Status how do I find exactly what the OData Set Name should be for that so I can run a query to pull data from that form onto my ticket form?
*This post is locked for comments
I have an entity Department Status how do I find exactly what the OData Set Name should be for that so I can run a query to pull data from that form onto my ticket form?
*This post is locked for comments
Go to customization ,click on the entities thats where you find schema name of the entity. Add Set at the end of entityname
you could use tools like below to generate REST API url
https://yourorgnameXRMServices/2011/OrganizationData.svc/ will give you a complete list.