0
Fixed

Entity does not need to be re-retrieved on update if no attachment handling present

Matthew Clark 11 years ago in UNIFYBroker/Frontier ichris/chris21 updated by anonymous 8 years ago 2

The chris21 connector will always re-retrieve an updated entity from the repository for attachment handling. The retrieval should be moved entirely within the scope of the attachment handling section to avoid this needless performance hit.

Moved the entity repository query within the scope of the attachment field being in the schema only. This should minimize the performance hit where the attachment isn't used.

Marked as Resolved and Unassigned