When working on the Code Manager > Staff Code Maintenance, Code Manager > Code Maintenance or Code Manager > Unit Code Maintenance pages, there will typically be a maximum number of profession/unit columns that can be viewed at once.
The Select… button can be used to change the selected professions/units being viewed via the Select Viewable Professions/Units dialog:

It is possible to change the maximum number of viewable profession/unit columns that can be selected via the following properties in the INFOMED.properties file:
| Property | Default Value | Allowable Values | Notes |
|---|---|---|---|
| CodeManagerMaxProfessions | 3 | 1-1000 | Used to set the maximum number of viewable profession columns |
| CodeManagerMaxUnits | 4 | 1-1000 | Used to set the maximum number of viewable unit columns |
Editing these properties can be done on the server by:
- On the server, navigate to the <Promiso installation folder>\jsp\lib\ folder.
- Locate the INFOMED.properties file and edit it in a text editor such as notepad.
- Find the row(s) related to the properties(s) in question and change the configured values.
- Save the changes.
- Restart the Apache Tomcat Service for the change to take effect.
💡 NOTE
- Permissions may prevent you from saving the changes to the properties file. Saving the file to a different location, such as the desktop, then cutting and pasting the file and overwriting the existing file is one way to get around this.
- Changes to these properties will take effect for all users of Promiso with permissions to access Code Manager.