Insert Operation Fails for iOS

Problem: A mobile business object (MBO) insert operation fails with a runtime exception for iOS; however, the same MBO works on Windows Mobile.

Solution: For an attribute that cannot be null, assign a value if the corresponding Property datatype in the generated MBO Objective-C code is a class (pointer).

When developing an iOS client: