Defect HC-18024

CatalogEntryFacadeClient.updateCatalogEntryDescription updates BASEITEMDSC excessively.

Software

Customer case Applies to Corrected in
CS0308283 V9.1.8.0 9.1.11.0

Observed behavior

When products are created with a BASEITEM of 0, each product update replaces the base item's description leading to performance issues.

Expected behavior

If the BASEITEM is null, or zero, its description should not be updated.

Resolution

The code was fixed to consider a baseitem of zero to be the same as null, and not update the BASEITEMDSC table each time.