Caution: To avoid the
risk of breaking existing object functionality, do not give generic names to
custom properties. For example, creating a custom property and naming that
property “date” may interfere with existing objects what already have date as a
property name. Instead, give the property a more unique name such as
“doc_create_date”. To be safe, avoid all common names such as title, name, or
location, and use instead more description names for custom properties such as
“topic_title”, “file_name”, and “employ_location”. Never use “document” or part
of the word “document”, such as “docu” or “doc”, as the name or part of the
name of a custom object or custom property. |