Managing the Schema Overview

You might need to make changes to your schema as your organization's informational needs change. For instance, if you never required a fax number before on your User object, but now you need to, you can create a new User class that has Fax Number as a mandatory attribute, and then begin using the new User class to create User objects.

You can modify an existing class by adding one or more optional attributes. You can modify an existing schema by either extending the schema or by deleting classes or attributes.



Previous | Next