Code below is to get the guid of the current entity through Plugin.
How to do the same but in MS CRM 2011 Format
Guid Id =newGuid(context.OutputParameters[ParameterName.Id].ToString());
hussain
Code below is to get the guid of the current entity through Plugin.
How to do the same but in MS CRM 2011 Format
Guid Id =newGuid(context.OutputParameters[ParameterName.Id].ToString());
hussain