WaelHamze / xrm-ci-framework

xRM CI Framework provides you with the tools automate the build and deployment of your CRM Solution. Using the framework to implement a fully automated DevOps pipeline will allow you to deploy more frequently with added consistency and quality.
MIT License
185 stars 116 forks source link

Designation Type #295

Open sherryswall opened 3 years ago

sherryswall commented 3 years ago

Hi, I noticed that when creating a service endpoint of any type, queue especially. DesignationType does not get populated at all. By looks of it from the drop down in the tool, it appears to be the Contract property in ServiceEndpoint Class. Does Mappingfile need to have something for the designation type?

image

sherryswall commented 3 years ago

hi @WaelHamze .I have gone through the code and debugged and figured out why it was not selecting the Queue option from that dropdown list. It's because of the incorrect mapping of Enum . The Enum value of 'Queue' under the optionset .cs should be 6 and not 2.

Not sure if someone else experienced this issue or not

Update: I think I know the Queue that I am referring to is Queue_persistent instead..