Re: [QBS] Get product property from another product

2014-06-02 Thread Denis Shienkov
Ahh.. This that is necessary, many thanks! :) BR, Denis 02.06.2014 18:49, Joerg Bornemann пишет: > On 02-Jun-14 15:10, Denis Shienkov wrote: > >> are available any way to get a product property, similar with a module >> property way? >> >> e.g. by analogy with Module: >> >> var moduleProperty =

Re: [QBS] Get product property from another product

2014-06-02 Thread Jake Petroules
On 2014-06-02, at 10:49 AM, Joerg Bornemann wrote: > On 02-Jun-14 15:10, Denis Shienkov wrote: > >> are available any way to get a product property, similar with a module >> property way? >> >> e.g. by analogy with Module: >> >> var moduleProperty = product.moduleProperties(moduleName, propert

Re: [QBS] Get product property from another product

2014-06-02 Thread Joerg Bornemann
On 02-Jun-14 15:10, Denis Shienkov wrote: > are available any way to get a product property, similar with a module > property way? > > e.g. by analogy with Module: > > var moduleProperty = product.moduleProperties(moduleName, propertyName) ; > > but only for Product: > > var productProperty = prod

[QBS] Get product property from another product

2014-06-02 Thread Denis Shienkov
Hi All, are available any way to get a product property, similar with a module property way? e.g. by analogy with Module: var moduleProperty = product.moduleProperties(moduleName, propertyName) ; but only for Product: var productProperty = product.poductProperties(productName, propertyName) ;