Hi,
In my plugin code i am using this line of code.
ColumnSet columns = (ColumnSet)context.InputParameters["ColumnSet"];
But it is giving me the error
Unable to cast object of type 'Microsoft.Crm.Sdk.Query.AllColumns' to type 'Microsoft.Crm.Sdk.Query.ColumnSet.
Please tell me how to type cast it?
Thanks,
Kishen