Develop > Presentation layer > Customize IBM Sales Center > Preference pages
Add a preference page
You can set preferences in the IBM Sales Center user interface to make working with orders, customers, and stores easier. This page explains how to add a preference page.
To add a preference page:
Procedure
- Create a new plug-in to contain the customizations (in our examples, called 'extensions').
- In the plugin.xml file, define a new extension using the base Eclipse extension point: org.eclipse.ui.preferencePages to declare the preference page. Refer to the Eclipse platform documentation for information about defining a preference page using this extension point.
Related concepts
Related tasks