I have the master of the catalog in SQL Server where I set the static BOM part by SQL like UPDATE [BOLT] SET LONG_DESCR = ' mm + NUT ' + CONVERT (VARCHAR(5),NUT_LEN) + 'mm, WASHERS EN ISO 7089 - '+ MATERIAL WHERE EC_CLASS_NAME = 'BOLT' UPDATE [PSK_EN_2015SQL].[dbo].[BOLT] SET LONG_DESCR = ' mm + 2 NUTS ' + CONVERT (VARCHAR(5),NUT_LEN) + 'mm, WASHERS EN ISO 7089 - '+ MATERIAL WHERE EC_CLASS_NAME ='STUD_BOLT' then the calculated EC Propery ECExpression as "BOLT " & this.BOLT_DIAMETER & " x " & this.BOLT_LENGTH & this.LONG_DESCRIPTION and the results are in OPM and OPIM as: BOLT 20 x 120 mm + NUT 18mm, WASHERS EN ISO 7089 - EN ISO 4014, 5.6, EN ISO 898-1
↧