Back Forward Choosing good rule and data instance names

 zzz Show all 

When you create new rules or new data instances, it is important to understand how Process Commander uses names and keys. Using care to follow your own conventions and team standards as you create objects can avoid wasted time and confusion later.

zzz Good names are important

As you complete a New instance form or Save As form, you choose the name of a new rule or data instance. Careful attention to the spelling and capitalization of the names you enter contributes to applications that are easy to learn, easy to debug, and easy to maintain. For best results, note these guidelines and write down — and enforce — your own naming conventions.

Many rules and data objects have a visible key that contains multiple fields — key parts. Generally, the guidelines here apply to each part. The total length of all key parts added together cannot exceed 128 characters.

zzz Allowable characters in names

Guideline 1: Start a name in a rule with a letter (A-Z, a-z). Start a name in a data instance with a letter or digit. Use only characters from a single Latin-1 character set.

TipAs a best practice, start the name with a capital letter.

Guideline 2: Use only letters, digits, ampersand, and hyphens (also called a dash character) in the name. Don't include spaces, special characters (quotes, dollar signs, percent signs, punctuation, parentheses, brackets, and so on) in a name, except as noted below. (If you include spaces, the system forms the name by deleting the space characters.)

Guideline 3: As noted in other help topics, the names of many rule types, service packages, and group subscript values must be valid Java identifiers, consisting only of letters, digits, and dash characters (converted to underscores). See How to enter an identifier.

Guideline 4: For a few rule types or data classes, additional characters are allowed or required in keys. You can use:

zzz Understanding case conversion of names

Internally, the system forms a property pxInsName — known as the visible key — from the name or key parts you enter. It converts letters into uppercase and concatenate the parts with an exclamation point character between parts. In addition it converts a dash character to an underscore character. Accordingly, you cannot create two objects with names that differ only by letter case. If you try, the system message This instance already exists. appears.

For example:

The three activities named Data-Account.Summarize in RuleSet Version Alpha:01-01-01, Data-Account.SummaRize in Alpha:01-02-07 and Data-Account.SUMMARIZE in RuleSet Gamma have the same visible key, and so are known as sibling rules.

zzz Referencing names

After you save a rule or data instance, you or other developers can reference it elsewhere by name. Many references identify only one name or key part. The system determines any other key parts from context, often with sophisticated and powerful algorithms.

References to rule or data instances must match the exact case of the name. (That is, references are case sensitive. You cannot reference the object named FOO with the value foo, Foo, or fOO.

For many rule types, the standard property .pyRuleName contains the exact case of the Name or Purpose key part; this is useful in reporting on rules or presenting a selection list of rules. In contrast, the handle or internal key (pzInsKey property) and the visible key (pxInsName property) present this key part in uppercase.

zzz Additional restrictions

For certain rule types, additional restrictions apply to names:

Definitions handle, internal key, sibling, visible key
Related topics Creating good Short Descriptions

UpDeveloper portal basics