How do I display a product name and category on related module

I have added a related field on the Opportunities (renamed to Pipeline in our case) module for selecting a product from our catalog.

This works, but I need to update the name of the Opportunity to a concatenation of the Product and Category names. The product name is available through the related field, but I cannot find how to get the category name with sugarlogic.

The product categories are also not available through studio, so I can't just use another 'relate' field.

How will I be able to access both the product name and the category on the Opportunities page?

Parents Reply
  • Thanks Lokesha L N, this is what I have done as a work-around, but I would have liked this to be in SugarLogic so the UI can update dynamically before the user hits the save button. At the moment this is the functionality they are used to (easy before because product and category are standard drop downs)

    The logic hook does not give any feedback until after the save has been completed.

    I am accepting this answer because it looks like there is no way to do it with SugarLogic and, even though it's not ideal, it does solve my problem, thanks .

Children
No Data