MarkMpn / Sql4Cds

SQL 4 CDS core engine and XrmToolbox tool
MIT License
75 stars 22 forks source link

Query on table userentityinstancedata fails #386

Closed SolidSoils closed 11 months ago

SolidSoils commented 1 year ago

Try this query:

select
    createdon
from
    userentityinstancedata

An error message is returned telling it cannot convert type Microsoft.Xrm.Sdk.Metadata.IntegerAttributeMetadata to type Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata.

Btw: really great tool, I use it daily!