Troubleshooting Improperly Designed Mobile Business Objects

Problem: Improperly designed MBOs can lead to mixed data from different users being returned to the device application.

Each of these designs are improper:
  • The MBO includes a synchronization parameter and it is exposed to the client (allow the client to supply values as load parameters), but the synchronization parameter does not map to an attribute.
  • You customize the download SQL and do not use the synchronization parameter in the download SQL.

Solution: Avoid these design mistakes.

Related tasks
No Data or Images Appear on the Device
Binding an MBO to a Database Fails
Structure MBOs Not Automatically Generated After Rebinding
Multilevel Insert Operation Fails
Related reference
Troubleshooting MBOs
Database MBO Fails on Execution
Web Service MBO Sync Exceptions After an Interface Change
Search Errors and the RTRIM Function
Update Operation Fails
Relationship Error
SQL Statement Yields Unexpected Results
Warning Message When Creating Relationships
Synchronization Fails if Binary Attributes Have Unspecified Length