开发者

CRM 2011 - How to Get the Solution ID

开发者 https://www.devze.com 2023-03-31 04:39 出处:网络
I\'m developing a WPF application using C#. I need to know how can i get the Id (GUID) of the current Solution. I can see tha开发者_如何转开发t Id on the bottom of the dialog that CRM displays when yo

I'm developing a WPF application using C#. I need to know how can i get the Id (GUID) of the current Solution. I can see tha开发者_如何转开发t Id on the bottom of the dialog that CRM displays when you want to modify the Filter Criteria of any view.


I could do it. You have to do a query with a conditionexpression : "uniquename", ConditionOperator.equal,-SOLUTION NAME- . It will be return the Guid of the Solution

0

精彩评论

暂无评论...
验证码 换一张
取 消