Considerations When Creating Names in Cobra

When you create names in Cobra, you must consider certain rules.

These rules are as follows:

  • Object names (such as project and ancillary files) must not contain any of the following characters: [ ] ' " : < > ? * / \ | , + =
  • For database column names, you may use ASCII letters (a-z or A-Z), numbers (0-9) and underscore (_). The first character must not be a number.
  • There are no invalid characters for data names (such as activities and work packages).