Considerations When Creating Names in Cobra
There are rules to consider when creating names in Cobra.
- 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).
Parent Topic: New File Dialog Box