When first dealing with Project Setup, I was woefully disappointed in the ability to create, manage, and work with Project Setup, Project Properties and Drawing Properties. Here are some suggestions to greatly improve their usefulness: 1) Properties appear in the Project Setup (and underlying Database Table) in the order in which they are created. Give the ability to custom-order categories and properties (move up, move down). 1b) When opening/viewing the document properties, order the categories and fields by the user defined order, not alphabetically. 2) Give the ability to set a default value when creating a document. 2b) Make an option available to use CHAR(160) as default, which will display as a blank when inserted as a field instead of ####. This would be particularly useful for revision history / reference documents fields that don't always have a value set and #### should not be displayed in the field. Currently the only way to set a default/initial value is to manually set them for each field, or do an SQL UPDATE query directly against the database. 3) Give the ability to set string-formats to enforce some standardization for each field. i.e. number of characters, numbers only, characters only, alphanumeric, custom string formats (phone numbers, document numbering, etc.) 4) Make Document Properties available in the data manager. 4b) Make Document Properties available in AutoLISP / Visual LISP object model.
Show More