ILOG JRules User Guide > Creating Rule Projects > Tasks > Working With Business Elements > Adding Custom Properties to Business Elements

You can extend the Business Object Model (BOM) with custom properties that allow you to attach information to business elements, specify custom value editors, and use properties that existed in previous versions of JRules.

To add a custom property to a business element:

  1. In the Outline view, click the business element to which you want to add a custom property.
  2. In the BOM Editor, in the Custom Properties section, click Add.
  3. A new property newProp of value null appears in the table.
  4. Edit the name and value of the property in the table.
  5. Save your BOM.
  6. The custom property is now attached to the business element.

Related Concepts

Business Object Model (BOM)

Related Tasks

Working With BOM Entries
Creating New Business Elements
Defining Domains
Notifying the Rule Engine of Object Updates
Correcting Errors Using Quick Fix

Related Reference

BOM Editor

Related Samples and Tutorials

How to Use a Custom Value Editor in the Rule Editor