Hello All Experts,
I am trying to login to CRM but there is coming a SQL Generic Error.
I have collected the trace and there is one query that is getting generated but i am not sure which values needs to inside the query in place of C# generic class.
Below is little small chunk query after WHERE clause.
"userquery0".UserQueryId in (select POA.ObjectId from PrincipalObjectAccess POA
where POA.PrincipalId in ('000000-1344-eb11-8127-000000000',(SELECT id from System.Collections.Generic.List`1[Microsoft.SqlServer.Server.SqlDataRecord]))
But i am not sure how this highlighted part will have actual values . from where can we get these values.
any help will be really appreciable.