record.js - linked record - get full attributes 

Hi all,

I extended the ProductCatalog / Product Template with a new integer field (extended  the Vardefs) and I am able to fill this field via the GUI and data are in the MySQL database. 

At the opportunities module the product is linked at each record.

When I now look at the console.log(this.model.attributes); JavaScript Log for one record in the Opportunites record.js, the linked Product is shown, but the new integer field is not shown

Only the "standard" SugarCRM Product fields are shown.

How can I make my field available there?


Many thanks

Sven