function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
martinnmartinn 

Group.name has nillable == false, but returns rows with IsEmpty == true

I'm using Partner Web Services API Version 11.1 with C#.  describeSObjectResult for the "Group" object says: "Nillable == false" for the Name field.  This also agrees with documentation on the Group object in "Force.com Web Services API Developer's Guide".
 
But when I query Group I get rows (from the default test data) where: "IsEmpty == true".  This seems incorrect.  I don't get this situation for any other objects (i.e.: other objects always have data in fields with Nillable set to false).
 
I posted this about 12 hours ago but it was deleted.  I'm sure that was accidental since I didn't receive an email or any other notification about the deletion.  If you happen to be the person who deleted my earlier post and I should be asking the question somewhere else, please email to let me know that.