Resolved bugs

C1 Version:Not yet released (N/A)...
DescriptionThe function DataFacade.AddNew( obj ) adds a new item to the C1 data store - part of the add includes a validation of the item, checking string lengths, not null etc.

If the data object contain invalid fields, an exception is thrown specifying validation messages like "The value cannot be null" and "The length of the value must fall within the range "0" (Inclusive) - "512" (Inclusive)", but not what the name of the field is, forcing the developer to do some digging.
Known work around:Given the exception description, check each field on the data object you are adding to ensure that it meets the requirements.