Show TOC

Procedure documentationRenaming Aliases Locate this document in the navigation structure

 

Aliases allow you to express a rule in an easily understandable manner. An alias is the representation of a Java method or object and XSD elements in a user-understandable language.

Procedure

  1. Locate the Project Resources node (Where is the Project Resources node?) and double-click the node.

  2. In the Project Resources editor, choose the Aliases tab.

  3. In the Alias Name table, choose an element/method, enter the alias name and press Enter.

Note Note

  • You can also choose Rename Alias in the context menu of an alias in the rule editor or rule script editor. Make sure you place the cursor before the first letter of the alias

  • You can also rename a definition alias

  • A valid alias name:

    • Must not be null

    • Must not match any name present in the DC

    • Supports case sensitivity. For example Customer Name and customer name are two different alias names

End of the note.