CRM 2011 - How to Get the Solution ID
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
精彩评论