6353030 - Enhance Fields to Write to Support Table Instead of BDFields Table
This is mostly an under-the-hood alteration desiged to improve performance and make it much easier to query the system. Before this enhancement,
all fields were written to a single field. Now, each major Entity created for the field system has its own BDEntity_Field_Name. This means that a page using fields does not have to sift through all fields to function properly. Because this enhancement is substantial, the Convert Old Field Data process job must be run and once this has been done, older versions of the software with fields cannot be used correctly.