Resolved bugs

Release date:Wednesday, June 16, 2010
C1 Version:Composite C1 1.3 (1.3.3819.17612)...
DescriptionHaving created a data type '(namespace).(datatype name)' you get a function named '(name namespace).Get(datatype name)Xml' while allow you to query for data and get the XML you need.

In some situations the 'Id' column is shown twice in the 'selected columns' list and including an instance of the Id column wil include / exclude them both. If both are included, the function call will fail to execute with the exception "System.InvalidOperationException: Duplicate attribute".
Known work around:This problem happens if none of the fields on the data type have been selected as the 'Label field' - in that case the Id field will be used as lable, intrudusing the 'double existence'.

Edit the data type, go to the field that is the best candidate for a label field and make it the label field. Save the type. After this point you should only see one instance of the 'Id' field.