Using server scripts in Mobile Services, this tutorial shows how to:
1. Add string length validation on inserts to reject strings longer than 10 characters.
2. Update the client app to handle validation errors.
3. Add a timestamp on inserts by modifying data with a server script.
4. Update the client app to display the new timestamp field.