Introduction
Custom attributes let you add extra information to objects. This helps you store and use data that fits your needs.
You want to remember a person's nickname in a user profile object.
You need to track if a task is completed in a task object.
You want to add a color label to items in a list.
You want to store extra settings on a configuration object.