11882603 - Item Short Description Displays Nothing
Since the early days of BirdDog, we have had a Short Description field that defaults from item descriptions 1 and 2. Historically, we defaulted this value as soon as our item object touched the record. We then used Short Description as the item's description throughout our code. This worked fine for Ecommerce customers that were maintaining the item's short description in our PIM software. However, for customers not using PIM this caused trouble because we would default short description, then they would make a change to item descriptions 1 or 2, and this change would not be reflected on any of our screens (since we were using short description which was defaulted to the original value). In 25.2, we removed the process of defaulting the value to fix this. However, we missed that this left the short description blank and many of the screens were still using that value. This update switches all of the screens that were using short description to use DescriptionCalculated which returns short description if it is set, otherwise it returns description (which is a combination of item descriptions 1 and 2).