Errors if CUD operations are not defined for an MBO

Problem: If you do not define create, update, or delete (CUD) operations for your MBOs in Unwired WorkSpace, you get exceptions when calling the CUD of that MBO in client object API code.

For example:
  1. Use DCN upsert to modify MBO data and push the data to the device.
  2. The device application user modifies the data on the device.
  3. If no CUD operations were defined for the MBO, the application code gets an exception when it calls [mbo save], [mbo delete], [mbo create], or [mbo update].

    This is expected behavior for all supported object APIs.

Solution: Define MBO operations if you plan on calling them within client object API code.